Mercurial > libavcodec.hg
comparison h263data.h @ 1638:e389d57db630 libavcodec
forgot
author | michael |
---|---|
date | Sat, 29 Nov 2003 08:44:33 +0000 |
parents | b372ecde32a8 |
children | 3e2b774edce4 |
comparison
equal
deleted
inserted
replaced
1637:7799582dc9b8 | 1638:e389d57db630 |
---|---|
181 intra_vlc_aic, | 181 intra_vlc_aic, |
182 intra_run_aic, | 182 intra_run_aic, |
183 intra_level_aic, | 183 intra_level_aic, |
184 }; | 184 }; |
185 | 185 |
186 static const uint8_t wrong_run[102] = { | |
187 1, 2, 3, 5, 4, 10, 9, 8, | |
188 11, 15, 17, 16, 23, 22, 21, 20, | |
189 19, 18, 25, 24, 27, 26, 11, 7, | |
190 6, 1, 2, 13, 2, 2, 2, 2, | |
191 6, 12, 3, 9, 1, 3, 4, 3, | |
192 7, 4, 1, 1, 5, 5, 14, 6, | |
193 1, 7, 1, 8, 1, 1, 1, 1, | |
194 10, 1, 1, 5, 9, 17, 25, 24, | |
195 29, 33, 32, 41, 2, 23, 28, 31, | |
196 3, 22, 30, 4, 27, 40, 8, 26, | |
197 6, 39, 7, 38, 16, 37, 15, 10, | |
198 11, 12, 13, 14, 1, 21, 20, 18, | |
199 19, 2, 1, 34, 35, 36 | |
200 }; | |
201 | |
186 static const uint16_t h263_format[8][2] = { | 202 static const uint16_t h263_format[8][2] = { |
187 { 0, 0 }, | 203 { 0, 0 }, |
188 { 128, 96 }, | 204 { 128, 96 }, |
189 { 176, 144 }, | 205 { 176, 144 }, |
190 { 352, 288 }, | 206 { 352, 288 }, |