Commit a5b10d2b authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2481 Editing declaration according to changes in definition of Extend function

parent 66c95ea9
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -153,10 +153,18 @@ static bool shrink_frm_fx( apa_state_t *ps, const Word16 frm_in[], UWord16 maxSc

static bool shrink_frm_ivas_fx( apa_state_t *ps, const Word16 frm_in[], UWord16 maxScaling, Word16 frm_out[], Word16 Q_frm_in, UWord16 *l_frm_out );

#ifndef HARMONIZE_2481_EXTEND_SHRINK

static bool extend_frm_fx(apa_state_t* ps, const Word16 frm_in[], Word16 frm_out[], UWord16* l_frm_out);

static bool extend_frm_ivas_fx(apa_state_t* ps, const Word16 frm_in[], Word16 frm_out[], Word16 Q_frm_in, UWord16* l_frm_out);

#else

static bool extend_frm_fx(apa_state_t* ps, const Word16 frm_in[], Word16 frm_out[], Word16 Q_frm_in, UWord16* l_frm_out);

#endif // !HARMONIZE_2481_EXTEND_SHRINK

/*---------------------------------------------------------------------*
 * Public functions
 *---------------------------------------------------------------------*/