Searched refs:HUF_estimateCompressedSize (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/lib/zstd/compress/ |
D | zstd_compress_superblock.c | 129 size_t const newCSize = HUF_estimateCompressedSize( in ZSTD_buildSuperBlockEntropy_literal() 137 size_t const oldCSize = HUF_estimateCompressedSize( in ZSTD_buildSuperBlockEntropy_literal() 597 …{ size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, … in ZSTD_estimateSubBlockSize_literal()
|
D | huf_compress.c | 541 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol… in HUF_estimateCompressedSize() function 833 … size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue); in HUF_compress_internal() 834 … size_t const newSize = HUF_estimateCompressedSize(table->CTable, table->count, maxSymbolValue); in HUF_compress_internal()
|
/linux-5.19.10/lib/zstd/common/ |
D | huf.h | 194 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol…
|