Lines Matching refs:offset_value
903 Each sequence consists of a tuple of (`literals_length`, `offset_value`, `match_length`),
909 The offset to copy from is determined by `offset_value`:
910 if `offset_value > 3`, then the offset is `offset_value - 3`.
911 If `offset_value` is from 1-3, the offset is a special repeat offset value.
926 If `offset_value == 1`, then the offset used is `Repeated_Offset1`, etc.
930 so an `offset_value` of 1 means `Repeated_Offset2`,
931 an `offset_value` of 2 means `Repeated_Offset3`,
932 and an `offset_value` of 3 means `Repeated_Offset1 - 1`.
953 When the sequence's `offset_value` does not refer to one of the
959 Otherwise, when the sequence's `offset_value` refers to one of the
964 the `Repeated_Offset` selected by the `offset_value`. This effectively performs
971 | `offset_value` | `literals_length` | `Repeated_Offset1` | `Repeated_Offset2` | `Repeated_Offset3`…