Niclas Olmenius
|
06a651547f
Fix celt decoder assertion when using OPUS_CUSTOM
|
4 лет назад |
Jean-Marc Valin
|
aebc9046f9
Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashes
|
6 лет назад |
Jean-Marc Valin
|
574d50cb57
Adding decoder state validation
|
6 лет назад |
Jean-Marc Valin
|
d8b1fd4ad0
Enable RFC 8251 changes by default
|
7 лет назад |
Jean-Marc Valin
|
072d133f78
Fixes CELT PLC
|
7 лет назад |
Linfeng Zhang
|
783ad76766
Revise celt_fir_c() to not pass in argument "mem"
|
8 лет назад |
Jean-Marc Valin
|
18a380a7c2
Make it possible to ignore inverted phase stereo for downmix purposes
|
8 лет назад |
Jean-Marc Valin
|
11dba8d902
Apply deemphasis to both channels in the same loop for the simple case
|
8 лет назад |
Jean-Marc Valin
|
9f7e502e06
Reducing dependencies in deemphasis()
|
8 лет назад |
Jean-Marc Valin
|
35cf18e9d7
Making stereo theta decision based on minimizing distortion
|
9 лет назад |
Jean-Marc Valin
|
ee44ff86c6
Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir()
|
8 лет назад |
Jean-Marc Valin
|
223657b51b
Tighter bound in filter control in PLC
|
8 лет назад |
Jean-Marc Valin
|
52ded42ad9
More headroom in PLC code
|
8 лет назад |
Jean-Marc Valin
|
1a37d4e15c
Saturate MDCT output post-TDAC rather than pre-
|
8 лет назад |
Jean-Marc Valin
|
646fcc33d7
PLC overflow fix
|
8 лет назад |
Jean-Marc Valin
|
3c60bae2d7
Prevent overflows in PLC celt_iir()
|
8 лет назад |
Jean-Marc Valin
|
184a4767aa
getting rid of a PLC overflow (I think)
|
8 лет назад |
Jean-Marc Valin
|
ae33218495
Reduce risk of overflowing in mono downsampling
|
8 лет назад |
Felicia Lim
|
787eee29b8
Turn on CELT's PLC only if there are >=2 packets received consecutively.
|
8 лет назад |
Jean-Marc Valin
|
cfaf14788e
Make the CELT background noise estimator adapt more quickly on DTX update
|
9 лет назад |
Jean-Marc Valin
|
1970d5becd
Always use the max of the decaying PLC energy and the background noise
|
9 лет назад |
Viswanath Puttagunta
|
19c5406cde
armv7(float): Optimize decode usecase using NE10 library
|
9 лет назад |
Jonathan Lennox
|
43120f0075
Reorganize x86 SSE intrinsics code.
|
9 лет назад |
xiangmingzhu
|
c95c9a048f
Cisco optimization for x86 & fixed point
|
10 лет назад |
Jean-Marc Valin
|
2e6876c07a
Using SSAT in SIG2WORD16() on ARMv6
|
11 лет назад |
Jean-Marc Valin
|
9134e96cb2
Fixes SMALL_FOOTPRINT for float
|
11 лет назад |
Jean-Marc Valin
|
e17ca25617
Don't allocate pulses on the stack when calling the SILK PLC.
|
11 лет назад |
Jean-Marc Valin
|
b63e7110cb
Moves CELT PLC pitch search to a separate function to reduce peak stack
|
11 лет назад |
Jean-Marc Valin
|
5f807c176f
Adds SMALL_FOOTPRINT hack to the CELT PLC too
|
11 лет назад |
Jean-Marc Valin
|
9d1b6fef2a
Moves deemphasis() call out of celt_decode_lost() to reduce peak stack
|
11 лет назад |