Searched refs:ML_bits (Results 1 – 9 of 9) sorted by relevance
/external/zstd/lib/compress/ |
D | zstd_compress_sequences.c | 307 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()
|
D | zstd_compress_superblock.c | 657 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()
|
D | zstd_opt.c | 277 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
|
/external/zstd/lib/common/ |
D | zstd_internal.h | 210 static UNUSED_ATTR const U32 ML_bits[MaxML+1] = { variable
|
/external/zstd/tests/ |
D | decodecorpus.c | 952 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/ |
D | zstd_decompress_block.c | 643 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
|
D | zstd_decompress.c | 1120 ML_base, ML_bits, in ZSTD_loadDEntropy()
|
/external/zstd/lib/legacy/ |
D | zstd_v06.c | 523 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()
|
D | zstd_v07.c | 2757 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()
|