summaryrefslogtreecommitdiff
path: root/celt/kiss_fft.c
Commit message (Expand)AuthorAgeFilesLines
* silencing overflows in MDCT and FFTJean-Marc Valin2016-07-221-28/+28
* Fixes minor code quality issues in CELTJean-Marc Valin2016-06-201-1/+1
* armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta2015-10-071-3/+1
* armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta2015-10-071-6/+21
* MIPS optimizationsRhishikesh Agashe2014-06-191-0/+2
* Suppress some coverity false positives.Gregory Maxwell2014-04-161-1/+1
* Silences unused parameter warningJean-Marc Valin2014-01-041-0/+1
* Moving the radix-2 to expose trivial twiddle factorsJean-Marc Valin2014-01-031-20/+47
* Improving the accuracy of the fixed-point radix-3 and radix-5Jean-Marc Valin2013-12-311-3/+14
* Remove a SAVE_STACK that was pasted accidentally in the previous commitJean-Marc Valin2013-12-291-1/+0
* Unifying scaling of fixed-point and float FFTJean-Marc Valin2013-12-291-16/+15
* Getting rid of some negationsJean-Marc Valin2013-12-281-0/+5
* Reverse the ordering of the FFT stage to optimize a degenerate radix-4 case.Jean-Marc Valin2013-12-221-31/+73
* Getting rid of the inverse FFT entirelyJean-Marc Valin2013-12-211-238/+5
* Moving bitrev step to forward MDCT tooJean-Marc Valin2013-12-211-25/+31
* Applying the forward FFT gain up-front for fixed-point tooJean-Marc Valin2013-12-211-13/+20
* Moves the bitrev step to the IMDCT pre-rotationJean-Marc Valin2013-12-201-6/+12
* Minor FFT cleanups.Timothy B. Terriberry2013-05-221-3/+0
* Convert some double constants to float.Gregory Maxwell2012-07-171-1/+1
* Changes all uses of SHR()/SHL() macros to SHR32()/SHL32()Jean-Marc Valin2012-04-241-6/+6
* Only free state once in kiss-fft failed init pathJean-Marc Valin2011-10-191-1/+0
* Add the noreturn attribute on the assert functions to aid static analysis, im...Gregory Maxwell2011-10-031-2/+0
* renames the libcelt/ directory to celt/Jean-Marc Valin2011-09-131-0/+725
* 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
* Oops, fixed the CELT versionJean-Marc Valin2011-02-031-0/+25
* Update Opus range coder due to CELT refactoring.Timothy B. Terriberry2011-02-031-6/+0
* CELT update, version numbersJean-Marc Valin2011-02-031-5/+5
* Build fixesJean-Marc Valin2011-02-031-5/+5
* Oops, had inverted some tuning linesJean-Marc Valin2011-02-031-5/+5