Commit c5db649c authored by Manuel Jander's avatar Manuel Jander
Browse files

Fix warning, causing error in pipeline.

parent 5efbe4bd
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2573,6 +2573,7 @@ void IMDCT_fx( Word32 *x, Word16 x_e, Word16 *old_syn_overl, Word16 *syn_Overl_T
}

#ifdef FIX_1348_BIT_PRECISION_IMPROVEMENT_QWIN
#if 0
static Word16 IMDCT_ivas_fx_adjust_qwin(
    Word16 Q_syn_Overl_TDAC,
    Word16 Q_syn_Overl,
@@ -2587,6 +2588,7 @@ static Word16 IMDCT_ivas_fx_adjust_qwin(

    return q_win;
}
#endif

static Word16 IMDCT_ivas_fx_calc_qwin(
    Word16 *syn_Overl_TDAC,