Loading lib_dec/ivas_tcx_core_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -733,7 +733,7 @@ void stereo_tcx_core_dec( #ifdef PARAM_ISM_DTX_CORE_FIX if ( ivas_format != NULL && ism_mode != NULL && ivas_format == ISM_FORMAT && ism_mode == ISM_MODE_PARAM ) { float buffer[320]; float buffer[L_FRAME16k]; lerp( signal_outFB, buffer, st->L_frame, hTcxDec->L_frameTCX ); ApplyFdCng( buffer, NULL, NULL, NULL, st, st->bfi, 0 ); } Loading Loading
lib_dec/ivas_tcx_core_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -733,7 +733,7 @@ void stereo_tcx_core_dec( #ifdef PARAM_ISM_DTX_CORE_FIX if ( ivas_format != NULL && ism_mode != NULL && ivas_format == ISM_FORMAT && ism_mode == ISM_MODE_PARAM ) { float buffer[320]; float buffer[L_FRAME16k]; lerp( signal_outFB, buffer, st->L_frame, hTcxDec->L_frameTCX ); ApplyFdCng( buffer, NULL, NULL, NULL, st, st->bfi, 0 ); } Loading