show_bits        1620 libavcodec/aac.c     if (show_bits(&gb, 12) == 0xfff) {
show_bits         148 libavcodec/alac.c             int extrabits = show_bits(gb, k);
show_bits         686 libavcodec/bitstream.h     return show_bits(s, 1);
show_bits         713 libavcodec/bitstream.h     if(n<=17) return show_bits(s, n);
show_bits         901 libavcodec/bitstream.h     int show= show_bits(s, 24);
show_bits         913 libavcodec/bitstream.h     int show= show_bits(s, n);
show_bits         446 libavcodec/cavsdec.c     if(!align && (show_bits(gb,8) == 0x80))
show_bits          64 libavcodec/eatgq.c         switch(show_bits(gb,3)) {
show_bits          91 libavcodec/eatgq.c             if (show_bits(gb,6)==0x3F) {
show_bits         638 libavcodec/flacdec.c     tmp = show_bits(&s->gb, 16);
show_bits         641 libavcodec/flacdec.c         while (get_bits_count(&s->gb)/8+2 < buf_size && (show_bits(&s->gb, 16) & 0xFFFE) != 0xFFF8)
show_bits         357 libavcodec/golomb.h     int show= show_bits(s, 24);
show_bits         371 libavcodec/golomb.h     int show= show_bits(s, 24);
show_bits         385 libavcodec/golomb.h     int show= show_bits(s, 24);
show_bits         108 libavcodec/h261dec.c         val = show_bits(&s->gb, 15);
show_bits         165 libavcodec/h261dec.c         if(show_bits(&s->gb, 15)==0){
show_bits         176 libavcodec/h261dec.c             if(show_bits(&s->gb, 15)==0){
show_bits         392 libavcodec/h261dec.c         int check = show_bits(&s->gb, 2);
show_bits        2999 libavcodec/h263.c     val = show_bits(&s->gb, 16);
show_bits        3130 libavcodec/h263.c     int v= show_bits(&s->gb, 16);
show_bits        3141 libavcodec/h263.c         v= show_bits(&s->gb, 16);
show_bits        3328 libavcodec/h263.c     if(show_bits(&s->gb, 16)==0){
show_bits        3343 libavcodec/h263.c         if(show_bits(&s->gb, 16)==0){
show_bits        3473 libavcodec/h263.c                 bits= show_bits(&s->gb, 17);
show_bits        3685 libavcodec/h263.c         while(show_bits(&s->gb, 9) == 1)
show_bits        3692 libavcodec/h263.c         while(show_bits(&s->gb, 10) == 1)
show_bits        4161 libavcodec/h263.c         int v= show_bits(&s->gb, 16);
show_bits        5814 libavcodec/h263.c         if(show_bits(gb, 23) == 0) break;
show_bits        5882 libavcodec/h263.c     if(s->time_increment_bits==0 || !(show_bits(gb, s->time_increment_bits+1)&1)){
show_bits        5886 libavcodec/h263.c             if(show_bits(gb, s->time_increment_bits+1)&1) break;
show_bits        6087 libavcodec/h263.c     if(s->codec_tag == AV_RL32("WV1F") && show_bits(gb, 24) == 0x575630){
show_bits         278 libavcodec/h263dec.c             int v= show_bits(&s->gb, 8);
show_bits         313 libavcodec/h263dec.c             av_log(s->avctx, AV_LOG_ERROR, "discarding %d junk bits at end, next would be %X\n", left, show_bits(&s->gb, 24));
show_bits         325 libavcodec/h263dec.c             show_bits(&s->gb, 24), s->padding_bug_score);
show_bits        4169 libavcodec/h264.c     i = show_bits(gb, 3);
show_bits        4178 libavcodec/h264.c         int bitsi= show_bits(gb, LEVEL_TAB_BITS);
show_bits        4222 libavcodec/h264.c             int bitsi= show_bits(gb, LEVEL_TAB_BITS);
show_bits        6911 libavcodec/h264.c             type+= show_bits(&s->gb, 8);
show_bits        6916 libavcodec/h264.c             size+= show_bits(&s->gb, 8);
show_bits        7948 libavcodec/h264.c         s= show_bits(&gb, 24);
show_bits        7973 libavcodec/h264.c         s= show_bits(&gb, 24);
show_bits         107 libavcodec/mjpegbdec.c         s->mjpb_skiptosod = (sod_offs - sos_offs - show_bits(&s->gb, 16));
show_bits        1816 libavcodec/mpeg12.c                 if(left < 0 || (left && show_bits(&s->gb, FFMIN(left, 23)) && !is_d10)
show_bits        1818 libavcodec/mpeg12.c                     av_log(avctx, AV_LOG_ERROR, "end mismatch left=%d %0X\n", left, show_bits(&s->gb, FFMIN(left, 23)));
show_bits        1841 libavcodec/mpeg12.c                         if(s->mb_skip_run != 0 || show_bits(&s->gb, 15) != 0){
show_bits        2059 libavcodec/mpeg12.c     if(show_bits(&s->gb, 23) != 0){
show_bits          72 libavcodec/mpeg4audio.c             if (show_bits(&gb, 11) == 0x2b7) { // sync extension
show_bits         358 libavcodec/rv10.c     if(show_bits(&s->gb, 12)==0 || (mb_xy && mb_xy < s->mb_num)){
show_bits        1218 libavcodec/rv34.c     if(bits < 0 || (bits < 8 && !show_bits(&s->gb, bits)))
show_bits         709 libavcodec/svq3.c         h->next_slice_index = get_bits_count(&s->gb) + 8*show_bits(&s->gb, 8*length) + 8*length;
show_bits         988 libavcodec/svq3.c                 ((get_bits_count(&s->gb) & 7) == 0 || show_bits(&s->gb, (-get_bits_count(&s->gb) & 7)) == 0)) {
show_bits         860 libavcodec/vc1.c     av_log(avctx, AV_LOG_DEBUG, "Header: %0X\n", show_bits(gb, 32));
show_bits         112 libavcodec/xsubdec.c             int log2 = ff_log2_tab[show_bits(&gb, 8)];