SKIP_BITS         498 libavcodec/bitstream.h #   define LAST_SKIP_BITS(name, gb, num) SKIP_BITS(name, gb, num)
SKIP_BITS         573 libavcodec/bitstream.h #   define LAST_SKIP_BITS(name, gb, num) SKIP_BITS(name, gb, num)
SKIP_BITS         830 libavcodec/bitstream.h     SKIP_BITS(name, gb, n)\
SKIP_BITS         842 libavcodec/bitstream.h         SKIP_BITS(name, gb, bits)\
SKIP_BITS         854 libavcodec/bitstream.h     SKIP_BITS(name, gb, n)\
SKIP_BITS         289 libavcodec/golomb.h         SKIP_BITS(re, gb, 1);
SKIP_BITS        4941 libavcodec/h263.c                     SKIP_BITS(re, &s->gb, 2);
SKIP_BITS        4954 libavcodec/h263.c                 SKIP_BITS(re, &s->gb, 1);
SKIP_BITS          97 libavcodec/mdec.c                 level = SHOW_SBITS(re, &a->gb, 10); SKIP_BITS(re, &a->gb, 10);
SKIP_BITS         649 libavcodec/mpeg12.c                 level = SHOW_SBITS(re, &s->gb, 8); SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         702 libavcodec/mpeg12.c             SKIP_BITS(re, &s->gb, 2);
SKIP_BITS         719 libavcodec/mpeg12.c                 SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         724 libavcodec/mpeg12.c                 level = SHOW_SBITS(re, &s->gb, 8); SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         726 libavcodec/mpeg12.c                     level = SHOW_UBITS(re, &s->gb, 8) - 256; SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         728 libavcodec/mpeg12.c                     level = SHOW_UBITS(re, &s->gb, 8)      ; SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         784 libavcodec/mpeg12.c             SKIP_BITS(re, &s->gb, 2);
SKIP_BITS         802 libavcodec/mpeg12.c                 SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         807 libavcodec/mpeg12.c                 level = SHOW_SBITS(re, &s->gb, 8); SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         809 libavcodec/mpeg12.c                     level = SHOW_UBITS(re, &s->gb, 8) - 256; SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         811 libavcodec/mpeg12.c                     level = SHOW_UBITS(re, &s->gb, 8)      ; SKIP_BITS(re, &s->gb, 8);
SKIP_BITS         875 libavcodec/mpeg12.c             SKIP_BITS(re, &s->gb, 2);
SKIP_BITS         892 libavcodec/mpeg12.c                 SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         897 libavcodec/mpeg12.c                 level = SHOW_SBITS(re, &s->gb, 12); SKIP_BITS(re, &s->gb, 12);
SKIP_BITS         953 libavcodec/mpeg12.c         SKIP_BITS(re, &s->gb, 2);
SKIP_BITS         970 libavcodec/mpeg12.c             SKIP_BITS(re, &s->gb, 1);
SKIP_BITS         975 libavcodec/mpeg12.c             level = SHOW_SBITS(re, &s->gb, 12); SKIP_BITS(re, &s->gb, 12);
SKIP_BITS        1059 libavcodec/mpeg12.c                 level = SHOW_SBITS(re, &s->gb, 12); SKIP_BITS(re, &s->gb, 12);
SKIP_BITS        1135 libavcodec/mpeg12.c                 level = SHOW_SBITS(re, &s->gb, 12); SKIP_BITS(re, &s->gb, 12);
SKIP_BITS        1698 libavcodec/msmpeg4.c                         last=  SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1);
SKIP_BITS        1703 libavcodec/msmpeg4.c                                 ll= SHOW_UBITS(re, &s->gb, 3); SKIP_BITS(re, &s->gb, 3);
SKIP_BITS        1706 libavcodec/msmpeg4.c                                     SKIP_BITS(re, &s->gb, 1);
SKIP_BITS        1713 libavcodec/msmpeg4.c                                     SKIP_BITS(re, &s->gb, 1);
SKIP_BITS        1715 libavcodec/msmpeg4.c                                 if(ll<8) SKIP_BITS(re, &s->gb, 1);
SKIP_BITS        1719 libavcodec/msmpeg4.c                             s->esc3_run_length= SHOW_UBITS(re, &s->gb, 2) + 3; SKIP_BITS(re, &s->gb, 2);
SKIP_BITS        1724 libavcodec/msmpeg4.c                         SKIP_BITS(re, &s->gb, s->esc3_run_length);
SKIP_BITS        1727 libavcodec/msmpeg4.c                         SKIP_BITS(re, &s->gb, 1);
SKIP_BITS        1730 libavcodec/msmpeg4.c                         SKIP_BITS(re, &s->gb, s->esc3_level_length);
SKIP_BITS        1777 libavcodec/msmpeg4.c                     SKIP_BITS(re, &s->gb, 2);
SKIP_BITS        1796 libavcodec/msmpeg4.c                 SKIP_BITS(re, &s->gb, 1);