diff synth_filter.h @ 11593:b7fa70eabb1f libavcodec

ARM: NEON optimised synth_filter_float 2.7x faster DCA decoding on Cortex-A8
author mru
date Sat, 10 Apr 2010 16:27:56 +0000
parents 18f17f44de37
children
line wrap: on
line diff
--- a/synth_filter.h	Sat Apr 10 16:27:53 2010 +0000
+++ b/synth_filter.h	Sat Apr 10 16:27:56 2010 +0000
@@ -32,5 +32,6 @@
 } SynthFilterContext;
 
 void ff_synth_filter_init(SynthFilterContext *c);
+void ff_synth_filter_init_arm(SynthFilterContext *c);
 
 #endif /* AVCODEC_SYNTH_FILTER_H */