1 /******************************************************************
3 iLBC Speech Coder ANSI-C Source Code
11 ******************************************************************/
13 #ifndef __iLBC_ILBCENCODE_H
14 #define __iLBC_ILBCENCODE_H
16 #include "iLBC_define.h"
19 short initEncode( /* (o) Number of bytes encoded */
20 iLBC_Enc_Inst_t
*iLBCenc_inst
, /* (i/o) Encoder instance */
21 int mode
/* (i) frame size mode */
25 unsigned char *bytes
, /* (o) encoded data bits iLBC */
26 float *block
, /* (o) speech vector to encode */
27 iLBC_Enc_Inst_t
*iLBCenc_inst
/* (i/o) the general encoder