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