Remove text specifying probability overflow as invalid, the variable-size value encoding scheme makes this impossible.

This commit is contained in:
elasota
2024-04-01 20:08:42 -04:00
parent 72c16b187d
commit 8cff66f2f5
-2
View File
@@ -1125,8 +1125,6 @@ If it is a 3, another 2-bits repeat flag follows, and so on.
When last symbol reaches cumulated total of `1 << Accuracy_Log`, When last symbol reaches cumulated total of `1 << Accuracy_Log`,
decoding is complete. decoding is complete.
If the last symbol makes cumulated total go above `1 << Accuracy_Log`,
distribution is considered corrupted.
If this process results in a non-zero probability for a value outside of the If this process results in a non-zero probability for a value outside of the
valid range of values that the FSE table is defined for, even if that value is valid range of values that the FSE table is defined for, even if that value is
not used, then the data is considered corrupted. not used, then the data is considered corrupted.