Loading lib_enc/ivas_decision_matrix_enc.c +0 −11 Original line number Diff line number Diff line Loading @@ -388,17 +388,6 @@ void ivas_decision_matrix_enc( { st->inactive_coder_type_flag = 1; /* GSC */ } #ifdef DEBUG_MODE_TD if ( st->idchan == 0 && st->element_mode == IVAS_CPE_TD && st->core == ACELP_CORE && element_brate < IVAS_24k4 ) { if ( ( st->coder_type == TRANSITION && st->mod_ct_ST != TRANSITION ) || ( st->coder_type != TRANSITION && st->mod_ct_ST == TRANSITION ) ) { printf( "st->coder_type != st->mod_ct_ST !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" ); exit( -555 ); } } #endif return; } Loading Loading
lib_enc/ivas_decision_matrix_enc.c +0 −11 Original line number Diff line number Diff line Loading @@ -388,17 +388,6 @@ void ivas_decision_matrix_enc( { st->inactive_coder_type_flag = 1; /* GSC */ } #ifdef DEBUG_MODE_TD if ( st->idchan == 0 && st->element_mode == IVAS_CPE_TD && st->core == ACELP_CORE && element_brate < IVAS_24k4 ) { if ( ( st->coder_type == TRANSITION && st->mod_ct_ST != TRANSITION ) || ( st->coder_type != TRANSITION && st->mod_ct_ST == TRANSITION ) ) { printf( "st->coder_type != st->mod_ct_ST !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" ); exit( -555 ); } } #endif return; } Loading