Commit History

Author SHA1 Message Date
  Jean-Marc Valin ee44ff86c6 Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir() 8 years ago
  Jean-Marc Valin 223657b51b Tighter bound in filter control in PLC 8 years ago
  Jean-Marc Valin 52ded42ad9 More headroom in PLC code 8 years ago
  Jean-Marc Valin 1a37d4e15c Saturate MDCT output post-TDAC rather than pre- 8 years ago
  Jean-Marc Valin 646fcc33d7 PLC overflow fix 8 years ago
  Jean-Marc Valin 3c60bae2d7 Prevent overflows in PLC celt_iir() 8 years ago
  Jean-Marc Valin 184a4767aa getting rid of a PLC overflow (I think) 8 years ago
  Jean-Marc Valin ae33218495 Reduce risk of overflowing in mono downsampling 8 years ago
  Felicia Lim 787eee29b8 Turn on CELT's PLC only if there are >=2 packets received consecutively. 8 years ago
  Jean-Marc Valin cfaf14788e Make the CELT background noise estimator adapt more quickly on DTX update 9 years ago
  Jean-Marc Valin 1970d5becd Always use the max of the decaying PLC energy and the background noise 9 years ago
  Viswanath Puttagunta 19c5406cde armv7(float): Optimize decode usecase using NE10 library 9 years ago
  Jonathan Lennox 43120f0075 Reorganize x86 SSE intrinsics code. 9 years ago
  xiangmingzhu c95c9a048f Cisco optimization for x86 & fixed point 10 years ago
  Jean-Marc Valin 2e6876c07a Using SSAT in SIG2WORD16() on ARMv6 11 years ago
  Jean-Marc Valin 9134e96cb2 Fixes SMALL_FOOTPRINT for float 11 years ago
  Jean-Marc Valin e17ca25617 Don't allocate pulses on the stack when calling the SILK PLC. 11 years ago
  Jean-Marc Valin b63e7110cb Moves CELT PLC pitch search to a separate function to reduce peak stack 11 years ago
  Jean-Marc Valin 5f807c176f Adds SMALL_FOOTPRINT hack to the CELT PLC too 11 years ago
  Jean-Marc Valin 9d1b6fef2a Moves deemphasis() call out of celt_decode_lost() to reduce peak stack 11 years ago
  Jean-Marc Valin ad8371d172 Cleaning up leftovers of "freq" in celt_decode_with_ec() 11 years ago
  Jean-Marc Valin 4d07b1357e Reduces the decoder stack use by removing the pcm_silk buffer in fixed-point 11 years ago
  Jean-Marc Valin 14ca4ed682 Moves the remains of compute_inv_mdcts() to celt_synthesis() 11 years ago
  Jean-Marc Valin 32454dcadc Hack that makes the SMALL_FOOTPRINT CELT decoder use only 4.25 kB of stack. 11 years ago
  Jean-Marc Valin bdc7b93358 Reduces decoder stack usage by only storing one channel of denormalized MDCT 11 years ago
  Jean-Marc Valin 4a6744a446 Some cleaning up of the synthesis code. 11 years ago
  Jean-Marc Valin e1f846208e Minor cleanup -- nothing to see here 11 years ago
  Jean-Marc Valin 91f8010108 Removing indirections 11 years ago
  Jean-Marc Valin d5553e8aca Using OPUS_COPY()/OPUS_CLEAR() in the decoder too 11 years ago
  Jean-Marc Valin 96408b6295 Fixes Opus-custom preemphasis 11 years ago