Home
last modified time | relevance | path

Searched refs:hmm_info_for_ilabel (Results 1 – 4 of 4) sorted by relevance

/external/srec/srec/include/
Dsrec_context.h154 HMMInfo* hmm_info_for_ilabel; /* ilabel to state conversion */ member
/external/srec/srec/crec/
Dsrec_tokens.c97 token->num_hmm_states = rec->context->hmm_info_for_ilabel[arc->ilabel].num_states; in setup_free_fsmarc_token()
Dsrec.c386 hmm_info = &rec->context->hmm_info_for_ilabel[fsm_arc->ilabel]; in find_which_models_to_compute()
416 hmm_info = &rec->context->hmm_info_for_ilabel[fsm_arc->ilabel]; in find_which_models_to_compute()
1139 hmm_info = &rec->context->hmm_info_for_ilabel[ fsm_arc->ilabel]; in update_internal_hmm_states()
1307 hmm_info = &rec->context->hmm_info_for_ilabel[ fsm_arc->ilabel]; in update_from_hmms_to_fsmnodes()
1582 hmm_info = &rec->context->hmm_info_for_ilabel[ilabel]; in update_from_current_fsm_nodes_into_new_HMMs()
Dsrec_context.c891 fst->hmm_info_for_ilabel = allophone_tree->hmm_infos - fst->hmm_ilabel_offset; in FST_AttachArbdata()