Home
last modified time | relevance | path

Searched refs:HUF_compressWeights (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() function
127 { CHECK_V_F(hSize, HUF_compressWeights(op+1, maxDstSize-1, huffWeight, maxSymbolValue) ); in HUF_writeCTable()