mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +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;
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
**Distance Mapping:**
|
||||
{:#distance-mapping}
|
||||
##### Distance Mapping
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user