SKIP_BITS        1854 libavcodec/aacdec_template.c                                     SKIP_BITS(re, gb, b + 1);
SKIP_BITS         407 libavcodec/dnxhddec.c         SKIP_BITS(bs, &row->gb, 1);
SKIP_BITS         411 libavcodec/dnxhddec.c             SKIP_BITS(bs, &row->gb, index_bits);
SKIP_BITS         167 libavcodec/eamad.c                 level = SHOW_SBITS(re, &s->gb, 10); SKIP_BITS(re, &s->gb, 10);
SKIP_BITS         735 libavcodec/get_bits.h         SKIP_BITS(name, gb, n);                                 \
SKIP_BITS         749 libavcodec/get_bits.h             SKIP_BITS(name, gb, bits);                          \
SKIP_BITS         772 libavcodec/get_bits.h         SKIP_BITS(name, gb, n);                                 \
SKIP_BITS         490 libavcodec/golomb.h             SKIP_BITS(re, gb, 1);
SKIP_BITS         105 libavcodec/mdec.c                 level = SHOW_SBITS(re, &a->gb, 10); SKIP_BITS(re, &a->gb, 10);
SKIP_BITS         284 libavcodec/mpeg12.c                 SKIP_BITS(re, gb, 1);
SKIP_BITS         291 libavcodec/mpeg12.c                 SKIP_BITS(re, gb, 8);
SKIP_BITS         295 libavcodec/mpeg12.c                     SKIP_BITS(re, gb, 8);
SKIP_BITS         298 libavcodec/mpeg12.c                     SKIP_BITS(re, gb, 8);
SKIP_BITS         159 libavcodec/mpeg12dec.c             SKIP_BITS(re, &s->gb, 2);
SKIP_BITS         177 libavcodec/mpeg12dec.c                 SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         184 libavcodec/mpeg12dec.c                 SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         187 libavcodec/mpeg12dec.c                     SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         190 libavcodec/mpeg12dec.c                     SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         247 libavcodec/mpeg12dec.c             SKIP_BITS(re, &s->gb, 2);
SKIP_BITS         266 libavcodec/mpeg12dec.c                 SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         273 libavcodec/mpeg12dec.c                 SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         276 libavcodec/mpeg12dec.c                     SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         279 libavcodec/mpeg12dec.c                     SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         341 libavcodec/mpeg12dec.c             SKIP_BITS(re, &s->gb, 2);
SKIP_BITS         359 libavcodec/mpeg12dec.c                 SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         366 libavcodec/mpeg12dec.c                 SKIP_BITS(re, &s->gb, 12);
SKIP_BITS         420 libavcodec/mpeg12dec.c         SKIP_BITS(re, &s->gb, 2);
SKIP_BITS         437 libavcodec/mpeg12dec.c             SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         444 libavcodec/mpeg12dec.c             SKIP_BITS(re, &s->gb, 12);
SKIP_BITS         533 libavcodec/mpeg12dec.c                 SKIP_BITS(re, &s->gb, 12);
SKIP_BITS         617 libavcodec/mpeg12dec.c                 SKIP_BITS(re, &s->gb, 12);
SKIP_BITS        1254 libavcodec/mpeg4videodec.c                             SKIP_BITS(re, &s->gb, 2);
SKIP_BITS        1262 libavcodec/mpeg4videodec.c                         SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         745 libavcodec/msmpeg4dec.c                         last=  SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         751 libavcodec/msmpeg4dec.c                                 ll= SHOW_UBITS(re, &s->gb, 3); SKIP_BITS(re, &s->gb, 3);
SKIP_BITS         753 libavcodec/msmpeg4dec.c                                     ll= 8+SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         759 libavcodec/msmpeg4dec.c                                     SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         761 libavcodec/msmpeg4dec.c                                 if(ll<8) SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         765 libavcodec/msmpeg4dec.c                             s->esc3_run_length= SHOW_UBITS(re, &s->gb, 2) + 3; SKIP_BITS(re, &s->gb, 2);
SKIP_BITS         769 libavcodec/msmpeg4dec.c                         SKIP_BITS(re, &s->gb, s->esc3_run_length);
SKIP_BITS         772 libavcodec/msmpeg4dec.c                         SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         775 libavcodec/msmpeg4dec.c                         SKIP_BITS(re, &s->gb, s->esc3_level_length);
SKIP_BITS         786 libavcodec/msmpeg4dec.c                     SKIP_BITS(re, &s->gb, 2);
SKIP_BITS         794 libavcodec/msmpeg4dec.c                 SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         426 libavcodec/proresdec2.c             SKIP_BITS(re, gb, q+1);                                     \
SKIP_BITS         501 libavcodec/proresdec2.c         DECODE_CODEWORD(level, lev_to_cb[FFMIN(level, 9)], SKIP_BITS);
SKIP_BITS         507 libavcodec/proresdec2.c         SKIP_BITS(re, gb, 1);
SKIP_BITS         261 libavcodec/speedhq.c                 SKIP_BITS(re, gb, 6);
SKIP_BITS         266 libavcodec/webp.c     SKIP_BITS(re, gb, n);