Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_sequences.h36 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
H A Dzstd_compress_superblock.c329 short const* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_estimateSubBlockSize_symbolType() argument
342 assert(max <= defaultMax); in ZSTD_estimateSubBlockSize_symbolType()
343 cSymbolTypeSizeEstimateInBits = max <= defaultMax in ZSTD_estimateSubBlockSize_symbolType()
H A Dzstd_compress_sequences.c247 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_buildCTable() argument
265 …FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, defaultNorm, defaultMax, defaultNormLog, entropy… in ZSTD_buildCTable()
H A Dzstd_compress.c3176 short const* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_estimateBlockSize_symbolType() argument
3189 assert(max <= defaultMax); in ZSTD_estimateBlockSize_symbolType()
3190 (void)defaultMax; in ZSTD_estimateBlockSize_symbolType()