Go to the documentation of this file.
33 #define BLOCK_MIN_BITS 7
34 #define BLOCK_MAX_BITS 11
35 #define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS)
37 #define BLOCK_NB_SIZES (BLOCK_MAX_BITS - BLOCK_MIN_BITS + 1)
40 #define HIGH_BAND_MAX_SIZE 16
42 #define NB_LSP_COEFS 10
45 #define MAX_CODED_SUPERFRAME_SIZE 16384
47 #define MAX_CHANNELS 2
49 #define NOISE_TAB_SIZE 8192
51 #define LSP_POW_BITS 7
55 #define VLCMAX ((22 + VLCBITS - 1) / VLCBITS)
153 VLC *vlc,
const float *level_table,
154 const uint16_t *run_table,
int version,
156 int block_len,
int frame_len_bits,