Home
last modified time | relevance | path

Searched refs:interestingPixels (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DErrorCalculator.java92 int interestingPixels = Math.max(1, regionCount) * REGION_SIZE * REGION_SIZE; in calcErrorRS() local
112 Log.d(LOG_TAG, "rs: error " + totalError + ", pixels " + interestingPixels); in calcErrorRS()
114 return totalError / interestingPixels; in calcErrorRS()
146 int interestingPixels = Math.max(1, interestingRegions) * REGION_SIZE * REGION_SIZE; in calcError() local
172 Log.d(LOG_TAG, "dvk: error " + totalError + ", pixels " + interestingPixels); in calcError()
174 return totalError / interestingPixels; in calcError()