Searched refs:highScore (Results 1 – 1 of 1) sorted by relevance
62 float highScore = -1; in findDominantColorByHue() local91 if (hueScoreHistogram[hue] > highScore) { in findDominantColorByHue()92 highScore = hueScoreHistogram[hue]; in findDominantColorByHue()101 highScore = -1; in findDominantColorByHue()118 if (newTotal > highScore) { in findDominantColorByHue()119 highScore = newTotal; in findDominantColorByHue()