Searched refs:maxCount (Results 1 – 1 of 1) sorted by relevance
83 …{ unsigned const maxCount = HIST_count_simple(wksp->count, &maxSymbolValue, weightTable, wtSize)… in HUF_compressWeights() local84 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()