Searched refs:MaxOff (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/zstd/ |
A D | zstd_internal.h | 94 #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 D | zstd_opt.h | 48 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 D | decompress.c | 834 …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