aboutsummaryrefslogtreecommitdiff
path: root/celt/vq.c
AgeCommit message (Expand)Author
2019-04-08Fix build errors using Makefile.mipsMark Harris
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2017-05-25Fixes unit tests that need arch-specific codeJean-Marc Valin
2017-02-26Fix compiler warningsMark Harris
2016-08-15Removed a float operation that sneaked in in the fixed-point codeJean-Marc Valin
2016-08-15Speeding up PVQ search by allocating even more pulses in the projection.Jean-Marc Valin
2016-08-11Making stereo_itheta() use the same atan2() approximation as tonality_analysis()Jean-Marc Valin
2016-08-09SSE2 implementation of the PVQ searchJean-Marc Valin
2016-08-06Making signx[] an int in alg_quant() and removes unnecessary sign copyingJean-Marc Valin
2016-08-06Speeding up PVQ using unlikely() and moving first position out of the loopJean-Marc Valin
2016-08-06Getting gcc to use cmovs rather than branches in alg_quant()Jean-Marc Valin
2016-07-28cleanup: putting resynth flag in the contextJean-Marc Valin
2016-06-20Fixes minor code quality issues in CELTJean-Marc Valin
2015-10-07Fixes compile problems for MIPSRhishikesh Agashe
2014-10-03Cisco optimization for x86 & fixed pointxiangmingzhu
2014-06-19MIPS optimizationsRhishikesh Agashe
2014-01-23Speeding up extract_collapse_mask() slightlyJean-Marc Valin
2014-01-21Making decode_pulses() compute the L2-norm on the flyJean-Marc Valin
2014-01-21Save more integer divisions on ARM when we know the operands are positiveJean-Marc Valin
2014-01-04Making exp_rotation1() use MAC16_16(), which saves a few cycles on ARMJean-Marc Valin
2013-12-14fixed-point: adds rounding to some shifts to eliminate biasJean-Marc Valin
2013-12-10Annotating pointer arguments with OPUS_RESTRICT and constJean-Marc Valin
2013-12-09Defining celt_inner_prod() and using it instead of explicit loops.Jean-Marc Valin
2012-07-18Replace C99 restrict keyword with OPUS_RESTRICT.Gregory Maxwell
2012-04-20s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-04-20Misc changes to address Robert Sparks' commentsJean-Marc Valin
2011-10-24Optimization of the CBR loopKoen Vos
2011-09-25Avoiding more left shifts of negative valuesJean-Marc Valin
2011-09-13renames the libcelt/ directory to celt/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