Lines Matching refs:mlCodeTable

11253             FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable,
11522 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_body() argument
11540 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
11545 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
11565 BYTE const mlCode = mlCodeTable[n]; in ZSTD_encodeSequences_body()
11616 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_default() argument
11622 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_default()
11634 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_bmi2() argument
11640 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_bmi2()
11650 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences() argument
11659 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences()
11667 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences()
11889 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_buildSuperBlockEntropy_sequences() local
11952 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, mlCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences()
11962 … countWksp, max, mlCodeTable, nbSeq, ML_defaultNorm, ML_defaultNormLog, MaxML, in ZSTD_buildSuperBlockEntropy_sequences()
12341 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
12358 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, MaxML, in ZSTD_estimateSubBlockSize_sequences()
12369 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize() argument
12379 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
15016 BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_seqToCodes() local
15025 mlCodeTable[u] = (BYTE)ZSTD_MLcode(mlv); in ZSTD_seqToCodes()
15030 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()
15064 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_compressSequences_internal() local
15175 count, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_compressSequences_internal()
15187 count, max, mlCodeTable, nbSeq, in ZSTD_compressSequences_internal()
15203 CTable_MatchLength, mlCodeTable, in ZSTD_compressSequences_internal()