summaryrefslogtreecommitdiff
path: root/libavcodec/flacdsp_lpc_template.c
Commit message (Collapse)AuthorAge
* cvcodec/flacdsp_lpc_template: osmetic fixJames Darnley2014-08-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* flacdsp_lpc_template: add comment to explain the CONFIG_SMALL codeJames Darnley2014-02-15
| | | | | | | | | | | I found the optimisation of 2 samples per iteration obscured the underlying algorithm. I had to write it out on paper and translate into a mathematical sum to see that the two samples are unconnected. I hope that if anyone else is struggling to understand the code that this will be useful. Reviewed-by: Christophe Gisquet <christophe.gisquet@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-05
| | | | | | | | | | | * qatar/master: FATE: add a 24-bit FLAC encoding test FATE: rename FLAC tests from flac-* to flac-16-* flacenc: use RICE2 entropy coding mode for 24-bit flacenc: add 24-bit encoding flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext Merged-by: Michael Niedermayer <michaelni@gmx.at>
* flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles2012-11-05
Also, templatize the functions for 16-bit and 32-bit sample range. This will be used for 24-bit FLAC encoding.