FFmpeg
|
tables for wmapro decoding More...
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Variables | |
static const uint16_t | critical_freq [] |
frequencies to divide the frequency spectrum into scale factor bands More... | |
static const float | default_decorrelation_matrices [] |
decorrelation matrix for multichannel streams More... | |
static const float *const | default_decorrelation [] |
default decorrelation matrix offsets More... | |
Huffman tables for DPCM-coded scale factors | |
#define | HUFF_SCALE_SIZE 121 |
#define | HUFF_SCALE_MAXBITS 19 |
static const uint8_t | scale_table [HUFF_SCALE_SIZE][2] |
Huffman, run and level tables for runlevel-coded scale factors | |
#define | HUFF_SCALE_RL_SIZE 120 |
#define | HUFF_SCALE_RL_MAXBITS 21 |
static const uint8_t | scale_rl_table [HUFF_SCALE_RL_SIZE][2] |
static const uint8_t | scale_rl_run [HUFF_SCALE_RL_SIZE] |
static const uint8_t | scale_rl_level [HUFF_SCALE_RL_SIZE] |
Huffman, run and level codes for runlevel-coded coefficients | |
#define | HUFF_COEF0_SIZE 272 |
#define | HUFF_COEF0_MAXBITS 21 |
#define | HUFF_COEF1_SIZE 244 |
#define | HUFF_COEF1_MAXBITS 22 |
static const uint8_t | coef0_lens [HUFF_COEF0_SIZE] |
static const uint16_t | coef0_syms [HUFF_COEF0_SIZE] |
static const uint8_t | coef1_table [HUFF_COEF1_SIZE][2] |
static const uint16_t | coef0_run [HUFF_COEF0_SIZE] |
static const float | coef0_level [HUFF_COEF0_SIZE] |
static const uint16_t | coef1_run [HUFF_COEF1_SIZE] |
static const float | coef1_level [HUFF_COEF1_SIZE] |
Huffman and vector lookup tables for vector-coded coefficients | |
#define | HUFF_VEC4_SIZE 127 |
#define | HUFF_VEC4_MAXBITS 14 |
#define | HUFF_VEC2_SIZE 137 |
#define | HUFF_VEC2_MAXBITS 12 |
#define | HUFF_VEC1_SIZE 101 |
#define | HUFF_VEC1_MAXBITS 11 |
static const uint8_t | vec4_lens [HUFF_VEC4_SIZE] |
static const uint16_t | vec4_syms [HUFF_VEC4_SIZE] |
static const uint8_t | vec2_table [HUFF_VEC2_SIZE][2] |
static const uint8_t | vec1_table [HUFF_VEC1_SIZE][2] |
tables for wmapro decoding
Definition in file wmaprodata.h.
#define HUFF_SCALE_SIZE 121 |
Definition at line 49 of file wmaprodata.h.
#define HUFF_SCALE_MAXBITS 19 |
Definition at line 50 of file wmaprodata.h.
#define HUFF_SCALE_RL_SIZE 120 |
Definition at line 85 of file wmaprodata.h.
#define HUFF_SCALE_RL_MAXBITS 21 |
Definition at line 86 of file wmaprodata.h.
#define HUFF_COEF0_SIZE 272 |
Definition at line 141 of file wmaprodata.h.
#define HUFF_COEF0_MAXBITS 21 |
Definition at line 142 of file wmaprodata.h.
#define HUFF_COEF1_SIZE 244 |
Definition at line 184 of file wmaprodata.h.
#define HUFF_COEF1_MAXBITS 22 |
Definition at line 185 of file wmaprodata.h.
#define HUFF_VEC4_SIZE 127 |
Definition at line 326 of file wmaprodata.h.
#define HUFF_VEC4_MAXBITS 14 |
Definition at line 327 of file wmaprodata.h.
#define HUFF_VEC2_SIZE 137 |
Definition at line 360 of file wmaprodata.h.
#define HUFF_VEC2_MAXBITS 12 |
Definition at line 361 of file wmaprodata.h.
#define HUFF_VEC1_SIZE 101 |
Definition at line 398 of file wmaprodata.h.
#define HUFF_VEC1_MAXBITS 11 |
Definition at line 399 of file wmaprodata.h.
|
static |
frequencies to divide the frequency spectrum into scale factor bands
Definition at line 37 of file wmaprodata.h.
Referenced by decode_init().
|
static |
Definition at line 51 of file wmaprodata.h.
|
static |
Definition at line 87 of file wmaprodata.h.
Referenced by decode_init_static().
|
static |
Definition at line 115 of file wmaprodata.h.
Referenced by decode_scale_factors().
|
static |
Definition at line 125 of file wmaprodata.h.
Referenced by decode_scale_factors().
|
static |
Definition at line 143 of file wmaprodata.h.
Referenced by decode_init_static().
|
static |
Definition at line 161 of file wmaprodata.h.
Referenced by decode_init_static().
|
static |
Definition at line 186 of file wmaprodata.h.
Referenced by decode_init_static().
|
static |
Definition at line 239 of file wmaprodata.h.
Referenced by decode_coeffs().
|
static |
Definition at line 262 of file wmaprodata.h.
Referenced by decode_coeffs().
|
static |
Definition at line 286 of file wmaprodata.h.
Referenced by decode_coeffs().
|
static |
Definition at line 303 of file wmaprodata.h.
Referenced by decode_coeffs().
|
static |
Definition at line 328 of file wmaprodata.h.
Referenced by decode_init_static().
|
static |
Definition at line 343 of file wmaprodata.h.
Referenced by decode_init_static().
|
static |
Definition at line 366 of file wmaprodata.h.
Referenced by decode_init_static().
|
static |
Definition at line 400 of file wmaprodata.h.
Referenced by decode_init_static().
|
static |
decorrelation matrix for multichannel streams
Definition at line 429 of file wmaprodata.h.
|
static |
default decorrelation matrix offsets
Definition at line 448 of file wmaprodata.h.
Referenced by decode_channel_transform().