diff options
author | Måns Rullgård <mans@mansr.com> | 2010-04-10 16:27:56 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-04-10 16:27:56 +0000 |
commit | e73d1a5efc2301d20e2f585f551c83fd248a2472 (patch) | |
tree | 59b718a64d076eff588820f5899003b25f084bc7 /libavcodec/arm/Makefile | |
parent | f462ed1f82e4be18876786e86f472ddf7cd41fbc (diff) | |
download | ffmpeg-e73d1a5efc2301d20e2f585f551c83fd248a2472.tar.gz |
ARM: NEON optimised synth_filter_float
2.7x faster DCA decoding on Cortex-A8
Originally committed as revision 22828 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index dc6382bdaf..c78e4bc3da 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -33,6 +33,8 @@ NEON-OBJS-$(CONFIG_H264DSP) += arm/h264dsp_neon.o \ arm/h264idct_neon.o \ arm/h264pred_neon.o \ +NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/synth_filter_neon.o \ + NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o OBJS-$(HAVE_NEON) += arm/dsputil_init_neon.o \ |