Searched refs:ZSTD_fseBitCost (Results 1 – 5 of 5) sorted by relevance
47 size_t ZSTD_fseBitCost(
102 size_t ZSTD_fseBitCost( in ZSTD_fseBitCost() function205 …size_t const repeatCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max)… in ZSTD_selectEncodingType()
626 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateSubBlockSize_symbolType()
359 #define ZSTD_fseBitCost zfs_ZSTD_fseBitCost macro
11260 size_t ZSTD_fseBitCost(11343 size_t ZSTD_fseBitCost( in ZSTD_fseBitCost() function11446 …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()