Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dhuf_compress.c525 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol… in HUF_estimateCompressedSize() function
810 … size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue); in HUF_compress_internal()
811 … 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()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dhuf.h196 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol…
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h128 #define HUF_estimateCompressedSize zfs_HUF_estimateCompressedSize macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2350 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol…
8786 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol… in HUF_estimateCompressedSize() function
9070 … size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue); in HUF_compress_internal()
9071 … size_t const newSize = HUF_estimateCompressedSize(table->CTable, table->count, maxSymbolValue); in HUF_compress_internal()
11837 size_t const newCSize = HUF_estimateCompressedSize( in ZSTD_buildSuperBlockEntropy_literal()
11844 size_t const oldCSize = HUF_estimateCompressedSize( in ZSTD_buildSuperBlockEntropy_literal()
12302 …{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, … in ZSTD_estimateSubBlockSize_literal()