Home | History | Annotate | Download | only in libmedia

Lines Matching refs:highest

121             int highest = 0;
123 ucma, matches, &goodmatch, &highest);
125 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest);
126 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) {
151 ucma, matches, &goodmatch, &highest);
152 if (!goodmatch && highest <= 15) {
278 * - pick the highest match
411 // find match with highest confidence after adjusting for unlikely characters
412 int highest = newconfidence[0];
418 if (newconfidence[i] > highest) {
419 highest;
421 highest = newconfidence[i];
430 ucsdet_getName(matches[highestidx], &status), highest);
433 if (highest > 15) {
442 if ((highest - runnerup) > 15) {
446 *highestmatch = highest;