Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
H A Dhuf.h137 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol…
/linux/lib/zstd/compress/
H A Dhuf_compress.c791 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol… in HUF_estimateCompressedSize() function
1311 newSize = HUF_estimateCompressedSize(table, count, maxSymbolValue) + hSize; in HUF_optimalTableLog()
1414 … size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue); in HUF_compress_internal()
1415 … size_t const newSize = HUF_estimateCompressedSize(table->CTable, table->count, maxSymbolValue); in HUF_compress_internal()
H A Dzstd_compress_superblock.c323 …{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, … in ZSTD_estimateSubBlockSize_literal()
H A Dzstd_compress.c3623 size_t const newCSize = HUF_estimateCompressedSize( in ZSTD_buildBlockEntropyStats_literals()
3631 size_t const oldCSize = HUF_estimateCompressedSize( in ZSTD_buildBlockEntropyStats_literals()
3760 …{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, … in ZSTD_estimateBlockSize_literal()