Lines Matching refs:get_bits
833 layout_map[0][1] = get_bits(gb, 4);
862 sampling_index = get_bits(gb, 4);
868 num_front = get_bits(gb, 4);
869 num_side = get_bits(gb, 4);
870 num_back = get_bits(gb, 4);
871 num_lfe = get_bits(gb, 2);
872 num_assoc_data = get_bits(gb, 3);
873 num_cc = get_bits(gb, 4);
904 comment_len = get_bits(gb, 8) * 8;
984 res_flags = get_bits(gb, 3);
1000 ep_config = get_bits(gb, 2);
1030 res_flags = get_bits(gb, 3);
1044 while (get_bits(gb, 4) != ELDEXT_TERM) {
1045 int len = get_bits(gb, 4);
1047 len += get_bits(gb, 8);
1049 len += get_bits(gb, 16);
1064 ep_config = get_bits(gb, 2);
1373 int count = get_bits(gb, 8);
1375 count += get_bits(gb, 8);
1392 ics->predictor_reset_group = get_bits(gb, 5);
1414 ltp->lag = get_bits(gb, 11);
1415 ltp->coef = ltp_coef[get_bits(gb, 3)];
1438 ics->window_sequence[0] = get_bits(gb, 2);
1454 ics->max_sfb = get_bits(gb, 4);
1474 ics->max_sfb = get_bits(gb, 6);
1521 if ((ics->ltp.present = get_bits(gb, 1)))
1560 int sect_band_type = get_bits(gb, 4);
1566 sect_len_incr = get_bits(gb, bits);
1634 offset[1] += get_bits(gb, NOISE_PRE_BITS) - NOISE_PRE;
1677 pulse->num_pulse = get_bits(gb, 2) + 1;
1678 pulse_swb = get_bits(gb, 6);
1682 pulse->pos[0] += get_bits(gb, 5);
1685 pulse->amp[0] = get_bits(gb, 4);
1687 pulse->pos[i] = get_bits(gb, 5) + pulse->pos[i - 1];
1690 pulse->amp[i] = get_bits(gb, 4);
1707 if ((tns->n_filt[w] = get_bits(gb, 2 - is8))) {
1712 tns->length[w][filt] = get_bits(gb, 6 - 2 * is8);
1714 if ((tns->order[w][filt] = get_bits(gb, 5 - 2 * is8)) > tns_max_order) {
1728 tns->coef[w][filt][i] = tns_tmp2_map[tmp2_idx][get_bits(gb, coef_len)];
2105 uint8_t max_band = get_bits(gb, 2);
2108 uint8_t adjust_num = get_bits(gb, 3);
2147 global_gain = get_bits(gb, 8);
2319 if ((cpe->ch[1].ics.ltp.present = get_bits(gb, 1)))
2321 ms_present = get_bits(gb, 2);
2368 coup->num_coupled = get_bits(gb, 3);
2372 coup->id_select[c] = get_bits(gb, 4);
2374 coup->ch_select[c] = get_bits(gb, 2);
2382 sign = get_bits(gb, 1);
2384 scale = get_bits(gb, 2);
2386 scale = cce_scale[get_bits(gb, 2)];
2470 che_drc->pce_instance_tag = get_bits(gb, 4);
2482 che_drc->band_incr = get_bits(gb, 4);
2483 che_drc->interpolation_scheme = get_bits(gb, 4);
2487 che_drc->band_top[i] = get_bits(gb, 8);
2494 che_drc->prog_ref_level = get_bits(gb, 7);
2501 che_drc->dyn_rng_ctl[i] = get_bits(gb, 7);
2515 get_bits(gb, 13); len -= 13;
2518 buf[i] = get_bits(gb, 8);
2546 int type = get_bits(gb, 4);
3276 while ((elem_type = get_bits(gb, 3)) != TYPE_END) {
3277 elem_id = get_bits(gb, 4);
3366 elem_id += get_bits(gb, 8) - 1;