SHOW_UBITS 638 libavcodec/bitstream.h tmp= SHOW_UBITS(re, s, n); SHOW_UBITS 652 libavcodec/bitstream.h tmp= SHOW_UBITS(re, s, n); SHOW_UBITS 806 libavcodec/bitstream.h index= SHOW_UBITS(name, gb, bits);\ SHOW_UBITS 816 libavcodec/bitstream.h index= SHOW_UBITS(name, gb, nb_bits) + code;\ SHOW_UBITS 825 libavcodec/bitstream.h index= SHOW_UBITS(name, gb, nb_bits) + code;\ SHOW_UBITS 837 libavcodec/bitstream.h index= SHOW_UBITS(name, gb, bits);\ SHOW_UBITS 849 libavcodec/bitstream.h index= SHOW_UBITS(name, gb, nb_bits) + level;\ SHOW_UBITS 446 libavcodec/dv.c printf("%2d: bits=%04x index=%d\n", pos, SHOW_UBITS(re, gb, 16), re_index); SHOW_UBITS 285 libavcodec/golomb.h for(i=0; SHOW_UBITS(re, gb, 1) == 0; i++){ SHOW_UBITS 293 libavcodec/golomb.h buf = SHOW_UBITS(re, gb, k); SHOW_UBITS 302 libavcodec/golomb.h buf = SHOW_UBITS(re, gb, esc_len); SHOW_UBITS 4836 libavcodec/h263.c if(SHOW_UBITS(re, &s->gb, 1)==0){ SHOW_UBITS 4841 libavcodec/h263.c last= SHOW_UBITS(re, &s->gb, 1); SKIP_CACHE(re, &s->gb, 1); SHOW_UBITS 4842 libavcodec/h263.c run= SHOW_UBITS(re, &s->gb, 6); LAST_SKIP_CACHE(re, &s->gb, 6); SHOW_UBITS 4846 libavcodec/h263.c if(SHOW_UBITS(re, &s->gb, 1)==0){ SHOW_UBITS 4851 libavcodec/h263.c level= SHOW_UBITS(re, &s->gb, 11); SKIP_CACHE(re, &s->gb, 11); SHOW_UBITS 4853 libavcodec/h263.c if(SHOW_UBITS(re, &s->gb, 5)!=0x10){ SHOW_UBITS 4875 libavcodec/h263.c last= SHOW_UBITS(re, &s->gb, 1); SKIP_CACHE(re, &s->gb, 1); SHOW_UBITS 4876 libavcodec/h263.c run= SHOW_UBITS(re, &s->gb, 6); LAST_SKIP_CACHE(re, &s->gb, 6); SHOW_UBITS 4883 libavcodec/h263.c if(SHOW_UBITS(re, &s->gb, 1)==0){ SHOW_UBITS 4890 libavcodec/h263.c if(SHOW_UBITS(re, &s->gb, 1)==0){ SHOW_UBITS 95 libavcodec/mdec.c run = SHOW_UBITS(re, &a->gb, 6)+1; LAST_SKIP_BITS(re, &a->gb, 6); SHOW_UBITS 526 libavcodec/mjpegdec.c block[j] += SHOW_UBITS(re, &s->gb, 1) * ((quant_matrix[j]^sign)-sign) << Al;\ SHOW_UBITS 567 libavcodec/mjpegdec.c val = SHOW_UBITS(re, &s->gb, 1); SHOW_UBITS 588 libavcodec/mjpegdec.c run += SHOW_UBITS(re, &s->gb, val); SHOW_UBITS 647 libavcodec/mpeg12.c run = SHOW_UBITS(re, &s->gb, 6)+1; LAST_SKIP_BITS(re, &s->gb, 6); SHOW_UBITS 651 libavcodec/mpeg12.c level = SHOW_UBITS(re, &s->gb, 8) - 256; LAST_SKIP_BITS(re, &s->gb, 8); SHOW_UBITS 653 libavcodec/mpeg12.c level = SHOW_UBITS(re, &s->gb, 8) ; LAST_SKIP_BITS(re, &s->gb, 8); SHOW_UBITS 722 libavcodec/mpeg12.c run = SHOW_UBITS(re, &s->gb, 6)+1; LAST_SKIP_BITS(re, &s->gb, 6); SHOW_UBITS 726 libavcodec/mpeg12.c level = SHOW_UBITS(re, &s->gb, 8) - 256; SKIP_BITS(re, &s->gb, 8); SHOW_UBITS 728 libavcodec/mpeg12.c level = SHOW_UBITS(re, &s->gb, 8) ; SKIP_BITS(re, &s->gb, 8); SHOW_UBITS 805 libavcodec/mpeg12.c run = SHOW_UBITS(re, &s->gb, 6)+1; LAST_SKIP_BITS(re, &s->gb, 6); SHOW_UBITS 809 libavcodec/mpeg12.c level = SHOW_UBITS(re, &s->gb, 8) - 256; SKIP_BITS(re, &s->gb, 8); SHOW_UBITS 811 libavcodec/mpeg12.c level = SHOW_UBITS(re, &s->gb, 8) ; SKIP_BITS(re, &s->gb, 8); SHOW_UBITS 895 libavcodec/mpeg12.c run = SHOW_UBITS(re, &s->gb, 6)+1; LAST_SKIP_BITS(re, &s->gb, 6); SHOW_UBITS 973 libavcodec/mpeg12.c run = SHOW_UBITS(re, &s->gb, 6)+1; LAST_SKIP_BITS(re, &s->gb, 6); SHOW_UBITS 1057 libavcodec/mpeg12.c run = SHOW_UBITS(re, &s->gb, 6)+1; LAST_SKIP_BITS(re, &s->gb, 6); SHOW_UBITS 1133 libavcodec/mpeg12.c run = SHOW_UBITS(re, &s->gb, 6)+1; LAST_SKIP_BITS(re, &s->gb, 6); SHOW_UBITS 1692 libavcodec/msmpeg4.c last= SHOW_UBITS(re, &s->gb, 1); SKIP_CACHE(re, &s->gb, 1); SHOW_UBITS 1693 libavcodec/msmpeg4.c run= SHOW_UBITS(re, &s->gb, 6); SKIP_CACHE(re, &s->gb, 6); SHOW_UBITS 1698 libavcodec/msmpeg4.c last= SHOW_UBITS(re, &s->gb, 1); SKIP_BITS(re, &s->gb, 1); SHOW_UBITS 1703 libavcodec/msmpeg4.c ll= SHOW_UBITS(re, &s->gb, 3); SKIP_BITS(re, &s->gb, 3); SHOW_UBITS 1705 libavcodec/msmpeg4.c if(SHOW_UBITS(re, &s->gb, 1)) av_log(s->avctx, AV_LOG_ERROR, "cool a new vlc code ,contact the ffmpeg developers and upload the file\n"); SHOW_UBITS 1711 libavcodec/msmpeg4.c while(ll<8 && SHOW_UBITS(re, &s->gb, 1)==0){ SHOW_UBITS 1719 libavcodec/msmpeg4.c s->esc3_run_length= SHOW_UBITS(re, &s->gb, 2) + 3; SKIP_BITS(re, &s->gb, 2); SHOW_UBITS 1723 libavcodec/msmpeg4.c run= SHOW_UBITS(re, &s->gb, s->esc3_run_length); SHOW_UBITS 1726 libavcodec/msmpeg4.c sign= SHOW_UBITS(re, &s->gb, 1); SHOW_UBITS 1729 libavcodec/msmpeg4.c level= SHOW_UBITS(re, &s->gb, s->esc3_level_length);