Searched refs:modelID (Results 1 – 13 of 13) sorted by relevance
/external/srec/tools/make_cfst/ |
D | make_cfst.cpp | 68 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/ |
D | swimodel.h | 50 modelID num_hmmstates; /* number of hmm states ~ 800 */ 52 modelID num_pdfs; /* total number of pdfs ~ 4800 */
|
D | srec_sizes.h | 38 typedef asr_uint16_t modelID; /*for models (HMM state distributions)*/ typedef
|
D | srec_arb.h | 122 int num_phonemes, modelID* acoustic_model_ids);
|
D | srec.h | 223 modelID num_model_slots_allocated; /*num allocated in above array - search will only
|
D | simapi.h | 1595 modelID* pmodelIds);
|
/external/srec/tools/test_g2g/ |
D | test_g2g.c | 71 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/ |
D | srec_arb.c | 120 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/ |
D | syn_srec.c | 266 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/ |
D | test_swiarb.c | 59 modelID model_sequence[128]; in main()
|
/external/srec/srec/crec/ |
D | srec_context.c | 111 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 …]
|
D | srec_initialize.c | 92 rec->num_model_slots_allocated = (modelID)max_model_states; in allocate_recognition1()
|
D | srec.c | 352 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()
|