summaryrefslogtreecommitdiffstats
path: root/libavcodec/lsp.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/lsp: Fix undefined shifts in lsp2poly()Michael Niedermayer2019-10-161-2/+2
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | lsp: change assert to av_assertMichael Niedermayer2012-09-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-281-2/+24
|\ \ | |/
| * celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-271-1/+0
| * celp_math: Move ff_cos() to the only place it is usedDiego Biurrun2012-08-271-0/+24
* | lsp: use av_assertMichael Niedermayer2012-06-281-1/+2
* | Optimization of AMR NB and WB decoders for MIPSNedeljko Babic2012-06-111-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-061-1/+1
|\ \ | |/
| * misc Doxygen markup improvementsDiego Biurrun2011-12-051-1/+1
* | Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer2011-09-241-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-211-4/+0
|\ \ | |/
| * Remove unused code under G729_BITEXACT #ifdef.Diego Biurrun2011-07-201-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-191-2/+2
|\ \ | |/
| * Remove VLAs in ff_amrwb_lsp2lpc()Mans Rullgard2011-07-181-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-3/+3
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa2010-09-071-0/+26
* Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa2010-09-071-0/+8
* lsp: convert variable-length arrays to fixed sizeMåns Rullgård2010-06-261-3/+3
* Make lsp2polyf() function non-static for upcoming usage in SIPRVitor Sessak2009-11-241-13/+3
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-221-0/+9
* Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak2009-11-111-1/+1
* Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak2009-11-101-1/+3
* Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak2009-11-091-11/+10
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-271-0/+8
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-031-0/+46
* Add shift argument to MULL() macroMåns Rullgård2008-11-241-1/+1
* Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet2008-10-241-1/+1
* (cosmetics) Remove incorrect comment.Vladimir Voroshilov2008-08-261-1/+1
* Fix compilation error.Vladimir Voroshilov2008-05-111-1/+1
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-111-20/+20
* Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov2008-04-261-0/+120
OpenPOWER on IntegriCloud