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.c67 …LABEL(ilabel,context) (ilabel >= context->hmm_ilabel_offset+EPSILON_OFFSET && ilabel<context->hmm_…
291 modelID hmm_number(const char* hmm_Name, modelID hmm_ilabel_offset) in hmm_number() argument
297 return (modelID)(hmm_ilabel_offset + (modelID)atoi_with_check(hmm_Name + 3, MAXmodelID)); in hmm_number()
300 char* hmm_name(modelID ilabel, modelID hmm_ilabel_offset, char* buf) in hmm_name() argument
309 sprintf(buf, "hmm%03d", ilabel - hmm_ilabel_offset); in hmm_name()
892 fst->hmm_info_for_ilabel = allophone_tree->hmm_infos - fst->hmm_ilabel_offset; in FST_AttachArbdata()
968 fst->hmm_ilabel_offset = wordmap_find_index(fst->ilabels, "hmm0"); in FST_LoadGraph()
969 ASSERT(fst->hmm_ilabel_offset >= 0); in FST_LoadGraph()
979 fst->hmm_ilabel_offset = 128; /* should match MAX_PHONEMES */ in FST_LoadGraph()
1054 atoken->ilabel = hmm_number(ilabel_str, fst->hmm_ilabel_offset); in FST_LoadGraph()
[all …]
/external/srec/srec/include/
Dsrec_context.h153 asr_int16_t hmm_ilabel_offset; /* offset for ilabels to hmm */ member
/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()