HomeSort by relevance Sort by last modified time
    Searched refs:interestingPixels (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
WeightedPixelDifference.java 85 int interestingPixels = Math.max(1, interestingRegions) * regionSize * regionSize;
102 totalError /= interestingPixels;
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ErrorCalculator.java 92 int interestingPixels = Math.max(1, regionCount) * REGION_SIZE * REGION_SIZE;
112 Log.d(LOG_TAG, "rs: error " + totalError + ", pixels " + interestingPixels);
114 return totalError / interestingPixels;
146 int interestingPixels = Math.max(1, interestingRegions) * REGION_SIZE * REGION_SIZE;
172 Log.d(LOG_TAG, "dvk: error " + totalError + ", pixels " + interestingPixels);
174 return totalError / interestingPixels;

Completed in 33 milliseconds