Move autocorrelation function from flacenc.c to lpc.c. Also rename the
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 17 Oct 2009 21:00:39 +0000 (21:00 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 17 Oct 2009 21:00:39 +0000 (21:00 +0000)
commitfde82ca7e4e72226da99d86a9fa9689136461d14
tree5060829d8c5971a2edae793e05d28895a06dbdcf
parenta4cb675124a906126ba4ab307f0c17716f6d9adb
Move autocorrelation function from flacenc.c to lpc.c. Also rename the
corresponding dsputil functions and remove their dependency on the FLAC
encoder.
Fixes Issue1486.

Originally committed as revision 20266 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/flacenc.c
libavcodec/lpc.c
libavcodec/x86/dsputilenc_mmx.c
libavcodec/x86/lpc_mmx.c [moved from libavcodec/x86/flacdsp_mmx.c with 98% similarity]