Lines Matching refs:MaxML

6475 #define MaxML   52  macro
6479 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */
6498 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0,
6505 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2,
9982 FSE_CTable matchlengthCTable[FSE_CTABLE_SIZE_U32(MLFSELog, MaxML)];
11951 unsigned max = MaxML; in ZSTD_buildSuperBlockEntropy_sequences()
11962 … countWksp, max, mlCodeTable, nbSeq, ML_defaultNorm, ML_defaultNormLog, MaxML, in ZSTD_buildSuperBlockEntropy_sequences()
12358 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, MaxML, in ZSTD_estimateSubBlockSize_sequences()
14194 ZSTD_cwksp_alloc_size((MaxML+1) * sizeof(U32)) in ZSTD_sizeof_matchState()
14472 … ms->opt.matchLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxML+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
15030 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()
15173 { unsigned max = MaxML; in ZSTD_compressSequences_internal()
15188 ML_defaultNorm, ML_defaultNormLog, MaxML, in ZSTD_compressSequences_internal()
16022 { short matchlengthNCount[MaxML+1]; in ZSTD_loadCEntropy()
16023 unsigned matchlengthMaxValue = MaxML, matchlengthLog; in ZSTD_loadCEntropy()
16028 FORWARD_IF_ERROR( ZSTD_checkDictNCount(matchlengthNCount, matchlengthMaxValue, MaxML), ""); in ZSTD_loadCEntropy()
20295 for (ml=0; ml<=MaxML; ml++) { in ZSTD_rescaleFreqs()
20331 for (ml=0; ml<=MaxML; ml++) in ZSTD_rescaleFreqs()
20334 optPtr->matchLengthSum = MaxML+1; in ZSTD_rescaleFreqs()
20349 optPtr->matchLengthSum = ZSTD_downscaleStat(optPtr->matchLengthFreq, MaxML, 0); in ZSTD_rescaleFreqs()
21241 optPtr->matchLengthSum = ZSTD_upscaleStat(optPtr->matchLengthFreq, MaxML, 0); in ZSTD_upscaleStats()
22670 static const U32 ML_base[MaxML+1] = {
25602 { short matchlengthNCount[MaxML+1]; in ZSTD_loadDEntropy()
25603 unsigned matchlengthMaxValue = MaxML, matchlengthLog; in ZSTD_loadDEntropy()
25606 RETURN_ERROR_IF(matchlengthMaxValue > MaxML, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
26930 MLtype, MaxML, MLFSELog, in ZSTD_decodeSeqHeaders()