| Index: silk/tuning_parameters.h
|
| diff --git a/silk/tuning_parameters.h b/silk/tuning_parameters.h
|
| index bf4f63f012b8af5f4ed802d868261d085e62722d..e1057bbaae3341dda980015fd0188afe90879966 100644
|
| --- a/silk/tuning_parameters.h
|
| +++ b/silk/tuning_parameters.h
|
| @@ -50,7 +50,7 @@ extern "C"
|
| /* Linear prediction */
|
| /*********************/
|
|
|
| -/* LPC analysis defines: regularization and bandwidth expansion */
|
| +/* LPC analysis regularization */
|
| #define FIND_LPC_COND_FAC 1e-5f
|
|
|
| /* LTP analysis defines */
|
| @@ -63,6 +63,9 @@ extern "C"
|
| #define MU_LTP_QUANT_MB 0.025f
|
| #define MU_LTP_QUANT_WB 0.02f
|
|
|
| +/* Max cumulative LTP gain */
|
| +#define MAX_SUM_LOG_GAIN_DB 250.0f
|
| +
|
| /***********************/
|
| /* High pass filtering */
|
| /***********************/
|
|
|