Lines Matching refs:bit_alloc_bits
464 int table, bit_alloc_bits, i, j, ch, bound, v; in mp_decode_layer2() local
491 bit_alloc_bits = alloc_table[j]; in mp_decode_layer2()
493 bit_alloc[ch][i] = get_bits(&s->gb, bit_alloc_bits); in mp_decode_layer2()
494 j += 1 << bit_alloc_bits; in mp_decode_layer2()
497 bit_alloc_bits = alloc_table[j]; in mp_decode_layer2()
498 v = get_bits(&s->gb, bit_alloc_bits); in mp_decode_layer2()
501 j += 1 << bit_alloc_bits; in mp_decode_layer2()
553 bit_alloc_bits = alloc_table[j]; in mp_decode_layer2()
587 j += 1 << bit_alloc_bits; in mp_decode_layer2()
591 bit_alloc_bits = alloc_table[j]; in mp_decode_layer2()
637 j += 1 << bit_alloc_bits; in mp_decode_layer2()