Searched refs:HUF_estimateCompressedSize (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/zstd/common/ |
| H A D | huf.h | 137 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol…
|
| /linux/lib/zstd/compress/ |
| H A D | huf_compress.c | 791 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 D | zstd_compress_superblock.c | 323 …{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, … in ZSTD_estimateSubBlockSize_literal()
|
| H A D | zstd_compress.c | 3623 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()
|