mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
webp-lossless-bitstream-spec: split LZ77 Backward Ref section
Make Distance Mapping its section for ease of reference. Bug: webp:611 Change-Id: I57bb68e0fcf4d23ce0013f327adce93c6377be3a
This commit is contained in:
parent
7f1b6799db
commit
6c3845f9e0
@ -693,8 +693,7 @@ int offset = (2 + (prefix_code & 1)) << extra_bits;
|
|||||||
return offset + ReadBits(extra_bits) + 1;
|
return offset + ReadBits(extra_bits) + 1;
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
**Distance Mapping:**
|
##### Distance Mapping
|
||||||
{:#distance-mapping}
|
|
||||||
|
|
||||||
As noted previously, a distance code is a number indicating the position of a
|
As noted previously, a distance code is a number indicating the position of a
|
||||||
previously seen pixel, from which the pixels are to be copied. This subsection
|
previously seen pixel, from which the pixels are to be copied. This subsection
|
||||||
|
Loading…
Reference in New Issue
Block a user