SKIP_BITS 1787 libavcodec/aacdec.c SKIP_BITS(re, gb, b + 1); SKIP_BITS 285 libavcodec/dnxhddec.c SKIP_BITS(bs, &ctx->gb, 1); SKIP_BITS 289 libavcodec/dnxhddec.c SKIP_BITS(bs, &ctx->gb, index_bits); SKIP_BITS 167 libavcodec/eamad.c level = SHOW_SBITS(re, &s->gb, 10); SKIP_BITS(re, &s->gb, 10); SKIP_BITS 518 libavcodec/get_bits.h SKIP_BITS(name, gb, n); \ SKIP_BITS 532 libavcodec/get_bits.h SKIP_BITS(name, gb, bits); \ SKIP_BITS 544 libavcodec/get_bits.h SKIP_BITS(name, gb, n); \ SKIP_BITS 336 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 180 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 1); 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 193 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 8); SKIP_BITS 249 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 333 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 2); SKIP_BITS 351 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 1); SKIP_BITS 358 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 8); SKIP_BITS 361 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 8); SKIP_BITS 364 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 8); SKIP_BITS 422 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 2); SKIP_BITS 439 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 1); SKIP_BITS 446 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 12); SKIP_BITS 498 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 2); SKIP_BITS 513 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 1); SKIP_BITS 520 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 12); SKIP_BITS 603 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 12); SKIP_BITS 685 libavcodec/mpeg12dec.c SKIP_BITS(re, &s->gb, 12); SKIP_BITS 1151 libavcodec/mpeg4videodec.c SKIP_BITS(re, &s->gb, 2); SKIP_BITS 1159 libavcodec/mpeg4videodec.c SKIP_BITS(re, &s->gb, 1); SKIP_BITS 730 libavcodec/msmpeg4dec.c last= SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1); SKIP_BITS 736 libavcodec/msmpeg4dec.c ll= SHOW_UBITS(re, &s->gb, 3); SKIP_BITS(re, &s->gb, 3); SKIP_BITS 738 libavcodec/msmpeg4dec.c ll= 8+SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1); SKIP_BITS 744 libavcodec/msmpeg4dec.c SKIP_BITS(re, &s->gb, 1); SKIP_BITS 746 libavcodec/msmpeg4dec.c if(ll<8) SKIP_BITS(re, &s->gb, 1); SKIP_BITS 750 libavcodec/msmpeg4dec.c s->esc3_run_length= SHOW_UBITS(re, &s->gb, 2) + 3; SKIP_BITS(re, &s->gb, 2); SKIP_BITS 754 libavcodec/msmpeg4dec.c SKIP_BITS(re, &s->gb, s->esc3_run_length); SKIP_BITS 757 libavcodec/msmpeg4dec.c SKIP_BITS(re, &s->gb, 1); SKIP_BITS 760 libavcodec/msmpeg4dec.c SKIP_BITS(re, &s->gb, s->esc3_level_length); SKIP_BITS 803 libavcodec/msmpeg4dec.c SKIP_BITS(re, &s->gb, 2); SKIP_BITS 817 libavcodec/msmpeg4dec.c SKIP_BITS(re, &s->gb, 1); SKIP_BITS 267 libavcodec/proresdec2.c SKIP_BITS(re, gb, bits); \ SKIP_BITS 269 libavcodec/proresdec2.c SKIP_BITS(re, gb, q+1); \ SKIP_BITS 271 libavcodec/proresdec2.c SKIP_BITS(re, gb, rice_order); \ SKIP_BITS 274 libavcodec/proresdec2.c SKIP_BITS(re, gb, q+1); \ SKIP_BITS 349 libavcodec/proresdec2.c SKIP_BITS(re, gb, 1); SKIP_BITS 265 libavcodec/webp.c SKIP_BITS(re, gb, n);