summaryrefslogtreecommitdiff
path: root/celt/celt_lpc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert relaxing comparison to 0 for fixed point onlyFelicia Lim2021-06-101-1/+1
* Relax comparison to 0 to avoid a floating point divide-by-zero error.Felicia Lim2021-06-071-3/+7
* celt_lpc: avoid overflows when computing lpcs in fixed pointFelicia Lim2021-03-021-5/+49
* Fix comma that should have been a semicolonJean-Marc Valin2018-07-261-1/+1
* Fixes CELT PLCJean-Marc Valin2017-10-061-1/+1
* Fix sum initializer in celt_fir()Jean-Marc Valin2017-02-181-4/+5
* Remove SMALL_FOOTPRINT code for celt_fir()Jean-Marc Valin2017-02-171-20/+10
* Revise celt_fir_c() to not pass in argument "mem"Linfeng Zhang2017-01-171-21/+12
* fixes overflows in celt_iir() by doing proper saturationJean-Marc Valin2016-07-221-6/+6
* Fixes minor code quality issues in CELTJean-Marc Valin2016-06-201-2/+1
* Fix build bustage from c95c9a048.Timothy B. Terriberry2014-10-031-0/+2
* Cisco optimization for x86 & fixed pointxiangmingzhu2014-10-031-5/+9
* Adds Neon assembly for correlation/convolutionTimothy B. Terriberry2013-11-181-2/+3
* Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin2013-08-291-7/+6
* Share auto-correlation code between SILK and CELTJean-Marc Valin2013-08-281-24/+54
* Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1)Jean-Marc Valin2013-06-171-1/+1
* Improved SSE version of xcorr_kernel()John Ridges2013-06-061-1/+1
* C89 fixJean-Marc Valin2013-05-261-1/+5
* Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir.Jean-Marc Valin2013-05-261-100/+25
* Adds missing RESTORE_STACK callsJean-Marc Valin2013-05-251-0/+2
* Speeds up celt_iir() by more than a factor of two.Jean-Marc Valin2013-05-251-4/+92
* Speeds up celt_fir by more than a factor of two.Jean-Marc Valin2013-05-251-8/+73
* Optimizes _celt_autocorr() by using pitch_xcorr()Jean-Marc Valin2013-05-251-2/+5
* Remove an unused variable added in 85ede2c6.Timothy B. Terriberry2013-05-231-1/+0
* Use more MAC16_16's and unroll a loop.Timothy B. Terriberry2013-05-221-5/+10
* s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
* Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin2011-11-281-2/+2
* Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype...Jean-Marc Valin2011-10-041-0/+188
* Moved all SILK source code to the silk/ directoryJean-Marc Valin2011-04-281-6/+0
* Loss rate adaptation for the CELT layerJean-Marc Valin2011-04-251-5/+5
* draft updateJean-Marc Valin2011-03-311-5/+5
* Build fixesJean-Marc Valin2011-03-231-5/+5
* Making mode switching use the same window as CELT (squared)Jean-Marc Valin2011-03-211-5/+5
* CELT updateJean-Marc Valin2011-03-181-5/+5
* More project files updateJean-Marc Valin2011-03-181-5/+5
* Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin2011-03-161-5/+5
* Adding constrained VBR modeJean-Marc Valin2011-03-141-5/+5
* Draft update (allocationGregory Maxwell2011-03-141-5/+5
* Disable newly introduced CELT signallingJean-Marc Valin2011-03-111-5/+5
* Nothing to see hereJean-Marc Valin2011-03-101-5/+5
* CELT updateJean-Marc Valin2011-03-091-18/+5
* Support for glitchles mode switchingJean-Marc Valin2011-03-071-5/+18
* SILK/CELT updateJean-Marc Valin2011-02-281-5/+5
* preparing the next versionJean-Marc Valin2011-02-141-5/+5
* missing filesJean-Marc Valin2011-02-141-10/+5
* SILK and CELT updatesJean-Marc Valin2011-02-141-5/+10
* Update for in-band FECKoen Vos2011-02-141-5/+5
* draft dateJean-Marc Valin2011-02-041-0/+6
* CELT updateJean-Marc Valin2011-02-041-6/+0
* Tuning the hybrid bit-rate splitKoen Vos2011-02-041-24/+5