Loading lib_dec/er_util_fx.c +8 −6 Original line number Diff line number Diff line Loading @@ -451,10 +451,12 @@ Word16 GetPLCModeDecision_ivas_fx( #ifndef HARMONIZE_2427_GETPLC 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 ); #else IF(st->element_mode != 0) { IF( st->element_mode != 0 ) { 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 ); } ELSE{ ELSE { TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode ); } #endif // !1 Loading lib_dec/dec_LPD_fx.c +7 −7 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/er_util_fx.c +8 −6 Original line number Diff line number Diff line Loading @@ -451,10 +451,12 @@ Word16 GetPLCModeDecision_ivas_fx( #ifndef HARMONIZE_2427_GETPLC 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 ); #else IF(st->element_mode != 0) { IF( st->element_mode != 0 ) { 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 ); } ELSE{ ELSE { TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode ); } #endif // !1 Loading