Searched refs:modelid (Results 1 - 4 of 4) sorted by relevance
/external/srec/srec/clib/ |
H A D | srec_arb.c | 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/include/ |
H A D | srec_context.h | 100 asr_uint32_t modelid; /* modelid at compilation time, or 0 for unknown */ member in struct:srec_context
|
/external/srec/srec/crec/ |
H A D | srec_context.c | 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); 929 pfst->modelid = 0; 932 if (strstr(line, "modelid:") == line) 935 pfst->modelid = strtoul(line + strlen("modelid:"), &p, 10); 1009 if (strstr(line, "modelid:") == line) continue; 3070 header[2] = context->modelid; 3289 fst->modelid [all...] |
/external/srec/tools/test_g2g/ |
H A D | test_g2g.c | 231 fst->modelid
|
Completed in 464 milliseconds