Lines Matching refs:INT
118 INT A_exp;
154 INT CLpd_AcelpRead(HANDLE_FDK_BITSTREAM hBs, CAcelpChannelData *acelpData,
155 INT acelp_core_mode, INT i_offset, INT coreCoderFrameLength);
171 void Acelp_PreProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch,
172 INT *old_T_pf, FIXP_DBL *pit_gain,
173 FIXP_DBL *old_gain_pf, INT samplingRate, INT *i_offset,
174 INT coreCoderFrameLength, INT synSfd,
175 INT nbSubfrSuperfr);
189 void Acelp_PostProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch,
190 INT *old_T_pf, INT coreCoderFrameLength, INT synSfd,
191 INT nbSubfrSuperfr);
208 void CLpd_AcelpDecode(CAcelpStaticMem *acelp_mem, INT i_offset,
212 INT numLostSubframes, int lastLpcLost, int frameCnt,
214 INT coreCoderFrameLength);
238 const FIXP_LPC *A_new, const INT A_new_exp,
239 const FIXP_LPC *A_old, const INT A_old_exp,
241 INT coreCoderFrameLength, INT clearOldExc,
251 void CLpd_Acelp_Zir(const FIXP_LPC A[], const INT A_exp,
252 CAcelpStaticMem *acelp_mem, const INT length,
267 FIXP_DBL *CLpd_ACELP_GetFreeExcMem(CAcelpStaticMem *acelp_mem, INT length);
272 const FIXP_SGL stab_fac, INT numLostSubframes,
273 FIXP_DBL synth[], INT coreCoderFrameLength,