Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dhuf_compress.c494 size_t HUF_buildCTable_wksp (HUF_CElt* tree, const unsigned* count, U32 maxSymbolValue, U32 maxNbBi… in HUF_buildCTable_wksp() function
795 { size_t const maxBits = HUF_buildCTable_wksp(table->CTable, table->count, in HUF_compress_internal()
890 …return HUF_buildCTable_wksp(tree, count, maxSymbolValue, maxNbBits, &workspace, sizeof(workspace)); in HUF_buildCTable()
Dzstd_compress_superblock.c123 { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, in ZSTD_buildSuperBlockEntropy_literal()
/external/zstd/lib/common/
Dhuf.h221 size_t HUF_buildCTable_wksp (HUF_CElt* tree,
/external/zstd/tests/
Ddecodecorpus.c451 …{ size_t const maxBits = HUF_buildCTable_wksp (hufTable, count, maxSymbolValue, huffLog, WKSP, s… in writeHufHeader()