Lines Matching defs:run
651 int level, i, last, run, run_diff;
720 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 0);
732 run= SHOW_UBITS(re, &s->gb, 6); SKIP_CACHE(re, &s->gb, 6);
760 run= SHOW_UBITS(re, &s->gb, s->esc3_run_length);
774 i+= run + 1;
779 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 1);
780 i+= run + rl->max_run[run>>7][level/qmul] + run_diff; //FIXME opt indexing
787 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 1);
788 i+= run;
789 level = level + rl->max_level[run>>7][(run-1)&63] * qmul;//FIXME opt indexing
794 i+= run;