ffmpeg/libavcodec/aarch64
Janne Grunau dfe224f377 aarch64: get_cabac inline asm
Based on the x86 branchless get_cabac asm. get_cabac_noinline() gets
approximately 20% faster (no cycle counts available) compared to clang
from Xcode 5.1 beta5. More than 6% faster overall. A part of the overall
speedup might be explained by additional inlining of get_cabac().
2014-03-09 00:45:33 +01:00
..
Makefile aarch64: port neon clobber test from arm 2014-01-15 12:31:07 +01:00
cabac.h aarch64: get_cabac inline asm 2014-03-09 00:45:33 +01:00
h264chroma_init_aarch64.c
h264cmc_neon.S
h264dsp_init_aarch64.c aarch64: h264 (bi)weight NEON optimizations 2014-01-15 12:31:07 +01:00
h264dsp_neon.S aarch64: h264 (bi)weight NEON optimizations 2014-01-15 12:31:07 +01:00
h264idct_neon.S aarch64: use EXTERN_ASM consistently for exported symbols 2014-02-20 15:24:35 +01:00
h264qpel_init_aarch64.c aarch64: hpeldsp NEON optimizations 2014-01-15 12:30:24 +01:00
h264qpel_neon.S aarch64: h264 qpel NEON optimizations 2014-01-15 12:17:49 +01:00
hpeldsp_init_aarch64.c aarch64: hpeldsp NEON optimizations 2014-01-15 12:30:24 +01:00
hpeldsp_neon.S aarch64: hpeldsp NEON optimizations 2014-01-15 12:30:24 +01:00
neon.S aarch64: h264 loop filter NEON optimizations 2014-01-15 12:31:04 +01:00
neontest.c aarch64: port neon clobber test from arm 2014-01-15 12:31:07 +01:00
rv40dsp_init_aarch64.c
vc1dsp_init_aarch64.c