Go to the documentation of this file.
32 #define BLOCK_MIN_BITS 7
33 #define BLOCK_MAX_BITS 11
34 #define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS)
36 #define BLOCK_NB_SIZES (BLOCK_MAX_BITS - BLOCK_MIN_BITS + 1)
39 #define HIGH_BAND_MAX_SIZE 16
41 #define NB_LSP_COEFS 10
44 #define MAX_CODED_SUPERFRAME_SIZE 16384
46 #define MAX_CHANNELS 2
48 #define NOISE_TAB_SIZE 8192
50 #define LSP_POW_BITS 7
54 #define VLCMAX ((22+VLCBITS-1)/VLCBITS)
154 const float *level_table,
const uint16_t *run_table,
156 int num_coefs,
int block_len,
int frame_len_bits,