Searched refs:interestingPixels (Results 1 – 1 of 1) sorted by relevance
92 int interestingPixels = Math.max(1, regionCount) * REGION_SIZE * REGION_SIZE; in calcErrorRS() local112 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() local172 Log.d(LOG_TAG, "dvk: error " + totalError + ", pixels " + interestingPixels); in calcError()174 return totalError / interestingPixels; in calcError()