get_bits_count     87 libavcodec/aac_adtstoasc_bsf.c             buf_size -= get_bits_count(&gb)/8;
get_bits_count     88 libavcodec/aac_adtstoasc_bsf.c             buf      += get_bits_count(&gb)/8;
get_bits_count   1002 libavcodec/aacdec.c     return get_bits_count(&gb);
get_bits_count   3161 libavcodec/aacdec.c     buf_consumed = (get_bits_count(&gb) + 7) >> 3;
get_bits_count   3217 libavcodec/aacdec.c     int config_start_bit  = get_bits_count(gb);
get_bits_count    124 libavcodec/aacps.c     int count = get_bits_count(gb);
get_bits_count    139 libavcodec/aacps.c     return get_bits_count(gb) - count;
get_bits_count    154 libavcodec/aacps.c     int bit_count_start = get_bits_count(gb_host);
get_bits_count    287 libavcodec/aacps.c     bits_consumed = get_bits_count(gb) - bit_count_start;
get_bits_count    231 libavcodec/aacsbr.c     unsigned int cnt = get_bits_count(gb);
get_bits_count    280 libavcodec/aacsbr.c     return get_bits_count(gb) - cnt;
get_bits_count   1013 libavcodec/aacsbr.c     unsigned int cnt = get_bits_count(gb);
get_bits_count   1018 libavcodec/aacsbr.c             return get_bits_count(gb) - cnt;
get_bits_count   1023 libavcodec/aacsbr.c             return get_bits_count(gb) - cnt;
get_bits_count   1029 libavcodec/aacsbr.c         return get_bits_count(gb) - cnt;
get_bits_count   1048 libavcodec/aacsbr.c     return get_bits_count(gb) - cnt;
get_bits_count    430 libavcodec/adpcm.c     while (get_bits_count(&gb) <= size - 22*avctx->channels) {
get_bits_count    436 libavcodec/adpcm.c         for (count = 0; get_bits_count(&gb) <= size - nb_bits*avctx->channels && count < 4095; count++) {
get_bits_count    498 libavcodec/alac.c     if (avpkt->size * 8 - get_bits_count(&alac->gb) > 8) {
get_bits_count    500 libavcodec/alac.c                avpkt->size * 8 - get_bits_count(&alac->gb));
get_bits_count   1591 libavcodec/alsdec.c                                  (get_bits_count(&ctx->gb) + 7) >> 3;
get_bits_count    267 libavcodec/asvdec.c     return (get_bits_count(&a->gb) + 31) / 32 * 4;
get_bits_count    947 libavcodec/bink.c     if (get_bits_count(gb) & 0x1F) //next plane data starts at 32-bit boundary
get_bits_count    948 libavcodec/bink.c         skip_bits_long(gb, 32 - (get_bits_count(gb) & 0x1F));
get_bits_count   1176 libavcodec/bink.c     if (get_bits_count(gb) & 0x1F) //next plane data starts at 32-bit boundary
get_bits_count   1177 libavcodec/bink.c         skip_bits_long(gb, 32 - (get_bits_count(gb) & 0x1F));
get_bits_count   1223 libavcodec/bink.c         if (get_bits_count(&gb) >= bits_count)
get_bits_count    282 libavcodec/binkaudio.c     int n = (-get_bits_count(s)) & 31;
get_bits_count    943 libavcodec/cavsdec.c     align = (-get_bits_count(gb)) & 7;
get_bits_count    408 libavcodec/cook.c     bits_left = p->bits_per_subpacket - get_bits_count(&q->gb);
get_bits_count    555 libavcodec/cook.c         if (p->bits_per_subpacket < get_bits_count(&q->gb)) {
get_bits_count    566 libavcodec/cook.c                 if (get_bits_count(&q->gb) < p->bits_per_subpacket) {
get_bits_count   1004 libavcodec/cook.c                i, q->subpacket[i].size * 8, get_bits_count(&q->gb));
get_bits_count     87 libavcodec/dca_exss.c     int header_pos = get_bits_count(&s->gb);
get_bits_count    218 libavcodec/dca_exss.c     if (get_bits_count(&s->gb) - header_pos > header_size * 8) {
get_bits_count    222 libavcodec/dca_exss.c     skip_bits_long(&s->gb, header_pos + header_size * 8 - get_bits_count(&s->gb));
get_bits_count    259 libavcodec/dca_exss.c     start_posn = get_bits_count(&s->gb) - 32;
get_bits_count    330 libavcodec/dca_exss.c         j = get_bits_count(&s->gb);
get_bits_count    335 libavcodec/dca_exss.c             start_posn = get_bits_count(&s->gb);
get_bits_count    350 libavcodec/dca_exss.c             j = get_bits_count(&s->gb);
get_bits_count    224 libavcodec/dcadec.c         hdr_pos  = get_bits_count(&s->gb);
get_bits_count    327 libavcodec/dcadec.c         i = get_bits_count(&s->gb);
get_bits_count    969 libavcodec/dcadec.c             skip_bits_long(&s->gb, (-get_bits_count(&s->gb)) & 31);
get_bits_count    971 libavcodec/dcadec.c             aux_data_end = 8 * aux_data_count + get_bits_count(&s->gb);
get_bits_count    983 libavcodec/dcadec.c                 skip_bits(&s->gb, (-get_bits_count(&s->gb)) & 4);
get_bits_count   1036 libavcodec/dcadec.c             if ((reserved = (aux_data_end - get_bits_count(&s->gb))) < 0) {
get_bits_count   1110 libavcodec/dcadec.c     hdr_pos = get_bits_count(&s->gb) - 32;
get_bits_count   1128 libavcodec/dcadec.c     i = get_bits_count(&s->gb);
get_bits_count   1137 libavcodec/dcadec.c         int start_posn = get_bits_count(&s->gb);
get_bits_count   1243 libavcodec/dcadec.c         i = get_bits_count(&s->gb);
get_bits_count   1264 libavcodec/dcadec.c     hdr_pos     = get_bits_count(&s->gb) - 32;
get_bits_count   1279 libavcodec/dcadec.c     i = get_bits_count(&s->gb);
get_bits_count   1284 libavcodec/dcadec.c         chstart       = get_bits_count(&s->gb);
get_bits_count   1302 libavcodec/dcadec.c         i = get_bits_count(&s->gb);
get_bits_count   1435 libavcodec/dcadec.c         skip_bits_long(&s->gb, (-get_bits_count(&s->gb)) & 31);
get_bits_count   1437 libavcodec/dcadec.c         while (core_ss_end - get_bits_count(&s->gb) >= 32) {
get_bits_count   1448 libavcodec/dcadec.c                 if ((s->frame_size != (get_bits_count(&s->gb) >> 3) - 4 + xch_fsize) &&
get_bits_count   1449 libavcodec/dcadec.c                     (s->frame_size != (get_bits_count(&s->gb) >> 3) - 4 + xch_fsize + 1))
get_bits_count   1493 libavcodec/dcadec.c                 if (s->frame_size != (get_bits_count(&s->gb) >> 3) - 4 + fsize96)
get_bits_count   1497 libavcodec/dcadec.c                        get_bits_count(&s->gb));
get_bits_count   1507 libavcodec/dcadec.c             skip_bits_long(&s->gb, (-get_bits_count(&s->gb)) & 31);
get_bits_count   1511 libavcodec/dcadec.c         skip_bits_long(&s->gb, core_ss_end - get_bits_count(&s->gb));
get_bits_count     93 libavcodec/dirac_arith.c     c->bytestream     = gb->buffer + get_bits_count(gb)/8;
get_bits_count    667 libavcodec/diracdec.c                 b->coeff_data = s->gb.buffer + get_bits_count(&s->gb)/8;
get_bits_count    701 libavcodec/diracdec.c     if (get_bits_count(gb) >= bits_end)
get_bits_count    707 libavcodec/diracdec.c             if (get_bits_count(gb) >= bits_end)
get_bits_count    711 libavcodec/diracdec.c                 if (get_bits_count(gb) >= bits_end)
get_bits_count    744 libavcodec/diracdec.c     int luma_end    = get_bits_count(gb) + FFMIN(luma_bits, get_bits_left(gb));
get_bits_count    755 libavcodec/diracdec.c     skip_bits_long(gb, get_bits_count(gb) - luma_end);
get_bits_count    758 libavcodec/diracdec.c     chroma_end  = get_bits_count(gb) + FFMIN(chroma_bits, get_bits_left(gb));
get_bits_count    789 libavcodec/diracdec.c     buf = s->gb.buffer + get_bits_count(&s->gb)/8;
get_bits_count    486 libavcodec/dvbsubdec.c     while (get_bits_count(&gb) < buf_size << 3 && pixels_read < dbuf_len) {
get_bits_count    556 libavcodec/dvbsubdec.c                         (*srcbuf) += (get_bits_count(&gb) + 7) >> 3;
get_bits_count    574 libavcodec/dvbsubdec.c     (*srcbuf) += (get_bits_count(&gb) + 7) >> 3;
get_bits_count    593 libavcodec/dvbsubdec.c     while (get_bits_count(&gb) < buf_size << 3 && pixels_read < dbuf_len) {
get_bits_count    610 libavcodec/dvbsubdec.c                     (*srcbuf) += (get_bits_count(&gb) + 7) >> 3;
get_bits_count    697 libavcodec/dvbsubdec.c     (*srcbuf) += (get_bits_count(&gb) + 7) >> 3;
get_bits_count    124 libavcodec/dvdsubdec.c         if (get_bits_count(&gb) > bit_len)
get_bits_count    224 libavcodec/dxva2_h264.c     slice->BitOffsetToSliceData  = get_bits_count(&h->gb);
get_bits_count    146 libavcodec/dxva2_mpeg2.c     slice->wMBbitOffset        = 4 * 8 + get_bits_count(&gb);
get_bits_count    172 libavcodec/dxva2_vc1.c     slice->wMBbitOffset        = v->p_frame_skipped ? 0xffff : get_bits_count(&s->gb) + (avctx->codec_id == AV_CODEC_ID_VC1 ? 32 : 0);
get_bits_count    355 libavcodec/escape124.c            frame_size, buf_size, get_bits_count(&gb) / 8);
get_bits_count    339 libavcodec/escape130.c             buf_size, get_bits_count(&gb) >> 3);
get_bits_count    413 libavcodec/exr.c     bytestream2_skip(gb, (get_bits_count(&gbit) + 7) / 8);
get_bits_count    270 libavcodec/faxcompr.c     srcsize -= get_bits_count(gb);
get_bits_count    169 libavcodec/ffv1dec.c                     run_count, run_index, run_mode, x, get_bits_count(&s->gb));
get_bits_count    139 libavcodec/flac.c                get_bits_count(gb)/8)) {
get_bits_count    547 libavcodec/flacdec.c     bytes_read = get_bits_count(&s->gb)/8;
get_bits_count    203 libavcodec/flashsv.c     s->zstream.next_in   = avpkt->data + get_bits_count(gb) / 8;
get_bits_count    219 libavcodec/flashsv.c         s->blocks[blk_idx].pos  = s->keyframedata + (get_bits_count(gb) / 8);
get_bits_count    494 libavcodec/flashsv.c     if ((get_bits_count(&gb) / 8) != buf_size)
get_bits_count    496 libavcodec/flashsv.c                buf_size, (get_bits_count(&gb) / 8));
get_bits_count    451 libavcodec/get_bits.h     int n = -get_bits_count(s) & 7;
get_bits_count    590 libavcodec/get_bits.h     return gb->size_in_bits - get_bits_count(gb);
get_bits_count    627 libavcodec/get_bits.h            r, n, r, get_bits_count(s) - n, file, func, line);
get_bits_count    637 libavcodec/get_bits.h     int pos   = get_bits_count(s);
get_bits_count    639 libavcodec/get_bits.h     int len   = get_bits_count(s) - pos;
get_bits_count    677 libavcodec/get_bits.h            show, n, r, get_bits_count(s) - n, file, func, line);
get_bits_count    406 libavcodec/golomb.h     int pos  = get_bits_count(s);
get_bits_count    408 libavcodec/golomb.h     int len  = get_bits_count(s) - pos;
get_bits_count    423 libavcodec/golomb.h     int pos  = get_bits_count(s);
get_bits_count    425 libavcodec/golomb.h     int len  = get_bits_count(s) - pos;
get_bits_count    440 libavcodec/golomb.h     int pos  = get_bits_count(s);
get_bits_count    442 libavcodec/golomb.h     int len  = get_bits_count(s) - pos;
get_bits_count    576 libavcodec/h261dec.c     int pos = get_bits_count(&s->gb) >> 3;
get_bits_count    154 libavcodec/h263dec.c     int pos = (get_bits_count(&s->gb) + 7) >> 3;
get_bits_count    193 libavcodec/h263dec.c         const uint8_t *start = s->gb.buffer + get_bits_count(&s->gb) / 8;
get_bits_count    245 libavcodec/h263dec.c                     ret, get_bits_count(&s->gb), show_bits(&s->gb, 24));
get_bits_count    315 libavcodec/h263dec.c         const int bits_count = get_bits_count(&s->gb);
get_bits_count    326 libavcodec/h263dec.c             else if (v == 0x7F && ((get_bits_count(&s->gb) + 8) & 8) &&
get_bits_count    429 libavcodec/h264_cavlc.c     av_log(NULL, AV_LOG_DEBUG, "%5d %2d %3d lpr @%5d in %s get_level_prefix\n", buf>>(32-log), log, log-1, get_bits_count(gb), __FILE__);
get_bits_count    684 libavcodec/h264_ps.c     bits_left = bit_length - get_bits_count(&h->gb);
get_bits_count    310 libavcodec/h264_sei.c         next = get_bits_count(&h->gb) + 8 * size;
get_bits_count    350 libavcodec/h264_sei.c         skip_bits_long(&h->gb, next - get_bits_count(&h->gb));
get_bits_count   2425 libavcodec/h264_slice.c                               h->gb.buffer + get_bits_count(&h->gb) / 8,
get_bits_count   2494 libavcodec/h264_slice.c                         get_bits_count(&h->gb), h->gb.size_in_bits);
get_bits_count   2549 libavcodec/h264_slice.c                             get_bits_count(&h->gb), h->gb.size_in_bits);
get_bits_count   2568 libavcodec/h264_slice.c                         get_bits_count(&h->gb), h->gb.size_in_bits);
get_bits_count    526 libavcodec/hevc_cabac.c                           gb->buffer + get_bits_count(gb) / 8,
get_bits_count    232 libavcodec/huffyuvdec.c     return (get_bits_count(&gb) + 7) / 8;
get_bits_count   1229 libavcodec/huffyuvdec.c     return (get_bits_count(&s->gb) + 31) / 32 * 4 + table_size;
get_bits_count    807 libavcodec/imc.c                     if (get_bits_count(&q->gb) + cw_len > 512) {
get_bits_count    975 libavcodec/imc.c                               512 - bitscount - get_bits_count(&q->gb),
get_bits_count    739 libavcodec/indeo3.c     if (ctx->need_resync && !(get_bits_count(&ctx->gb) & 7)) { \
get_bits_count    820 libavcodec/indeo3.c                     ctx->next_cell_data = &ctx->gb.buffer[(get_bits_count(&ctx->gb) + 7) >> 3];
get_bits_count    835 libavcodec/indeo3.c                     ctx->next_cell_data = &ctx->gb.buffer[(get_bits_count(&ctx->gb) + 7) >> 3];
get_bits_count    216 libavcodec/ituh263dec.c         pos= get_bits_count(&s->gb);
get_bits_count    233 libavcodec/ituh263dec.c             pos= get_bits_count(&s->gb);
get_bits_count    947 libavcodec/ivi_common.c     band->data_ptr  = ctx->frame_data + (get_bits_count(&ctx->gb) >> 3);
get_bits_count    975 libavcodec/ivi_common.c     pos = get_bits_count(&ctx->gb);
get_bits_count   1011 libavcodec/ivi_common.c             if (((get_bits_count(&ctx->gb) - pos) >> 3) != tile->data_size) {
get_bits_count   1163 libavcodec/ivi_common.c         left = get_bits_count(&ctx->gb) & 0x18;
get_bits_count   1168 libavcodec/ivi_common.c             pkt.data = avpkt->data + (get_bits_count(&ctx->gb) >> 3);
get_bits_count    381 libavcodec/jpeglsenc.c     while (get_bits_count(&gb) < size) {
get_bits_count     43 libavcodec/lagarithrac.c     l->bytestream       = gb->buffer + get_bits_count(gb) / 8;
get_bits_count    171 libavcodec/loco.c     return (get_bits_count(&rc.gb) + 7) >> 3;
get_bits_count    210 libavcodec/mdec.c     return (get_bits_count(&a->gb) + 31) / 32 * 4;
get_bits_count    235 libavcodec/metasound.c         if (get_bits_count(&gb) & 3)
get_bits_count    236 libavcodec/metasound.c             skip_bits(&gb, 4 - (get_bits_count(&gb) & 3));
get_bits_count    239 libavcodec/metasound.c     return (get_bits_count(&gb) + 7) / 8;
get_bits_count    882 libavcodec/mjpegdec.c         i = 8 + ((-get_bits_count(&s->gb)) & 7);
get_bits_count    887 libavcodec/mjpegdec.c                 int pos = get_bits_count(&s->gb);
get_bits_count    896 libavcodec/mjpegdec.c                     skip_bits_long(&s->gb, pos - get_bits_count(&s->gb));
get_bits_count   2114 libavcodec/mjpegdec.c         buf_ptr += (get_bits_count(&s->gb) + 7) / 8;
get_bits_count   2117 libavcodec/mjpegdec.c                (get_bits_count(&s->gb) + 7) / 8, get_bits_count(&s->gb));
get_bits_count    150 libavcodec/mlp_parser.c     av_assert1(get_bits_count(gb) == 0);
get_bits_count    476 libavcodec/mlpdec.c     int start_count = get_bits_count(gbp);
get_bits_count    595 libavcodec/mlpdec.c     checksum = ff_mlp_restart_checksum(buf, get_bits_count(gbp) - start_count);
get_bits_count    943 libavcodec/mlpdec.c         expected_stream_pos  = get_bits_count(gbp);
get_bits_count    967 libavcodec/mlpdec.c         if (get_bits_count(gbp) != expected_stream_pos)
get_bits_count   1245 libavcodec/mlpdec.c             if (get_bits_count(&gb) >= substream_data_len[substr] * 8)
get_bits_count   1250 libavcodec/mlpdec.c         skip_bits(&gb, (-get_bits_count(&gb)) & 15);
get_bits_count   1252 libavcodec/mlpdec.c         if (substream_data_len[substr] * 8 - get_bits_count(&gb) >= 32) {
get_bits_count   1271 libavcodec/mlpdec.c             if (substream_data_len[substr] * 8 - get_bits_count(&gb) != 16)
get_bits_count   1283 libavcodec/mlpdec.c         if (substream_data_len[substr] * 8 != get_bits_count(&gb))
get_bits_count    297 libavcodec/mpc7.c     bits_used = get_bits_count(&gb);
get_bits_count    417 libavcodec/mpc8.c     c->last_bits_used = get_bits_count(gb);
get_bits_count   1999 libavcodec/mpeg12dec.c     *buf += (get_bits_count(&s->gb) - 1) / 8;
get_bits_count    116 libavcodec/mpeg4audio.c     specific_config_bitindex = get_bits_count(&gb);
get_bits_count    123 libavcodec/mpeg4audio.c         specific_config_bitindex = get_bits_count(&gb);
get_bits_count    118 libavcodec/mpeg4videodec.c     int bits_count = get_bits_count(&s->gb);
get_bits_count    153 libavcodec/mpeg4videodec.c             if (!mb_num || mb_num > s->mb_num || get_bits_count(&s->gb)+6 > s->gb.size_in_bits)
get_bits_count    403 libavcodec/mpeg4videodec.c     if (get_bits_count(&s->gb) > s->gb.size_in_bits - 20)
get_bits_count   1932 libavcodec/mpeg4videodec.c             int pos               = get_bits_count(gb);
get_bits_count   1950 libavcodec/mpeg4videodec.c                     skip_bits_long(gb, pos - get_bits_count(gb));
get_bits_count   1968 libavcodec/mpeg4videodec.c                     skip_bits_long(gb, pos - get_bits_count(gb));
get_bits_count   2065 libavcodec/mpeg4videodec.c     for (i = 0; i < 255 && get_bits_count(gb) < gb->size_in_bits; i++) {
get_bits_count   2517 libavcodec/mpeg4videodec.c         if (get_bits_count(gb) >= gb->size_in_bits) {
get_bits_count   2589 libavcodec/mpeg4videodec.c             av_log(s->avctx, AV_LOG_DEBUG, " at %d\n", get_bits_count(gb));
get_bits_count   2652 libavcodec/mpeg4videodec.c         int current_pos     = s->gb.buffer == s->bitstream_buffer ? 0 : (get_bits_count(&s->gb) >> 3);
get_bits_count    832 libavcodec/mpegaudiodec_template.c         av_assert2((get_bits_count(&s->gb) & 7) == 0);
get_bits_count    835 libavcodec/mpegaudiodec_template.c         *end_pos  = *end_pos2 + get_bits_count(&s->gb) - *pos;
get_bits_count    836 libavcodec/mpegaudiodec_template.c         *pos      = get_bits_count(&s->gb);
get_bits_count    888 libavcodec/mpegaudiodec_template.c             int pos = get_bits_count(&s->gb);
get_bits_count    953 libavcodec/mpegaudiodec_template.c         pos = get_bits_count(&s->gb);
get_bits_count    987 libavcodec/mpegaudiodec_template.c     bits_left = end_pos2 - get_bits_count(&s->gb);
get_bits_count    998 libavcodec/mpegaudiodec_template.c     i = get_bits_count(&s->gb);
get_bits_count   1396 libavcodec/mpegaudiodec_template.c         const uint8_t *ptr = s->gb.buffer + (get_bits_count(&s->gb)>>3);
get_bits_count   1398 libavcodec/mpegaudiodec_template.c         av_assert1((get_bits_count(&s->gb) & 7) == 0);
get_bits_count   1433 libavcodec/mpegaudiodec_template.c             bits_pos = get_bits_count(&s->gb);
get_bits_count   1558 libavcodec/mpegaudiodec_template.c     if (get_bits_count(&s->gb) < 0)
get_bits_count   1559 libavcodec/mpegaudiodec_template.c         skip_bits_long(&s->gb, -get_bits_count(&s->gb));
get_bits_count   1594 libavcodec/mpegaudiodec_template.c                 memmove(s->last_buf, s->gb.buffer + (get_bits_count(&s->gb)>>3), i);
get_bits_count   1603 libavcodec/mpegaudiodec_template.c         av_assert1((get_bits_count(&s->gb) & 7) == 0);
get_bits_count    553 libavcodec/msmpeg4dec.c     int left= buf_size*8 - get_bits_count(&s->gb);
get_bits_count    514 libavcodec/mss2.c     buf      += get_bits_count(&gb) >> 3;
get_bits_count    515 libavcodec/mss2.c     buf_size -= get_bits_count(&gb) >> 3;
get_bits_count    658 libavcodec/mss2.c             buf      += get_bits_count(&gb) >> 3;
get_bits_count    659 libavcodec/mss2.c             buf_size -= get_bits_count(&gb) >> 3;
get_bits_count    311 libavcodec/mxpegdec.c             buf_ptr += (get_bits_count(&jpg->gb)+7) >> 3;
get_bits_count    281 libavcodec/qdm2.c         sub_packet->data = &gb->buffer[get_bits_count(gb) / 8];
get_bits_count    285 libavcodec/qdm2.c            sub_packet->type, sub_packet->size, get_bits_count(gb) / 8);
get_bits_count   1137 libavcodec/qdm2.c     packet_bytes          = (q->compressed_size - get_bits_count(&gb) / 8);
get_bits_count   1185 libavcodec/qdm2.c         next_index      = packet->size + get_bits_count(&gb) / 8;
get_bits_count     31 libavcodec/rtjpeg.c     n = (-get_bits_count(gb)) & (a - 1); \
get_bits_count    145 libavcodec/rtjpeg.c     return get_bits_count(&gb) / 8;
get_bits_count    648 libavcodec/rv10.c             if (get_bits_count(&s->gb) + 16 > active_bits_size)
get_bits_count    649 libavcodec/rv10.c                 v >>= get_bits_count(&s->gb) + 16 - active_bits_size;
get_bits_count    654 libavcodec/rv10.c         if (ret != SLICE_ERROR && active_bits_size < get_bits_count(&s->gb) &&
get_bits_count    655 libavcodec/rv10.c             8 * buf_size2 >= get_bits_count(&s->gb)) {
get_bits_count    662 libavcodec/rv10.c         if (ret == SLICE_ERROR || active_bits_size < get_bits_count(&s->gb)) {
get_bits_count    637 libavcodec/shorten.c     s->bitindex = get_bits_count(&s->gb) - 8 * (get_bits_count(&s->gb) / 8);
get_bits_count    638 libavcodec/shorten.c     i           = get_bits_count(&s->gb) / 8;
get_bits_count    795 libavcodec/svq3.c         s->next_slice_index = get_bits_count(&h->gb) +
get_bits_count    808 libavcodec/svq3.c             uint32_t header = AV_RL32(&h->gb.buffer[(get_bits_count(&h->gb) >> 3) + 1]);
get_bits_count    809 libavcodec/svq3.c             AV_WL32(&h->gb.buffer[(get_bits_count(&h->gb) >> 3) + 1],
get_bits_count    813 libavcodec/svq3.c             memmove((uint8_t *) &h->gb.buffer[get_bits_count(&h->gb) >> 3],
get_bits_count   1001 libavcodec/svq3.c             int offset                = get_bits_count(&gb) + 7 >> 3;
get_bits_count   1281 libavcodec/svq3.c             if ((get_bits_count(&h->gb) + 7) >= h->gb.size_in_bits &&
get_bits_count   1282 libavcodec/svq3.c                 ((get_bits_count(&h->gb) & 7) == 0 ||
get_bits_count   1283 libavcodec/svq3.c                  show_bits(&h->gb, -get_bits_count(&h->gb) & 7) == 0)) {
get_bits_count   1284 libavcodec/svq3.c                 skip_bits(&h->gb, s->next_slice_index - get_bits_count(&h->gb));
get_bits_count   1319 libavcodec/svq3.c     left = buf_size*8 - get_bits_count(&h->gb);
get_bits_count     84 libavcodec/tak_parser.c                                       get_bits_count(&gb) / 8)) {
get_bits_count    688 libavcodec/takdec.c     hsize = get_bits_count(gb) / 8;
get_bits_count    866 libavcodec/takdec.c                              get_bits_count(gb) / 8 - hsize)) {
get_bits_count     55 libavcodec/tiertexseqv.c     src += (get_bits_count(&gb) + 7) / 8;
get_bits_count    323 libavcodec/truemotion2.c             bytestream2_skip(&gb, ((get_bits_count(&ctx->gb) + 31) >> 5) << 2);
get_bits_count    340 libavcodec/truemotion2.c     bytestream2_skip(&gb, ((get_bits_count(&ctx->gb) + 31) >> 5) << 2);
get_bits_count    316 libavcodec/twinvqdec.c     return (get_bits_count(&gb) + 7) / 8;
get_bits_count    328 libavcodec/vaapi_h264.c     slice_param->slice_data_bit_offset          = get_bits_count(&h->gb) + 8; /* bit buffer started beyond nal_unit_type */
get_bits_count    122 libavcodec/vaapi_mpeg2.c     macroblock_offset = get_bits_count(&gb);
get_bits_count    131 libavcodec/vaapi_mpeg4.c     slice_param->macroblock_offset      = get_bits_count(&s->gb) % 8;
get_bits_count    331 libavcodec/vaapi_vc1.c     slice_param->macroblock_offset       = get_bits_count(&s->gb);
get_bits_count   2603 libavcodec/vc1_block.c             if (get_bits_count(&s->gb) > v->bits) {
get_bits_count   2606 libavcodec/vc1_block.c                        get_bits_count(&s->gb), v->bits);
get_bits_count   2731 libavcodec/vc1_block.c             if (get_bits_count(&s->gb) > v->bits) {
get_bits_count   2735 libavcodec/vc1_block.c                        get_bits_count(&s->gb), v->bits);
get_bits_count   2808 libavcodec/vc1_block.c             if (get_bits_count(&s->gb) > v->bits || get_bits_count(&s->gb) < 0) {
get_bits_count   2812 libavcodec/vc1_block.c                        get_bits_count(&s->gb), v->bits, s->mb_x, s->mb_y);
get_bits_count   2880 libavcodec/vc1_block.c             if (get_bits_count(&s->gb) > v->bits || get_bits_count(&s->gb) < 0) {
get_bits_count   2884 libavcodec/vc1_block.c                        get_bits_count(&s->gb), v->bits, s->mb_x, s->mb_y);
get_bits_count    162 libavcodec/vc1dec.c     if (get_bits_count(gb) >= gb->size_in_bits +
get_bits_count    167 libavcodec/vc1dec.c     if (get_bits_count(gb) < gb->size_in_bits - 8)
get_bits_count    465 libavcodec/vc1dec.c         count = avctx->extradata_size*8 - get_bits_count(&gb);
get_bits_count   1005 libavcodec/vc1dec.c                 get_bits_count(&s->gb), s->gb.size_in_bits);
get_bits_count    111 libavcodec/vorbis_parser.c             got_framing_bit = get_bits_count(&gb);
get_bits_count   1235 libavcodec/vorbisdec.c                     book, cbits, cval, get_bits_count(gb));
get_bits_count   1812 libavcodec/vorbisdec.c             get_bits_count(gb) / 8, get_bits_count(gb) % 8, len);
get_bits_count   2525 libavcodec/vp3.c         if (ptype != 0x81 && 8 * header_len[i] != get_bits_count(&gb))
get_bits_count   2528 libavcodec/vp3.c                    8 * header_len[i] - get_bits_count(&gb), ptype);
get_bits_count    929 libavcodec/wmadec.c         pos               = get_bits_count(&s->gb) +
get_bits_count    832 libavcodec/wmalosslessdec.c     s->subframe_offset = get_bits_count(&s->gb);
get_bits_count    937 libavcodec/wmalosslessdec.c                 bits * s->num_channels * subframe_len, get_bits_count(&s->gb));
get_bits_count   1072 libavcodec/wmalosslessdec.c         if (len != (get_bits_count(gb) - s->frame_offset) + 2) {
get_bits_count   1077 libavcodec/wmalosslessdec.c                    len - (get_bits_count(gb) - s->frame_offset) - 1);
get_bits_count   1083 libavcodec/wmalosslessdec.c         skip_bits_long(gb, len - (get_bits_count(gb) - s->frame_offset) - 1);
get_bits_count   1100 libavcodec/wmalosslessdec.c     return s->buf_bit_size - get_bits_count(gb);
get_bits_count   1121 libavcodec/wmalosslessdec.c         s->frame_offset   = get_bits_count(gb) & 7;
get_bits_count   1136 libavcodec/wmalosslessdec.c         avpriv_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3),
get_bits_count   1139 libavcodec/wmalosslessdec.c         int align = 8 - (get_bits_count(gb) & 7);
get_bits_count   1143 libavcodec/wmalosslessdec.c         avpriv_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), len);
get_bits_count   1202 libavcodec/wmalosslessdec.c             int remaining_packet_bits = s->buf_bit_size - get_bits_count(gb);
get_bits_count   1241 libavcodec/wmalosslessdec.c                    && s->num_saved_bits > get_bits_count(&s->gb)) {
get_bits_count   1264 libavcodec/wmalosslessdec.c     s->packet_offset = get_bits_count(gb) & 7;
get_bits_count   1266 libavcodec/wmalosslessdec.c     return (s->packet_loss) ? AVERROR_INVALIDDATA : get_bits_count(gb) >> 3;
get_bits_count   1099 libavcodec/wmaprodec.c     s->subframe_offset = get_bits_count(&s->gb);
get_bits_count   1171 libavcodec/wmaprodec.c             if (get_bits_count(&s->gb) + num_fill_bits > s->num_saved_bits) {
get_bits_count   1227 libavcodec/wmaprodec.c             while (get_bits_count(&s->gb) + 5 < s->num_saved_bits &&
get_bits_count   1261 libavcodec/wmaprodec.c             get_bits_count(&s->gb) - s->subframe_offset);
get_bits_count   1267 libavcodec/wmaprodec.c             get_bits_count(&s->gb) < s->num_saved_bits) {
get_bits_count   1275 libavcodec/wmaprodec.c             get_bits_count(&s->gb) - s->subframe_offset);
get_bits_count   1384 libavcodec/wmaprodec.c             get_bits_count(gb) - s->frame_offset);
get_bits_count   1430 libavcodec/wmaprodec.c         if (len != (get_bits_count(gb) - s->frame_offset) + 2) {
get_bits_count   1435 libavcodec/wmaprodec.c                    len - (get_bits_count(gb) - s->frame_offset) - 1);
get_bits_count   1441 libavcodec/wmaprodec.c         skip_bits_long(gb, len - (get_bits_count(gb) - s->frame_offset) - 1);
get_bits_count   1443 libavcodec/wmaprodec.c         while (get_bits_count(gb) < s->num_saved_bits && get_bits1(gb) == 0) {
get_bits_count   1462 libavcodec/wmaprodec.c     return s->buf_bit_size - get_bits_count(gb);
get_bits_count   1482 libavcodec/wmaprodec.c         s->frame_offset = get_bits_count(gb) & 7;
get_bits_count   1499 libavcodec/wmaprodec.c         avpriv_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3),
get_bits_count   1502 libavcodec/wmaprodec.c         int align = 8 - (get_bits_count(gb) & 7);
get_bits_count   1506 libavcodec/wmaprodec.c         avpriv_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), len);
get_bits_count   1573 libavcodec/wmaprodec.c             int remaining_packet_bits = s->buf_bit_size - get_bits_count(gb);
get_bits_count   1613 libavcodec/wmaprodec.c                    && s->num_saved_bits > get_bits_count(&s->gb)) {
get_bits_count   1633 libavcodec/wmaprodec.c     s->packet_offset = get_bits_count(gb) & 7;
get_bits_count   1637 libavcodec/wmaprodec.c     return get_bits_count(gb) >> 3;
get_bits_count   1674 libavcodec/wmavoice.c     skip_bits_long(gb, get_bits_count(orig_gb));
get_bits_count   1977 libavcodec/wmavoice.c                 int cnt = get_bits_count(gb);
get_bits_count   1988 libavcodec/wmavoice.c                                     get_bits_count(gb)); // resync
get_bits_count   2002 libavcodec/wmavoice.c         int cnt = get_bits_count(gb);
get_bits_count    935 libavformat/mpegts.c     return (get_bits_count(&gb) + 7) >> 3;
get_bits_count    289 libavformat/rdt.c     return consumed + (get_bits_count(&gb) >> 3);
get_bits_count     92 libavformat/rtpdec_qt.c         pos = get_bits_count(&gb) >> 3;