Searched refs:EPSILON_OFFSET (Results 1 – 5 of 5) sorted by relevance
34 #define HMM_COUNTER_OFFSET EPSILON_OFFSET
138 #define EPSILON_OFFSET 3 macro
66 …ext) (ilabel >= context->hmm_ilabel_offset+EPSILON_OFFSET && ilabel<context->hmm_ilabel_offset+EPS…1362 if (model_sequence[i] >= EPSILON_OFFSET) in FST_AddWordToGrammar()1409 if (model_sequence[i] >= EPSILON_OFFSET) in FST_AddWordToGrammar()1458 if (model_sequence[i] >= EPSILON_OFFSET) in FST_AddWordToGrammar()3617 if (arc->ilabel >= context->hmm_ilabel_offset + EPSILON_OFFSET + NUM_SILENCE_HMMS) in fst_node_has_speech_to_come()3621 else if (arc->ilabel < EPSILON_OFFSET) in fst_node_has_speech_to_come()3671 if (IS_SILENCE_ILABEL(arc->ilabel, context) || arc->ilabel < EPSILON_OFFSET) in fst_fill_node_info()
894 if (fsm_arc->ilabel >= EPSILON_OFFSET) in do_epsilon_updates()1579 if (ilabel >= EPSILON_OFFSET) in update_from_current_fsm_nodes_into_new_HMMs()
705 if (wdid < EPSILON_OFFSET) ; in SR_GrammarAllowOnly()