OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modelid
(Results
1 - 4
of
4
) sorted by null
/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/include/
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/
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
...]
/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;
Completed in 94 milliseconds