DCA: break out lfe_interpolation_fir() inner loops to a function
authorMåns Rullgård <mans@mansr.com>
Mon, 12 Apr 2010 20:45:25 +0000 (20:45 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 12 Apr 2010 20:45:25 +0000 (20:45 +0000)
commit309d16a4a0485554645bfb3e5f9d476e793ce731
tree03161cbf859bcd3934b5f7d3fbadbe4fdc181e15
parentfc7e2d34cff55fd959704b7cc6cc8eb3e94a168a
DCA: break out lfe_interpolation_fir() inner loops to a function

This enables SIMD optimisations of this function.

Originally committed as revision 22861 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/dca.c
libavcodec/dcadsp.c [new file with mode: 0644]
libavcodec/dcadsp.h [new file with mode: 0644]