Loading lib_dec/er_util_fx.c +6 −4 Original line number Diff line number Diff line Loading @@ -578,10 +578,12 @@ Word16 GetPLCModeDecision_fx( TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode ); #else // IVAS version IF(st->element_mode != 0) { IF( st->element_mode != 0 ) { TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, st->hTcxCfg->psychParamsCurrent, st->element_mode ); } ELSE{ ELSE { TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode ); } Loading Loading
lib_dec/er_util_fx.c +6 −4 Original line number Diff line number Diff line Loading @@ -578,10 +578,12 @@ Word16 GetPLCModeDecision_fx( TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode ); #else // IVAS version IF(st->element_mode != 0) { IF( st->element_mode != 0 ) { TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, st->hTcxCfg->psychParamsCurrent, st->element_mode ); } ELSE{ ELSE { TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode ); } Loading