Lines Matching defs:run
881 int code, i, j, val, run;
895 run = ((unsigned) code) >> 4;
898 i += run;
922 if (run == 0xF) {// ZRL - skip 15 coefficients
929 val = (1 << run);
930 if (run) {
932 val += NEG_USR32(GET_CACHE(re, &s->gb), run);
933 LAST_SKIP_BITS(re, &s->gb, run);
960 i += run; \
970 else if (run-- == 0) \
980 int code, i = ss, j, sign, val, run;
992 run = ((unsigned) code) >> 4;
1007 run = ((unsigned) code) >> 4;
1008 if (run == 0xF) {
1011 val = run;
1012 run = (1 << run);
1015 run += SHOW_UBITS(re, &s->gb, val);
1018 *EOBRUN = run - 1;