Go to the documentation of this file.
30 #define WO_LEVELS (1<<WO_BITS)
32 #define E_LEVELS (1<<E_BITS)
33 #define E_MIN_DB -10.0
39 void aks_to_M2(
float ak[],
int order,
MODEL *model,
float E,
float *snr,
45 void encode_lsps(
int indexes[],
float lsp[],
int order);
46 void decode_lsps(
float lsp[],
int indexes[],
int order);
66 void pack(
unsigned char * bits,
unsigned int *nbit,
int index,
unsigned int index_bits);
67 int unpack(
const unsigned char * bits,
unsigned int *nbit,
unsigned int index_bits);
81 void decode_lsps(
float lsp[],
int indexes[],
int order);