Searched refs:VBOX_COMPARATOR_VOLUME (Results 1 – 1 of 1) sorted by relevance
162 final PriorityQueue<Vbox> pq = new PriorityQueue<>(maxColors, VBOX_COMPARATOR_VOLUME); in quantizePixels()441 private static final Comparator<Vbox> VBOX_COMPARATOR_VOLUME = new Comparator<Vbox>() { field in ColorCutQuantizer