Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress_sequences.h47 size_t ZSTD_fseBitCost(
Dzstd_compress_sequences.c104 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()
Dzstd_compress_superblock.c349 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateSubBlockSize_symbolType()
Dzstd_compress.c3195 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateBlockSize_symbolType()