Searched refs:fseCTable (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_superblock.c | 327 size_t nbSeq, const FSE_CTable* fseCTable, in ZSTD_estimateSubBlockSize_symbolType() argument 349 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateSubBlockSize_symbolType()
|
H A D | zstd_compress.c | 3265 const FSE_CTable* fseCTable, in ZSTD_estimateBlockSize_symbolType() argument 3286 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateBlockSize_symbolType()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_superblock.c | 604 size_t nbSeq, const FSE_CTable* fseCTable, in ZSTD_estimateSubBlockSize_symbolType() argument 626 cSymbolTypeSizeEstimateInBits = ZSTD_fseBitCost(fseCTable, countWksp, max); in ZSTD_estimateSubBlockSize_symbolType()
|