Home
last modified time | relevance | path

Searched refs:mlCodeTable (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c284 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_body() argument
302 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
307 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
327 BYTE const mlCode = mlCodeTable[n]; in ZSTD_encodeSequences_body()
378 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_default() argument
384 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_default()
396 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_bmi2() argument
402 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_bmi2()
412 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences() argument
421 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences()
[all …]
H A Dzstd_compress_superblock.c183 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_buildSuperBlockEntropy_sequences() local
246 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, mlCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences()
256 … countWksp, max, mlCodeTable, nbSeq, ML_defaultNorm, ML_defaultNormLog, MaxML, in ZSTD_buildSuperBlockEntropy_sequences()
639 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
656 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, MaxML, in ZSTD_estimateSubBlockSize_sequences()
667 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize() argument
677 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
H A Dzstd_compress_sequences.h42 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable,
H A Dzstd_compress.c2120 BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_seqToCodes() local
2129 mlCodeTable[u] = (BYTE)ZSTD_MLcode(mlv); in ZSTD_seqToCodes()
2134 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()
2168 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_entropyCompressSequences_internal() local
2283 count, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_entropyCompressSequences_internal()
2295 count, max, mlCodeTable, nbSeq, in ZSTD_entropyCompressSequences_internal()
2311 CTable_MatchLength, mlCodeTable, in ZSTD_entropyCompressSequences_internal()