HomeSort by relevance Sort by last modified time
    Searched refs:EPSILON_OFFSET (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/include/
srec_arb.h 25 #include"search_network.h" /* for EPSILON_OFFSET */
34 #define HMM_COUNTER_OFFSET EPSILON_OFFSET
search_network.h 138 #define EPSILON_OFFSET 3
  /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)
    [all...]
srec.c 894 if (fsm_arc->ilabel >= EPSILON_OFFSET)
    [all...]
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 705 if (wdid < EPSILON_OFFSET) ;

Completed in 595 milliseconds