Searched refs:curr_score (Results 1 – 2 of 2) sorted by relevance
85 const float curr_score = candidate_keypoints[i].score_; in SortKeypoints() local88 SCHECK(last_score >= curr_score, in SortKeypoints()90 i - 1, last_score, i, curr_score, num_candidates); in SortKeypoints()92 last_score = curr_score; in SortKeypoints()
437 curr_score = (463 if max_score > curr_score: