Lines Matching defs:run
152 int level, i, j, run;
176 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0],
180 i += run;
191 run = SHOW_UBITS(re, &s->gb, 6) + 1;
203 i += run;
241 int level, i, j, run;
265 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0],
269 i += run;
280 run = SHOW_UBITS(re, &s->gb, 6) + 1;
292 i += run;
326 int level, i, j, run;
359 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0],
363 i += run;
373 run = SHOW_UBITS(re, &s->gb, 6) + 1;
379 i += run;
416 int level, i, j, run;
438 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0], TEX_VLC_BITS, 2, 0);
441 i += run;
451 run = SHOW_UBITS(re, &s->gb, 6) + 1;
457 i += run;
488 int level, dc, diff, i, j, run;
522 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0],
528 i += run;
538 run = SHOW_UBITS(re, &s->gb, 6) + 1;
542 i += run;
574 int level, dc, diff, i, j, run;
605 GET_RL_VLC(level, run, re, &s->gb, rl->rl_vlc[0],
611 i += run;
619 run = SHOW_UBITS(re, &s->gb, 6) + 1;
623 i += run;