Searched refs:pixelTransformCache (Results 1 – 1 of 1) sorted by relevance
1422 private static SparseArray<double[]> pixelTransformCache = new SparseArray<>(); field in BitmapCompare1470 final double[] transformedColor = pixelTransformCache.get(pixels[i]); in convertRgbToCieLab()1475 pixelTransformCache.put(pixels[i], result[i]); in convertRgbToCieLab()