Asterisk - The Open Source Telephony Project
18.5.0
|
Go to the source code of this file.
Functions | |
void | iCBConstruct (float *decvector, int *index, int *gain_index, float *mem, int lMem, int veclen, int nStages) |
void | index_conv_dec (int *index) |
void | index_conv_enc (int *index) |
void iCBConstruct | ( | float * | decvector, |
int * | index, | ||
int * | gain_index, | ||
float * | mem, | ||
int | lMem, | ||
int | veclen, | ||
int | nStages | ||
) |
Definition at line 66 of file iCBConstruct.c.
References CB_NSTAGES, gaindequant(), getCBvec(), and SUBL.
Referenced by Decode(), and iLBC_encode().
void index_conv_dec | ( | int * | index | ) |
void index_conv_enc | ( | int * | index | ) |