Searched refs:pixelTransformCache (Results 1 – 1 of 1) sorted by relevance
1805 final HashMap<Integer, double[]> pixelTransformCache = new HashMap<>(); in convertRgbToCieLab() local1810 final double[] transformedColor = pixelTransformCache.get(pixels[i]); in convertRgbToCieLab()1815 pixelTransformCache.put(pixels[i], result[i]); in convertRgbToCieLab()