Searched refs:weightTable (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | huf_compress.c | 148 const void* weightTable, size_t wtSize, in HUF_compressWeights() argument 165 …{ unsigned const maxCount = HIST_count_simple(wksp->count, &maxSymbolValue, weightTable, wtSize)… in HUF_compressWeights() 180 …{ CHECK_V_F(cSize, FSE_compress_usingCTable(op, (size_t)(oend - op), weightTable, wtSize, wksp->… in HUF_compressWeights()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | huf_compress.c | 149 const void* weightTable, size_t wtSize, in HUF_compressWeights() argument 166 …{ unsigned const maxCount = HIST_count_simple(wksp->count, &maxSymbolValue, weightTable, wtSize)… in HUF_compressWeights() 181 …{ CHECK_V_F(cSize, FSE_compress_usingCTable(op, (size_t)(oend - op), weightTable, wtSize, wksp->… in HUF_compressWeights()
|