Commit 403c8535 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

deactivate lower 75% of the macros

parent 25b8a8cc
Loading
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -1609,7 +1609,7 @@ void open_decoder_LPD_ivas_fx(
            /*OLA -> zero */
            IF( st->hTcxDec != NULL )
            {
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
                IF( EQ_16( st->element_mode, EVS_MONO ) )
                {
                    set16_fx( hTcxDec->old_syn_Overl, 0, L_FRAME32k / 2 ); /*HQ-CORE(bfi)->TCX don't need it*/     /* Q_old_syn_Overl */
@@ -1621,7 +1621,7 @@ void open_decoder_LPD_ivas_fx(
                {
#endif
                    reset_tcx_overl_buf_fx( st->hTcxDec );
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
                }
#endif
            }
@@ -1629,12 +1629,12 @@ void open_decoder_LPD_ivas_fx(
            IF( st->hTcxCfg != NULL )
            {
                Copy_Scale_sig( hHQ_core->old_out_fx + NS2SA_FX2( st->output_Fs, N_ZERO_MDCT_NS ), hTcxDec->syn_OverlFB, st->hTcxCfg->tcx_mdct_window_lengthFB, negate( add( hHQ_core->Q_old_wtda, TCX_IMDCT_HEADROOM ) ) ); /* Q_old_out */
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
                IF( GT_16( st->element_mode, EVS_MONO ) )
                {
#endif
                    *Q_syn_OverlFB = *Q_old_out;
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
                }
#endif
                move16();
@@ -1660,7 +1660,7 @@ void open_decoder_LPD_ivas_fx(
            }

            /* reset CLDFB memories */
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
            IF( EQ_16( st->element_mode, EVS_MONO ) )
            {
                cldfb_reset_memory( st->cldfbAna );
@@ -1677,7 +1677,7 @@ void open_decoder_LPD_ivas_fx(
                {
                    cldfb_reset_memory_fx( st->cldfbSynHB );
                }
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
            }
#endif
        }
@@ -1699,13 +1699,13 @@ void open_decoder_LPD_ivas_fx(
            E_LPC_f_lsp_a_conversion( st->lsp_old_fx, st->old_Aq_12_8_fx, M );
            Copy( st->lsp_old_fx, st->lspold_uw, M ); /* Q15 */
            Copy( st->lsf_old_fx, st->lsfold_uw, M ); /* Q2.56 */
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
            IF( GT_16( st->element_mode, EVS_MONO ) )
            {
#endif
                *Q_old_Aq_12_8 = 14;
                move16();
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
            }
#endif
            IF( !st->last_con_tcx )
@@ -1735,7 +1735,7 @@ void open_decoder_LPD_ivas_fx(
            lerp( st->mem_syn_r + sub( L_SYN_MEM, mem_syn_r_size_old ), st->mem_syn_r + sub( L_SYN_MEM, mem_syn_r_size_new ), mem_syn_r_size_new, mem_syn_r_size_old );
            Copy( st->mem_syn_r + L_SYN_MEM - M, st->mem_syn2_fx, M ); /* Qx */
        }
#ifdef HARMONIZE_2583_open_decoder_LPD
#ifdef HARMONIZE_2583_open_decoder_LPD_
        ELSE IF( EQ_16( st->element_mode, EVS_MONO ) && ( !st->tcxonly && EQ_16( st->L_frame, L_FRAME16k ) && GT_32( st->last_total_brate, ACELP_32k ) ) )
        {
            lsp2lsf_fx( st->lsp_old_fx, st->lsf_old_fx, M, st->sr_core );