aboutsummaryrefslogtreecommitdiff
path: root/celt/celt_lpc.c
AgeCommit message (Expand)Author
2017-10-06Fixes CELT PLCJean-Marc Valin
2017-02-18Fix sum initializer in celt_fir()Jean-Marc Valin
2017-02-17Remove SMALL_FOOTPRINT code for celt_fir()Jean-Marc Valin
2017-01-17Revise celt_fir_c() to not pass in argument "mem"Linfeng Zhang
2016-07-22fixes overflows in celt_iir() by doing proper saturationJean-Marc Valin
2016-06-20Fixes minor code quality issues in CELTJean-Marc Valin
2014-10-03Fix build bustage from c95c9a048.Timothy B. Terriberry
2014-10-03Cisco optimization for x86 & fixed pointxiangmingzhu
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-08-29Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()Jean-Marc Valin
2013-08-28Share auto-correlation code between SILK and CELTJean-Marc Valin
2013-06-17Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1)Jean-Marc Valin
2013-06-06Improved SSE version of xcorr_kernel()John Ridges
2013-05-26C89 fixJean-Marc Valin
2013-05-26Creates xcorr_kernel() that gets used by pitch_xcorr, celt_fir and celt_iir.Jean-Marc Valin
2013-05-25Adds missing RESTORE_STACK callsJean-Marc Valin
2013-05-25Speeds up celt_iir() by more than a factor of two.Jean-Marc Valin
2013-05-25Speeds up celt_fir by more than a factor of two.Jean-Marc Valin
2013-05-25Optimizes _celt_autocorr() by using pitch_xcorr()Jean-Marc Valin
2013-05-23Remove an unused variable added in 85ede2c6.Timothy B. Terriberry
2013-05-22Use more MAC16_16's and unroll a loop.Timothy B. Terriberry
2012-04-20s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2011-11-28Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin
2011-10-04Renaming the CELT plc.c file to celt_lpc.c to avoid MSVC conflicts with Skype...Jean-Marc Valin
2011-04-28Moved all SILK source code to the silk/ directoryJean-Marc Valin
2011-04-25Loss rate adaptation for the CELT layerJean-Marc Valin
2011-03-31draft updateJean-Marc Valin
2011-03-23Build fixesJean-Marc Valin
2011-03-21Making mode switching use the same window as CELT (squared)Jean-Marc Valin
2011-03-18CELT updateJean-Marc Valin
2011-03-18More project files updateJean-Marc Valin
2011-03-16Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin
2011-03-14Adding constrained VBR modeJean-Marc Valin
2011-03-14Draft update (allocationGregory Maxwell
2011-03-11Disable newly introduced CELT signallingJean-Marc Valin
2011-03-10Nothing to see hereJean-Marc Valin
2011-03-09CELT updateJean-Marc Valin
2011-03-07Support for glitchles mode switchingJean-Marc Valin
2011-02-28SILK/CELT updateJean-Marc Valin
2011-02-14preparing the next versionJean-Marc Valin
2011-02-14missing filesJean-Marc Valin
2011-02-14SILK and CELT updatesJean-Marc Valin
2011-02-14Update for in-band FECKoen Vos
2011-02-04draft dateJean-Marc Valin
2011-02-04CELT updateJean-Marc Valin
2011-02-04Tuning the hybrid bit-rate splitKoen Vos
2011-02-03Oops, fixed the CELT versionJean-Marc Valin
2011-02-03Update Opus range coder due to CELT refactoring.Timothy B. Terriberry
2011-02-03CELT update, version numbersJean-Marc Valin
2011-02-03Build fixesJean-Marc Valin