Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_sequences.c294 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_body() argument
312 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
317 BIT_addBits(&blockStream, sequences[nbSeq-1].mlBase, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
337 BYTE const mlCode = mlCodeTable[n]; in ZSTD_encodeSequences_body()
388 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_default() argument
394 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_default()
406 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_bmi2() argument
412 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_bmi2()
422 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences() argument
431 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences()
[all …]
H A Dzstd_compress_sequences.h44 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable,
H A Dzstd_compress_superblock.c368 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
386 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, MaxML, in ZSTD_estimateSubBlockSize_sequences()
401 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize() argument
412 ebs.estBlockSize = ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
H A Dzstd_compress.c2612 BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_seqToCodes() local
2623 mlCodeTable[u] = (BYTE)ZSTD_MLcode(mlv); in ZSTD_seqToCodes()
2631 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()
2692 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_buildSequencesStatistics() local
2765 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2777 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2821 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_entropyCompressSeqStore_internal() local
2890 CTable_MatchLength, mlCodeTable, in ZSTD_entropyCompressSeqStore_internal()
3811 const BYTE* mlCodeTable, in ZSTD_estimateBlockSize_sequences() argument
3828 …cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, nbSeq, Max… in ZSTD_estimateBlockSize_sequences()
[all …]