Home
last modified time | relevance | path

Searched refs:EPSILON_OFFSET (Results 1 – 5 of 5) sorted by relevance

/external/srec/srec/include/
Dsrec_arb.h34 #define HMM_COUNTER_OFFSET EPSILON_OFFSET
Dsearch_network.h138 #define EPSILON_OFFSET 3 macro
/external/srec/srec/crec/
Dsrec_context.c66 …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()
Dsrec.c894 if (fsm_arc->ilabel >= EPSILON_OFFSET) in do_epsilon_updates()
1579 if (ilabel >= EPSILON_OFFSET) in update_from_current_fsm_nodes_into_new_HMMs()
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c705 if (wdid < EPSILON_OFFSET) ; in SR_GrammarAllowOnly()