2 /******************************************************************
4 iLBC Speech Coder ANSI-C Source Code
12 ******************************************************************/
14 #ifndef __iLBC_DOLPC_H
15 #define __iLBC_DOLPC_H
21 float *PLCresidual
, /* (o) concealed residual */
22 float *PLClpc
, /* (o) concealed LP parameters */
23 int PLI
, /* (i) packet loss indicator
25 float *decresidual
, /* (i) decoded residual */
26 float *lpc
, /* (i) decoded LPC (only used for no PL) */
27 int inlag
, /* (i) pitch lag */
28 iLBC_Dec_Inst_t
*iLBCdec_inst
29 /* (i/o) decoder instance */