Loading lib_com/prot_fx.h +7 −8 Original line number Diff line number Diff line Loading @@ -8917,8 +8917,7 @@ void con_tcx_ivas_fx( Word16 *noise_seed, /* i/o: noise seed for stereo */ const Word16 only_left, /* i : TD-PLC only in left channel */ const Word16 *A_cng, /* i : CNG LP filter coefficients */ const leg_flag ); const leg_flag ); #endif // !HARMONIZE_2446_CON_TCX_FX void ivas_mdct_core_reconstruct_fx( Loading lib_dec/er_dec_tcx_fx.c +8 −9 Original line number Diff line number Diff line Loading @@ -952,8 +952,7 @@ void con_tcx_ivas_fx( Word16 *noise_seed, /* i/o: noise seed for stereo Q0 */ const Word16 only_left, /* i : TD-PLC only in left channel Q0 */ const Word16 *A_cng, /* i : CNG LP filter coefficients Q14*/ const Word16 leg_flag ) const Word16 leg_flag ) #else void con_tcx_ivas_fx( Decoder_State *st, /* i/o: coder memory state */ Loading lib_dec/ivas_mdct_core_dec_fx.c +10 −11 Original line number Diff line number Diff line Loading @@ -1312,7 +1312,6 @@ void ivas_mdct_core_reconstruct_fx( #else con_tcx_ivas_fx( st, &synthFB_fx[0], hCPE->hStereoMdct->lastCoh_fx, &sts[0]->seed_acelp, 1, &st->hFdCngDec->hFdCngCom->A_cng[0], 0 ); #endif // !HARMONIZE_2446_CON_TCX_FX } ELSE { Loading Loading
lib_com/prot_fx.h +7 −8 Original line number Diff line number Diff line Loading @@ -8917,8 +8917,7 @@ void con_tcx_ivas_fx( Word16 *noise_seed, /* i/o: noise seed for stereo */ const Word16 only_left, /* i : TD-PLC only in left channel */ const Word16 *A_cng, /* i : CNG LP filter coefficients */ const leg_flag ); const leg_flag ); #endif // !HARMONIZE_2446_CON_TCX_FX void ivas_mdct_core_reconstruct_fx( Loading
lib_dec/er_dec_tcx_fx.c +8 −9 Original line number Diff line number Diff line Loading @@ -952,8 +952,7 @@ void con_tcx_ivas_fx( Word16 *noise_seed, /* i/o: noise seed for stereo Q0 */ const Word16 only_left, /* i : TD-PLC only in left channel Q0 */ const Word16 *A_cng, /* i : CNG LP filter coefficients Q14*/ const Word16 leg_flag ) const Word16 leg_flag ) #else void con_tcx_ivas_fx( Decoder_State *st, /* i/o: coder memory state */ Loading
lib_dec/ivas_mdct_core_dec_fx.c +10 −11 Original line number Diff line number Diff line Loading @@ -1312,7 +1312,6 @@ void ivas_mdct_core_reconstruct_fx( #else con_tcx_ivas_fx( st, &synthFB_fx[0], hCPE->hStereoMdct->lastCoh_fx, &sts[0]->seed_acelp, 1, &st->hFdCngDec->hFdCngCom->A_cng[0], 0 ); #endif // !HARMONIZE_2446_CON_TCX_FX } ELSE { Loading