Searched refs:modelID (Results 1 - 14 of 14) sorted by relevance

/external/srec/srec/include/
H A Dswimodel.h50 modelID num_hmmstates; /* number of hmm states ~ 800 */
52 modelID num_pdfs; /* total number of pdfs ~ 4800 */
H A Dsrec_sizes.h38 typedef asr_uint16_t modelID; /*for models (HMM state distributions)*/ typedef
H A Dsrec_arb.h122 int num_phonemes, modelID* acoustic_model_ids);
H A Dsrec.h223 modelID num_model_slots_allocated; /*num allocated in above array - search will only
H A Dsimapi.h1595 modelID* pmodelIds);
/external/srec/tools/make_cfst/
H A Dmake_cfst.cpp68 modelID modelId, max_modelId = 0;
132 modelID silenceModelId = 0;
133 silenceModelId = (modelID)get_modelid_for_pic(allotree, silencePhonId, silencePhonId, silencePhonId);
156 modelId = (modelID)get_modelid_for_pic(allotree, lphonId, cphonId, rphonId);
158 modelId = (modelID)get_modelid_for_pic(allotree, 0, cphonId, 0);
209 for( modelID mId=0; mId<=max_modelId; mId++) {
/external/srec/tools/test_swiarb/
H A Dtest_swiarb.c59 modelID model_sequence[128];
90 /* get modelID for a triphone */
/external/srec/tools/test_g2g/
H A 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;
194 modelID ilabels_following[64], num_ilabels_following;
195 modelID ilabels[128], num_ilabels;
316 ilabels[j] = (modelID)p4pTable[ ilabels[j]];
375 ESR_ReturnCode find_phonemes_for_ihmms( CA_Arbdata* ca_arbdata, modelID* ihmms, int num_ihmms)
392 ihmms[ii] = (modelID)i;
/external/srec/srec/ca/
H A Dsyn_srec.c266 modelID* pmodelIds)
299 return (modelID)get_modelid_for_pic(allotree, lphon_ID, cphon_ID, rphon_ID);
/external/srec/srec/clib/
H A Dsrec_arb.c120 modelID* acoustic_model_ids)
123 modelID modelid;
156 modelid = (modelID) get_modelid_for_pic(allotree, lphon, cphon, rphon);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dmacdevicemanagermm.mm163 @"modelID: \"%@\", uniqueID \"%@\", isConnected: %d, "
168 [capture_device modelID],
/external/srec/srec/crec/
H A Dsrec_initialize.c92 rec->num_model_slots_allocated = (modelID)max_model_states;
H A Dsrec_context.c112 modelID* model_sequence, int num_models);
291 modelID hmm_number(const char* hmm_Name, modelID hmm_ilabel_offset)
297 return (modelID)(hmm_ilabel_offset + (modelID)atoi_with_check(hmm_Name + 3, MAXmodelID));
300 char* hmm_name(modelID ilabel, modelID hmm_ilabel_offset, char* buf)
1194 modelID model_sequence[MAX_PRON_LEN];
1364 model_sequence[i] = (modelID)(model_sequence[i] + fst->hmm_ilabel_offset);
1411 model_sequence[i] = (modelID)(model_sequenc
[all...]
H A Dsrec.c352 modelID model_index;
1108 modelID model_index;
1159 modelID prev_model_index;
1267 modelID end_model_index;
1528 modelID model_index;

Completed in 176 milliseconds