aboutsummaryrefslogtreecommitdiff
path: root/celt/celt_decoder.c
AgeCommit message (Expand)Author
2020-04-13Fix celt decoder assertion when using OPUS_CUSTOMNiclas Olmenius
2018-10-16Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashesJean-Marc Valin
2018-03-27Adding decoder state validationJean-Marc Valin
2017-10-29Enable RFC 8251 changes by defaultJean-Marc Valin
2017-10-06Fixes CELT PLCJean-Marc Valin
2017-01-17Revise celt_fir_c() to not pass in argument "mem"Linfeng Zhang
2016-09-01Make it possible to ignore inverted phase stereo for downmix purposesJean-Marc Valin
2016-08-14Apply deemphasis to both channels in the same loop for the simple caseJean-Marc Valin
2016-08-12Reducing dependencies in deemphasis()Jean-Marc Valin
2016-07-28Making stereo theta decision based on minimizing distortionJean-Marc Valin
2016-07-25Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir()Jean-Marc Valin
2016-07-24Tighter bound in filter control in PLCJean-Marc Valin
2016-07-24More headroom in PLC codeJean-Marc Valin
2016-07-24Saturate MDCT output post-TDAC rather than pre-Jean-Marc Valin
2016-07-22PLC overflow fixJean-Marc Valin
2016-07-22Prevent overflows in PLC celt_iir()Jean-Marc Valin
2016-07-22getting rid of a PLC overflow (I think)Jean-Marc Valin
2016-07-22Reduce risk of overflowing in mono downsamplingJean-Marc Valin
2016-04-15Turn on CELT's PLC only if there are >=2 packets received consecutively.Felicia Lim
2015-12-04Make the CELT background noise estimator adapt more quickly on DTX updateJean-Marc Valin
2015-12-04Always use the max of the decaying PLC energy and the background noiseJean-Marc Valin
2015-10-07armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta
2015-09-01Reorganize x86 SSE intrinsics code.Jonathan Lennox
2014-10-03Cisco optimization for x86 & fixed pointxiangmingzhu
2014-01-22Using SSAT in SIG2WORD16() on ARMv6Jean-Marc Valin
2014-01-07Fixes SMALL_FOOTPRINT for floatJean-Marc Valin
2014-01-07Don't allocate pulses on the stack when calling the SILK PLC.Jean-Marc Valin
2014-01-07Moves CELT PLC pitch search to a separate function to reduce peak stackJean-Marc Valin
2014-01-07Adds SMALL_FOOTPRINT hack to the CELT PLC tooJean-Marc Valin
2014-01-07Moves deemphasis() call out of celt_decode_lost() to reduce peak stackJean-Marc Valin
2014-01-06Cleaning up leftovers of "freq" in celt_decode_with_ec()Jean-Marc Valin
2014-01-06Reduces the decoder stack use by removing the pcm_silk buffer in fixed-pointJean-Marc Valin
2014-01-06Moves the remains of compute_inv_mdcts() to celt_synthesis()Jean-Marc Valin
2014-01-06Hack that makes the SMALL_FOOTPRINT CELT decoder use only 4.25 kB of stack.Jean-Marc Valin
2014-01-06Reduces decoder stack usage by only storing one channel of denormalized MDCTJean-Marc Valin
2014-01-05Some cleaning up of the synthesis code.Jean-Marc Valin
2013-12-29Minor cleanup -- nothing to see hereJean-Marc Valin
2013-12-10Removing indirectionsJean-Marc Valin
2013-12-10Using OPUS_COPY()/OPUS_CLEAR() in the decoder tooJean-Marc Valin
2013-12-02Fixes Opus-custom preemphasisJean-Marc Valin
2013-11-18Adds Neon assembly for correlation/convolutionTimothy B. Terriberry
2013-10-28Avoid a bogus uninitialized warning and simplify some code.Gregory Maxwell
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-07-12Fixes a denorm problem when the input goes silent after active audioJean-Marc Valin
2013-06-16Moves log2Amp inside denormalise_bands() and get rid of bandE[]Jean-Marc Valin
2013-06-16Don't call denormalise_bands() on silenceJean-Marc Valin
2013-06-04Add run-time CPU detection and support for ARM architectureAurélien Zanelli
2013-05-26Skip down-sampling in deemphasis() when not needed.Jean-Marc Valin
2013-05-18Fixes fixed-point PLC issue reported in trac ticket #1954Jean-Marc Valin
2013-05-08Use dynamic stack allocation in the SILK encoder.Timothy B. Terriberry