Searched refs:IS_SILENCE_ILABEL (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/crec/
H A Dsrec_context.c67 #define IS_SILENCE_ILABEL(ilabel,context) (ilabel >= context->hmm_ilabel_offset+EPSILON_OFFSET && ilabel<context->hmm_ilabel_offset+EPSILON_OFFSET+NUM_SILENCE_HMMS) macro
3629 else if (IS_SILENCE_ILABEL(arc->ilabel, context))
3672 if (IS_SILENCE_ILABEL(arc->ilabel, context) || arc->ilabel < EPSILON_OFFSET)
3734 if (IS_SILENCE_ILABEL(arc->ilabel, context) &&

Completed in 93 milliseconds