summaryrefslogtreecommitdiff
path: root/libavcodec/lsp.c
Commit message (Expand)AuthorAge
* lsp: convert variable-length arrays to fixed sizeMåns Rullgård2010-06-26
* Make lsp2polyf() function non-static for upcoming usage in SIPRVitor Sessak2009-11-24
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-22
* Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak2009-11-11
* Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak2009-11-10
* Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak2009-11-09
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-27
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-03
* Add shift argument to MULL() macroMåns Rullgård2008-11-24
* Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet2008-10-24
* (cosmetics) Remove incorrect comment.Vladimir Voroshilov2008-08-26
* Fix compilation error.Vladimir Voroshilov2008-05-11
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-11
* Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov2008-04-26