Searched refs:defaultMax (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_compress_sequences.h | 36 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
|
D | zstd_compress_sequences.c | 245 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()
|
D | zstd_compress_superblock.c | 609 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()
|