Searched refs:ML_bits (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_sequences.c | 316 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 D | zstd_compress_superblock.c | 381 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()
|
H A D | zstd_opt.c | 318 price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr->matchLengthFreq[mlCode], optLevel)); in ZSTD_getMatchPrice()
|
H A D | zstd_compress.c | 3229 fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateBlockSize_sequences()
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A 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, 0, 0, 0, 0, 0, 0, 0, variable
|
H A D | decompress.c | 940 U32 const mlBits = ML_bits[mlCode]; in ZSTD_decodeSequence() 1172 U32 const mlBits = ML_bits[mlCode]; in ZSTD_decodeSequenceLong_generic()
|
H A D | zstd_opt.h | 159 price += ML_bits[mlCode] + seqStorePtr->log2matchLengthSum - ZSTD_highbit32(seqStorePtr->matchLengthFreq[mlCode] + 1); in ZSTD_getPrice()
|
H A 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()
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | zstd_internal.h | 128 static UNUSED_ATTR const U8 ML_bits[MaxML+1] = { variable
|
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress.c | 1339 ML_base, ML_bits, in ZSTD_loadDEntropy()
|
H A D | zstd_decompress_block.c | 719 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
|
Completed in 39 milliseconds