/external/srec/srec/include/ |
swimodel.h | 50 modelID num_hmmstates; /* number of hmm states ~ 800 */ 52 modelID num_pdfs; /* total number of pdfs ~ 4800 */
|
srec_sizes.h | 38 typedef asr_uint16_t modelID; /*for models (HMM state distributions)*/
|
srec_arb.h | 122 int num_phonemes, modelID* acoustic_model_ids);
|
srec.h | 223 modelID num_model_slots_allocated; /*num allocated in above array - search will only
|
simapi.h | [all...] |
/external/srec/tools/make_cfst/ |
make_cfst.cpp | 50 int modelId; 68 modelID modelId, max_modelId = 0; 132 modelID silenceModelId = 0; 133 silenceModelId = (modelID)get_modelid_for_pic(allotree, silencePhonId, silencePhonId, silencePhonId); 136 for(modelId=0; modelId<MAX_MODELS; modelId++) { 137 minifst[modelId].modelId = MAXmodelID [all...] |
/external/srec/tools/test_swiarb/ |
test_swiarb.c | 59 modelID model_sequence[128]; 90 /* get modelID for a triphone */ 118 printf("triphone:_%c_ -> ModelID:%d\n", pronunciation[j], model_sequence[j]); 120 printf("triphone:_%c%c -> ModelID:%d\n", pronunciation[j], pronunciation[j+1], 124 printf("triphone:%c%c_ -> ModelID:%d\n", pronunciation[j-1], pronunciation[j], model_sequence[j]); 127 printf("triphone:%c%c%c -> ModelID:%d\n", pronunciation[j-1], pronunciation[j], pronunciation[j+1],
|
/external/srec/tools/test_g2g/ |
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; 194 modelID ilabels_following[64], num_ilabels_following; 195 modelID ilabels[128], num_ilabels; 231 fst->modelid 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/ |
syn_srec.c | 266 modelID* pmodelIds) 299 return (modelID)get_modelid_for_pic(allotree, lphon_ID, cphon_ID, rphon_ID);
|
/external/srec/srec/clib/ |
srec_arb.c | 120 modelID* acoustic_model_ids) 123 modelID modelid; local 156 modelid = (modelID) get_modelid_for_pic(allotree, lphon, cphon, rphon); 157 acoustic_model_ids[i] = modelid; 162 for (j = 0; j < allotree->hmm_infos[modelid].num_states; j++) 163 printf(" %d", allotree->hmm_infos[modelid].state_indices[j]);
|
/external/srec/srec/crec/ |
srec_initialize.c | 92 rec->num_model_slots_allocated = (modelID)max_model_states;
|
srec_context.c | 111 modelID* model_sequence, int num_models); 290 modelID hmm_number(const char* hmm_Name, modelID hmm_ilabel_offset) 296 return (modelID)(hmm_ilabel_offset + (modelID)atoi_with_check(hmm_Name + 3, MAXmodelID)); 299 char* hmm_name(modelID ilabel, modelID hmm_ilabel_offset, char* buf) 893 if (allotree__modelid != 0 && fst->modelid != 0) 895 if (allotree__modelid != fst->modelid) 897 PLogError("Error: modelids disagree, sgcbaseline(%u) arbdata(%u)", fst->modelid, allotree__modelid) [all...] |
srec.c | 352 modelID model_index; [all...] |