aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/dcadsp_neon.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-021-3/+2
| | | | | | | | | DSPContext.vector_fmul_window() DCADSPContext.lfe_fir() SynthFilterContext.synth_filter_float() Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 80ba1ddb58b5923b9f36a6acd542affc4ca722eb)
* DCA: ARM/NEON optimised lfe_firMåns Rullgård2010-04-121-0/+61
Originally committed as revision 22863 to svn://svn.ffmpeg.org/ffmpeg/trunk