Home
last modified time | relevance | path

Searched refs:HUF_estimateCompressedSize (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c422 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol… in HUF_estimateCompressedSize() function
706 … size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue); in HUF_compress_internal()
707 … size_t const newSize = HUF_estimateCompressedSize(table->CTable, table->count, maxSymbolValue); in HUF_compress_internal()
H A Dzstd_compress_superblock.c129 size_t const newCSize = HUF_estimateCompressedSize( in ZSTD_buildSuperBlockEntropy_literal()
136 size_t const oldCSize = HUF_estimateCompressedSize( in ZSTD_buildSuperBlockEntropy_literal()
594 …{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, … in ZSTD_estimateSubBlockSize_literal()
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h139 #define HUF_estimateCompressedSize zfs_HUF_estimateCompressedSize macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dhuf.h191 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol…
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c710 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol… in HUF_estimateCompressedSize() function
1264 … size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue); in HUF_compress_internal()
1265 … size_t const newSize = HUF_estimateCompressedSize(table->CTable, table->count, maxSymbolValue); in HUF_compress_internal()
H A Dzstd_compress_superblock.c317 …{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, … in ZSTD_estimateSubBlockSize_literal()
H A Dzstd_compress.c3123 size_t const newCSize = HUF_estimateCompressedSize( in ZSTD_buildBlockEntropyStats_literals()
3131 size_t const oldCSize = HUF_estimateCompressedSize( in ZSTD_buildBlockEntropyStats_literals()
3253 …{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, … in ZSTD_estimateBlockSize_literal()
/freebsd/sys/contrib/zstd/lib/common/
H A Dhuf.h194 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol…