Home | History | Annotate | Download | only in dec

Lines Matching refs:copy_length

1521   uint32_t copy_length;
1541 copy_length = BrotliReadBits(br, v.copy_len_extra_bits);
1544 !SafeReadBits(br, v.copy_len_extra_bits, &copy_length)) {
1549 s->copy_length = (int)copy_length + v.copy_len_offset;
1629 pos, i, s->copy_length));
1744 i = s->copy_length;