Home
last modified time | relevance | path

Searched refs:ML_bits (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h158 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 Ddecodecorpus.c943 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 Dzstd_opt.c187 …price += ML_bits[mlCode] + optPtr->log2matchLengthSum - ZSTD_highbit32(optPtr->matchLengthFreq[mlC… in ZSTD_getMatchPrice()
H A Dzstd_compress.c1575 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 Dzstd_decompress.c992 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 Dzstd_v06.c517 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 Dzstd_v07.c2751 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()