Home
last modified time | relevance | path

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

/external/srec/srec/clib/
Dsrec_arb.c123 modelID modelid; in get_modelids_for_pron() local
156 modelid = (modelID) get_modelid_for_pic(allotree, lphon, cphon, rphon); in get_modelids_for_pron()
157 acoustic_model_ids[i] = modelid; in get_modelids_for_pron()
162 for (j = 0; j < allotree->hmm_infos[modelid].num_states; j++) in get_modelids_for_pron()
163 printf(" %d", allotree->hmm_infos[modelid].state_indices[j]); in get_modelids_for_pron()
/external/srec/srec/include/
Dsrec_context.h100 asr_uint32_t modelid; /* modelid at compilation time, or 0 for unknown */ member
/external/srec/srec/crec/
Dsrec_context.c893 if (allotree__modelid != 0 && fst->modelid != 0) in FST_AttachArbdata()
895 if (allotree__modelid != fst->modelid) in FST_AttachArbdata()
897 …PLogError("Error: modelids disagree, sgcbaseline(%u) arbdata(%u)", fst->modelid, allotree__modelid… in FST_AttachArbdata()
929 pfst->modelid = 0; in FST_LoadGraph()
935 pfst->modelid = strtoul(line + strlen("modelid:"), &p, 10); in FST_LoadGraph()
3070 header[2] = context->modelid; in FST_DumpContextAsImageV2()
3289 fst->modelid = header[2]; in FST_LoadContextFromImageV2()
/external/srec/tools/test_g2g/
Dtest_g2g.c231 fst->modelid in CheckG2G()