File nut/contrib/hxmp3/hufftabs.c

* Fixed-point MP3 decoder * Jon Recker (jrecker@real.com), Ken Cooke (kenc@real.com) * June 2003 * * hufftabs.c - compressed Huffman code tables


Included Files


Preprocessor definitions

#define HUFF_OFFSET_01 0

#define HUFF_OFFSET_02

#define HUFF_OFFSET_03

#define HUFF_OFFSET_05

#define HUFF_OFFSET_06

#define HUFF_OFFSET_07

#define HUFF_OFFSET_08

#define HUFF_OFFSET_09

#define HUFF_OFFSET_10

#define HUFF_OFFSET_11

#define HUFF_OFFSET_12

#define HUFF_OFFSET_13

#define HUFF_OFFSET_15

#define HUFF_OFFSET_16

#define HUFF_OFFSET_24


Global Variable xmp3_huffTable

const unsigned short xmp3_huffTable[]
Visible in:   nut/contrib/hxmp3/hufftabs.c

Global Variable xmp3_huffTabOffset

const int xmp3_huffTabOffset[32]
Visible in:   nut/contrib/hxmp3/hufftabs.c

Global Variable xmp3_huffTabLookup

const HuffTabLookup xmp3_huffTabLookup[32]
Visible in:   nut/contrib/hxmp3/hufftabs.c

Global Variable xmp3_quadTable

const unsigned char xmp3_quadTable[64+16]
Visible in:   nut/contrib/hxmp3/hufftabs.c

Global Variable xmp3_quadTabOffset

const int xmp3_quadTabOffset[2]
Visible in:   nut/contrib/hxmp3/hufftabs.c

Global Variable xmp3_quadTabMaxBits

const int xmp3_quadTabMaxBits[2]
Visible in:   nut/contrib/hxmp3/hufftabs.c