Commit e6ff8e28 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

wrapped all changes in macro

parent fe9bb515
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1787,6 +1787,7 @@ void generate_comfort_noise_enc_ivas_fx(
    }

    /* Perform STFT synthesis */
#ifdef FIX_2455_HARMONIZE_generate_comfort_noise_enc
    IF( element_mode == EVS_MONO )
    {
        SynthesisSTFT( fftBuffer, fftBufferExp, timeDomainOutput, st->olapBufferSynth, st->olapWinSyn,
@@ -1798,6 +1799,11 @@ void generate_comfort_noise_enc_ivas_fx(
                                   tcx_transition, st, gen_exc, &Q_new, -1, -1 );
    }
    IF( ( ( hTdCngEnc != NULL ) && ( element_mode != EVS_MONO ) ) || ( element_mode == EVS_MONO ) )
#else
    SynthesisSTFT_enc_ivas_fx( fftBuffer, fftBufferExp, timeDomainOutput, st->olapBufferSynth, st->olapWinSyn,
                               tcx_transition, st, gen_exc, &Q_new, -1, -1 );
    IF( hTdCngEnc != NULL )
#endif
    {
        Word32 Lener, att;
        Word16 exp;