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/synth_filter.h | |
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/synth_filter.h')
-rw-r--r-- | libavcodec/synth_filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/synth_filter.h b/libavcodec/synth_filter.h index 5b875fcad0..d6209d5dba 100644 --- a/libavcodec/synth_filter.h +++ b/libavcodec/synth_filter.h @@ -32,5 +32,6 @@ typedef struct SynthFilterContext { } SynthFilterContext; void ff_synth_filter_init(SynthFilterContext *c); +void ff_synth_filter_init_arm(SynthFilterContext *c); #endif /* AVCODEC_SYNTH_FILTER_H */ |