Loading lib_dec/er_util_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -458,6 +458,7 @@ Word16 GetPLCModeDecision_fx( #ifndef FIX_2480_HARM_TONALMDCT TonalMDCTConceal_Detect_fx(st->hTonalMDCTConc, pitch, &numIndices, st->element_mode); #else assert(st->hTcxCfg->psychParamsCurrent == NULL); TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, NULL, st->element_mode ); #endif // !FIX_2480_HARM_TONALMDCT } Loading Loading
lib_dec/er_util_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -458,6 +458,7 @@ Word16 GetPLCModeDecision_fx( #ifndef FIX_2480_HARM_TONALMDCT TonalMDCTConceal_Detect_fx(st->hTonalMDCTConc, pitch, &numIndices, st->element_mode); #else assert(st->hTcxCfg->psychParamsCurrent == NULL); TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, NULL, st->element_mode ); #endif // !FIX_2480_HARM_TONALMDCT } Loading