Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dhuf_compress.c501 static size_t HUF_estimateCompressedSize(HUF_CElt *CTable, const unsigned *count, unsigned maxSymbo… in HUF_estimateCompressedSize() function
725 size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, count, maxSymbolValue); in HUF_compress_internal()
726 size_t const newSize = HUF_estimateCompressedSize(CTable, count, maxSymbolValue); in HUF_compress_internal()