Searched refs:HUF_estimateCompressedSize (Results 1 – 3 of 3) sorted by relevance
/external/zstd/lib/compress/ |
D | huf_compress.c | 525 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol… in HUF_estimateCompressedSize() function 809 … size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue); in HUF_compress_internal() 810 … size_t const newSize = HUF_estimateCompressedSize(table->CTable, table->count, maxSymbolValue); in HUF_compress_internal()
|
D | zstd_compress_superblock.c | 129 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()
|
/external/zstd/lib/common/ |
D | huf.h | 196 size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned* count, unsigned maxSymbol…
|