Lines Matching refs:mlCodeTable
2612 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()
3841 const BYTE* mlCodeTable, in ZSTD_estimateBlockSize() argument
3851 size_t const seqSize = ZSTD_estimateBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateBlockSize()