get_bits_count     96 libavcodec/aac_adtstoasc_bsf.c             pkt->size -= get_bits_count(&gb)/8;
get_bits_count     97 libavcodec/aac_adtstoasc_bsf.c             pkt->data += get_bits_count(&gb)/8;
get_bits_count    286 libavcodec/aacdec.c     int config_start_bit  = get_bits_count(gb);
get_bits_count    724 libavcodec/aacdec_template.c     int n = (reference_position - get_bits_count(gb) & 7);
get_bits_count   1027 libavcodec/aacdec_template.c     return get_bits_count(gb);
get_bits_count   3153 libavcodec/aacdec_template.c     payload_alignment = get_bits_count(gb);
get_bits_count   3386 libavcodec/aacdec_template.c     buf_consumed = (get_bits_count(&gb) + 7) >> 3;
get_bits_count    131 libavcodec/aacps.c     int count = get_bits_count(gb);
get_bits_count    146 libavcodec/aacps.c     return get_bits_count(gb) - count;
get_bits_count    161 libavcodec/aacps.c     int bit_count_start = get_bits_count(gb_host);
get_bits_count    299 libavcodec/aacps.c     bits_consumed = get_bits_count(gb) - bit_count_start;
get_bits_count    189 libavcodec/aacsbr_template.c     unsigned int cnt = get_bits_count(gb);
get_bits_count    239 libavcodec/aacsbr_template.c     return get_bits_count(gb) - cnt;
get_bits_count   1053 libavcodec/aacsbr_template.c     unsigned int cnt = get_bits_count(gb);
get_bits_count   1061 libavcodec/aacsbr_template.c             return get_bits_count(gb) - cnt;
get_bits_count   1066 libavcodec/aacsbr_template.c             return get_bits_count(gb) - cnt;
get_bits_count   1072 libavcodec/aacsbr_template.c         return get_bits_count(gb) - cnt;
get_bits_count   1091 libavcodec/aacsbr_template.c     return get_bits_count(gb) - cnt;
get_bits_count    172 libavcodec/ac3_parser.c     return get_bits_count(&gb);
get_bits_count    645 libavcodec/adpcm.c     while (get_bits_count(&gb) <= size - 22*avctx->channels) {
get_bits_count    651 libavcodec/adpcm.c         for (count = 0; get_bits_count(&gb) <= size - nb_bits*avctx->channels && count < 4095; count++) {
get_bits_count    865 libavcodec/agm.c     skip = (get_bits_count(gb) >> 3) + 1;
get_bits_count    460 libavcodec/alac.c     if (avpkt->size * 8 - get_bits_count(&alac->gb) > 8) {
get_bits_count    462 libavcodec/alac.c                avpkt->size * 8 - get_bits_count(&alac->gb));
get_bits_count   1910 libavcodec/alsdec.c                                  (get_bits_count(&ctx->gb) + 7) >> 3;
get_bits_count    270 libavcodec/asvdec.c     return (get_bits_count(&a->gb) + 31) / 32 * 4;
get_bits_count    134 libavcodec/av1_parse.h     *start_pos = get_bits_count(&gb) / 8;
get_bits_count    993 libavcodec/bink.c     if (get_bits_count(gb) & 0x1F) //next plane data starts at 32-bit boundary
get_bits_count    994 libavcodec/bink.c         skip_bits_long(gb, 32 - (get_bits_count(gb) & 0x1F));
get_bits_count   1246 libavcodec/bink.c     if (get_bits_count(gb) & 0x1F) //next plane data starts at 32-bit boundary
get_bits_count   1247 libavcodec/bink.c         skip_bits_long(gb, 32 - (get_bits_count(gb) & 0x1F));
get_bits_count   1293 libavcodec/bink.c         if (get_bits_count(&gb) >= bits_count)
get_bits_count    291 libavcodec/binkaudio.c     int n = (-get_bits_count(s)) & 31;
get_bits_count    960 libavcodec/cavsdec.c     align = (-get_bits_count(gb)) & 7;
get_bits_count    502 libavcodec/cbs.c         position = get_bits_count(gbc);
get_bits_count    581 libavcodec/cbs.c         position = get_bits_count(gbc);
get_bits_count     36 libavcodec/cbs_av1.c         position = get_bits_count(gbc);
get_bits_count    158 libavcodec/cbs_av1.c         position = get_bits_count(gbc);
get_bits_count    224 libavcodec/cbs_av1.c         position = get_bits_count(gbc);
get_bits_count    323 libavcodec/cbs_av1.c         position = get_bits_count(gbc);
get_bits_count    400 libavcodec/cbs_av1.c         position = get_bits_count(gbc);
get_bits_count    645 libavcodec/cbs_av1.c #define byte_alignment(rw) (get_bits_count(rw) % 8)
get_bits_count    789 libavcodec/cbs_av1.c         pos = get_bits_count(&gbc);
get_bits_count    868 libavcodec/cbs_av1.c     pos = get_bits_count(gbc);
get_bits_count    925 libavcodec/cbs_av1.c     start_pos = get_bits_count(&gbc);
get_bits_count   1042 libavcodec/cbs_av1.c     end_pos = get_bits_count(&gbc);
get_bits_count   1613 libavcodec/cbs_av1_syntax_template.c         start_pos = get_bits_count(rw);
get_bits_count   1628 libavcodec/cbs_av1_syntax_template.c             fh_bits  = get_bits_count(rw) - start_pos;
get_bits_count     44 libavcodec/cbs_h2645.c     position = get_bits_count(gbc);
get_bits_count     97 libavcodec/cbs_h2645.c     position = get_bits_count(gbc);
get_bits_count    349 libavcodec/cbs_h2645.c #define byte_alignment(rw) (get_bits_count(rw) % 8)
get_bits_count    879 libavcodec/cbs_h2645.c             pos = get_bits_count(&gbc);
get_bits_count   1057 libavcodec/cbs_h2645.c             pos = get_bits_count(&gbc);
get_bits_count    842 libavcodec/cbs_h264_syntax_template.c     start_position = get_bits_count(rw);
get_bits_count    908 libavcodec/cbs_h264_syntax_template.c     end_position = get_bits_count(rw);
get_bits_count   1611 libavcodec/cbs_h265_syntax_template.c     start_pos = get_bits_count(rw);
get_bits_count   1689 libavcodec/cbs_h265_syntax_template.c     end_pos = get_bits_count(rw);
get_bits_count   2146 libavcodec/cbs_h265_syntax_template.c     start_position = get_bits_count(rw);
get_bits_count   2216 libavcodec/cbs_h265_syntax_template.c     current_position = get_bits_count(rw) - start_position;
get_bits_count    292 libavcodec/cbs_jpeg.c         pos = get_bits_count(&gbc);
get_bits_count    251 libavcodec/cbs_mpeg2.c         pos = get_bits_count(&gbc);
get_bits_count     36 libavcodec/cbs_vp9.c         position = get_bits_count(gbc);
get_bits_count    105 libavcodec/cbs_vp9.c         position = get_bits_count(gbc);
get_bits_count    182 libavcodec/cbs_vp9.c         position = get_bits_count(gbc);
get_bits_count    326 libavcodec/cbs_vp9.c #define byte_alignment(rw) (get_bits_count(rw) % 8)
get_bits_count    510 libavcodec/cbs_vp9.c     pos = get_bits_count(&gbc);
get_bits_count    769 libavcodec/cfhd.c             bytes = FFALIGN(AV_CEIL_RSHIFT(get_bits_count(&s->gb), 3), 4);
get_bits_count    415 libavcodec/cook.c     bits_left = p->bits_per_subpacket - get_bits_count(&q->gb);
get_bits_count    562 libavcodec/cook.c         if (p->bits_per_subpacket < get_bits_count(&q->gb)) {
get_bits_count    573 libavcodec/cook.c                 if (get_bits_count(&q->gb) < p->bits_per_subpacket) {
get_bits_count   1011 libavcodec/cook.c                i, q->subpacket[i].size * 8, get_bits_count(&q->gb));
get_bits_count    153 libavcodec/dca_core.c     int n, ch, nchannels, header_size = 0, header_pos = get_bits_count(&s->gb);
get_bits_count    861 libavcodec/dca_core.c     int ret, mask, header_size, header_pos = get_bits_count(&s->gb);
get_bits_count   1076 libavcodec/dca_core.c     int     i, ch1, ch2, ret, header_size, header_pos = get_bits_count(&s->gb);
get_bits_count   1126 libavcodec/dca_core.c         header_pos = get_bits_count(&s->gb);
get_bits_count   1392 libavcodec/dca_core.c     int n, ch, header_size = 0, header_pos = get_bits_count(&s->gb);
get_bits_count   1546 libavcodec/dca_core.c     int     i, ret, header_size, header_pos = get_bits_count(&s->gb);
get_bits_count   1598 libavcodec/dca_core.c         header_pos = get_bits_count(&s->gb);
get_bits_count   1628 libavcodec/dca_core.c     skip_bits_long(&s->gb, -get_bits_count(&s->gb) & 31);
get_bits_count   1636 libavcodec/dca_core.c     aux_pos = get_bits_count(&s->gb);
get_bits_count   1671 libavcodec/dca_core.c     skip_bits(&s->gb, -get_bits_count(&s->gb) & 7);
get_bits_count   1677 libavcodec/dca_core.c     if (ff_dca_check_crc(s->avctx, &s->gb, aux_pos, get_bits_count(&s->gb))) {
get_bits_count   1705 libavcodec/dca_core.c         int last_pos = get_bits_count(&s->gb) / 32;
get_bits_count     62 libavcodec/dca_exss.c     int i, j, drc_present, descr_size, descr_pos = get_bits_count(&s->gb);
get_bits_count    118 libavcodec/dca_xll.c     int i, j, k, ret, band, header_size, header_pos = get_bits_count(&s->gb);
get_bits_count    969 libavcodec/dca_xll.c     navi_pos = get_bits_count(&s->gb);
get_bits_count    990 libavcodec/dca_xll.c     skip_bits(&s->gb, -get_bits_count(&s->gb) & 7);
get_bits_count    994 libavcodec/dca_xll.c     if (ff_dca_check_crc(s->avctx, &s->gb, navi_pos, get_bits_count(&s->gb))) {
get_bits_count   1014 libavcodec/dca_xll.c     navi_pos = get_bits_count(&s->gb);
get_bits_count   1031 libavcodec/dca_xll.c                     skip_bits_long(&s->gb, navi_pos - get_bits_count(&s->gb));
get_bits_count     91 libavcodec/dcadec.h     if (p < get_bits_count(s) || p > s->size_in_bits)
get_bits_count     93 libavcodec/dcadec.h     skip_bits_long(s, p - get_bits_count(s));
get_bits_count    103 libavcodec/dirac_arith.c     c->bytestream     = gb->buffer + get_bits_count(gb)/8;
get_bits_count    683 libavcodec/diracdec.c                 b->coeff_data = s->gb.buffer + get_bits_count(&s->gb)/8;
get_bits_count    713 libavcodec/diracdec.c     if (get_bits_count(gb) >= ebits) \
get_bits_count    718 libavcodec/diracdec.c         if (get_bits_count(gb) >= ebits) \
get_bits_count    745 libavcodec/diracdec.c     if (get_bits_count(gb) >= bits_end)
get_bits_count    785 libavcodec/diracdec.c     int luma_end    = get_bits_count(gb) + FFMIN(luma_bits, get_bits_left(gb));
get_bits_count    796 libavcodec/diracdec.c     skip_bits_long(gb, get_bits_count(gb) - luma_end);
get_bits_count    799 libavcodec/diracdec.c     chroma_end  = get_bits_count(gb) + FFMIN(chroma_bits, get_bits_left(gb));
get_bits_count    869 libavcodec/diracdec.c         int64_t bits_end = get_bits_count(gb) + 8*length;
get_bits_count    909 libavcodec/diracdec.c         skip_bits_long(gb, bits_end - get_bits_count(gb));
get_bits_count    969 libavcodec/diracdec.c     buf = s->gb.buffer + get_bits_count(&s->gb)/8;
get_bits_count    384 libavcodec/dvbsubdec.c     while (get_bits_count(&gb) < buf_size << 3 && pixels_read < dbuf_len) {
get_bits_count    454 libavcodec/dvbsubdec.c                         (*srcbuf) += (get_bits_count(&gb) + 7) >> 3;
get_bits_count    472 libavcodec/dvbsubdec.c     (*srcbuf) += (get_bits_count(&gb) + 7) >> 3;
get_bits_count    491 libavcodec/dvbsubdec.c     while (get_bits_count(&gb) < buf_size << 3 && pixels_read < dbuf_len) {
get_bits_count    508 libavcodec/dvbsubdec.c                     (*srcbuf) += (get_bits_count(&gb) + 7) >> 3;
get_bits_count    595 libavcodec/dvbsubdec.c     (*srcbuf) += (get_bits_count(&gb) + 7) >> 3;
get_bits_count    121 libavcodec/dvdsubdec.c         if (get_bits_count(&gb) > bit_len)
get_bits_count    231 libavcodec/dxva2_h264.c     slice->BitOffsetToSliceData  = get_bits_count(&sl->gb) - 8;
get_bits_count    148 libavcodec/dxva2_mpeg2.c     slice->wMBbitOffset        = 4 * 8 + get_bits_count(&gb);
get_bits_count    175 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    367 libavcodec/escape124.c            frame_size, buf_size, get_bits_count(&gb) / 8);
get_bits_count    340 libavcodec/escape130.c             buf_size, get_bits_count(&gb) >> 3);
get_bits_count    392 libavcodec/exr.c     bytestream2_skip(gb, (get_bits_count(&gbit) + 7) / 8);
get_bits_count    372 libavcodec/faxcompr.c     srcsize -= get_bits_count(gb);
get_bits_count    116 libavcodec/ffv1dec_template.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    609 libavcodec/flacdec.c     bytes_read = get_bits_count(&s->gb)/8;
get_bits_count    202 libavcodec/flashsv.c     s->zstream.next_in   = avpkt->data + get_bits_count(gb) / 8;
get_bits_count    218 libavcodec/flashsv.c         s->blocks[blk_idx].pos  = s->keyframedata + (get_bits_count(gb) / 8);
get_bits_count    501 libavcodec/flashsv.c     if ((get_bits_count(&gb) / 8) != buf_size)
get_bits_count    503 libavcodec/flashsv.c                buf_size, (get_bits_count(&gb) / 8));
get_bits_count    617 libavcodec/get_bits.h                get_bits_count(s) - 1, s->size_in_bits, msg);
get_bits_count    695 libavcodec/get_bits.h     int n = -get_bits_count(s) & 7;
get_bits_count    851 libavcodec/get_bits.h     return gb->size_in_bits - get_bits_count(gb);
get_bits_count    569 libavcodec/golomb.h     int pos  = get_bits_count(s);
get_bits_count    571 libavcodec/golomb.h     int len  = get_bits_count(s) - pos;
get_bits_count    584 libavcodec/golomb.h     int pos  = get_bits_count(s);
get_bits_count    586 libavcodec/golomb.h     int len  = get_bits_count(s) - pos;
get_bits_count    599 libavcodec/golomb.h     int pos  = get_bits_count(s);
get_bits_count    601 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    168 libavcodec/h263dec.c     int pos = (get_bits_count(&s->gb) + 7) >> 3;
get_bits_count    212 libavcodec/h263dec.c         const uint8_t *start = s->gb.buffer + get_bits_count(&s->gb) / 8;
get_bits_count    264 libavcodec/h263dec.c                     get_bits_count(&s->gb), show_bits(&s->gb, 24));
get_bits_count    335 libavcodec/h263dec.c         const int bits_count = get_bits_count(&s->gb);
get_bits_count    346 libavcodec/h263dec.c             else if (v == 0x7F && ((get_bits_count(&s->gb) + 8) & 8) &&
get_bits_count    852 libavcodec/h264_ps.c     bits_left = bit_length - get_bits_count(gb);
get_bits_count    127 libavcodec/h264_sei.c     int index     = get_bits_count(gb);
get_bits_count    447 libavcodec/h264_sei.c         ret = init_get_bits8(&gb_payload, gb->buffer + get_bits_count(gb) / 8, size);
get_bits_count   2614 libavcodec/h264_slice.c                               sl->gb.buffer + get_bits_count(&sl->gb) / 8,
get_bits_count   2682 libavcodec/h264_slice.c                         get_bits_count(&sl->gb), sl->gb.size_in_bits);
get_bits_count   2737 libavcodec/h264_slice.c                             get_bits_count(&sl->gb), sl->gb.size_in_bits);
get_bits_count   2756 libavcodec/h264_slice.c                         get_bits_count(&sl->gb), sl->gb.size_in_bits);
get_bits_count    476 libavcodec/hevc_cabac.c                           gb->buffer + get_bits_count(gb) / 8,
get_bits_count    234 libavcodec/huffyuvdec.c     return (get_bits_count(&gb) + 7) / 8;
get_bits_count   1270 libavcodec/huffyuvdec.c     return (get_bits_count(&s->gb) + 31) / 32 * 4 + table_size;
get_bits_count    808 libavcodec/imc.c                     if (get_bits_count(&q->gb) + cw_len > 512) {
get_bits_count    976 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    594 libavcodec/interplayacm.c     s->skip = get_bits_count(gb) - 8 * (get_bits_count(gb) / 8);
get_bits_count    595 libavcodec/interplayacm.c     n = get_bits_count(gb) / 8;
get_bits_count    226 libavcodec/ituh263dec.c             return get_bits_count(&s->gb);
get_bits_count    237 libavcodec/ituh263dec.c         pos= get_bits_count(&s->gb);
get_bits_count    254 libavcodec/ituh263dec.c             pos= get_bits_count(&s->gb);
get_bits_count    974 libavcodec/ivi.c     band->data_ptr  = ctx->frame_data + (get_bits_count(&ctx->gb) >> 3);
get_bits_count   1002 libavcodec/ivi.c     pos = get_bits_count(&ctx->gb);
get_bits_count   1038 libavcodec/ivi.c             if (((get_bits_count(&ctx->gb) - pos) >> 3) != tile->data_size) {
get_bits_count   1188 libavcodec/ivi.c         left = get_bits_count(&ctx->gb) & 0x18;
get_bits_count   1193 libavcodec/ivi.c             pkt.data = avpkt->data + (get_bits_count(&ctx->gb) >> 3);
get_bits_count    397 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    179 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    237 libavcodec/metasound.c         if (get_bits_count(&gb) & 3)
get_bits_count    238 libavcodec/metasound.c             skip_bits(&gb, 4 - (get_bits_count(&gb) & 3));
get_bits_count    241 libavcodec/metasound.c     return (get_bits_count(&gb) + 7) / 8;
get_bits_count   1040 libavcodec/mjpegdec.c         i = 8 + ((-get_bits_count(&s->gb)) & 7);
get_bits_count   1045 libavcodec/mjpegdec.c                 int pos = get_bits_count(&s->gb);
get_bits_count   1054 libavcodec/mjpegdec.c                     skip_bits_long(&s->gb, pos - get_bits_count(&s->gb));
get_bits_count   1732 libavcodec/mjpegdec.c         int bytes_to_start = get_bits_count(&s->gb) / 8;
get_bits_count   2567 libavcodec/mjpegdec.c         buf_ptr += (get_bits_count(&s->gb) + 7) / 8;
get_bits_count   2570 libavcodec/mjpegdec.c                (get_bits_count(&s->gb) + 7) / 8, get_bits_count(&s->gb));
get_bits_count     91 libavcodec/mlp_parse.c     av_assert1(get_bits_count(gb) == 0);
get_bits_count    481 libavcodec/mlpdec.c     int start_count = get_bits_count(gbp);
get_bits_count    588 libavcodec/mlpdec.c     checksum = ff_mlp_restart_checksum(buf, get_bits_count(gbp) - start_count);
get_bits_count    962 libavcodec/mlpdec.c         expected_stream_pos  = get_bits_count(gbp);
get_bits_count    986 libavcodec/mlpdec.c         if (get_bits_count(gbp) != expected_stream_pos)
get_bits_count   1269 libavcodec/mlpdec.c             if (get_bits_count(&gb) >= substream_data_len[substr] * 8)
get_bits_count   1274 libavcodec/mlpdec.c         skip_bits(&gb, (-get_bits_count(&gb)) & 15);
get_bits_count   1276 libavcodec/mlpdec.c         if (substream_data_len[substr] * 8 - get_bits_count(&gb) >= 32) {
get_bits_count   1295 libavcodec/mlpdec.c             if (substream_data_len[substr] * 8 - get_bits_count(&gb) != 16)
get_bits_count   1307 libavcodec/mlpdec.c         if (substream_data_len[substr] * 8 != get_bits_count(&gb))
get_bits_count    298 libavcodec/mpc7.c     bits_used = get_bits_count(&gb);
get_bits_count    424 libavcodec/mpc8.c     c->last_bits_used = get_bits_count(gb);
get_bits_count   1982 libavcodec/mpeg12dec.c     *buf += (get_bits_count(&s->gb) - 1) / 8;
get_bits_count     90 libavcodec/mpeg4audio.c     int start_bit_index = get_bits_count(gb);
get_bits_count    117 libavcodec/mpeg4audio.c     specific_config_bitindex = get_bits_count(gb);
get_bits_count    124 libavcodec/mpeg4audio.c         specific_config_bitindex = get_bits_count(gb);
get_bits_count    127 libavcodec/mpeg4videodec.c     int bits_count = get_bits_count(&s->gb);
get_bits_count    162 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    455 libavcodec/mpeg4videodec.c     if (get_bits_count(&s->gb) > s->gb.size_in_bits - 20)
get_bits_count   2400 libavcodec/mpeg4videodec.c             int pos               = get_bits_count(gb);
get_bits_count   2418 libavcodec/mpeg4videodec.c                     skip_bits_long(gb, pos - get_bits_count(gb));
get_bits_count   2436 libavcodec/mpeg4videodec.c                     skip_bits_long(gb, pos - get_bits_count(gb));
get_bits_count   2534 libavcodec/mpeg4videodec.c     for (i = 0; i < 255 && get_bits_count(gb) < gb->size_in_bits; i++) {
get_bits_count   3252 libavcodec/mpeg4videodec.c         if (get_bits_count(gb) >= gb->size_in_bits) {
get_bits_count   3257 libavcodec/mpeg4videodec.c             } else if (header && get_bits_count(gb) == gb->size_in_bits) {
get_bits_count   3326 libavcodec/mpeg4videodec.c             av_log(s->avctx, AV_LOG_DEBUG, " at %d\n", get_bits_count(gb));
get_bits_count   3419 libavcodec/mpeg4videodec.c         int current_pos     = s->gb.buffer == s->bitstream_buffer ? 0 : (get_bits_count(&s->gb) >> 3);
get_bits_count    829 libavcodec/mpegaudiodec_template.c         av_assert2((get_bits_count(&s->gb) & 7) == 0);
get_bits_count    832 libavcodec/mpegaudiodec_template.c         *end_pos  = *end_pos2 + get_bits_count(&s->gb) - *pos;
get_bits_count    833 libavcodec/mpegaudiodec_template.c         *pos      = get_bits_count(&s->gb);
get_bits_count    885 libavcodec/mpegaudiodec_template.c             int pos = get_bits_count(&s->gb);
get_bits_count    950 libavcodec/mpegaudiodec_template.c         pos = get_bits_count(&s->gb);
get_bits_count    984 libavcodec/mpegaudiodec_template.c     bits_left = end_pos2 - get_bits_count(&s->gb);
get_bits_count    995 libavcodec/mpegaudiodec_template.c     i = get_bits_count(&s->gb);
get_bits_count   1394 libavcodec/mpegaudiodec_template.c         const uint8_t *ptr = s->gb.buffer + (get_bits_count(&s->gb)>>3);
get_bits_count   1397 libavcodec/mpegaudiodec_template.c         av_assert1((get_bits_count(&s->gb) & 7) == 0);
get_bits_count   1431 libavcodec/mpegaudiodec_template.c             bits_pos = get_bits_count(&s->gb);
get_bits_count   1556 libavcodec/mpegaudiodec_template.c     if (get_bits_count(&s->gb) < 0)
get_bits_count   1557 libavcodec/mpegaudiodec_template.c         skip_bits_long(&s->gb, -get_bits_count(&s->gb));
get_bits_count   1605 libavcodec/mpegaudiodec_template.c                 memmove(s->last_buf, s->gb.buffer + (get_bits_count(&s->gb)>>3), i);
get_bits_count   1615 libavcodec/mpegaudiodec_template.c         av_assert1((get_bits_count(&s->gb) & 7) == 0);
get_bits_count    569 libavcodec/msmpeg4dec.c     int left= buf_size*8 - get_bits_count(&s->gb);
get_bits_count    522 libavcodec/mss2.c     buf      += get_bits_count(&gb) >> 3;
get_bits_count    523 libavcodec/mss2.c     buf_size -= get_bits_count(&gb) >> 3;
get_bits_count    666 libavcodec/mss2.c             buf      += get_bits_count(&gb) >> 3;
get_bits_count    667 libavcodec/mss2.c             buf_size -= get_bits_count(&gb) >> 3;
get_bits_count    317 libavcodec/mxpegdec.c             buf_ptr += (get_bits_count(&jpg->gb)+7) >> 3;
get_bits_count    196 libavcodec/pixlet.c     return get_bits_count(bc) >> 3;
get_bits_count    311 libavcodec/pixlet.c     return get_bits_count(bc) >> 3;
get_bits_count    283 libavcodec/qdm2.c         sub_packet->data = &gb->buffer[get_bits_count(gb) / 8];
get_bits_count    287 libavcodec/qdm2.c            sub_packet->type, sub_packet->size, get_bits_count(gb) / 8);
get_bits_count   1144 libavcodec/qdm2.c     packet_bytes          = (q->compressed_size - get_bits_count(&gb) / 8);
get_bits_count   1192 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    652 libavcodec/rv10.c         if (ret != SLICE_ERROR && active_bits_size >= get_bits_count(&s->gb)) {
get_bits_count    655 libavcodec/rv10.c             if (get_bits_count(&s->gb) + 16 > active_bits_size)
get_bits_count    656 libavcodec/rv10.c                 v >>= get_bits_count(&s->gb) + 16 - active_bits_size;
get_bits_count    661 libavcodec/rv10.c         if (ret != SLICE_ERROR && active_bits_size < get_bits_count(&s->gb) &&
get_bits_count    662 libavcodec/rv10.c             8 * buf_size2 >= get_bits_count(&s->gb)) {
get_bits_count    669 libavcodec/rv10.c         if (ret == SLICE_ERROR || active_bits_size < get_bits_count(&s->gb)) {
get_bits_count    770 libavcodec/shorten.c     s->bitindex = get_bits_count(&s->gb) - 8 * (get_bits_count(&s->gb) / 8);
get_bits_count    771 libavcodec/shorten.c     i           = get_bits_count(&s->gb) / 8;
get_bits_count    445 libavcodec/siren.c     return get_bits_count(gb);
get_bits_count   1271 libavcodec/svq3.c             int offset                = get_bits_count(&gb) + 7 >> 3;
get_bits_count   1554 libavcodec/svq3.c                 if (((get_bits_count(&s->gb_slice) & 7) == 0 ||
get_bits_count   1592 libavcodec/svq3.c     left = buf_size*8 - get_bits_count(&s->gb_slice);
get_bits_count     86 libavcodec/tak_parser.c                                       get_bits_count(&gb) / 8)) {
get_bits_count    694 libavcodec/takdec.c     hsize = get_bits_count(gb) / 8;
get_bits_count    878 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     94 libavcodec/truehd_core_bsf.c     end = get_bits_count(&gbc) >> 3;
get_bits_count    334 libavcodec/truemotion2.c             bytestream2_skip(&gb, ((get_bits_count(&ctx->gb) + 31) >> 5) << 2);
get_bits_count    351 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    342 libavcodec/vaapi_h264.c         .slice_data_bit_offset         = get_bits_count(&sl->gb),
get_bits_count    429 libavcodec/vaapi_hevc.c         .slice_data_byte_offset        = (get_bits_count(&h->HEVClc->gb) + 1 + 7) / 8,
get_bits_count    151 libavcodec/vaapi_mpeg2.c     macroblock_offset = get_bits_count(&gb);
get_bits_count    164 libavcodec/vaapi_mpeg4.c         .macroblock_offset = get_bits_count(&s->gb) % 8,
get_bits_count    488 libavcodec/vaapi_vc1.c         .macroblock_offset       = get_bits_count(&s->gb),
get_bits_count   2638 libavcodec/vc1_block.c                        get_bits_count(&s->gb), s->gb.size_in_bits);
get_bits_count   2785 libavcodec/vc1_block.c                        get_bits_count(&s->gb), s->gb.size_in_bits);
get_bits_count   2865 libavcodec/vc1_block.c             if (get_bits_left(&s->gb) < 0 || get_bits_count(&s->gb) < 0) {
get_bits_count   2869 libavcodec/vc1_block.c                        get_bits_count(&s->gb), s->gb.size_in_bits, s->mb_x, s->mb_y);
get_bits_count   2954 libavcodec/vc1_block.c             if (get_bits_left(&s->gb) < 0 || get_bits_count(&s->gb) < 0) {
get_bits_count   2958 libavcodec/vc1_block.c                        get_bits_count(&s->gb), s->gb.size_in_bits, s->mb_x, s->mb_y);
get_bits_count    164 libavcodec/vc1dec.c     if (get_bits_count(gb) >= gb->size_in_bits +
get_bits_count    169 libavcodec/vc1dec.c     if (get_bits_count(gb) < gb->size_in_bits - 8)
get_bits_count    458 libavcodec/vc1dec.c         count = avctx->extradata_size*8 - get_bits_count(&gb);
get_bits_count   1131 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   1251 libavcodec/vorbisdec.c                     book, cbits, cval, get_bits_count(gb));
get_bits_count   1852 libavcodec/vorbisdec.c             get_bits_count(gb) / 8, get_bits_count(gb) % 8, len);
get_bits_count   3200 libavcodec/vp3.c         if (ptype != 0x81 && 8 * header_len[i] != get_bits_count(&gb))
get_bits_count   3203 libavcodec/vp3.c                    8 * header_len[i] - get_bits_count(&gb), ptype);
get_bits_count    874 libavcodec/vp9.c     s->s.h.uncompressed_header_size = (get_bits_count(&s->gb) + 7) / 8;
get_bits_count    936 libavcodec/wmadec.c         pos               = get_bits_count(&s->gb) +
get_bits_count    842 libavcodec/wmalosslessdec.c     s->subframe_offset = get_bits_count(&s->gb);
get_bits_count    950 libavcodec/wmalosslessdec.c                 bits * s->num_channels * subframe_len, get_bits_count(&s->gb));
get_bits_count   1096 libavcodec/wmalosslessdec.c         if (len != (get_bits_count(gb) - s->frame_offset) + 2) {
get_bits_count   1101 libavcodec/wmalosslessdec.c                    len - (get_bits_count(gb) - s->frame_offset) - 1);
get_bits_count   1107 libavcodec/wmalosslessdec.c         skip_bits_long(gb, len - (get_bits_count(gb) - s->frame_offset) - 1);
get_bits_count   1124 libavcodec/wmalosslessdec.c     return s->buf_bit_size - get_bits_count(gb);
get_bits_count   1145 libavcodec/wmalosslessdec.c         s->frame_offset   = get_bits_count(gb) & 7;
get_bits_count   1161 libavcodec/wmalosslessdec.c         avpriv_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3),
get_bits_count   1164 libavcodec/wmalosslessdec.c         int align = 8 - (get_bits_count(gb) & 7);
get_bits_count   1168 libavcodec/wmalosslessdec.c         avpriv_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), len);
get_bits_count   1190 libavcodec/wmalosslessdec.c     if (!buf_size && s->num_saved_bits > get_bits_count(&s->gb)) {
get_bits_count   1226 libavcodec/wmalosslessdec.c             int remaining_packet_bits = s->buf_bit_size - get_bits_count(gb);
get_bits_count   1267 libavcodec/wmalosslessdec.c                    && s->num_saved_bits > get_bits_count(&s->gb)) {
get_bits_count   1295 libavcodec/wmalosslessdec.c     s->packet_offset = get_bits_count(gb) & 7;
get_bits_count   1297 libavcodec/wmalosslessdec.c     return (s->packet_loss) ? AVERROR_INVALIDDATA : buf_size ? get_bits_count(gb) >> 3 : 0;
get_bits_count   1190 libavcodec/wmaprodec.c     s->subframe_offset = get_bits_count(&s->gb);
get_bits_count   1262 libavcodec/wmaprodec.c             if (get_bits_count(&s->gb) + num_fill_bits > s->num_saved_bits) {
get_bits_count   1318 libavcodec/wmaprodec.c             while (get_bits_count(&s->gb) + 5 < s->num_saved_bits &&
get_bits_count   1352 libavcodec/wmaprodec.c             get_bits_count(&s->gb) - s->subframe_offset);
get_bits_count   1358 libavcodec/wmaprodec.c             get_bits_count(&s->gb) < s->num_saved_bits) {
get_bits_count   1366 libavcodec/wmaprodec.c             get_bits_count(&s->gb) - s->subframe_offset);
get_bits_count   1474 libavcodec/wmaprodec.c             get_bits_count(gb) - s->frame_offset);
get_bits_count   1513 libavcodec/wmaprodec.c         if (len != (get_bits_count(gb) - s->frame_offset) + 2) {
get_bits_count   1518 libavcodec/wmaprodec.c                    len - (get_bits_count(gb) - s->frame_offset) - 1);
get_bits_count   1524 libavcodec/wmaprodec.c         skip_bits_long(gb, len - (get_bits_count(gb) - s->frame_offset) - 1);
get_bits_count   1526 libavcodec/wmaprodec.c         while (get_bits_count(gb) < s->num_saved_bits && get_bits1(gb) == 0) {
get_bits_count   1545 libavcodec/wmaprodec.c     return s->buf_bit_size - get_bits_count(gb);
get_bits_count   1565 libavcodec/wmaprodec.c         s->frame_offset = get_bits_count(gb) & 7;
get_bits_count   1582 libavcodec/wmaprodec.c         avpriv_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3),
get_bits_count   1585 libavcodec/wmaprodec.c         int align = 8 - (get_bits_count(gb) & 7);
get_bits_count   1589 libavcodec/wmaprodec.c         avpriv_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), len);
get_bits_count   1693 libavcodec/wmaprodec.c             int remaining_packet_bits = s->buf_bit_size - get_bits_count(gb);
get_bits_count   1732 libavcodec/wmaprodec.c                    && s->num_saved_bits > get_bits_count(&s->gb)) {
get_bits_count   1758 libavcodec/wmaprodec.c     s->packet_offset = get_bits_count(gb) & 7;
get_bits_count   1762 libavcodec/wmaprodec.c     return get_bits_count(gb) >> 3;
get_bits_count   1936 libavcodec/wmavoice.c             int cnt = get_bits_count(gb);
get_bits_count   1951 libavcodec/wmavoice.c                                 get_bits_count(gb)); // resync
get_bits_count   1969 libavcodec/wmavoice.c             int cnt = get_bits_count(gb);
get_bits_count   1101 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;
get_bits_count     78 libavformat/rtpenc_vc2hq.c     frag_len = (get_bits_count(&gc) + 7) / 8; /* length of transform parameters */