Home
last modified time | relevance | path

Searched refs:ZSTD_fseBitCost (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.h47 size_t ZSTD_fseBitCost(
H A Dzstd_compress_sequences.c102 size_t ZSTD_fseBitCost( in ZSTD_fseBitCost() function
205 …size_t const repeatCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max)… in ZSTD_selectEncodingType()
H A Dzstd_compress_superblock.c626 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateSubBlockSize_symbolType()
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h359 #define ZSTD_fseBitCost zfs_ZSTD_fseBitCost macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c11260 size_t ZSTD_fseBitCost(
11343 size_t ZSTD_fseBitCost( in ZSTD_fseBitCost() function
11446 …size_t const repeatCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max)… in ZSTD_selectEncodingType()
12330 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateSubBlockSize_symbolType()