Loading lib_enc/speech_music_classif.c +0 −9 Original line number Diff line number Diff line Loading @@ -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 ) Loading Loading
lib_enc/speech_music_classif.c +0 −9 Original line number Diff line number Diff line Loading @@ -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 ) Loading