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
67 …ext) (ilabel >= context->hmm_ilabel_offset+EPSILON_OFFSET && ilabel<context->hmm_ilabel_offset+EPS…1363 if (model_sequence[i] >= EPSILON_OFFSET) in FST_AddWordToGrammar()1410 if (model_sequence[i] >= EPSILON_OFFSET) in FST_AddWordToGrammar()1459 if (model_sequence[i] >= EPSILON_OFFSET) in FST_AddWordToGrammar()3618 if (arc->ilabel >= context->hmm_ilabel_offset + EPSILON_OFFSET + NUM_SILENCE_HMMS) in fst_node_has_speech_to_come()3622 else if (arc->ilabel < EPSILON_OFFSET) in fst_node_has_speech_to_come()3672 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()