Home
last modified time | relevance | path

Searched refs:MaxML (Results 1 – 3 of 3) sorted by relevance

/u-boot/lib/zstd/
A Dzstd_internal.h92 #define MaxML 52 macro
95 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */
105 static const U32 ML_bits[MaxML + 1] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, …
107 static const S16 ML_defaultNorm[MaxML + 1] = {1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1,…
A Dzstd_opt.h47 ssPtr->matchLengthSum = MaxML + 1; in ZSTD_rescaleFreqs()
57 for (u = 0; u <= MaxML; u++) in ZSTD_rescaleFreqs()
76 for (u = 0; u <= MaxML; u++) { in ZSTD_rescaleFreqs()
A Ddecompress.c841 …size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, MLtype, MaxML, MLF… in ZSTD_decodeSeqHeaders()
938 …static const U32 ML_base[MaxML + 1] = {3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, … in ZSTD_decodeSequence()
1170 …static const U32 ML_base[MaxML + 1] = {3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, … in ZSTD_decodeSequenceLong_generic()
1893 short matchlengthNCount[MaxML + 1]; in ZSTD_loadEntropy()
1894 unsigned matchlengthMaxValue = MaxML, matchlengthLog; in ZSTD_loadEntropy()

Completed in 11 milliseconds