Lines Matching refs:get_bits

39 #include "get_bits.h"
411 allocation[ch][i] = get_bits(&s->gb, 4);
415 allocation[0][i] = get_bits(&s->gb, 4);
421 scale_factors[ch][i] = get_bits(&s->gb, 6);
426 scale_factors[0][i] = get_bits(&s->gb, 6);
427 scale_factors[1][i] = get_bits(&s->gb, 6);
437 mant = get_bits(&s->gb, n + 1);
448 mant = get_bits(&s->gb, n + 1);
495 bit_alloc[ch][i] = get_bits(&s->gb, bit_alloc_bits);
500 v = get_bits(&s->gb, bit_alloc_bits);
510 scale_code[ch][i] = get_bits(&s->gb, 2);
526 sf[0] = get_bits(&s->gb, 6);
527 sf[1] = get_bits(&s->gb, 6);
528 sf[2] = get_bits(&s->gb, 6);
531 sf[0] = get_bits(&s->gb, 6);
536 sf[0] = get_bits(&s->gb, 6);
537 sf[2] = get_bits(&s->gb, 6);
541 sf[0] = get_bits(&s->gb, 6);
542 sf[2] = get_bits(&s->gb, 6);
565 v = get_bits(&s->gb, -bits);
577 v = get_bits(&s->gb, bits);
603 v = get_bits(&s->gb, -bits);
623 mant = get_bits(&s->gb, bits);
1217 main_data_begin = get_bits(&s->gb, 8);
1222 main_data_begin = get_bits(&s->gb, 9);
1230 s->granules[ch][1].scfsi = get_bits(&s->gb, 4);
1240 g->part2_3_length = get_bits(&s->gb, 12);
1241 g->big_values = get_bits(&s->gb, 9);
1247 g->global_gain = get_bits(&s->gb, 8);
1254 g->scalefac_compress = get_bits(&s->gb, 9);
1256 g->scalefac_compress = get_bits(&s->gb, 4);
1259 g->block_type = get_bits(&s->gb, 2);
1266 g->table_select[i] = get_bits(&s->gb, 5);
1268 g->subblock_gain[i] = get_bits(&s->gb, 3);
1275 g->table_select[i] = get_bits(&s->gb, 5);
1277 region_address1 = get_bits(&s->gb, 4);
1278 region_address2 = get_bits(&s->gb, 3);
1350 g->scale_factors[j++] = get_bits(&s->gb, slen1);
1357 g->scale_factors[j++] = get_bits(&s->gb, slen2);
1373 g->scale_factors[j++] = get_bits(&s->gb, slen);
1432 g->scale_factors[j++] = get_bits(&s->gb, sl);
1473 s->crc = get_bits(&s->gb, 16);