Searched refs:defaultMax (Results 1 – 4 of 4) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_compress_sequences.h | 36 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
|
H A D | zstd_compress_superblock.c | 329 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 D | zstd_compress_sequences.c | 247 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 D | zstd_compress.c | 3176 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()
|