Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dhuf_compress.c83 …{ unsigned const maxCount = HIST_count_simple(wksp->count, &maxSymbolValue, weightTable, wtSize)… in HUF_compressWeights() local
84 if (maxCount == wtSize) return 1; /* only a single symbol in src : rle */ in HUF_compressWeights()
85 … if (maxCount == 1) return 0; /* each symbol present maximum once => not compressible */ in HUF_compressWeights()