Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dhuf_compress.c62 static size_t HUF_compressWeights (void* dst, size_t dstSize, const void* weightTable, size_t wtSiz… in HUF_compressWeights() argument
81 …{ unsigned const maxCount = HIST_count_simple(count, &maxSymbolValue, weightTable, wtSize); /*… in HUF_compressWeights()
96 …{ CHECK_V_F(cSize, FSE_compress_usingCTable(op, (size_t)(oend - op), weightTable, wtSize, CTable… in HUF_compressWeights()