mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
doc/webp-lossless-bitstream-spec: improve link text
Reference the section by number, rather than 'this section'. Fixes a lint warning: Style notice: Write unique, descriptive link text that makes sense without the surrounding text. Don't use phrases such as this document, this article, or click here. https://developers.google.com/style/link-text?hl=en#write-link-text Change-Id: Iab33e4980528dddb5eed4404d25a4a746705131a
This commit is contained in:
parent
1de35f476b
commit
c369c4bf0b
@ -631,7 +631,8 @@ The following subsections describe each of these in detail.
|
|||||||
#### 5.2.1 Prefix Coded Literals
|
#### 5.2.1 Prefix Coded Literals
|
||||||
|
|
||||||
The pixel is stored as prefix coded values of green, red, blue and alpha (in
|
The pixel is stored as prefix coded values of green, red, blue and alpha (in
|
||||||
that order). See [this section](#decoding-entropy-coded-image-data) for details.
|
that order). See [Section 6.2.3](#decoding-entropy-coded-image-data) for
|
||||||
|
details.
|
||||||
|
|
||||||
#### 5.2.2 LZ77 Backward Reference
|
#### 5.2.2 LZ77 Backward Reference
|
||||||
|
|
||||||
@ -1017,7 +1018,7 @@ represents a set of five prefix codes. Also, `prefix_code_groups` is an array of
|
|||||||
The decoder then uses prefix code group `prefix_group` to decode the pixel
|
The decoder then uses prefix code group `prefix_group` to decode the pixel
|
||||||
(x, y) as explained in the [next section](#decoding-entropy-coded-image-data).
|
(x, y) as explained in the [next section](#decoding-entropy-coded-image-data).
|
||||||
|
|
||||||
#### 6.2.3 Decoding Entropy-coded Image Data
|
#### 6.2.3 Decoding Entropy-Coded Image Data
|
||||||
|
|
||||||
For the current position (x, y) in the image, the decoder first identifies the
|
For the current position (x, y) in the image, the decoder first identifies the
|
||||||
corresponding prefix code group (as explained in the last section). Given the
|
corresponding prefix code group (as explained in the last section). Given the
|
||||||
|
Loading…
Reference in New Issue
Block a user