Searched refs:ZSTD_fseBitCost (Results 1 – 8 of 8) sorted by relevance
| /freebsd-head/sys/contrib/openzfs/module/zstd/lib/compress/ |
| HD | zstd_compress_sequences.h | 48 size_t ZSTD_fseBitCost(
|
| HD | zstd_compress_sequences.c | 90 size_t ZSTD_fseBitCost( in ZSTD_fseBitCost() function 193 …size_t const repeatCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max)… in ZSTD_selectEncodingType()
|
| HD | zstd_compress_superblock.c | 627 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateSubBlockSize_symbolType()
|
| /freebsd-head/sys/contrib/zstd/lib/compress/ |
| HD | zstd_compress_sequences.h | 47 size_t ZSTD_fseBitCost(
|
| HD | zstd_compress_sequences.c | 104 size_t ZSTD_fseBitCost( in ZSTD_fseBitCost() function 207 …size_t const repeatCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max)… in ZSTD_selectEncodingType()
|
| HD | zstd_compress_superblock.c | 349 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateSubBlockSize_symbolType()
|
| HD | zstd_compress.c | 3286 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateBlockSize_symbolType()
|
| /freebsd-head/sys/contrib/openzfs/module/zstd/include/ |
| HD | zstd_compat_wrapper.h | 156 #define ZSTD_fseBitCost zfs_ZSTD_fseBitCost macro
|