Lines Matching refs:gb_extra_bits
76 GetBitContext gb_extra_bits;
313 get_bits_left(&s->gb_extra_bits) >= s->extra_bits) {
314 S |= get_bits_long(&s->gb_extra_bits, s->extra_bits);
340 const int left_bits = get_bits_left(&s->gb_extra_bits);
352 if (s->got_extra_bits && get_bits1(&s->gb_extra_bits))
353 S = get_bits(&s->gb_extra_bits, 23);
369 get_bits1(&s->gb_extra_bits))) {
373 S |= get_bits(&s->gb_extra_bits, shift);
384 if (get_bits1(&s->gb_extra_bits)) {
385 S = get_bits(&s->gb_extra_bits, 23);
387 exp = get_bits(&s->gb_extra_bits, 8);
388 sign = get_bits1(&s->gb_extra_bits);
391 sign = get_bits1(&s->gb_extra_bits);
1392 if ((ret = init_get_bits8(&s->gb_extra_bits, gb.buffer, size)) < 0)
1394 s->crc_extra_bits = get_bits_long(&s->gb_extra_bits, 32);
1481 const int size = get_bits_left(&s->gb_extra_bits);