Searched refs:ML_bits (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 158 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, variable
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | decodecorpus.c | 943 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in writeSequences() 955 U32 const mlBits = ML_bits[mlCode]; in writeSequences()
|
| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 187 …price += ML_bits[mlCode] + optPtr->log2matchLengthSum - ZSTD_highbit32(optPtr->matchLengthFreq[mlC… in ZSTD_getMatchPrice()
|
| H A D | zstd_compress.c | 1575 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body() 1598 U32 const mlBits = ML_bits[mlCode]; in ZSTD_encodeSequences_body()
|
| /freebsd-12.1/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 992 ML_base, ML_bits, in ZSTD_decodeSeqHeaders() 2208 ML_base, ML_bits, in ZSTD_loadEntropy()
|
| /freebsd-12.1/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 517 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable 3293 U32 const mlBits = ML_bits[mlCode]; in ZSTDv06_decodeSequence()
|
| H A D | zstd_v07.c | 2751 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable 3519 U32 const mlBits = ML_bits[mlCode]; in ZSTDv07_decodeSequence()
|