Home
last modified time | relevance | path

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

/Linux-v5.10/lib/zstd/
Dhuf_compress.c501 static size_t HUF_estimateCompressedSize(HUF_CElt *CTable, const unsigned *count, unsigned maxSymbo… in HUF_estimateCompressedSize() function
727 size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, count, maxSymbolValue); in HUF_compress_internal()
728 size_t const newSize = HUF_estimateCompressedSize(CTable, count, maxSymbolValue); in HUF_compress_internal()