|
FFmpeg
|
tables for wmapro decoding More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Huffman tables for DPCM-coded scale factors | |
| #define | HUFF_SCALE_SIZE 121 |
| #define | HUFF_SCALE_MAXBITS 19 |
Huffman, run and level tables for runlevel-coded scale factors | |
| #define | HUFF_SCALE_RL_SIZE 120 |
| #define | HUFF_SCALE_RL_MAXBITS 21 |
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 |
tables for wmapro decoding
1.8.12