Searched refs:rotated_count (Results 1 – 1 of 1) sorted by relevance
681 int total_count = 0, rotated_count[3] = {0, 0, 0}; in CheckRotate() local705 rotated_count[index]++; in CheckRotate()711 if (rotated_count[0] > total_count * 2 / 3) { in CheckRotate()713 } else if (rotated_count[1] > total_count * 2 / 3) { in CheckRotate()715 } else if (rotated_count[2] > total_count * 2 / 3) { in CheckRotate()