Searched refs:calcDifferenceMetric (Results 1 – 3 of 3) sorted by relevance
149 public static double calcDifferenceMetric(Bitmap a, Bitmap b) { in calcDifferenceMetric() method in BitmapUtils
604 double difference = BitmapUtils.calcDifferenceMetric(jpegPatch, rawPatch); in validateRawJpegImagePair()
630 double difference = BitmapUtils.calcDifferenceMetric(yuvBmap, jpegBmap); in testAllOutputYUVResolutions()