Searched refs:ML_bits (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/lib/zstd/ |
D | zstd_internal.h | 115 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
|
D | decompress.c | 940 U32 const mlBits = ML_bits[mlCode]; in ZSTD_decodeSequence() 1172 U32 const mlBits = ML_bits[mlCode]; in ZSTD_decodeSequenceLong_generic()
|
D | zstd_opt.h | 159 …price += ML_bits[mlCode] + seqStorePtr->log2matchLengthSum - ZSTD_highbit32(seqStorePtr->matchLeng… in ZSTD_getPrice()
|
D | compress.c | 765 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()
|