Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_sequences.c307 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
330 U32 const mlBits = ML_bits[mlCode]; in ZSTD_encodeSequences_body()
Dzstd_compress_superblock.c657 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()
Dzstd_opt.c277 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
/external/zstd/lib/common/
Dzstd_internal.h210 static UNUSED_ATTR const U32 ML_bits[MaxML+1] = { variable
/external/zstd/tests/
Ddecodecorpus.c952 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in writeSequences()
964 U32 const mlBits = ML_bits[mlCode]; in writeSequences()
/external/zstd/lib/decompress/
Dzstd_decompress_block.c643 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
Dzstd_decompress.c1120 ML_base, ML_bits, in ZSTD_loadDEntropy()
/external/zstd/lib/legacy/
Dzstd_v06.c523 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
3297 U32 const mlBits = ML_bits[mlCode]; in ZSTDv06_decodeSequence()
Dzstd_v07.c2757 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
3527 U32 const mlBits = ML_bits[mlCode]; in ZSTDv07_decodeSequence()