comparison atrac3data.h @ 9666:c80df3181479 libavcodec

Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3
author banan
date Sun, 17 May 2009 16:12:07 +0000
parents e9d9d946f213
children 0c6cba648271
comparison
equal deleted inserted replaced
9665:87d4e5e27d9f 9666:c80df3181479
103 103
104 static const uint8_t* const huff_bits[7] = { 104 static const uint8_t* const huff_bits[7] = {
105 huffbits1,huffbits2,huffbits3,huffbits4,huffbits5,huffbits6,huffbits7, 105 huffbits1,huffbits2,huffbits3,huffbits4,huffbits5,huffbits6,huffbits7,
106 }; 106 };
107 107
108 static const uint16_t atrac3_vlc_offs[] = {
109 0,512,1024,1536,2048,2560,3072,3584,4096
110 };
111
108 /* selector tables */ 112 /* selector tables */
109 113
110 static const uint8_t CLCLengthTab[8] = {0, 4, 3, 3, 4, 4, 5, 6}; 114 static const uint8_t CLCLengthTab[8] = {0, 4, 3, 3, 4, 4, 5, 6};
111 static const int8_t seTab_0[4] = {0, 1, -2, -1}; 115 static const int8_t seTab_0[4] = {0, 1, -2, -1};
112 static const int8_t decTable1[18] = {0,0, 0,1, 0,-1, 1,0, -1,0, 1,1, 1,-1, -1,1, -1,-1}; 116 static const int8_t decTable1[18] = {0,0, 0,1, 0,-1, 1,0, -1,0, 1,1, 1,-1, -1,1, -1,-1};