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

deactivated 9 of 16

parent 09e5c985
Loading
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -2240,12 +2240,12 @@ void open_decoder_LPD_ivas_fx(
    IF( st->tcxonly )
    {
        st->p_bpf_noise_buf = NULL;
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
        IF( GT_16( st->element_mode, EVS_MONO ) )
        {
#endif
            st->p_bpf_noise_buf_32 = NULL;
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
        }
#endif
    }
@@ -2253,13 +2253,13 @@ void open_decoder_LPD_ivas_fx(
    {
        st->p_bpf_noise_buf = st->bpf_noise_buf;
        move32();
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
        IF( GT_16( st->element_mode, EVS_MONO ) )
        {
#endif
            st->p_bpf_noise_buf_32 = st->bpf_noise_buf_32;
            move32();
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
        }
#endif
    }
@@ -2288,13 +2288,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;
@@ -2307,7 +2307,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 ) )
        {
@@ -2353,7 +2353,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 );
@@ -2362,7 +2362,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*/