summaryrefslogtreecommitdiff
path: root/celt/celt_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* Make the CELT background noise estimator adapt more quickly on DTX updateJean-Marc Valin2015-12-041-1/+9
* Always use the max of the decaying PLC energy and the background noiseJean-Marc Valin2015-12-041-16/+9
* armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta2015-10-071-8/+10
* Reorganize x86 SSE intrinsics code.Jonathan Lennox2015-09-011-3/+3
* Cisco optimization for x86 & fixed pointxiangmingzhu2014-10-031-5/+5
* Using SSAT in SIG2WORD16() on ARMv6Jean-Marc Valin2014-01-221-11/+0
* Fixes SMALL_FOOTPRINT for floatJean-Marc Valin2014-01-071-4/+7
* Don't allocate pulses on the stack when calling the SILK PLC.Jean-Marc Valin2014-01-071-1/+1
* Moves CELT PLC pitch search to a separate function to reduce peak stackJean-Marc Valin2014-01-071-9/+17
* Adds SMALL_FOOTPRINT hack to the CELT PLC tooJean-Marc Valin2014-01-071-2/+10
* Moves deemphasis() call out of celt_decode_lost() to reduce peak stackJean-Marc Valin2014-01-071-11/+7
* Cleaning up leftovers of "freq" in celt_decode_with_ec()Jean-Marc Valin2014-01-061-2/+0
* Reduces the decoder stack use by removing the pcm_silk buffer in fixed-pointJean-Marc Valin2014-01-061-18/+44
* Moves the remains of compute_inv_mdcts() to celt_synthesis()Jean-Marc Valin2014-01-061-37/+24
* Hack that makes the SMALL_FOOTPRINT CELT decoder use only 4.25 kB of stack.Jean-Marc Valin2014-01-061-8/+16
* Reduces decoder stack usage by only storing one channel of denormalized MDCTJean-Marc Valin2014-01-061-34/+74
* Some cleaning up of the synthesis code.Jean-Marc Valin2014-01-051-20/+7
* Minor cleanup -- nothing to see hereJean-Marc Valin2013-12-291-1/+1
* Removing indirectionsJean-Marc Valin2013-12-101-14/+18
* Using OPUS_COPY()/OPUS_CLEAR() in the decoder tooJean-Marc Valin2013-12-101-14/+6
* Fixes Opus-custom preemphasisJean-Marc Valin2013-12-021-2/+2
* Adds Neon assembly for correlation/convolutionTimothy B. Terriberry2013-11-181-3/+5
* Avoid a bogus uninitialized warning and simplify some code.Gregory Maxwell2013-10-281-3/+1
* Replace "inline" with OPUS_INLINE.Gregory Maxwell2013-10-281-1/+1
* Fixes a denorm problem when the input goes silent after active audioJean-Marc Valin2013-07-121-1/+1
* Moves log2Amp inside denormalise_bands() and get rid of bandE[]Jean-Marc Valin2013-06-161-10/+5
* Don't call denormalise_bands() on silenceJean-Marc Valin2013-06-161-7/+6
* Add run-time CPU detection and support for ARM architectureAurélien Zanelli2013-06-041-0/+3
* Skip down-sampling in deemphasis() when not needed.Jean-Marc Valin2013-05-261-3/+18
* Fixes fixed-point PLC issue reported in trac ticket #1954Jean-Marc Valin2013-05-181-2/+5
* Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry2013-05-081-18/+26
* Fixes stupid preprocessor-related bug introduced in e368e6209.Jean-Marc Valin2013-01-091-2/+1
* Remove condition in pre/de-emphasis when not building with custom modesJean-Marc Valin2013-01-031-10/+14
* skip bands with no energyJean-Marc Valin2012-12-211-1/+1
* Numerous PLC cleanups.Timothy B. Terriberry2012-12-071-117/+157
* More comments in the PLCJean-Marc Valin2012-12-011-1/+4
* Window both sides of overlap when adding them.Nils Wallménius2012-12-011-7/+4
* Better comments in the PLCJean-Marc Valin2012-11-291-7/+19
* Fixes many many issues in the CELT PLCJean-Marc Valin2012-11-291-40/+41
* Remove obsolete #ifdef OPUS_BUILD.Ralph Giles2012-11-291-2/+0
* Follow up to commit 8b906c102b37ce74571898c8879c01b2a9088fb3Nils Wallménius2012-11-121-8/+0
* Fixes issues with multiple files defining CELT_CJean-Marc Valin2012-11-081-2/+1
* Splits out the CELT encoder and decoderJean-Marc Valin2012-11-081-0/+1127
* 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