Lines Matching refs:get_bits
49 #include "get_bits.h"
242 code = get_bits(gb, num_bits); // num_bits is always 4 in this case
279 num_subbands = get_bits(gb, 5); // number of coded subbands
284 subband_vlc_index[i] = get_bits(gb, 3);
289 sf_index[i] = get_bits(gb, 6);
338 nb_components = get_bits(gb, 5);
344 coding_mode_selector = get_bits(gb, 2);
356 coded_values_per_component = get_bits(gb, 3);
358 quant_step_index = get_bits(gb, 3);
371 coded_components = get_bits(gb, 3);
378 sf_index = get_bits(gb, 6);
382 cmp->pos = b * 64 + get_bits(gb, 6);
423 gain[b].num_points = get_bits(gb, 3);
428 level[j] = get_bits(gb, 4);
429 loc[j] = get_bits(gb, 5);
586 if (get_bits(gb, 2) != 3) {
591 if (get_bits(gb, 6) != 0x28) {
598 snd->bands_coded = get_bits(gb, 2);
707 q->weighting_delay[js_pair][5] = get_bits(&q->gb, 3);
712 q->matrix_coeff_index_next[js_pair][i] = get_bits(&q->gb, 2);