Commit 563a085e authored by vaclav's avatar vaclav
Browse files

tuning within FIX_729_ASAN_2ISM_ACELP

parent 8333c024
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -228,9 +228,7 @@ 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 = ACELP_CORE;
        st->coder_type = AUDIO;
        st->sp_aud_decision2 = 0;
        st->core = TCX_20_CORE;
    }
#endif