comparison vc1data.h @ 7136:7a73d76aaaa0 libavcodec

remove duplicate tables
author stefang
date Wed, 25 Jun 2008 11:33:49 +0000
parents f7cbb7733146
children c4a4495715dd
comparison
equal deleted inserted replaced
7135:6bd6a2da306e 7136:7a73d76aaaa0
141 extern const uint8_t ff_vc1_mv_diff_bits[4][73]; 141 extern const uint8_t ff_vc1_mv_diff_bits[4][73];
142 142
143 /* DC differentials low+hi-mo, p217 are the same as in msmpeg4data .h */ 143 /* DC differentials low+hi-mo, p217 are the same as in msmpeg4data .h */
144 144
145 /* Scantables/ZZ scan are at 11.9 (p262) and 8.1.1.12 (p10) */ 145 /* Scantables/ZZ scan are at 11.9 (p262) and 8.1.1.12 (p10) */
146 extern const int8_t ff_vc1_normal_zz[64];
147 extern const int8_t ff_vc1_horizontal_zz [64];
148 extern const int8_t ff_vc1_vertical_zz [64];
149 extern const int8_t ff_vc1_simple_progressive_8x8_zz [64];
150 extern const int8_t ff_vc1_simple_progressive_8x4_zz [32];
151 extern const int8_t ff_vc1_simple_progressive_4x8_zz [32];
152 extern const int8_t ff_vc1_simple_progressive_4x4_zz [16]; 146 extern const int8_t ff_vc1_simple_progressive_4x4_zz [16];
153 extern const int8_t ff_vc1_adv_progressive_8x4_zz [32]; 147 extern const int8_t ff_vc1_adv_progressive_8x4_zz [32];
154 extern const int8_t ff_vc1_adv_progressive_4x8_zz [32]; 148 extern const int8_t ff_vc1_adv_progressive_4x8_zz [32];
155 extern const int8_t ff_vc1_adv_interlaced_8x8_zz [64]; 149 extern const int8_t ff_vc1_adv_interlaced_8x8_zz [64];
156 extern const int8_t ff_vc1_adv_interlaced_8x4_zz [32]; 150 extern const int8_t ff_vc1_adv_interlaced_8x4_zz [32];