Lines Matching refs:weights
1250 It gives the following series of weights :
1257 having collected weights of literal symbols from `0` to `4`,
1268 which describes how the series of weights is encoded.
1271 the series of weights is compressed using FSE (see below).
1275 + the series of weights uses a direct representation,
1277 + They are encoded forward, 2 weights to a byte,
1279 * e.g. the following operations could be used to read the weights:
1294 #### Finite State Entropy (FSE) compression of Huffman weights
1296 In this case, the series of Huffman weights is compressed using FSE compression.
1308 For a list of Huffman weights, the maximum accuracy log is 6 bits.
1325 #### Conversion from weights to Huffman prefix codes
1328 It is possible to transform weights into `Number_of_Bits`, using this formula:
1338 Let's presume the following list of weights has been decoded :
1680 - 0.2.9 : clarifications for huffman weights direct representation, by Ulrich Kunitz