Searched refs:max_vote (Results 1 – 1 of 1) sorted by relevance
2819 uint32_t max_vote = 0; in SetAlignmentStrategy() local2821 if (peeling_votes[i] > max_vote) { in SetAlignmentStrategy()2822 max_vote = peeling_votes[i]; in SetAlignmentStrategy()2826 if (max_vote == 0) { in SetAlignmentStrategy()