comparison h263data.h @ 10830:34739b965809 libavcodec

Make some tables static again, i mistakely thought they would be used in several places.
author michael
date Sat, 09 Jan 2010 17:22:37 +0000
parents d0657e337f91
children 94982978af3b
comparison
equal deleted inserted replaced
10829:46a247e54d6e 10830:34739b965809
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 const int8_t inter_level[102] = { 130 static 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 const int8_t inter_run[102] = { 146 static 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,