get_bits_long 3208 libavcodec/aacdec.c return get_bits_long(b, (length+1)*8); get_bits_long 92 libavcodec/alac.c x = get_bits_long(gb, bps); get_bits_long 287 libavcodec/alac.c output_samples = get_bits_long(&alac->gb, 32); get_bits_long 306 libavcodec/alsdec.c als_id = get_bits_long(&gb, 32); get_bits_long 309 libavcodec/alsdec.c sconf->samples = get_bits_long(&gb, 32); get_bits_long 381 libavcodec/alsdec.c header_size = get_bits_long(&gb, 32); get_bits_long 382 libavcodec/alsdec.c trailer_size = get_bits_long(&gb, 32); get_bits_long 409 libavcodec/alsdec.c ctx->crc_org = ~get_bits_long(&gb, 32); get_bits_long 481 libavcodec/alsdec.c q += get_bits_long(gb, k - 1); get_bits_long 521 libavcodec/alsdec.c *bs_info = get_bits_long(gb, bs_info_len); get_bits_long 851 libavcodec/alsdec.c res |= get_bits_long(gb, cur_k); get_bits_long 1199 libavcodec/alsdec.c current->master_channel = get_bits_long(gb, av_ceil_log2(channels)); get_bits_long 728 libavcodec/apedec.c ctx->CRC = get_bits_long(&ctx->gb, 32); get_bits_long 493 libavcodec/bgmc.c *v = get_bits_long(gb, VALUE_BITS); get_bits_long 148 libavcodec/binkaudio.c float f = ldexpf(get_bits_long(gb, 23), power - 23); get_bits_long 179 libavcodec/binkaudio.c coeffs[0] = av_int2float(get_bits_long(gb, 32)) * s->root; get_bits_long 180 libavcodec/binkaudio.c coeffs[1] = av_int2float(get_bits_long(gb, 32)) * s->root; get_bits_long 152 libavcodec/dca_exss.c int remap_dec_ch_mask = get_bits_long(&s->gb, num_dec_ch_remaps); get_bits_long 320 libavcodec/dca_exss.c asset_size[i] = get_bits_long(&s->gb, 16 + 4 * blownup); get_bits_long 336 libavcodec/dca_exss.c mkr = get_bits_long(&s->gb, 32); get_bits_long 973 libavcodec/dcadec.c if ((nsyncaux = get_bits_long(&s->gb, 32)) != DCA_NSYNCAUX) { get_bits_long 1438 libavcodec/dcadec.c uint32_t bits = get_bits_long(&s->gb, 32); get_bits_long 1521 libavcodec/dcadec.c get_bits_long(&s->gb, 32) == DCA_SYNCWORD_SUBSTREAM) get_bits_long 743 libavcodec/diracdec.c int luma_bits = get_bits_long(gb, length_bits); get_bits_long 1710 libavcodec/diracdec.c picnum = s->current_picture->avframe->display_picture_number = get_bits_long(gb, 32); get_bits_long 332 libavcodec/dss_sp.c fparam->sf[subframe_idx].combined_pulse_pos = get_bits_long(&gb, 31); get_bits_long 228 libavcodec/escape124.c frame_flags = get_bits_long(&gb, 32); get_bits_long 229 libavcodec/escape124.c frame_size = get_bits_long(&gb, 32); get_bits_long 252 libavcodec/escape124.c cb_size = get_bits_long(&gb, 20); get_bits_long 219 libavcodec/flac.c s->max_framesize = get_bits_long(&gb, 24); get_bits_long 221 libavcodec/flac.c s->samplerate = get_bits_long(&gb, 20); get_bits_long 32 libavcodec/flvdec.c if (get_bits_long(&s->gb, 17) != 1) { get_bits_long 360 libavcodec/get_bits.h return get_bits_long(s, n); get_bits_long 363 libavcodec/get_bits.h uint64_t ret = get_bits_long(s, 32); get_bits_long 364 libavcodec/get_bits.h return ret | (uint64_t) get_bits_long(s, n - 32) << 32; get_bits_long 366 libavcodec/get_bits.h uint64_t ret = (uint64_t) get_bits_long(s, n - 32) << 32; get_bits_long 367 libavcodec/get_bits.h return ret | get_bits_long(s, 32); get_bits_long 377 libavcodec/get_bits.h return sign_extend(get_bits_long(s, n), n); get_bits_long 389 libavcodec/get_bits.h return get_bits_long(&gb, n); get_bits_long 93 libavcodec/golomb.h return get_bits_long(gb, log + 1) - 1; get_bits_long 194 libavcodec/h264_ps.c sps->num_units_in_tick = get_bits_long(&h->gb, 32); get_bits_long 195 libavcodec/h264_ps.c sps->time_scale = get_bits_long(&h->gb, 32); get_bits_long 57 libavcodec/h264_sei.c h->sei_cpb_removal_delay = get_bits_long(&h->gb, get_bits_long 59 libavcodec/h264_sei.c h->sei_dpb_output_delay = get_bits_long(&h->gb, get_bits_long 122 libavcodec/h264_sei.c user_identifier = get_bits_long(&h->gb, 32); get_bits_long 210 libavcodec/h264_sei.c get_bits_long(&h->gb, sps->initial_cpb_removal_delay_length); get_bits_long 218 libavcodec/h264_sei.c get_bits_long(&h->gb, sps->initial_cpb_removal_delay_length); get_bits_long 438 libavcodec/hevc_ps.c vps->vps_num_units_in_tick = get_bits_long(gb, 32); get_bits_long 439 libavcodec/hevc_ps.c vps->vps_time_scale = get_bits_long(gb, 32); get_bits_long 573 libavcodec/hevc_ps.c vui->vui_num_units_in_tick = get_bits_long(gb, 32); get_bits_long 574 libavcodec/hevc_ps.c vui->vui_time_scale = get_bits_long(gb, 32); get_bits_long 71 libavcodec/indeo5.c ctx->lock_word = get_bits_long(&ctx->gb, 32); get_bits_long 350 libavcodec/indeo5.c ctx->pic_hdr_size = (ctx->frame_flags & 1) ? get_bits_long(&ctx->gb, 24) : 0; get_bits_long 394 libavcodec/indeo5.c band->data_size = (ctx->frame_flags & 0x80) ? get_bits_long(&ctx->gb, 24) : 0; get_bits_long 34 libavcodec/intelh263dec.c if (get_bits_long(&s->gb, 22) != 0x20) { get_bits_long 477 libavcodec/ivi_common.c len = get_bits_long(gb, 24); get_bits_long 263 libavcodec/jpeglsdec.c r = get_bits_long(&s->gb, r); get_bits_long 130 libavcodec/lagarith.c val = get_bits_long(gb, bits); get_bits_long 34 libavcodec/mjpegbdec.c uint32_t offs= get_bits_long(gb, 32); get_bits_long 72 libavcodec/mjpegbdec.c if (get_bits_long(&hgb, 32) != MKBETAG('m','j','p','g')) get_bits_long 78 libavcodec/mjpegbdec.c field_size = get_bits_long(&hgb, 32); /* field size */ get_bits_long 1556 libavcodec/mjpegdec.c id = get_bits_long(&s->gb, 32); get_bits_long 1756 libavcodec/mjpegdec.c id = get_bits_long(&s->gb, 32); get_bits_long 164 libavcodec/mlp_parser.c if (get_bits_long(gb, 24) != 0xf8726f) /* Sync words */ get_bits_long 107 libavcodec/motionpixels.c offset = get_bits_long(gb, mp->offset_bits_len); get_bits_long 48 libavcodec/mpc8.c int code = len ? get_bits_long(gb, len) : 0; get_bits_long 38 libavcodec/mpeg4audio.c if (get_bits_long(gb, 32) != MKBETAG('A','L','S','\0')) get_bits_long 43 libavcodec/mpeg4audio.c c->sample_rate = get_bits_long(gb, 32); get_bits_long 902 libavcodec/mpeg4videodec.c if (get_bits_long(&s->gb, 19) != DC_MARKER) { get_bits_long 401 libavcodec/msmpeg4dec.c int start_code = get_bits_long(&s->gb, 32); get_bits_long 332 libavcodec/shorten.c if (get_bits_long(&s->gb, 32) != AV_RB32("ajkg")) { get_bits_long 255 libavcodec/takdec.c int x = get_bits_long(gb, code.init); get_bits_long 268 libavcodec/takdec.c scale = get_bits_long(gb, scale_bits) + 1; get_bits_long 131 libavcodec/truemotion2.c huff->nums[huff->num] = get_bits_long(&ctx->gb, huff->val_bits); get_bits_long 153 libavcodec/truemotion2.c huff.nodes = get_bits_long(&ctx->gb, 17); get_bits_long 272 libavcodec/truemotion2.c v = get_bits_long(&ctx->gb, mb); get_bits_long 110 libavcodec/truespeech.c dec->pulsepos[0] = get_bits_long(&gb, 27); get_bits_long 114 libavcodec/truespeech.c dec->pulsepos[1] = get_bits_long(&gb, 27); get_bits_long 118 libavcodec/truespeech.c dec->pulsepos[2] = get_bits_long(&gb, 27); get_bits_long 122 libavcodec/truespeech.c dec->pulsepos[3] = get_bits_long(&gb, 27); get_bits_long 156 libavcodec/tta.c avctx->sample_rate = get_bits_long(&gb, 32); get_bits_long 157 libavcodec/tta.c s->data_length = get_bits_long(&gb, 32); get_bits_long 113 libavcodec/vaapi_mpeg2.c if (get_bits_long(&gb, 32) >> 8 != 1) /* start code */ get_bits_long 65 libavcodec/vc1dec.c return (get_bits_long(gb, 30) - (1 << 29)) << 1; get_bits_long 120 libavcodec/vc1dec.c if (sd->effect_type = get_bits_long(gb, 30)) { get_bits_long 135 libavcodec/vima.c samples = get_bits_long(&gb, 32); get_bits_long 138 libavcodec/vima.c samples = get_bits_long(&gb, 32); get_bits_long 361 libavcodec/vorbisdec.c float codebook_minimum_value = vorbisfloat2float(get_bits_long(gb, 32)); get_bits_long 362 libavcodec/vorbisdec.c float codebook_delta_value = vorbisfloat2float(get_bits_long(gb, 32)); get_bits_long 962 libavcodec/vorbisdec.c vc->version = get_bits_long(gb, 32); //FIXME check 0 get_bits_long 968 libavcodec/vorbisdec.c vc->audio_samplerate = get_bits_long(gb, 32); get_bits_long 973 libavcodec/vorbisdec.c vc->bitrate_maximum = get_bits_long(gb, 32); get_bits_long 974 libavcodec/vorbisdec.c vc->bitrate_nominal = get_bits_long(gb, 32); get_bits_long 975 libavcodec/vorbisdec.c vc->bitrate_minimum = get_bits_long(gb, 32); get_bits_long 2252 libavcodec/vp3.c s->theora = get_bits_long(gb, 24); get_bits_long 2269 libavcodec/vp3.c visible_width = get_bits_long(gb, 24); get_bits_long 2270 libavcodec/vp3.c visible_height = get_bits_long(gb, 24); get_bits_long 2287 libavcodec/vp3.c fps.num = get_bits_long(gb, 32); get_bits_long 2288 libavcodec/vp3.c fps.den = get_bits_long(gb, 32); get_bits_long 2298 libavcodec/vp3.c aspect.num = get_bits_long(gb, 24); get_bits_long 2299 libavcodec/vp3.c aspect.den = get_bits_long(gb, 24); get_bits_long 502 libavcodec/vp9.c if (get_bits_long(&s->gb, 24) != VP9_SYNCCODE) { // synccode get_bits_long 522 libavcodec/vp9.c if (get_bits_long(&s->gb, 24) != VP9_SYNCCODE) { // synccode get_bits_long 884 libavcodec/wavpack.c s->crc_extra_bits = get_bits_long(&s->gb_extra_bits, 32); get_bits_long 418 libavcodec/wma.c return get_bits_long(gb, n_bits); get_bits_long 542 libavcodec/wmalosslessdec.c quo += get_bits_long(&s->gb, get_bits(&s->gb, 5) + 1); get_bits_long 549 libavcodec/wmalosslessdec.c rem = get_bits_long(&s->gb, rem_bits); get_bits_long 136 libavformat/hevc.c general_ptl.profile_compatibility_flags = get_bits_long(gb, 32); get_bits_long 2161 libavformat/mov.c sc->sample_sizes[i] = get_bits_long(&gb, field_size); get_bits_long 57 libavformat/oggparseflac.c if (get_bits_long(&gb, 32) != FLAC_STREAMINFO_SIZE) get_bits_long 68 libavformat/oggparsetheora.c thp->version = get_bits_long(&gb, 24); get_bits_long 82 libavformat/oggparsetheora.c int width = get_bits_long(&gb, 24); get_bits_long 83 libavformat/oggparsetheora.c int height = get_bits_long(&gb, 24); get_bits_long 93 libavformat/oggparsetheora.c timebase.den = get_bits_long(&gb, 32); get_bits_long 94 libavformat/oggparsetheora.c timebase.num = get_bits_long(&gb, 32); get_bits_long 102 libavformat/oggparsetheora.c st->sample_aspect_ratio.num = get_bits_long(&gb, 24); get_bits_long 103 libavformat/oggparsetheora.c st->sample_aspect_ratio.den = get_bits_long(&gb, 24); get_bits_long 275 libavformat/rdt.c timestamp = get_bits_long(&gb, 32); get_bits_long 152 libavformat/rtpdec_mpeg4.c data->au_headers[i].size = get_bits_long(&getbitcontext, data->sizelength); get_bits_long 153 libavformat/rtpdec_mpeg4.c data->au_headers[i].index = get_bits_long(&getbitcontext, data->indexlength); get_bits_long 76 libavformat/swfdec.c xmin = get_bits_long(&gb, len); get_bits_long 77 libavformat/swfdec.c xmax = get_bits_long(&gb, len); get_bits_long 78 libavformat/swfdec.c ymin = get_bits_long(&gb, len); get_bits_long 79 libavformat/swfdec.c ymax = get_bits_long(&gb, len); get_bits_long 167 libavformat/takdec.c get_bits_long(&gb, TAK_ENCODER_VERSION_BITS));