Home
last modified time | relevance | path

Searched refs:defaultMax (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress_sequences.h38 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
H A Dzstd_compress_superblock.c335 short const* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_estimateSubBlockSize_symbolType() argument
348 assert(max <= defaultMax); in ZSTD_estimateSubBlockSize_symbolType()
349 cSymbolTypeSizeEstimateInBits = max <= defaultMax in ZSTD_estimateSubBlockSize_symbolType()
H A Dzstd_compress_sequences.c248 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_buildCTable() argument
266 …FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, defaultNorm, defaultMax, defaultNormLog, entropy… in ZSTD_buildCTable()
H A Dzstd_compress.c3775 short const* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_estimateBlockSize_symbolType() argument
3788 assert(max <= defaultMax); in ZSTD_estimateBlockSize_symbolType()
3789 (void)defaultMax; in ZSTD_estimateBlockSize_symbolType()