Historique des commits

Auteur SHA1 Message Date
  Felicia Lim 787eee29b8 Turn on CELT's PLC only if there are >=2 packets received consecutively. il y a 8 ans
  Jean-Marc Valin cfaf14788e Make the CELT background noise estimator adapt more quickly on DTX update il y a 9 ans
  Jean-Marc Valin 1970d5becd Always use the max of the decaying PLC energy and the background noise il y a 9 ans
  Viswanath Puttagunta 19c5406cde armv7(float): Optimize decode usecase using NE10 library il y a 9 ans
  Jonathan Lennox 43120f0075 Reorganize x86 SSE intrinsics code. il y a 9 ans
  xiangmingzhu c95c9a048f Cisco optimization for x86 & fixed point il y a 10 ans
  Jean-Marc Valin 2e6876c07a Using SSAT in SIG2WORD16() on ARMv6 il y a 11 ans
  Jean-Marc Valin 9134e96cb2 Fixes SMALL_FOOTPRINT for float il y a 11 ans
  Jean-Marc Valin e17ca25617 Don't allocate pulses on the stack when calling the SILK PLC. il y a 11 ans
  Jean-Marc Valin b63e7110cb Moves CELT PLC pitch search to a separate function to reduce peak stack il y a 11 ans
  Jean-Marc Valin 5f807c176f Adds SMALL_FOOTPRINT hack to the CELT PLC too il y a 11 ans
  Jean-Marc Valin 9d1b6fef2a Moves deemphasis() call out of celt_decode_lost() to reduce peak stack il y a 11 ans
  Jean-Marc Valin ad8371d172 Cleaning up leftovers of "freq" in celt_decode_with_ec() il y a 11 ans
  Jean-Marc Valin 4d07b1357e Reduces the decoder stack use by removing the pcm_silk buffer in fixed-point il y a 11 ans
  Jean-Marc Valin 14ca4ed682 Moves the remains of compute_inv_mdcts() to celt_synthesis() il y a 11 ans
  Jean-Marc Valin 32454dcadc Hack that makes the SMALL_FOOTPRINT CELT decoder use only 4.25 kB of stack. il y a 11 ans
  Jean-Marc Valin bdc7b93358 Reduces decoder stack usage by only storing one channel of denormalized MDCT il y a 11 ans
  Jean-Marc Valin 4a6744a446 Some cleaning up of the synthesis code. il y a 11 ans
  Jean-Marc Valin e1f846208e Minor cleanup -- nothing to see here il y a 11 ans
  Jean-Marc Valin 91f8010108 Removing indirections il y a 11 ans
  Jean-Marc Valin d5553e8aca Using OPUS_COPY()/OPUS_CLEAR() in the decoder too il y a 11 ans
  Jean-Marc Valin 96408b6295 Fixes Opus-custom preemphasis il y a 11 ans
  Timothy B. Terriberry 39386e0b85 Adds Neon assembly for correlation/convolution il y a 11 ans
  Gregory Maxwell 60429d366f Avoid a bogus uninitialized warning and simplify some code. il y a 11 ans
  Gregory Maxwell 7830cf1bd2 Replace "inline" with OPUS_INLINE. il y a 11 ans
  Jean-Marc Valin 260474fb81 Fixes a denorm problem when the input goes silent after active audio il y a 11 ans
  Jean-Marc Valin ee2506b2c7 Moves log2Amp inside denormalise_bands() and get rid of bandE[] il y a 11 ans
  Jean-Marc Valin 3afc6ffff0 Don't call denormalise_bands() on silence il y a 11 ans
  Aurélien Zanelli cd4c8249bc Add run-time CPU detection and support for ARM architecture il y a 11 ans
  Jean-Marc Valin 2fe4700f76 Skip down-sampling in deemphasis() when not needed. il y a 11 ans