Lines Matching refs:mlCodeTable
2699 BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_seqToCodes() local
2710 mlCodeTable[u] = (BYTE)ZSTD_MLcode(mlv); in ZSTD_seqToCodes()
2718 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()
2779 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_buildSequencesStatistics() local
2852 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2864 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2908 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_entropyCompressSeqStore_internal() local
2977 CTable_MatchLength, mlCodeTable, in ZSTD_entropyCompressSeqStore_internal()
3898 const BYTE* mlCodeTable, in ZSTD_estimateBlockSize_sequences() argument
3915 …cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, nbSeq, Max… in ZSTD_estimateBlockSize_sequences()
3928 const BYTE* mlCodeTable, in ZSTD_estimateBlockSize() argument
3938 size_t const seqSize = ZSTD_estimateBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateBlockSize()