comparison h263data.h @ 10831:94982978af3b libavcodec

Make inter_level/run global again, msmpeg4 uses them. ... I did test but it wasnt recompiled ...
author michael
date Sat, 09 Jan 2010 18:12:06 +0000
parents 34739b965809
children 7dd2a45249a9
comparison
equal deleted inserted replaced
10830:34739b965809 10831:94982978af3b
125 { 0x26, 11 },{ 0x27, 11 },{ 0x58, 12 },{ 0x59, 12 }, 125 { 0x26, 11 },{ 0x27, 11 },{ 0x58, 12 },{ 0x59, 12 },
126 { 0x5a, 12 },{ 0x5b, 12 },{ 0x5c, 12 },{ 0x5d, 12 }, 126 { 0x5a, 12 },{ 0x5b, 12 },{ 0x5c, 12 },{ 0x5d, 12 },
127 { 0x5e, 12 },{ 0x5f, 12 },{ 0x3, 7 }, 127 { 0x5e, 12 },{ 0x5f, 12 },{ 0x3, 7 },
128 }; 128 };
129 129
130 static const int8_t inter_level[102] = { 130 const int8_t inter_level[102] = {
131 1, 2, 3, 4, 5, 6, 7, 8, 131 1, 2, 3, 4, 5, 6, 7, 8,
132 9, 10, 11, 12, 1, 2, 3, 4, 132 9, 10, 11, 12, 1, 2, 3, 4,
133 5, 6, 1, 2, 3, 4, 1, 2, 133 5, 6, 1, 2, 3, 4, 1, 2,
134 3, 1, 2, 3, 1, 2, 3, 1, 134 3, 1, 2, 3, 1, 2, 3, 1,
135 2, 3, 1, 2, 1, 2, 1, 2, 135 2, 3, 1, 2, 1, 2, 1, 2,
141 1, 1, 1, 1, 1, 1, 1, 1, 141 1, 1, 1, 1, 1, 1, 1, 1,
142 1, 1, 1, 1, 1, 1, 1, 1, 142 1, 1, 1, 1, 1, 1, 1, 1,
143 1, 1, 1, 1, 1, 1, 143 1, 1, 1, 1, 1, 1,
144 }; 144 };
145 145
146 static const int8_t inter_run[102] = { 146 const int8_t inter_run[102] = {
147 0, 0, 0, 0, 0, 0, 0, 0, 147 0, 0, 0, 0, 0, 0, 0, 0,
148 0, 0, 0, 0, 1, 1, 1, 1, 148 0, 0, 0, 0, 1, 1, 1, 1,
149 1, 1, 2, 2, 2, 2, 3, 3, 149 1, 1, 2, 2, 2, 2, 3, 3,
150 3, 4, 4, 4, 5, 5, 5, 6, 150 3, 4, 4, 4, 5, 5, 5, 6,
151 6, 6, 7, 7, 8, 8, 9, 9, 151 6, 6, 7, 7, 8, 8, 9, 9,