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