OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmm_ilabel_offset
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
srec_context.h
153
asr_int16_t
hmm_ilabel_offset
; /* offset for ilabels to hmm */
member in struct:srec_context
/external/srec/srec/crec/
srec_context.c
66
#define IS_SILENCE_ILABEL(ilabel,context) (ilabel >= context->
hmm_ilabel_offset
+EPSILON_OFFSET && ilabel<context->
hmm_ilabel_offset
+EPSILON_OFFSET+NUM_SILENCE_HMMS)
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)
308
sprintf(buf, "hmm%03d", ilabel -
hmm_ilabel_offset
);
891
fst->hmm_info_for_ilabel = allophone_tree->hmm_infos - fst->
hmm_ilabel_offset
;
967
fst->
hmm_ilabel_offset
= wordmap_find_index(fst->ilabels, "hmm0");
968
ASSERT(fst->
hmm_ilabel_offset
>= 0);
978
fst->
hmm_ilabel_offset
= 128; /* should match MAX_PHONEMES *
[
all
...]
/external/srec/tools/test_g2g/
test_g2g.c
293
if(ilabels[j]<fst->
hmm_ilabel_offset
) {
297
ilabels[j] = ilabels[j] - (labelID)fst->
hmm_ilabel_offset
;
Completed in 36 milliseconds