Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_sequences.h36 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
Dzstd_compress_sequences.c245 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_buildCTable() argument
263 …FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, defaultNorm, defaultMax, defaultNormLog, entropy… in ZSTD_buildCTable()
Dzstd_compress_superblock.c609 short const* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_estimateSubBlockSize_symbolType() argument
622 assert(max <= defaultMax); in ZSTD_estimateSubBlockSize_symbolType()
623 cSymbolTypeSizeEstimateInBits = max <= defaultMax in ZSTD_estimateSubBlockSize_symbolType()