aboutsummaryrefslogtreecommitdiff
path: root/celt/kiss_fft.c
AgeCommit message (Expand)Author
2016-07-22silencing overflows in MDCT and FFTJean-Marc Valin
2016-06-20Fixes minor code quality issues in CELTJean-Marc Valin
2015-10-07armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta
2015-10-07armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2014-06-19MIPS optimizationsRhishikesh Agashe
2014-04-16Suppress some coverity false positives.Gregory Maxwell
2014-01-04Silences unused parameter warningJean-Marc Valin
2014-01-03Moving the radix-2 to expose trivial twiddle factorsJean-Marc Valin
2013-12-31Improving the accuracy of the fixed-point radix-3 and radix-5Jean-Marc Valin
2013-12-29Remove a SAVE_STACK that was pasted accidentally in the previous commitJean-Marc Valin
2013-12-29Unifying scaling of fixed-point and float FFTJean-Marc Valin
2013-12-28Getting rid of some negationsJean-Marc Valin
2013-12-22Reverse the ordering of the FFT stage to optimize a degenerate radix-4 case.Jean-Marc Valin
2013-12-21Getting rid of the inverse FFT entirelyJean-Marc Valin
2013-12-21Moving bitrev step to forward MDCT tooJean-Marc Valin
2013-12-21Applying the forward FFT gain up-front for fixed-point tooJean-Marc Valin
2013-12-20Moves the bitrev step to the IMDCT pre-rotationJean-Marc Valin
2013-05-22Minor FFT cleanups.Timothy B. Terriberry
2012-07-17Convert some double constants to float.Gregory Maxwell
2012-04-24Changes all uses of SHR()/SHL() macros to SHR32()/SHL32()Jean-Marc Valin
2011-10-19Only free state once in kiss-fft failed init pathJean-Marc Valin
2011-10-03Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell
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
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
2011-02-03Oops, had inverted some tuning linesJean-Marc Valin