Skip to content

Commit 18375b0

Browse files
JeromeMartinezmichaelni
authored andcommitted
Explicitly say that len_count and scale are temporary values.
1 parent ab99984 commit 18375b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffv1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ Inferred to be 0 if not present.
12171217
12181218
## Quantization Table Set
12191219
1220-
The Quantization Table Sets are stored by storing the number of equal entries -1 of the first half of the table (represented as `len - 1` in the pseudo-code below) using the method described in [Range Non Binary Values](#range-non-binary-values). The second half doesn’t need to be stored as it is identical to the first with flipped sign.
1220+
The Quantization Table Sets are stored by storing the number of equal entries -1 of the first half of the table (represented as `len - 1` in the pseudo-code below) using the method described in [Range Non Binary Values](#range-non-binary-values). The second half doesn’t need to be stored as it is identical to the first with flipped sign. `scale` and `len_count[ i ][ j ]` are temporary values used for the computing of `context_count[ i ]` and are not used outside Quantization Table Set pseudo-code.
12211221
12221222
example:
12231223

0 commit comments

Comments
 (0)