Searched refs:secondPeak (Results 1 – 2 of 2) sorted by relevance
138 int32_t secondPeak = 0; in EstimateBlackPoint() local144 secondPeak = x; in EstimateBlackPoint()148 if (firstPeak > secondPeak) { in EstimateBlackPoint()150 firstPeak = secondPeak; in EstimateBlackPoint()151 secondPeak = temp; in EstimateBlackPoint()153 if (secondPeak - firstPeak <= numBuckets >> 4) { in EstimateBlackPoint()157 int32_t bestValley = secondPeak - 1; in EstimateBlackPoint()159 for (x = secondPeak - 1; x > firstPeak; x--) { in EstimateBlackPoint()161 int32_t score = fromFirst * fromFirst * (secondPeak - x) * in EstimateBlackPoint()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...