Les articles publiés sur le site
-
18 juillet 2014, par Janne Grunau
aarch64: intra predition NEON asm
Ported from the ARM NEON asm.
- [DH] Makefile
- [DH] common/aarch64/predict-a.S
- [DH] common/aarch64/predict-c.c
- [DH] common/aarch64/predict.h
- [DH] common/pixel.c
- [DH] common/predict.c
-
17 juillet 2014, par Janne Grunau
aarch64: motion compensation NEON asm
Ported from the ARM NEON asm.
- [DH] Makefile
- [DH] common/aarch64/mc-a.S
- [DH] common/aarch64/mc-c.c
- [DH] common/aarch64/mc.h
- [DH] common/mc.c
-
16 juillet 2014, par Janne Grunau
aarch64: transform and zigzag NEON asm
Ported from the ARM NEON asm.
- [DH] Makefile
- [DH] common/aarch64/asm.S
- [DH] common/aarch64/dct-a.S
- [DH] common/aarch64/dct.h
- [DH] common/dct.c
-
15 juillet 2014, par Janne Grunau
aarch64: quantization and level-run NEON asm
Ported from the ARM NEON asm.
- [DH] Makefile
- [DH] common/aarch64/quant-a.S
- [DH] common/aarch64/quant.h
- [DH] common/quant.c
-
9 juillet 2014, par Fiona Glaser
Check pf_log is set in validate_parameters
Help remind people to call x264_param_default in case they didn't read the
documentation.