Searched refs:totalError (Results 1 – 2 of 2) sorted by relevance
100 float totalError = 0; in calcErrorRS() local102 totalError += row; in calcErrorRS()104 totalError /= 1024.0f; in calcErrorRS()112 Log.d(LOG_TAG, "rs: error " + totalError + ", pixels " + interestingPixels); in calcErrorRS()114 return totalError / interestingPixels; in calcErrorRS()152 float totalError = 0; in calcError() local159 totalError += Math.abs(Color.red(idealColor) - Color.red(givenColor)); in calcError()161 totalError += Math.abs(Color.blue(idealColor) - Color.blue(givenColor)); in calcError()165 totalError /= 1024.0f; in calcError()172 Log.d(LOG_TAG, "dvk: error " + totalError + ", pixels " + interestingPixels); in calcError()[all …]
78 size_t totalError = 0; in heatCount() local91 totalError += error; in heatCount()94 heat.emplace_front(totalOk, totalError); in heatCount()