Lines Matching refs:MaxLL
6476 #define MaxLL 35 macro
6479 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */
6485 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0,
6490 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2,
9983 FSE_CTable litlengthCTable[FSE_CTABLE_SIZE_U32(LLFSELog, MaxLL)];
11904 unsigned max = MaxLL; in ZSTD_buildSuperBlockEntropy_sequences()
11916 … countWksp, max, llCodeTable, nbSeq, LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_buildSuperBlockEntropy_sequences()
12354 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->llType, llCodeTable, MaxLL, in ZSTD_estimateSubBlockSize_sequences()
14195 + ZSTD_cwksp_alloc_size((MaxLL+1) * sizeof(U32)) in ZSTD_sizeof_matchState()
14471 … ms->opt.litLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxLL+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
15028 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
15119 { unsigned max = MaxLL; in ZSTD_compressSequences_internal()
15134 LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_compressSequences_internal()
16037 { short litlengthNCount[MaxLL+1]; in ZSTD_loadCEntropy()
16038 unsigned litlengthMaxValue = MaxLL, litlengthLog; in ZSTD_loadCEntropy()
16043 FORWARD_IF_ERROR( ZSTD_checkDictNCount(litlengthNCount, litlengthMaxValue, MaxLL), ""); in ZSTD_loadCEntropy()
20283 for (ll=0; ll<=MaxLL; ll++) { in ZSTD_rescaleFreqs()
20325 for (ll=0; ll<=MaxLL; ll++) in ZSTD_rescaleFreqs()
20328 optPtr->litLengthSum = MaxLL+1; in ZSTD_rescaleFreqs()
20348 optPtr->litLengthSum = ZSTD_downscaleStat(optPtr->litLengthFreq, MaxLL, 0); in ZSTD_rescaleFreqs()
21240 optPtr->litLengthSum = ZSTD_upscaleStat(optPtr->litLengthFreq, MaxLL, 0); in ZSTD_upscaleStats()
22651 static const U32 LL_base[MaxLL+1] = {
25615 { short litlengthNCount[MaxLL+1]; in ZSTD_loadDEntropy()
25616 unsigned litlengthMaxValue = MaxLL, litlengthLog; in ZSTD_loadDEntropy()
25619 RETURN_ERROR_IF(litlengthMaxValue > MaxLL, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
26910 LLtype, MaxLL, LLFSELog, in ZSTD_decodeSeqHeaders()