Loading lib_dec/ivas_stereo_mdct_core_dec.c +8 −1 Original line number Diff line number Diff line Loading @@ -351,7 +351,14 @@ void stereo_mdct_core_dec( if ( hCPE->nchan_out == 1 && ( !bfi || ( bfi && sts[0]->core != ACELP_CORE && sts[1]->core != ACELP_CORE ) ) ) { #ifdef FIX_FLOAT_1518 if ( !( st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_MODE_NONE ) ) { #endif apply_dmx_weights( hCPE, x, sts[0]->transform_type, sts[1]->transform_type ); #ifdef FIX_FLOAT_1518 } #endif } ivas_mdct_core_reconstruct( hCPE, x, signal_outFB_tmp, fUseTns, 0 ); Loading Loading
lib_dec/ivas_stereo_mdct_core_dec.c +8 −1 Original line number Diff line number Diff line Loading @@ -351,7 +351,14 @@ void stereo_mdct_core_dec( if ( hCPE->nchan_out == 1 && ( !bfi || ( bfi && sts[0]->core != ACELP_CORE && sts[1]->core != ACELP_CORE ) ) ) { #ifdef FIX_FLOAT_1518 if ( !( st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_MODE_NONE ) ) { #endif apply_dmx_weights( hCPE, x, sts[0]->transform_type, sts[1]->transform_type ); #ifdef FIX_FLOAT_1518 } #endif } ivas_mdct_core_reconstruct( hCPE, x, signal_outFB_tmp, fUseTns, 0 ); Loading