Searched refs:MaxOff (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/lib/zstd/ |
D | zstd_internal.h | 104 #define MaxOff 28 macro 122 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…
|
D | compress.c | 84 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)]; 102 …((MaxML + 1) + (MaxLL + 1) + (MaxOff + 1) + (1 << Litbits)) * sizeof(U32) + (ZSTD_OPT_NUM + 1) * (… in ZSTD_CCtxWorkspaceBound() 265 …size_t const optSpace = ((MaxML + 1) + (MaxLL + 1) + (MaxOff + 1) + (1 << Litbits)) * sizeof(U32) + in ZSTD_resetCCtx_advanced() 311 ptr = zc->seqStore.offCodeFreq + (MaxOff + 1); in ZSTD_resetCCtx_advanced() 684 U32 max = MaxOff; in ZSTD_compressSequences_internal() 693 …FSE_buildCTable_wksp(CTable_OffsetBits, OF_defaultNorm, MaxOff, OF_defaultNormLog, workspace, work… in ZSTD_compressSequences_internal() 2630 short offcodeNCount[MaxOff + 1]; in ZSTD_loadZstdDictionary() 2631 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadZstdDictionary() 2697 U32 offcodeMax = MaxOff; in ZSTD_loadZstdDictionary() 2703 CHECK_F(ZSTD_checkDictNCount(offcodeNCount, offcodeMaxValue, MIN(offcodeMax, MaxOff))); in ZSTD_loadZstdDictionary()
|
D | zstd_opt.h | 58 ssPtr->offCodeSum = (MaxOff + 1); in ZSTD_rescaleFreqs() 69 for (u = 0; u <= MaxOff; u++) in ZSTD_rescaleFreqs() 92 for (u = 0; u <= MaxOff; u++) { in ZSTD_rescaleFreqs()
|
D | decompress.c | 843 …size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, OFtype, MaxOff, Of… in ZSTD_decodeSeqHeaders() 951 …static const U32 OF_base[MaxOff + 1] = {0, 1, 1, 5, 0xD, 0x1D, 0x3D, 0x7D, … in ZSTD_decodeSequence() 1183 …static const U32 OF_base[MaxOff + 1] = {0, 1, 1, 5, 0xD, 0x1D, 0x3D, 0x7D, … in ZSTD_decodeSequenceLong_generic() 1890 short offcodeNCount[MaxOff + 1]; in ZSTD_loadEntropy() 1891 U32 offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadEntropy()
|