Loading lib_dec/ivas_cpe_dec_fx.c +9 −1 Original line number Diff line number Diff line Loading @@ -663,7 +663,15 @@ ivas_error ivas_cpe_dec_fx( test(); IF( EQ_16( hCPE->element_mode, IVAS_CPE_MDCT ) && EQ_16( hCPE->nchan_out, 1 ) && ( is_DTXrate( ivas_total_brate ) == 0 || ( EQ_16( is_DTXrate( ivas_total_brate ), 1 ) && is_DTXrate( st_ivas->hDecoderConfig->last_ivas_total_brate ) == 0 ) ) ) { #ifdef FIX_FLOAT_1518 test(); IF ( !( EQ_16( st_ivas->ivas_format, SBA_ISM_FORMAT ) && EQ_16( st_ivas->ism_mode, ISM_MODE_NONE ) ) ) { #endif applyDmxMdctStereo_fx( hCPE, output, output_frame ); #ifdef FIX_FLOAT_1518 } #endif } /*----------------------------------------------------------------* Loading Loading
lib_dec/ivas_cpe_dec_fx.c +9 −1 Original line number Diff line number Diff line Loading @@ -663,7 +663,15 @@ ivas_error ivas_cpe_dec_fx( test(); IF( EQ_16( hCPE->element_mode, IVAS_CPE_MDCT ) && EQ_16( hCPE->nchan_out, 1 ) && ( is_DTXrate( ivas_total_brate ) == 0 || ( EQ_16( is_DTXrate( ivas_total_brate ), 1 ) && is_DTXrate( st_ivas->hDecoderConfig->last_ivas_total_brate ) == 0 ) ) ) { #ifdef FIX_FLOAT_1518 test(); IF ( !( EQ_16( st_ivas->ivas_format, SBA_ISM_FORMAT ) && EQ_16( st_ivas->ism_mode, ISM_MODE_NONE ) ) ) { #endif applyDmxMdctStereo_fx( hCPE, output, output_frame ); #ifdef FIX_FLOAT_1518 } #endif } /*----------------------------------------------------------------* Loading