Searched refs:weightTable (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | huf_compress.c | 84 size_t HUF_compressWeights (void* dst, size_t dstSize, const void* weightTable, size_t wtSize) in HUF_compressWeights() argument 103 { CHECK_V_F(maxCount, FSE_count_simple(count, &maxSymbolValue, weightTable, wtSize) ); in HUF_compressWeights() 118 { CHECK_V_F(cSize, FSE_compress_usingCTable(op, oend - op, weightTable, wtSize, CTable) ); in HUF_compressWeights()
|