Commit 208c8ba6 authored by vaclav's avatar vaclav
Browse files

remove ISM4 issue debugging code

parent 3972d6a8
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1966,15 +1966,6 @@ void ivas_smc_mode_selection(
        *attack_flag = attack + 1;
    }

    if ( st->localVAD == 1 && st->coder_type == UNVOICED && attack > 0 /*&& *attack_flag < 32*/ /*&& st->tc_cnt != 2*/ && !( st->sp_aud_decision2 == 1 && ton > 0.65f ) && st->flag_ACELP16k )
    {
        /* change ACELP coder_type to TC if attack has been detected */
        st->sp_aud_decision1 = 0;
        st->sp_aud_decision2 = 0;

        st->coder_type = TRANSITION;
        *attack_flag = attack + 1;
    }

#ifdef DEBUGGING
    if ( st->idchan == 0 && st->coder_type != INACTIVE )