1
0
mirror of https://github.com/facebook/zstd.git synced 2025-05-11 16:21:35 +03:00

Clarify that the log2 of the largest possible symbol is the maximum number of bits consumed

This commit is contained in:
elasota 2023-10-31 01:17:23 -04:00
parent 7567769a7e
commit b38d87b476

View File

@ -1083,7 +1083,7 @@ It depends on :
Presuming an `Accuracy_Log` of 8,
and presuming 100 probabilities points have already been distributed,
the decoder may read any value from `0` to `256 - 100 + 1 == 157` (inclusive).
Therefore, it must read `log2sup(157) == 8` bits.
Therefore, it may read up to `log2sup(157) == 8` bits.
- Value decoded : small values use 1 less bit :
__example__ :