SHOW_UBITS       1737 libavcodec/aacdec.c                             sign = nnz ? SHOW_UBITS(re, gb, nnz) << (cb_idx >> 12) : 0;
SHOW_UBITS       1769 libavcodec/aacdec.c                             bits = SHOW_UBITS(re, gb, nnz) << (32-nnz);
SHOW_UBITS       1789 libavcodec/aacdec.c                                     n = (1 << b) + SHOW_UBITS(re, gb, b);
SHOW_UBITS        288 libavcodec/dnxhddec.c             level += SHOW_UBITS(bs, &ctx->gb, index_bits) << 7;
SHOW_UBITS        225 libavcodec/dvdec.c         av_dlog(NULL, "%2d: bits=%04x index=%d\n", pos, SHOW_UBITS(re, gb, 16),
SHOW_UBITS        170 libavcodec/eamad.c                 run = SHOW_UBITS(re, &s->gb, 6)+1; LAST_SKIP_BITS(re, &s->gb, 6);
SHOW_UBITS        266 libavcodec/get_bits.h     tmp = SHOW_UBITS(re, s, n);
SHOW_UBITS        293 libavcodec/get_bits.h     tmp = SHOW_UBITS(re, s, n);
SHOW_UBITS        494 libavcodec/get_bits.h         index = SHOW_UBITS(name, gb, bits);                     \
SHOW_UBITS        504 libavcodec/get_bits.h             index = SHOW_UBITS(name, gb, nb_bits) + code;       \
SHOW_UBITS        513 libavcodec/get_bits.h                 index = SHOW_UBITS(name, gb, nb_bits) + code;   \
SHOW_UBITS        527 libavcodec/get_bits.h         index = SHOW_UBITS(name, gb, bits);                     \
SHOW_UBITS        539 libavcodec/get_bits.h             index = SHOW_UBITS(name, gb, nb_bits) + level;      \
SHOW_UBITS        653 libavcodec/get_bits.h         int show  = SHOW_UBITS(name, gb, 24);                   \
SHOW_UBITS        296 libavcodec/golomb.h         buf = SHOW_UBITS(re, gb, esc_len);
SHOW_UBITS        330 libavcodec/golomb.h         for (i = 0; i < limit && SHOW_UBITS(re, gb, 1) == 0; i++) {
SHOW_UBITS        340 libavcodec/golomb.h                 buf = SHOW_UBITS(re, gb, k);
SHOW_UBITS        349 libavcodec/golomb.h             buf = SHOW_UBITS(re, gb, esc_len);
SHOW_UBITS        327 libavcodec/h261dec.c             run   = SHOW_UBITS(re, &s->gb, 6) + 1;
SHOW_UBITS        334 libavcodec/h261dec.c             if (SHOW_UBITS(re, &s->gb, 1))
SHOW_UBITS        603 libavcodec/huffyuvdec.c         index   = SHOW_UBITS(name, gb, nb_bits) + code;     \
SHOW_UBITS        611 libavcodec/huffyuvdec.c             index   = SHOW_UBITS(name, gb, nb_bits) + code; \
SHOW_UBITS        623 libavcodec/huffyuvdec.c         unsigned int index = SHOW_UBITS(name, gb, bits);            \
SHOW_UBITS        631 libavcodec/huffyuvdec.c             index = SHOW_UBITS(name, gb, bits);                     \
SHOW_UBITS        710 libavcodec/huffyuvdec.c             index = SHOW_UBITS(re, &s->gb, VLC_BITS);
SHOW_UBITS        730 libavcodec/huffyuvdec.c             index = SHOW_UBITS(re, &s->gb, VLC_BITS);
SHOW_UBITS        781 libavcodec/huffyuvdec.c         index = SHOW_UBITS(re, &s->gb, VLC_BITS);
SHOW_UBITS        794 libavcodec/huffyuvdec.c                 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
SHOW_UBITS        799 libavcodec/huffyuvdec.c                 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
SHOW_UBITS        807 libavcodec/huffyuvdec.c                 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
SHOW_UBITS        812 libavcodec/huffyuvdec.c                 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
SHOW_UBITS        819 libavcodec/huffyuvdec.c             index = SHOW_UBITS(re, &s->gb, VLC_BITS);
SHOW_UBITS        494 libavcodec/ituh263dec.c                 int is11 = SHOW_UBITS(re, &s->gb, 1);
SHOW_UBITS        496 libavcodec/ituh263dec.c                 run = SHOW_UBITS(re, &s->gb, 7) + 1;
SHOW_UBITS        508 libavcodec/ituh263dec.c                 run = SHOW_UBITS(re, &s->gb, 7) + 1;
SHOW_UBITS        510 libavcodec/ituh263dec.c                 level = (int8_t)SHOW_UBITS(re, &s->gb, 8);
SHOW_UBITS        519 libavcodec/ituh263dec.c                         level = SHOW_UBITS(re, &s->gb, 5);
SHOW_UBITS        527 libavcodec/ituh263dec.c             if (SHOW_UBITS(re, &s->gb, 1))
SHOW_UBITS        103 libavcodec/mdec.c                 run = SHOW_UBITS(re, &a->gb, 6)+1; LAST_SKIP_BITS(re, &a->gb, 6);
SHOW_UBITS        781 libavcodec/mjpegdec.c     block[j] += SHOW_UBITS(re, &s->gb, 1) *                         \
SHOW_UBITS        823 libavcodec/mjpegdec.c                 val = SHOW_UBITS(re, &s->gb, 1);
SHOW_UBITS        844 libavcodec/mjpegdec.c                         run += SHOW_UBITS(re, &s->gb, val);
SHOW_UBITS        183 libavcodec/mpeg12dec.c                 run = SHOW_UBITS(re, &s->gb, 6) + 1;
SHOW_UBITS        189 libavcodec/mpeg12dec.c                     level = SHOW_UBITS(re, &s->gb, 8) - 256;
SHOW_UBITS        192 libavcodec/mpeg12dec.c                     level = SHOW_UBITS(re, &s->gb, 8);
SHOW_UBITS        269 libavcodec/mpeg12dec.c                 run = SHOW_UBITS(re, &s->gb, 6) + 1;
SHOW_UBITS        275 libavcodec/mpeg12dec.c                     level = SHOW_UBITS(re, &s->gb, 8) - 256;
SHOW_UBITS        278 libavcodec/mpeg12dec.c                     level = SHOW_UBITS(re, &s->gb, 8);
SHOW_UBITS        354 libavcodec/mpeg12dec.c                 run = SHOW_UBITS(re, &s->gb, 6) + 1;
SHOW_UBITS        360 libavcodec/mpeg12dec.c                     level = SHOW_UBITS(re, &s->gb, 8) - 256;
SHOW_UBITS        363 libavcodec/mpeg12dec.c                     level = SHOW_UBITS(re, &s->gb, 8);
SHOW_UBITS        442 libavcodec/mpeg12dec.c                 run = SHOW_UBITS(re, &s->gb, 6) + 1;
SHOW_UBITS        516 libavcodec/mpeg12dec.c             run = SHOW_UBITS(re, &s->gb, 6) + 1;
SHOW_UBITS        599 libavcodec/mpeg12dec.c                 run = SHOW_UBITS(re, &s->gb, 6) + 1;
SHOW_UBITS        681 libavcodec/mpeg12dec.c                 run = SHOW_UBITS(re, &s->gb, 6) + 1;
SHOW_UBITS       1029 libavcodec/mpeg4videodec.c                     if (SHOW_UBITS(re, &s->gb, 1) == 0) {
SHOW_UBITS       1036 libavcodec/mpeg4videodec.c                     last = SHOW_UBITS(re, &s->gb, 1);
SHOW_UBITS       1038 libavcodec/mpeg4videodec.c                     run = SHOW_UBITS(re, &s->gb, 6);
SHOW_UBITS       1042 libavcodec/mpeg4videodec.c                     if (SHOW_UBITS(re, &s->gb, 1) == 0) {
SHOW_UBITS       1049 libavcodec/mpeg4videodec.c                     level = SHOW_UBITS(re, &s->gb, 11);
SHOW_UBITS       1052 libavcodec/mpeg4videodec.c                     if (SHOW_UBITS(re, &s->gb, 5) != 0x10) {
SHOW_UBITS       1076 libavcodec/mpeg4videodec.c                             last = SHOW_UBITS(re, &s->gb, 1);
SHOW_UBITS       1078 libavcodec/mpeg4videodec.c                             run = SHOW_UBITS(re, &s->gb, 6);
SHOW_UBITS       1086 libavcodec/mpeg4videodec.c                                 if (SHOW_UBITS(re, &s->gb, 1) == 0) {
SHOW_UBITS       1097 libavcodec/mpeg4videodec.c                                 if (SHOW_UBITS(re, &s->gb, 1) == 0) {
SHOW_UBITS        724 libavcodec/msmpeg4dec.c                         last=  SHOW_UBITS(re, &s->gb, 1); SKIP_CACHE(re, &s->gb, 1);
SHOW_UBITS        725 libavcodec/msmpeg4dec.c                         run=   SHOW_UBITS(re, &s->gb, 6); SKIP_CACHE(re, &s->gb, 6);
SHOW_UBITS        730 libavcodec/msmpeg4dec.c                         last=  SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1);
SHOW_UBITS        736 libavcodec/msmpeg4dec.c                                 ll= SHOW_UBITS(re, &s->gb, 3); SKIP_BITS(re, &s->gb, 3);
SHOW_UBITS        738 libavcodec/msmpeg4dec.c                                     ll= 8+SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1);
SHOW_UBITS        742 libavcodec/msmpeg4dec.c                                 while(ll<8 && SHOW_UBITS(re, &s->gb, 1)==0){
SHOW_UBITS        750 libavcodec/msmpeg4dec.c                             s->esc3_run_length= SHOW_UBITS(re, &s->gb, 2) + 3; SKIP_BITS(re, &s->gb, 2);
SHOW_UBITS        753 libavcodec/msmpeg4dec.c                         run=   SHOW_UBITS(re, &s->gb, s->esc3_run_length);
SHOW_UBITS        756 libavcodec/msmpeg4dec.c                         sign=  SHOW_UBITS(re, &s->gb, 1);
SHOW_UBITS        759 libavcodec/msmpeg4dec.c                         level= SHOW_UBITS(re, &s->gb, s->esc3_level_length);
SHOW_UBITS        265 libavcodec/proresdec2.c             val = SHOW_UBITS(re, gb, bits) - (1 << exp_order) +         \
SHOW_UBITS        270 libavcodec/proresdec2.c             val = (q << rice_order) + SHOW_UBITS(re, gb, rice_order);   \
SHOW_UBITS        333 libavcodec/proresdec2.c         if (!bits_left || (bits_left < 32 && !SHOW_UBITS(re, gb, bits_left)))
SHOW_UBITS        249 libavcodec/webp.c     index = SHOW_UBITS(re, gb, 8);
SHOW_UBITS        260 libavcodec/webp.c         index = SHOW_UBITS(re, gb, nb_bits);