Lines Matching refs:SHOW_UBITS
731 last= SHOW_UBITS(re, &s->gb, 1); SKIP_CACHE(re, &s->gb, 1);
732 run= SHOW_UBITS(re, &s->gb, 6); SKIP_CACHE(re, &s->gb, 6);
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);
749 while(ll<8 && SHOW_UBITS(re, &s->gb, 1)==0){
757 s->esc3_run_length= SHOW_UBITS(re, &s->gb, 2) + 3; SKIP_BITS(re, &s->gb, 2);
760 run= SHOW_UBITS(re, &s->gb, s->esc3_run_length);
763 sign= SHOW_UBITS(re, &s->gb, 1);
766 level= SHOW_UBITS(re, &s->gb, s->esc3_level_length);