summaryrefslogtreecommitdiffstats
path: root/libavcodec/lossless_audiodsp.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms structPaul B Mahol2016-05-011-2/+2
| | | | | | They should really be int16_t. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/wmalosslessdec: improve 24bit supportPaul B Mahol2016-04-131-0/+5
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* all: Make header guard names consistentTimothy Gu2016-01-311-3/+3
|
* lavc/lossless_audiodsp: revert various commitsChristophe Gisquet2015-02-071-1/+2
| | | | | | | Their intent was to make the DSP work with wmalossless pro. The later was fixed to work with the DSP. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/x86/lossless_audiodsp: support len %16 == 8 in ↵Michael Niedermayer2014-11-221-1/+1
| | | | | | scalarproduct_and_madd_int16() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* apedsp: move to llauddspChristophe Gisquet2014-06-051-0/+45
APE is not the sole codec using scalarproduct_and_madd_int16. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud