mirror of
https://github.com/xiph/opus.git
synced 2025-05-28 14:19:13 +00:00
Avoiding an overflow in the LTP quantization
Reduces the XX values to avoid an overflow in silk_VQ_WMat_EC(), even in floating-point.
This commit is contained in:
parent
bb224a4b8e
commit
b1d38ed32e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ extern "C"
|
|||
#define MAX_SUM_LOG_GAIN_DB 250.0f
|
||||
|
||||
/* LTP analysis defines */
|
||||
#define LTP_CORR_INV_MAX 0.015f
|
||||
#define LTP_CORR_INV_MAX 0.03f
|
||||
|
||||
/***********************/
|
||||
/* High pass filtering */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue