Loading lib_dec/dec_LPD_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -573,7 +573,7 @@ void decoder_LPD_fx( #ifndef HARMONIZE_2446_CON_TCX_FX con_tcx_fx( st, &synthFB[0] ); #else con_tcx_ivas_fx( st, &synthFB[0], NULL, 0, NULL, (Word16) 1 ); con_tcx_ivas_fx( st, &synthFB[0], -16384, NULL, 0, NULL, (Word16) 1 ); #endif lerp( synthFB, synth, st->L_frame, hTcxDec->L_frameTCX ); st->con_tcx = 1; Loading Loading
lib_dec/dec_LPD_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -573,7 +573,7 @@ void decoder_LPD_fx( #ifndef HARMONIZE_2446_CON_TCX_FX con_tcx_fx( st, &synthFB[0] ); #else con_tcx_ivas_fx( st, &synthFB[0], NULL, 0, NULL, (Word16) 1 ); con_tcx_ivas_fx( st, &synthFB[0], -16384, NULL, 0, NULL, (Word16) 1 ); #endif lerp( synthFB, synth, st->L_frame, hTcxDec->L_frameTCX ); st->con_tcx = 1; Loading