Lines Matching full:extra_bits
151 int extra_bits, offset;155 extra_bits = (distance_symbol - 2) >> 1;156 offset = (2 + (distance_symbol & 1)) << extra_bits;157 return offset + VP8LReadBits(br, extra_bits) + 1;288 const int extra_bits = kCodeLengthExtraBits[slot];290 int repeat = VP8LReadBits(br, extra_bits) + repeat_offset;