Lines Matching refs:get_bits
52 array[i] = get_bits(gb, n);
85 code = get_bits(&s->gb, 9);
100 code = get_bits(&s->gb, 9);
125 header_size = get_bits(&s->gb, 10) + 1;
134 c->nchannels = get_bits(&s->gb, 4) + 1;
141 c->residual_encode = get_bits(&s->gb, c->nchannels);
144 c->pcm_bit_res = get_bits(&s->gb, 5) + 1;
147 c->storage_bit_res = get_bits(&s->gb, 5) + 1;
159 c->freq = ff_dca_sampling_freqs[get_bits(&s->gb, 4)];
166 if (get_bits(&s->gb, 2)) {
172 if (get_bits(&s->gb, 2)) {
193 c->dmix_type = get_bits(&s->gb, 3);
287 b->orig_order[i] = get_bits(&s->gb, ch_nbits);
307 b->adapt_pred_order[i] = get_bits(&s->gb, 4);
318 b->fixed_pred_order[i] = b->adapt_pred_order[i] ? 0 : get_bits(&s->gb, 2);
354 b->nscalablelsbs[i] = get_bits(&s->gb, 4);
370 b->bit_width_adjust[i] = get_bits(&s->gb, 4);
468 c->bitalloc_hybrid_linear[i] = get_bits(&s->gb, c->nabits) + 1;
478 c->bitalloc_part_a[i] = get_bits(&s->gb, c->nabits);
494 c->bitalloc_part_b[i] = get_bits(&s->gb, c->nabits);
536 int nisosamples = get_bits(&s->gb, s->nsegsamples_log2);
543 int loc = get_bits(&s->gb, s->nsegsamples_log2);
568 int nbits = get_bits(&s->gb, 5) + 1;
778 stream_ver = get_bits(&s->gb, 4) + 1;
785 header_size = get_bits(&s->gb, 8) + 1;
794 frame_size_nbits = get_bits(&s->gb, 5) + 1;
805 s->nchsets = get_bits(&s->gb, 4) + 1;
812 nframesegs_log2 = get_bits(&s->gb, 4);
822 s->nsegsamples_log2 = get_bits(&s->gb, 4);
842 s->seg_size_nbits = get_bits(&s->gb, 5) + 1;
849 s->band_crc_present = get_bits(&s->gb, 2);
855 s->ch_mask_nbits = get_bits(&s->gb, 5) + 1;
859 s->fixed_lsb_width = get_bits(&s->gb, 4);