Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_internal.h115 static const U32 ML_bits[MaxML + 1] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, … variable
Ddecompress.c940 U32 const mlBits = ML_bits[mlCode]; in ZSTD_decodeSequence()
1172 U32 const mlBits = ML_bits[mlCode]; in ZSTD_decodeSequenceLong_generic()
Dzstd_opt.h159 …price += ML_bits[mlCode] + seqStorePtr->log2matchLengthSum - ZSTD_highbit32(seqStorePtr->matchLeng… in ZSTD_getPrice()
Dcompress.c765 BIT_addBits(&blockStream, sequences[nbSeq - 1].matchLength, ML_bits[mlCodeTable[nbSeq - 1]]); in ZSTD_compressSequences_internal()
789 U32 const mlBits = ML_bits[mlCode]; in ZSTD_compressSequences_internal()