|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

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 | ) |
Definition at line 45 of file iCBConstruct.c.
References CB_NSTAGES.
Referenced by iLBC_decode().
| void index_conv_enc | ( | int * | index | ) |
Definition at line 28 of file iCBConstruct.c.
References CB_NSTAGES.
Referenced by iLBC_encode().