summaryrefslogtreecommitdiffstats
path: root/libavcodec/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* lpc: Remove false positive compilation warning about weight beingPatrik Kullman2009-02-131-1/+1
* Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman2009-02-131-1/+1
* lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman2009-02-131-0/+5
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-041-40/+8
* Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak2008-08-311-6/+6
* Remove useless var in compute_lpc_coefs()Vitor Sessak2008-08-311-3/+2
* Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak2008-08-311-5/+3
* Remove useless zeroing of a bufferVitor Sessak2008-08-291-1/+0
* cosmetics: Fix incorrect indentation.Diego Biurrun2008-08-211-32/+32
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-161-1/+1
* use range of lpc orders in ORDER_METHOD_ESTJustin Ruggles2008-08-161-4/+4
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-161-3/+4
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-161-2/+2
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-161-3/+3
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-161-0/+204
OpenPOWER on IntegriCloud