flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 27 Oct 2012 04:25:04 +0000 (00:25 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 5 Nov 2012 20:32:30 +0000 (15:32 -0500)
commit799e2324901c2a06e9a60ee281cd283475f1c4fa
tree1f5c7c0c6057122ad02968ab54b8a52b1131a997
parent5ff998a233d759d0de83ea6f95c383d03d25d88e
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext

Also, templatize the functions for 16-bit and 32-bit sample range. This will
be used for 24-bit FLAC encoding.
libavcodec/flacdsp.c
libavcodec/flacdsp.h
libavcodec/flacdsp_lpc_template.c [new file with mode: 0644]
libavcodec/flacenc.c