Lines Matching refs:mlCodeTable

11255             FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable,
11524 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_body() argument
11542 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
11547 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
11567 BYTE const mlCode = mlCodeTable[n]; in ZSTD_encodeSequences_body()
11618 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_default() argument
11624 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_default()
11636 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_bmi2() argument
11642 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_bmi2()
11652 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences() argument
11661 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences()
11669 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences()
11891 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_buildSuperBlockEntropy_sequences() local
11954 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, mlCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences()
11964 … countWksp, max, mlCodeTable, nbSeq, ML_defaultNorm, ML_defaultNormLog, MaxML, in ZSTD_buildSuperBlockEntropy_sequences()
12343 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
12360 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, MaxML, in ZSTD_estimateSubBlockSize_sequences()
12371 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize() argument
12381 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
15018 BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_seqToCodes() local
15027 mlCodeTable[u] = (BYTE)ZSTD_MLcode(mlv); in ZSTD_seqToCodes()
15032 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()
15066 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_compressSequences_internal() local
15177 count, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_compressSequences_internal()
15189 count, max, mlCodeTable, nbSeq, in ZSTD_compressSequences_internal()
15205 CTable_MatchLength, mlCodeTable, in ZSTD_compressSequences_internal()