Home
last modified time | relevance | path

Searched refs:modelID (Results 1 – 13 of 13) sorted by relevance

/external/srec/tools/make_cfst/
Dmake_cfst.cpp68 modelID modelId, max_modelId = 0; in main()
132 modelID silenceModelId = 0; in main()
133 …silenceModelId = (modelID)get_modelid_for_pic(allotree, silencePhonId, silencePhonId, silencePhonI… in main()
156 modelId = (modelID)get_modelid_for_pic(allotree, lphonId, cphonId, rphonId); in main()
158 modelId = (modelID)get_modelid_for_pic(allotree, 0, cphonId, 0); in main()
209 for( modelID mId=0; mId<=max_modelId; mId++) { in main()
/external/srec/srec/include/
Dswimodel.h50 modelID num_hmmstates; /* number of hmm states ~ 800 */
52 modelID num_pdfs; /* total number of pdfs ~ 4800 */
Dsrec_sizes.h38 typedef asr_uint16_t modelID; /*for models (HMM state distributions)*/ typedef
Dsrec_arb.h122 int num_phonemes, modelID* acoustic_model_ids);
Dsrec.h223 modelID num_model_slots_allocated; /*num allocated in above array - search will only
Dsimapi.h1595 modelID* pmodelIds);
/external/srec/tools/test_g2g/
Dtest_g2g.c71 ESR_ReturnCode find_phonemes_for_ihmms( CA_Arbdata* ca_arbdata, modelID* ihmms, int num_hmms);
193 modelID ilabels_preceding[64], num_ilabels_preceding; in CheckG2G()
194 modelID ilabels_following[64], num_ilabels_following; in CheckG2G()
195 modelID ilabels[128], num_ilabels; in CheckG2G()
316 ilabels[j] = (modelID)p4pTable[ ilabels[j]]; in CheckG2G()
375 ESR_ReturnCode find_phonemes_for_ihmms( CA_Arbdata* ca_arbdata, modelID* ihmms, int num_ihmms) in find_phonemes_for_ihmms()
392 ihmms[ii] = (modelID)i; in find_phonemes_for_ihmms()
/external/srec/srec/clib/
Dsrec_arb.c120 modelID* acoustic_model_ids) in get_modelids_for_pron()
123 modelID modelid; in get_modelids_for_pron()
156 modelid = (modelID) get_modelid_for_pic(allotree, lphon, cphon, rphon); in get_modelids_for_pron()
/external/srec/srec/ca/
Dsyn_srec.c266 modelID* pmodelIds) in CA_ArbdataGetModelIdsForPron()
299 return (modelID)get_modelid_for_pic(allotree, lphon_ID, cphon_ID, rphon_ID); in CA_ArbdataGetModelIdsForPIC()
/external/srec/tools/test_swiarb/
Dtest_swiarb.c59 modelID model_sequence[128]; in main()
/external/srec/srec/crec/
Dsrec_context.c111 modelID* model_sequence, int num_models);
290 modelID hmm_number(const char* hmm_Name, modelID hmm_ilabel_offset) in hmm_number()
296 return (modelID)(hmm_ilabel_offset + (modelID)atoi_with_check(hmm_Name + 3, MAXmodelID)); in hmm_number()
299 char* hmm_name(modelID ilabel, modelID hmm_ilabel_offset, char* buf) in hmm_name()
1193 modelID model_sequence[MAX_PRON_LEN]; in FST_AddWordToGrammar()
1363 model_sequence[i] = (modelID)(model_sequence[i] + fst->hmm_ilabel_offset); in FST_AddWordToGrammar()
1410 model_sequence[i] = (modelID)(model_sequence[i] + fst->hmm_ilabel_offset); in FST_AddWordToGrammar()
1459 model_sequence[i] = (modelID)(model_sequence[i] + fst->hmm_ilabel_offset); in FST_AddWordToGrammar()
2278 modelID* add_tree_start, int add_tree_len) in fst_add_arcs()
2288 modelID *add_tree_end = add_tree_start + add_tree_len - 1; in fst_add_arcs()
[all …]
Dsrec_initialize.c92 rec->num_model_slots_allocated = (modelID)max_model_states; in allocate_recognition1()
Dsrec.c352 modelID model_index; in find_which_models_to_compute()
1108 modelID model_index; in update_internal_hmm_states()
1159 modelID prev_model_index; in update_internal_hmm_states()
1267 modelID end_model_index; in update_from_hmms_to_fsmnodes()
1528 modelID model_index; in update_from_current_fsm_nodes_into_new_HMMs()