Searched refs:OffFSELog (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/lib/zstd/ |
D | zstd_internal.h | 108 #define OffFSELog 8 macro
|
D | decompress.c | 70 FSE_DTable OFTable[FSE_DTABLE_SIZE_U32(OffFSELog)]; 843 … ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, OFtype, MaxOff, OffFSELog, ip, iend - ip, in ZSTD_decodeSeqHeaders() 991 if (ZSTD_32bits() || (totalBits > 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_decodeSequence() 1232 if (ZSTD_32bits() || (totalBits > 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_decodeSequenceLong_generic() 1896 if (offcodeLog > OffFSELog) in ZSTD_loadEntropy()
|
D | compress.c | 84 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)]; 697 const U32 tableLog = FSE_optimalTableLog(OffFSELog, nbSeq, max); in ZSTD_compressSequences_internal() 796 if (ZSTD_32bits() || (ofBits + mlBits + llBits >= 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_compressSequences_internal() 2649 if (offcodeLog > OffFSELog) in ZSTD_loadZstdDictionary()
|