Loading lib_enc/ivas_decision_matrix_enc.c +2 −3 Original line number Diff line number Diff line Loading @@ -228,11 +228,10 @@ void ivas_decision_matrix_enc( /* sanity check to avoid too low ACELP bitrate in case of "limitation to avoid too high bitrate in one active TCX channel" at element_brate = 32000 */ if ( st->is_ism_format && st->flag_ACELP16k && !st->low_rate_mode && st->core == ACELP_CORE && st->total_brate < ACELP_16k_LOW_LIMIT + FB_TBE_1k8 ) { st->core = TCX_20_CORE; st->core = ACELP_CORE; st->coder_type = AUDIO; st->sp_aud_decision2 = 1; st->sp_aud_decision2 = 0; } #endif /*---------------------------------------------------------------------* Loading Loading
lib_enc/ivas_decision_matrix_enc.c +2 −3 Original line number Diff line number Diff line Loading @@ -228,11 +228,10 @@ void ivas_decision_matrix_enc( /* sanity check to avoid too low ACELP bitrate in case of "limitation to avoid too high bitrate in one active TCX channel" at element_brate = 32000 */ if ( st->is_ism_format && st->flag_ACELP16k && !st->low_rate_mode && st->core == ACELP_CORE && st->total_brate < ACELP_16k_LOW_LIMIT + FB_TBE_1k8 ) { st->core = TCX_20_CORE; st->core = ACELP_CORE; st->coder_type = AUDIO; st->sp_aud_decision2 = 1; st->sp_aud_decision2 = 0; } #endif /*---------------------------------------------------------------------* Loading