Searched refs:difference (Results 1 – 9 of 9) sorted by relevance
17 float difference = (idealFloats.r - givenFloats.r) + (idealFloats.g - givenFloats.g) +19 v_out[0] += (difference * difference);
87 float difference = idealSum - givenSum; in getMSE() local88 totalError += (difference * difference); in getMSE()
51 int difference = 0.f; in squareDistance() local52 difference = (static_cast<float>(mX) - static_cast<float>(param.x())) * in squareDistance()56 return difference; in squareDistance()
81 float difference = 0.f; in squareDistance() local82 difference = static_cast<float>(mRed - param.r()) * in squareDistance()88 return difference; in squareDistance()
2 <meta name="keywords" content="API difference, difference between two APIs, API diff">
80 double difference = mean - value.doubleValue(); in getVariance() local81 squaredDiffs.add(Math.pow(difference, 2)); in getVariance()
84 double difference = mean - value.doubleValue(); in getVariance() local85 squaredDiffs.add(Math.pow(difference, 2)); in getVariance()
430 double difference = BitmapUtils.calcDifferenceMetric(yuvBmap, jpegBmap); in testAllOutputYUVResolutions() local433 difference); in testAllOutputYUVResolutions()434 if (difference > IMAGE_DIFFERENCE_TOLERANCE) { in testAllOutputYUVResolutions()458 difference); in testAllOutputYUVResolutions()
436 double difference = BitmapUtils.calcDifferenceMetric(jpegPatch, rawPatch); in testRaw16JpegConsistency() local437 if (difference > IMAGE_DIFFERENCE_TOLERANCE) { in testRaw16JpegConsistency()460 difference); in testRaw16JpegConsistency()