Searched refs:rotated_count (Results 1 – 1 of 1) sorted by relevance
675 int total_count = 0, rotated_count[3] = {0, 0, 0}; in CheckRotate() local699 rotated_count[index] ++; in CheckRotate()705 if (rotated_count[0] > total_count * 2 / 3) { in CheckRotate()707 } else if (rotated_count[1] > total_count * 2 / 3) { in CheckRotate()709 } else if (rotated_count[2] > total_count * 2 / 3) { in CheckRotate()