Commit 03040568 authored by vaillancour's avatar vaillancour
Browse files

remove warnings

parent d6fac8b2
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -283,7 +283,9 @@ void encod_unvoiced_fx(
    Word16 i_subfr, Q_xn, Q_new_p5, tmp2, j, i;
    Word16 index, i_subfr_idx;
    Word16 unbits_PI;
#ifndef USE_UC_EVS
    Word16 q_h1;
#endif
    acelp_cfg = &( st_fx->acelp_cfg );
    SC_VBR_ENC_HANDLE hSC_VBR = st_fx->hSC_VBR;
    LPD_state_HANDLE hLPDmem = st_fx->hLPDmem;
+2 −1
Original line number Diff line number Diff line
@@ -17,8 +17,9 @@
static void gain_trans_enc_fx( Word32 gain_trans32, Word16 exc[], Word16 *quant_index, Word16 *quant_sign, Word16 Q_new );

static void tc_enc_fx( Encoder_State *st_fx, const Word16 i_subfr, Word16 *tc_subfr, Word16 *position, const Word16 *h1_fx, const Word16 *xn_fx, Word16 *exc_fx, Word16 *yy1_fx, Word16 *T0_min, Word16 *T0_max, Word16 *T0, Word16 *T0_frac, Word16 *gain_pit_fx, Word16 g_corr_fx[], Word16 *bwe_exc_fx, Word16 Q_new );
#ifndef REUSE_EVS_ACELP_TC
static void tc_enc_ivas_fx( Encoder_State *st_fx, const Word16 i_subfr, Word16 *tc_subfr, Word16 *position, const Word16 *h1_fx, const Word16 *xn_fx, Word16 *exc_fx, Word16 *yy1_fx, Word16 *T0_min, Word16 *T0_max, Word16 *T0, Word16 *T0_frac, Word16 *gain_pit_fx, Word16 g_corr_fx[], Word16 *bwe_exc_fx, Word16 Q_new );

#endif

/*==========================================================================*/
/* FUNCTION   : void transition_enc_fx ()								    */