12345678910111213141516171819202122232425262728293031323334353637383940 |
-
- #ifndef __iLBC_ICBCONSTRUCT_H
- #define __iLBC_ICBCONSTRUCT_H
- void index_conv_enc(
- int *index
- );
- void index_conv_dec(
- int *index
- );
- void iCBConstruct(
- float *decvector,
- int *index,
- int *gain_index,
- float *mem,
- int lMem,
- int veclen,
- int nStages
- );
- #endif
|