LAST_SKIP_BITS   1748 libavcodec/aacdec_template.c                             LAST_SKIP_BITS(re, gb, nnz);
LAST_SKIP_BITS   1796 libavcodec/aacdec_template.c                             LAST_SKIP_BITS(re, gb, nnz);
LAST_SKIP_BITS   1837 libavcodec/aacdec_template.c                             LAST_SKIP_BITS(re, gb, nnz);
LAST_SKIP_BITS   1857 libavcodec/aacdec_template.c                                     LAST_SKIP_BITS(re, gb, b);
LAST_SKIP_BITS    389 libavcodec/dnxhddec.c         LAST_SKIP_BITS(bs, &row->gb, len);
LAST_SKIP_BITS    163 libavcodec/eamad.c                 LAST_SKIP_BITS(re, &s->gb, 1);
LAST_SKIP_BITS    170 libavcodec/eamad.c                 run = SHOW_UBITS(re, &s->gb, 6)+1; LAST_SKIP_BITS(re, &s->gb, 6);
LAST_SKIP_BITS    337 libavcodec/get_bits.h     LAST_SKIP_BITS(re, s, n);
LAST_SKIP_BITS    353 libavcodec/get_bits.h     LAST_SKIP_BITS(re, s, n);
LAST_SKIP_BITS    370 libavcodec/get_bits.h     LAST_SKIP_BITS(re, s, n);
LAST_SKIP_BITS    405 libavcodec/get_bits.h     LAST_SKIP_BITS(re, s, n);
LAST_SKIP_BITS    437 libavcodec/get_bits.h     LAST_SKIP_BITS(re, s, n);
LAST_SKIP_BITS    493 libavcodec/get_bits.h     LAST_SKIP_BITS(re, s, n);
LAST_SKIP_BITS    716 libavcodec/get_bits.h             LAST_SKIP_BITS(name, gb, bits);                     \
LAST_SKIP_BITS    725 libavcodec/get_bits.h                 LAST_SKIP_BITS(name, gb, nb_bits);              \
LAST_SKIP_BITS    760 libavcodec/get_bits.h                 LAST_SKIP_BITS(name, gb, nb_bits);              \
LAST_SKIP_BITS     82 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, ff_golomb_vlc_len[buf]);
LAST_SKIP_BITS     88 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, 32 - log);
LAST_SKIP_BITS    136 libavcodec/golomb.h     LAST_SKIP_BITS(re, gb, ff_golomb_vlc_len[buf]);
LAST_SKIP_BITS    180 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, ff_interleaved_golomb_vlc_len[buf]);
LAST_SKIP_BITS    189 libavcodec/golomb.h             LAST_SKIP_BITS(re, gb,
LAST_SKIP_BITS    271 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, ff_golomb_vlc_len[buf]);
LAST_SKIP_BITS    277 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, 31 - log);
LAST_SKIP_BITS    283 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, 32 - log);
LAST_SKIP_BITS    335 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, ff_interleaved_golomb_vlc_len[buf]);
LAST_SKIP_BITS    341 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, 8);
LAST_SKIP_BITS    351 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, 63 - 2 * log - 8);
LAST_SKIP_BITS    407 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, 32 + k - log);
LAST_SKIP_BITS    412 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, limit);
LAST_SKIP_BITS    417 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, esc_len);
LAST_SKIP_BITS    475 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, 32 + k - log);
LAST_SKIP_BITS    486 libavcodec/golomb.h             LAST_SKIP_BITS(re, gb, MIN_CACHE_BITS);
LAST_SKIP_BITS    492 libavcodec/golomb.h         LAST_SKIP_BITS(re, gb, 1);
LAST_SKIP_BITS    499 libavcodec/golomb.h                     LAST_SKIP_BITS(re, gb, 16);
LAST_SKIP_BITS    502 libavcodec/golomb.h                     LAST_SKIP_BITS(re, gb, k-16);
LAST_SKIP_BITS    505 libavcodec/golomb.h                     LAST_SKIP_BITS(re, gb, k);
LAST_SKIP_BITS    514 libavcodec/golomb.h             LAST_SKIP_BITS(re, gb, esc_len);
LAST_SKIP_BITS    426 libavcodec/h264_cavlc.c     LAST_SKIP_BITS(re, gb, log);
LAST_SKIP_BITS    578 libavcodec/huffyuvdec.c         LAST_SKIP_BITS(name, gb, bits);                     \
LAST_SKIP_BITS    586 libavcodec/huffyuvdec.c             LAST_SKIP_BITS(name, gb, nb_bits);              \
LAST_SKIP_BITS    596 libavcodec/huffyuvdec.c     LAST_SKIP_BITS(name, gb, n)
LAST_SKIP_BITS    615 libavcodec/huffyuvdec.c             LAST_SKIP_BITS(name, gb, n);                            \
LAST_SKIP_BITS    766 libavcodec/huffyuvdec.c             LAST_SKIP_BITS(re, &s->gb, n);
LAST_SKIP_BITS    100 libavcodec/mdec.c                 LAST_SKIP_BITS(re, &a->gb, 1);
LAST_SKIP_BITS    103 libavcodec/mdec.c                 run = SHOW_UBITS(re, &a->gb, 6)+1; LAST_SKIP_BITS(re, &a->gb, 6);
LAST_SKIP_BITS    830 libavcodec/mjpegdec.c             LAST_SKIP_BITS(re, &s->gb, code);
LAST_SKIP_BITS    895 libavcodec/mjpegdec.c                 LAST_SKIP_BITS(re, &s->gb, code);
LAST_SKIP_BITS    920 libavcodec/mjpegdec.c                         LAST_SKIP_BITS(re, &s->gb, run);
LAST_SKIP_BITS    941 libavcodec/mjpegdec.c     LAST_SKIP_BITS(re, &s->gb, 1);                                  \
LAST_SKIP_BITS    982 libavcodec/mjpegdec.c                 LAST_SKIP_BITS(re, &s->gb, 1);
LAST_SKIP_BITS   1003 libavcodec/mjpegdec.c                         LAST_SKIP_BITS(re, &s->gb, val);
LAST_SKIP_BITS    288 libavcodec/mpeg12.c                 LAST_SKIP_BITS(re, gb, 6);
LAST_SKIP_BITS    324 libavcodec/mpeg12.c         LAST_SKIP_BITS(re, gb, 2);
LAST_SKIP_BITS    181 libavcodec/mpeg12dec.c                 LAST_SKIP_BITS(re, &s->gb, 6);
LAST_SKIP_BITS    213 libavcodec/mpeg12dec.c         LAST_SKIP_BITS(re, &s->gb, 2);
LAST_SKIP_BITS    270 libavcodec/mpeg12dec.c                 LAST_SKIP_BITS(re, &s->gb, 6);
LAST_SKIP_BITS    302 libavcodec/mpeg12dec.c         LAST_SKIP_BITS(re, &s->gb, 2);
LAST_SKIP_BITS    363 libavcodec/mpeg12dec.c                 LAST_SKIP_BITS(re, &s->gb, 6);
LAST_SKIP_BITS    387 libavcodec/mpeg12dec.c         LAST_SKIP_BITS(re, &s->gb, 2);
LAST_SKIP_BITS    441 libavcodec/mpeg12dec.c             LAST_SKIP_BITS(re, &s->gb, 6);
LAST_SKIP_BITS    465 libavcodec/mpeg12dec.c     LAST_SKIP_BITS(re, &s->gb, 2);
LAST_SKIP_BITS    526 libavcodec/mpeg12dec.c                 LAST_SKIP_BITS(re, &s->gb, 1);
LAST_SKIP_BITS    530 libavcodec/mpeg12dec.c                 LAST_SKIP_BITS(re, &s->gb, 6);
LAST_SKIP_BITS    610 libavcodec/mpeg12dec.c                 LAST_SKIP_BITS(re, &s->gb, 1);
LAST_SKIP_BITS    614 libavcodec/mpeg12dec.c                 LAST_SKIP_BITS(re, &s->gb, 6);
LAST_SKIP_BITS   1187 libavcodec/mpeg4videodec.c                                 LAST_SKIP_BITS(re, &s->gb, 12);
LAST_SKIP_BITS   1258 libavcodec/mpeg4videodec.c                             LAST_SKIP_BITS(re, &s->gb, 1);
LAST_SKIP_BITS   1267 libavcodec/mpeg4videodec.c                         LAST_SKIP_BITS(re, &s->gb, 1);
LAST_SKIP_BITS   1273 libavcodec/mpeg4videodec.c                 LAST_SKIP_BITS(re, &s->gb, 1);
LAST_SKIP_BITS    736 libavcodec/msmpeg4dec.c                     if(s->msmpeg4_version!=1) LAST_SKIP_BITS(re, &s->gb, 2);
LAST_SKIP_BITS    790 libavcodec/msmpeg4dec.c                     LAST_SKIP_BITS(re, &s->gb, 1);
LAST_SKIP_BITS    799 libavcodec/msmpeg4dec.c                 LAST_SKIP_BITS(re, &s->gb, 1);
LAST_SKIP_BITS    804 libavcodec/msmpeg4dec.c             LAST_SKIP_BITS(re, &s->gb, 1);
LAST_SKIP_BITS    449 libavcodec/proresdec2.c     DECODE_CODEWORD(code, FIRST_DC_CB, LAST_SKIP_BITS);
LAST_SKIP_BITS    458 libavcodec/proresdec2.c         DECODE_CODEWORD(code, dc_codebook[FFMIN(code, 6U)], LAST_SKIP_BITS);
LAST_SKIP_BITS    494 libavcodec/proresdec2.c         DECODE_CODEWORD(run, run_to_cb[FFMIN(run,  15)], LAST_SKIP_BITS);
LAST_SKIP_BITS    254 libavcodec/speedhq.c                 LAST_SKIP_BITS(re, gb, 1);
LAST_SKIP_BITS    263 libavcodec/speedhq.c                 LAST_SKIP_BITS(re, gb, 12);
LAST_SKIP_BITS    256 libavcodec/webp.c         LAST_SKIP_BITS(re, gb, 8);