Home | History | Annotate | Download | only in libmedia

Lines Matching refs:highest

120             int highest = 0;
122 ucma, matches, &goodmatch, &highest);
124 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest);
125 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) {
150 ucma, matches, &goodmatch, &highest);
151 if (!goodmatch && highest <= 15) {
276 * - pick the highest match
409 // find match with highest confidence after adjusting for unlikely characters
410 int highest = newconfidence[0];
416 if (newconfidence[i] > highest) {
417 runnerup = highest;
419 highest = newconfidence[i];
428 ucsdet_getName(matches[highestidx], &status), highest);
431 if (highest > 15) {
440 if ((highest - runnerup) > 15) {
444 *highestmatch = highest;