diff options
author | Ben Avison <bavison@riscosopen.org> | 2013-07-15 18:28:09 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-07-22 10:15:17 +0300 |
commit | 41ef1d360bac65032aa32f6b43ae137666507ae5 (patch) | |
tree | 19fdb7e950c7288a5258df49f553a0d20164a215 /libavcodec/arm/Makefile | |
parent | 8000206abcc82491c2a8c71e494c5477ede7264c (diff) | |
download | ffmpeg-41ef1d360bac65032aa32f6b43ae137666507ae5.tar.gz |
arm: Add VFP-accelerated version of synth_filter_float
Before After
Mean StdDev Mean StdDev Change
This function 9295.0 114.9 4853.2 83.5 +91.5%
Overall 23699.8 397.6 19285.5 292.0 +22.9%
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index 875c3cc9c5..c5f90c2427 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -52,6 +52,7 @@ ARMV6-OBJS-$(CONFIG_VP8_DECODER) += arm/vp8_armv6.o \ arm/vp8dsp_init_armv6.o \ arm/vp8dsp_armv6.o +VFP-OBJS-$(CONFIG_DCA_DECODER) += arm/synth_filter_vfp.o VFP-OBJS-$(HAVE_ARMV6) += arm/fmtconvert_vfp.o NEON-OBJS += arm/fmtconvert_neon.o |