Searched refs:max_vote (Results 1 – 1 of 1) sorted by relevance
2313 uint32_t max_vote = 0; in SetAlignmentStrategy() local2315 if (peeling_votes[i] > max_vote) { in SetAlignmentStrategy()2316 max_vote = peeling_votes[i]; in SetAlignmentStrategy()2320 if (max_vote == 0) { in SetAlignmentStrategy()