Loading lib_enc/ivas_decision_matrix_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ void ivas_decision_matrix_enc( st->core = ACELP_CORE; #ifdef NONBE_FIX_1205_TD_STEREO_MOD_CT /* In TD stereo at 16.4kbps (not applicable at 13.2kbps), we cannot overwrite the `coder_type` when it is set to TRANSITION, */ /* In TD stereo below 24.4 kbps we cannot overwrite the `coder_type` when it is set to TRANSITION, */ /* as it is used for TD stereo bit allocation. To ensure consistent bit allocation, it must remain unchanged on the decoder side. */ if ( st->idchan == 0 && !( element_brate <= IVAS_16k4 && st->coder_type == TRANSITION && st->element_mode == IVAS_CPE_TD ) ) { Loading Loading
lib_enc/ivas_decision_matrix_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ void ivas_decision_matrix_enc( st->core = ACELP_CORE; #ifdef NONBE_FIX_1205_TD_STEREO_MOD_CT /* In TD stereo at 16.4kbps (not applicable at 13.2kbps), we cannot overwrite the `coder_type` when it is set to TRANSITION, */ /* In TD stereo below 24.4 kbps we cannot overwrite the `coder_type` when it is set to TRANSITION, */ /* as it is used for TD stereo bit allocation. To ensure consistent bit allocation, it must remain unchanged on the decoder side. */ if ( st->idchan == 0 && !( element_brate <= IVAS_16k4 && st->coder_type == TRANSITION && st->element_mode == IVAS_CPE_TD ) ) { Loading