Searched refs:ZSTD_fseBitCost (Results 1 – 4 of 4) sorted by relevance
47 size_t ZSTD_fseBitCost(
104 size_t ZSTD_fseBitCost( in ZSTD_fseBitCost() function207 …size_t const repeatCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max)… in ZSTD_selectEncodingType()
349 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateSubBlockSize_symbolType()
3195 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateBlockSize_symbolType()