Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/celt/vq.c
AgeCommit message (Expand)Author
2019-04-09Fix build errors using Makefile.mipsMark Harris
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2017-05-26Fixes unit tests that need arch-specific codeJean-Marc Valin
2017-02-27Fix compiler warningsMark Harris
2016-08-16Removed a float operation that sneaked in in the fixed-point codeJean-Marc Valin
2016-08-16Speeding 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-10SSE2 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-04Cisco optimization for x86 & fixed pointxiangmingzhu
2014-06-19MIPS optimizationsRhishikesh Agashe
2014-01-23Speeding up extract_collapse_mask() slightlyJean-Marc Valin
2014-01-22Making 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-05Making 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-11Annotating pointer arguments with OPUS_RESTRICT and constJean-Marc Valin
2013-12-10Defining 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-21s/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-14renames the libcelt/ directory to celt/Jean-Marc Valin
2011-04-29Moved 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-17Fixes 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-12Disable newly introduced CELT signallingJean-Marc Valin
2011-03-10Nothing to see hereJean-Marc Valin
2011-03-09CELT updateJean-Marc Valin
2011-03-08Support for glitchles mode switchingJean-Marc Valin
2011-03-01SILK/CELT updateJean-Marc Valin
2011-02-15preparing the next versionJean-Marc Valin
2011-02-15missing filesJean-Marc Valin
2011-02-15SILK 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