Loading lib_dec/er_util_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -577,7 +577,7 @@ Word16 GetPLCModeDecision_fx( #ifndef HARMONIZE_2427_GETPLC TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode ); #else TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, &( st->hTcxCfg->psychParamsTCX20 ), st->element_mode ); TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, (EQ_16(st->element_mode, IVAS_CPE_MDCT) ? &(st->hTcxCfg->psychParamsTCX20) : st->hTcxCfg->psychParamsCurrent), st->element_mode ); #endif // !HARMONIZE_2427_GETPLC test(); test(); Loading Loading
lib_dec/er_util_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -577,7 +577,7 @@ Word16 GetPLCModeDecision_fx( #ifndef HARMONIZE_2427_GETPLC TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode ); #else TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, &( st->hTcxCfg->psychParamsTCX20 ), st->element_mode ); TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, (EQ_16(st->element_mode, IVAS_CPE_MDCT) ? &(st->hTcxCfg->psychParamsTCX20) : st->hTcxCfg->psychParamsCurrent), st->element_mode ); #endif // !HARMONIZE_2427_GETPLC test(); test(); Loading