Searched refs:MaxLL (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/zstd/ |
A D | zstd_internal.h | 93 #define MaxLL 35 macro 95 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ 100 static const U32 LL_bits[MaxLL + 1] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, … 101 static const S16 LL_defaultNorm[MaxLL + 1] = {4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2,…
|
A D | zstd_opt.h | 46 ssPtr->litLengthSum = MaxLL + 1; in ZSTD_rescaleFreqs() 55 for (u = 0; u <= MaxLL; u++) in ZSTD_rescaleFreqs() 72 for (u = 0; u <= MaxLL; u++) { in ZSTD_rescaleFreqs()
|
A D | decompress.c | 827 …size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, LLtype, MaxLL, LLF… in ZSTD_decodeSeqHeaders() 935 …static const U32 LL_base[MaxLL + 1] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … in ZSTD_decodeSequence() 1167 …static const U32 LL_base[MaxLL + 1] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … in ZSTD_decodeSequenceLong_generic() 1905 short litlengthNCount[MaxLL + 1]; in ZSTD_loadEntropy() 1906 unsigned litlengthMaxValue = MaxLL, litlengthLog; in ZSTD_loadEntropy()
|
Completed in 11 milliseconds