Commit 393d7faa authored by fotopoulou's avatar fotopoulou
Browse files

add the _fx suffix to the harmonized function

parent 1f437b06
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -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 ) )
    {