37 if (width == 176 && height == 144)
40 else if (width == 352 && height == 288)
113 s->
mb_x = index % 11;
117 s->
mb_x += 11 * (index % 2);
139 code = sign ? -val : val;
149 for (i = 0; i < 6; i++)
163 int level,
run, i, j, last_index, last_non_zero, sign, slevel, code;
176 else if (level < 1) {
185 }
else if ((block[0] == 1 || block[0] == -1) &&
196 last_non_zero = i - 1;
197 for (; i <= last_index; i++) {
201 run = i - last_non_zero - 1;
210 if (run == 0 && level < 16)
216 assert(level <= 127);
229 int motion_x,
int motion_y)
232 int mvd, mv_diff_x, mv_diff_y, i, cbp;
244 mvd = motion_x | motion_y;
246 if ((cbp | mvd | s->
dquant) == 0) {
270 assert(h->
mtype > 1);
304 for (i = 0; i < 6; i++)
338 .priv_class = &h261_class,