comparison vc1data.c @ 6724:4c47bb2a0c8b libavcodec

Comment out unused ff_vc1_norm6_spec table.
author diego
date Wed, 30 Apr 2008 16:33:58 +0000
parents 845386be542c
children 7a73d76aaaa0
comparison
equal deleted inserted replaced
6723:2ced96d3cde0 6724:4c47bb2a0c8b
185 1, 4, 4, 8, 4, 8, 8, 10, 4, 8, 8, 10, 8, 10, 10, 13, 185 1, 4, 4, 8, 4, 8, 8, 10, 4, 8, 8, 10, 8, 10, 10, 13,
186 4, 8, 8, 10, 8, 10, 10, 13, 8, 10, 10, 13, 10, 13, 13, 9, 186 4, 8, 8, 10, 8, 10, 10, 13, 8, 10, 10, 13, 10, 13, 13, 9,
187 4, 8, 8, 10, 8, 10, 10, 13, 8, 10, 10, 13, 10, 13, 13, 9, 187 4, 8, 8, 10, 8, 10, 10, 13, 8, 10, 10, 13, 10, 13, 13, 9,
188 8, 10, 10, 13, 10, 13, 13, 9, 10, 13, 13, 9, 13, 9, 9, 6, 188 8, 10, 10, 13, 10, 13, 13, 9, 10, 13, 13, 9, 13, 9, 9, 6,
189 }; 189 };
190 #if 0
190 /* Normal-6 imode */ 191 /* Normal-6 imode */
191 const uint8_t ff_vc1_norm6_spec[64][5] = { 192 const uint8_t ff_vc1_norm6_spec[64][5] = {
192 { 0, 1, 1 }, 193 { 0, 1, 1 },
193 { 1, 2, 4 }, 194 { 1, 2, 4 },
194 { 2, 3, 4 }, 195 { 2, 3, 4 },
252 {60, 3, 5, 0, 8 }, 253 {60, 3, 5, 0, 8 },
253 {61, 3, 5, 3, 4 }, 254 {61, 3, 5, 3, 4 },
254 {62, 3, 5, 2, 4 }, 255 {62, 3, 5, 2, 4 },
255 {63, 3, 5, 1, 1 }, 256 {63, 3, 5, 1, 1 },
256 }; 257 };
258 #endif
257 259
258 /* 4MV Block pattern VLC tables */ 260 /* 4MV Block pattern VLC tables */
259 const uint8_t ff_vc1_4mv_block_pattern_codes[4][16] = { 261 const uint8_t ff_vc1_4mv_block_pattern_codes[4][16] = {
260 { 14, 58, 59, 25, 12, 26, 15, 15, 13, 24, 27, 0, 28, 1, 2, 2}, 262 { 14, 58, 59, 25, 12, 26, 15, 15, 13, 24, 27, 0, 28, 1, 2, 2},
261 { 8, 18, 19, 4, 20, 5, 30, 11, 21, 31, 6, 12, 7, 13, 14, 0}, 263 { 8, 18, 19, 4, 20, 5, 30, 11, 21, 31, 6, 12, 7, 13, 14, 0},