]> git.sesse.net Git - ffmpeg/history - libavcodec/lpc.c
DCA: ARM/NEON optimised lfe_fir
[ffmpeg] / libavcodec / lpc.c
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-02-13 Patrik Kullmanlpc: Remove false positive compilation warning about...
2009-02-13 Patrik KullmanAssert that ff_lpc_calc_coefs() is called with a valid...
2009-02-13 Patrik Kullmanlpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
2008-09-04 Vitor SessakAvoid duplicating compute_lpc_coefs() function in both...
2008-08-31 Vitor SessakMisc cosmetics in compute_lpc_coefs(): braces removal...
2008-08-31 Vitor SessakRemove useless var in compute_lpc_coefs()
2008-08-31 Vitor SessakMerge declaration and initialization of a few vars...
2008-08-29 Vitor SessakRemove useless zeroing of a buffer
2008-08-21 Diego Biurruncosmetics: Fix incorrect indentation.
2008-08-16 Justin Rugglesupdate my email address to one which does not depend...
2008-08-16 Justin Rugglesuse range of lpc orders in ORDER_METHOD_EST
2008-08-16 Justin Rugglescosmetics: adjust line breaks and vertical alignment
2008-08-16 Justin Rugglesuse limited range of lpc orders when quantizing coeffic...
2008-08-16 Ramiro Pollalpc: cosmetics: vertically align declarations and defin...
2008-08-16 Ramiro Pollaflacenc, lpc: Move LPC code from flacenc.c to new lpc...