Home
last modified time | relevance | path

Searched refs:ML_bits (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_sequences.c316 BIT_addBits(&blockStream, sequences[nbSeq-1].mlBase, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
339 U32 const mlBits = ML_bits[mlCode]; in ZSTD_encodeSequences_body()
H A Dzstd_compress_superblock.c381 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_opt.c318 price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr->matchLengthFreq[mlCode], optLevel)); in ZSTD_getMatchPrice()
H A Dzstd_compress.c3229 fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateBlockSize_sequences()
/kernel/linux/linux-5.10/lib/zstd/
H A 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, 0, 0, 0, 0, 0, 0, 0, variable
H A Ddecompress.c940 U32 const mlBits = ML_bits[mlCode]; in ZSTD_decodeSequence()
1172 U32 const mlBits = ML_bits[mlCode]; in ZSTD_decodeSequenceLong_generic()
H A Dzstd_opt.h159 price += ML_bits[mlCode] + seqStorePtr->log2matchLengthSum - ZSTD_highbit32(seqStorePtr->matchLengthFreq[mlCode] + 1); in ZSTD_getPrice()
H A 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()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_internal.h128 static UNUSED_ATTR const U8 ML_bits[MaxML+1] = { variable
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c1339 ML_base, ML_bits, in ZSTD_loadDEntropy()
H A Dzstd_decompress_block.c719 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()

Completed in 39 milliseconds