Searched refs:current_model_scores (Results 1 – 3 of 3) sorted by relevance
324 static int compute_model_scores(costdata *current_model_scores, const SWIModel *acoustic_models, in compute_model_scores() argument332 if (current_model_scores[i] == DO_COMPUTE_MODEL) in compute_model_scores()338 current_model_scores[i] = (costdata) - score; in compute_model_scores()357 costdata *current_model_scores; in find_which_models_to_compute() local372 current_model_scores = rec->current_model_scores; in find_which_models_to_compute()376 current_model_scores[model_index] = DO_NOT_COMPUTE_MODEL; in find_which_models_to_compute()395 current_model_scores[model_index] = DO_COMPUTE_MODEL; in find_which_models_to_compute()422 current_model_scores[hmm_info->state_indices[0]] = DO_COMPUTE_MODEL; in find_which_models_to_compute()1956 rec->current_model_scores[SILENCE_MODEL_INDEX] = DO_NOT_COMPUTE_MODEL; in srec_terminate()2105 …srec_viterbi_part1(rec2, acoustic_models2, pattern, rec1->current_model_scores[SILENCE_MODEL_INDEX… in multi_srec_viterbi()[all …]
91 …rec->current_model_scores = (costdata*) CALLOC_CLR(max_model_states, sizeof(costdata), "search.sre… in allocate_recognition1()213 FREE(rec->current_model_scores); in free_recognition1()
221 costdata *current_model_scores; /* temporary array used by the search to contain model scores - member