webp-lossless-bitstream-spec: normalize item text in 5.1

Makes references to earlier sections consistent. Based on RFC editor
update.

Bug: webp:611
Change-Id: I63b1125810a3d8afa957d392e98c68a632749d76
This commit is contained in:
James Zern 2023-07-25 18:23:09 -07:00
parent af7fbfd2d9
commit 56471a53cf

View File

@ -608,16 +608,16 @@ Image data is an array of pixel values in scan-line order.
We use image data in five different roles: We use image data in five different roles:
1. ARGB image: Stores the actual pixels of the image. 1. ARGB image: Stores the actual pixels of the image.
1. Entropy image: Stores the 1. Entropy image: Stores the meta prefix codes (see
[meta prefix codes](#decoding-of-meta-prefix-codes). ["Decoding of Meta Prefix Codes"](#decoding-of-meta-prefix-codes)).
1. Predictor image: Stores the metadata for the 1. Predictor image: Stores the metadata for the predictor transform (see
[predictor transform](#predictor-transform). ["Predictor Transform"](#predictor-transform)).
1. Color transform image: Created by `ColorTransformElement` values 1. Color transform image: Created by `ColorTransformElement` values
(defined in ["Color Transform"](#color-transform)) for different blocks of (defined in ["Color Transform"](#color-transform)) for different blocks of
the image. the image.
1. Color indexing image: An array of size `color_table_size` (up to 256 1. Color indexing image: An array of size `color_table_size` (up to 256 ARGB
ARGB values) storing the metadata for the values) storing the metadata for the color indexing transform (see
[color indexing transform](#color-indexing-transform). ["Color Indexing Transform"](#color-indexing-transform)).
### 5.2 Encoding of Image Data ### 5.2 Encoding of Image Data