FFmpeg
wmaprodata.h File Reference

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
 

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
 

Detailed Description

tables for wmapro decoding