Searched refs:current_top_score (Results 1 – 1 of 1) sorted by relevance
111 int32_t current_top_score = 0; in ProcessLatestResults() local113 if (average_scores[i] > current_top_score) { in ProcessLatestResults()114 current_top_score = average_scores[i]; in ProcessLatestResults()129 if ((current_top_score > detection_threshold_) && in ProcessLatestResults()139 *score = current_top_score; in ProcessLatestResults()