Searched refs:uniqueColors (Results 1 – 1 of 1) sorted by relevance
79 Set<Integer> uniqueColors = mInputPixelToCount.keySet(); in quantize() local80 if (uniqueColors.size() <= colorCount) { in quantize()83 for (int color : uniqueColors) { in quantize()