Commit 3804dd97 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

activated some more

parent a9a9b483
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2274,13 +2274,13 @@ void open_decoder_LPD_ivas_fx(

    st->flagGuidedAcelp = 0;
    move16();
#ifdef HARMONIZE_2583_open_decoder_LPD_
#ifdef HARMONIZE_2583_open_decoder_LPD
    IF( GT_16( st->element_mode, EVS_MONO ) )
    {
#endif
        st->tonal_mdct_plc_active = 0;
        move16();
#ifdef HARMONIZE_2583_open_decoder_LPD_
#ifdef HARMONIZE_2583_open_decoder_LPD
    }
#endif
    st->T0_4th = L_SUBFR;
@@ -2293,7 +2293,7 @@ void open_decoder_LPD_ivas_fx(
    {
        st->enablePlcWaveadjust = 1;
        move16();
#ifdef HARMONIZE_2583_open_decoder_LPD_
#ifdef HARMONIZE_2583_open_decoder_LPD
        Word32 last_total_brate_condition;
        IF( GT_16( st->element_mode, EVS_MONO ) )
        {
@@ -2339,7 +2339,7 @@ void open_decoder_LPD_ivas_fx(
        TonalMDCTConceal_Init_fx( st->element_mode, st->hTonalMDCTConc, st->hTcxDec->L_frameTCX, st->L_frame, FDNS_NPTS, st->hTcxCfg );
#else

#ifdef HARMONIZE_2583_open_decoder_LPD_
#ifdef HARMONIZE_2583_open_decoder_LPD
        IF( EQ_16( st->element_mode, EVS_MONO ) )
        {
            TonalMDCTConceal_Init_fx( st->hTonalMDCTConc, hTcxDec->L_frameTCX, st->L_frame, FDNS_NPTS, st->hTcxCfg );
@@ -2348,7 +2348,7 @@ void open_decoder_LPD_ivas_fx(
        {
#endif
            TonalMDCTConceal_Init_ivas_fx( st->hTonalMDCTConc, st->hTcxDec->L_frameTCX, st->L_frame, FDNS_NPTS, st->hTcxCfg );
#ifdef HARMONIZE_2583_open_decoder_LPD_
#ifdef HARMONIZE_2583_open_decoder_LPD
        }
#endif
#endif /*#ifndef HARMONIZE_2583_open_decoder_LPD_TonalConcealseparateinit*/