2 /******************************************************************
4 iLBC Speech Coder ANSI-C Source Code
15 ******************************************************************/
20 #include "iLBC_define.h"
23 float *target
, /* (i) first array */
24 float *regressor
, /* (i) second array */
25 int subl
/* (i) dimension arrays */
28 int enhancerInterface(
29 float *out
, /* (o) the enhanced recidual signal */
30 float *in
, /* (i) the recidual signal to enhance */
31 iLBC_Dec_Inst_t
*iLBCdec_inst
32 /* (i/o) the decoder state structure */