Lines Matching refs:SKIP_BITS
737 last= SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1);
743 ll= SHOW_UBITS(re, &s->gb, 3); SKIP_BITS(re, &s->gb, 3);
745 ll= 8+SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1);
751 SKIP_BITS(re, &s->gb, 1);
753 if(ll<8) SKIP_BITS(re, &s->gb, 1);
757 s->esc3_run_length= SHOW_UBITS(re, &s->gb, 2) + 3; SKIP_BITS(re, &s->gb, 2);
761 SKIP_BITS(re, &s->gb, s->esc3_run_length);
764 SKIP_BITS(re, &s->gb, 1);
767 SKIP_BITS(re, &s->gb, s->esc3_level_length);
778 SKIP_BITS(re, &s->gb, 2);
786 SKIP_BITS(re, &s->gb, 1);