Loading lib_enc/igf_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -2012,7 +2012,7 @@ static Word32 IGF_getTNR_ivas_fx( *-------------------------------------------------------------------*/ #ifdef FIX_2346_DUPLICATED_IGF_FUNCTIONS_2 static void IGF_CalculateEnvelope( static void IGF_CalculateEnvelope_fx( #else static void IGF_CalculateEnvelope_ivas_fx( #endif Loading Loading @@ -3532,7 +3532,7 @@ void IGFEncApplyMono_fx( } #ifdef FIX_2346_DUPLICATED_IGF_FUNCTIONS_2 IGF_CalculateEnvelope( st->hIGFEnc, pMDCTSpectrum_fx, e_mdct, pPowerSpectrumParameter_fx, pPowerSpectrumParameter_exp, igfGridIdx, st->hTranDet->transientDetector.bIsAttackPresent, last_core_acelp, st->element_mode, att_fx ); IGF_CalculateEnvelope_fx( st->hIGFEnc, pMDCTSpectrum_fx, e_mdct, pPowerSpectrumParameter_fx, pPowerSpectrumParameter_exp, igfGridIdx, st->hTranDet->transientDetector.bIsAttackPresent, last_core_acelp, st->element_mode, att_fx ); #else IF( EQ_16( st->element_mode, EVS_MONO ) ) { Loading Loading
lib_enc/igf_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -2012,7 +2012,7 @@ static Word32 IGF_getTNR_ivas_fx( *-------------------------------------------------------------------*/ #ifdef FIX_2346_DUPLICATED_IGF_FUNCTIONS_2 static void IGF_CalculateEnvelope( static void IGF_CalculateEnvelope_fx( #else static void IGF_CalculateEnvelope_ivas_fx( #endif Loading Loading @@ -3532,7 +3532,7 @@ void IGFEncApplyMono_fx( } #ifdef FIX_2346_DUPLICATED_IGF_FUNCTIONS_2 IGF_CalculateEnvelope( st->hIGFEnc, pMDCTSpectrum_fx, e_mdct, pPowerSpectrumParameter_fx, pPowerSpectrumParameter_exp, igfGridIdx, st->hTranDet->transientDetector.bIsAttackPresent, last_core_acelp, st->element_mode, att_fx ); IGF_CalculateEnvelope_fx( st->hIGFEnc, pMDCTSpectrum_fx, e_mdct, pPowerSpectrumParameter_fx, pPowerSpectrumParameter_exp, igfGridIdx, st->hTranDet->transientDetector.bIsAttackPresent, last_core_acelp, st->element_mode, att_fx ); #else IF( EQ_16( st->element_mode, EVS_MONO ) ) { Loading