Searched refs:ZSTD_fseBitCost (Results 1 – 4 of 4) sorted by relevance
49 size_t ZSTD_fseBitCost(
105 size_t ZSTD_fseBitCost( in ZSTD_fseBitCost() function208 …size_t const repeatCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max)… in ZSTD_selectEncodingType()
355 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateSubBlockSize_symbolType()
3794 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateBlockSize_symbolType()