Loading lib_dec/er_util_fx.c +7 −1 Original line number Diff line number Diff line Loading @@ -578,7 +578,13 @@ Word16 GetPLCModeDecision_fx( TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode ); #else // IVAS version TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, NULL, st->element_mode ); IF(st->element_mode != 0) { TonalMDCTConceal_Detect_ivas_fx(st->hTonalMDCTConc, pitch, &numIndices, st->hTcxCfg->psychParamsCurrent, st->element_mode); } ELSE{ TonalMDCTConceal_Detect(st->hTonalMDCTConc, pitch, &numIndices, st->element_mode); } #endif // !HARMONIZE_2427_GETPLC test(); test(); Loading Loading
lib_dec/er_util_fx.c +7 −1 Original line number Diff line number Diff line Loading @@ -578,7 +578,13 @@ Word16 GetPLCModeDecision_fx( TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode ); #else // IVAS version TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, NULL, st->element_mode ); IF(st->element_mode != 0) { TonalMDCTConceal_Detect_ivas_fx(st->hTonalMDCTConc, pitch, &numIndices, st->hTcxCfg->psychParamsCurrent, st->element_mode); } ELSE{ TonalMDCTConceal_Detect(st->hTonalMDCTConc, pitch, &numIndices, st->element_mode); } #endif // !HARMONIZE_2427_GETPLC test(); test(); Loading