Searched refs:bestScore (Results 1 – 4 of 4) sorted by relevance
41 CA_NBestList *CA_PrepareNBestList(CA_Recog *hRecog, int num, asr_int32_t *bestScore) in CA_PrepareNBestList() argument48 newList = (CA_NBestList*)srec_nbest_prepare_list(hRecog->recm, num, bestScore); in CA_PrepareNBestList()
2303 asr_int32_t *bestScore);
70523 int bestScore = 0; /* Score of best match */70535 if( score>bestScore ){70537 bestScore = score;70555 if( score>bestScore ){70557 bestScore = score;70567 if( createFlag && (bestScore<6 || pBest->nArg!=nArg) &&
70512 int bestScore = 0; /* Score of best match */70524 if( score>bestScore ){70526 bestScore = score;70544 if( score>bestScore ){70546 bestScore = score;70556 if( createFlag && (bestScore<6 || pBest->nArg!=nArg) &&