Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dzstd_internal.h94 #define MaxOff 28 macro
112 static const S16 OF_defaultNorm[MaxOff + 1] = {1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1…
A Dzstd_opt.h48 ssPtr->offCodeSum = (MaxOff + 1); in ZSTD_rescaleFreqs()
59 for (u = 0; u <= MaxOff; u++) in ZSTD_rescaleFreqs()
82 for (u = 0; u <= MaxOff; u++) { in ZSTD_rescaleFreqs()
A Ddecompress.c834 …size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, OFtype, MaxOff, Of… in ZSTD_decodeSeqHeaders()
942 …static const U32 OF_base[MaxOff + 1] = {0, 1, 1, 5, 0xD, 0x1D, 0x3D, 0x7D, … in ZSTD_decodeSequence()
1174 …static const U32 OF_base[MaxOff + 1] = {0, 1, 1, 5, 0xD, 0x1D, 0x3D, 0x7D, … in ZSTD_decodeSequenceLong_generic()
1881 short offcodeNCount[MaxOff + 1]; in ZSTD_loadEntropy()
1882 U32 offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadEntropy()

Completed in 12 milliseconds