Searched refs:num_hmm_states (Results 1 – 6 of 6) sorted by relevance
97 token->num_hmm_states = rec->context->hmm_info_for_ilabel[arc->ilabel].num_states; in setup_free_fsmarc_token()99 for (i = 0;i < token->num_hmm_states;i++) in setup_free_fsmarc_token()123 for (i = 0; i < stoken->num_hmm_states; i++) in free_fsmarc_token()
107 for (i = 0; i < stoken->num_hmm_states; i++) in print_fsmarc_token()
149 for (j = 0; j < stoken->num_hmm_states; j++) in reprune_altword_tokens()163 for (j = 0; j < stoken->num_hmm_states; j++) in reprune_altword_tokens()186 for (j = 0; j < stoken->num_hmm_states; j++) in reprune_altword_tokens()463 for (i = 0;i < token->num_hmm_states;i++) in prune_new_tokens()642 num_states = stoken->num_hmm_states; in reset_best_cost_to_zero()1141 end_state = current_token->num_hmm_states - 1; in update_internal_hmm_states()1290 end_state = (char) current_token->num_hmm_states - 1; in update_from_hmms_to_fsmnodes()
618 for (i = 0; i < stoken->num_hmm_states; i++)717 for (i = 0; i < stoken->num_hmm_states; i++)
1117 for (i = 0; i < stoken->num_hmm_states; i++) in astar_stack_prepare_from_active_search()
67 frameID num_hmm_states; /* number of hmm states */ member