Home
last modified time | relevance | path

Searched refs:hmm_ilabel_offset (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/crec/
Dsrec_context.c66 …LABEL(ilabel,context) (ilabel >= context->hmm_ilabel_offset+EPSILON_OFFSET && ilabel<context->hmm_…
290 modelID hmm_number(const char* hmm_Name, modelID hmm_ilabel_offset) in hmm_number() argument
296 return (modelID)(hmm_ilabel_offset + (modelID)atoi_with_check(hmm_Name + 3, MAXmodelID)); in hmm_number()
299 char* hmm_name(modelID ilabel, modelID hmm_ilabel_offset, char* buf) in hmm_name() argument
308 sprintf(buf, "hmm%03d", ilabel - hmm_ilabel_offset); in hmm_name()
891 fst->hmm_info_for_ilabel = allophone_tree->hmm_infos - fst->hmm_ilabel_offset; in FST_AttachArbdata()
967 fst->hmm_ilabel_offset = wordmap_find_index(fst->ilabels, "hmm0"); in FST_LoadGraph()
968 ASSERT(fst->hmm_ilabel_offset >= 0); in FST_LoadGraph()
978 fst->hmm_ilabel_offset = 128; /* should match MAX_PHONEMES */ in FST_LoadGraph()
1053 atoken->ilabel = hmm_number(ilabel_str, fst->hmm_ilabel_offset); in FST_LoadGraph()
[all …]
/external/srec/tools/test_g2g/
Dtest_g2g.c293 if(ilabels[j]<fst->hmm_ilabel_offset) { in CheckG2G()
297 ilabels[j] = ilabels[j] - (labelID)fst->hmm_ilabel_offset; in CheckG2G()
/external/srec/srec/include/
Dsrec_context.h153 asr_int16_t hmm_ilabel_offset; /* offset for ilabels to hmm */ member