Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,6 @@ #define FIX_124_DONT_ALLOC_PLCINFO_IN_IVAS /* Issue 124: do not allocate unused plc struct in IVAS modes which is only used in EVS mono */ #define SBA_BR_SWITCHING /* Issue 114: Changes for sba bit rate switching*/ #define FIX_ITD /* Contribution 16: TD renderer ITD improvement and code cleanup */ #define FIX_I217_GSC_FLAG_IN_ISM /* Issue 217: fix BER detected in ISM4 due to desynchronized 'GSC_IVAS_mode' parameter */ #define FIX_158_DIRAC_MEM /* Issue 158: Reduce memory consumption in the hDirac_mem handle */ #define BRATE_SWITCHING_FRAMEWORK /* Bitrate switching changes related to the general framework */ #define BRATE_SWITCHING_RENDERING /* Bitrate switching changes related to the renderers */ Loading lib_dec/ivas_td_low_rate_dec.c +0 −2 Original line number Diff line number Diff line Loading @@ -77,9 +77,7 @@ void tdm_low_rate_dec( nb_subfr = 2; #ifdef FIX_I217_GSC_FLAG_IN_ISM st->GSC_IVAS_mode = 0; #endif st->GSC_noisy_speech = 1; hGSCDec->noise_lev = 14; Loading lib_enc/ivas_td_low_rate_enc.c +0 −2 Original line number Diff line number Diff line Loading @@ -78,9 +78,7 @@ void tdm_low_rate_enc( nb_subfr = 2; #ifdef FIX_I217_GSC_FLAG_IN_ISM st->GSC_IVAS_mode = 0; #endif st->GSC_noisy_speech = 1; st->hGSCEnc->noise_lev = 14; Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,6 @@ #define FIX_124_DONT_ALLOC_PLCINFO_IN_IVAS /* Issue 124: do not allocate unused plc struct in IVAS modes which is only used in EVS mono */ #define SBA_BR_SWITCHING /* Issue 114: Changes for sba bit rate switching*/ #define FIX_ITD /* Contribution 16: TD renderer ITD improvement and code cleanup */ #define FIX_I217_GSC_FLAG_IN_ISM /* Issue 217: fix BER detected in ISM4 due to desynchronized 'GSC_IVAS_mode' parameter */ #define FIX_158_DIRAC_MEM /* Issue 158: Reduce memory consumption in the hDirac_mem handle */ #define BRATE_SWITCHING_FRAMEWORK /* Bitrate switching changes related to the general framework */ #define BRATE_SWITCHING_RENDERING /* Bitrate switching changes related to the renderers */ Loading
lib_dec/ivas_td_low_rate_dec.c +0 −2 Original line number Diff line number Diff line Loading @@ -77,9 +77,7 @@ void tdm_low_rate_dec( nb_subfr = 2; #ifdef FIX_I217_GSC_FLAG_IN_ISM st->GSC_IVAS_mode = 0; #endif st->GSC_noisy_speech = 1; hGSCDec->noise_lev = 14; Loading
lib_enc/ivas_td_low_rate_enc.c +0 −2 Original line number Diff line number Diff line Loading @@ -78,9 +78,7 @@ void tdm_low_rate_enc( nb_subfr = 2; #ifdef FIX_I217_GSC_FLAG_IN_ISM st->GSC_IVAS_mode = 0; #endif st->GSC_noisy_speech = 1; st->hGSCEnc->noise_lev = 14; Loading