mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
5edad2c4a1
I benchmarked the result by measuring the number of gperftools samples that hit anywhere in the AAC decoder (starting from aac_decode_frame()) or specifically in vector_fmul_window_c() / ff_vector_fmul_window_vfp() for the same sample AAC stream: Before After Mean StdDev Mean StdDev Confidence Change Audio decode 1598.2 47.4 1529.2 25.4 100.0% +4.5% vector_fmul_window 244.0 22.1 188.9 22.3 100.0% +29.2% Signed-off-by: Martin Storsjö <martin@martin.st> |
||
---|---|---|
.. | ||
asm.S | ||
bswap.h | ||
cpu.c | ||
cpu.h | ||
float_dsp_arm.h | ||
float_dsp_init_arm.c | ||
float_dsp_init_neon.c | ||
float_dsp_init_vfp.c | ||
float_dsp_neon.S | ||
float_dsp_vfp.S | ||
intmath.h | ||
intreadwrite.h | ||
Makefile | ||
neontest.h | ||
timer.h |