HomeSort by relevance Sort by last modified time
    Searched full:num_hmm_states (Results 1 - 6 of 6) sorted by null

  /external/srec/srec/crec/
srec_tokens.c 97 token->num_hmm_states = rec->context->hmm_info_for_ilabel[arc->ilabel].num_states;
99 for (i = 0;i < token->num_hmm_states;i++)
123 for (i = 0; i < stoken->num_hmm_states; i++)
srec_debug.c 107 for (i = 0; i < stoken->num_hmm_states; i++)
word_lattice.c 618 for (i = 0; i < stoken->num_hmm_states; i++)
717 for (i = 0; i < stoken->num_hmm_states; i++)
srec.c 149 for (j = 0; j < stoken->num_hmm_states; j++)
163 for (j = 0; j < stoken->num_hmm_states; j++)
186 for (j = 0; j < stoken->num_hmm_states; j++)
463 for (i = 0;i < token->num_hmm_states;i++)
642 num_states = stoken->num_hmm_states;
    [all...]
astar.c     [all...]
  /external/srec/srec/include/
srec.h 67 frameID num_hmm_states; /* number of hmm states */ member in struct:fsmarc_token_t

Completed in 366 milliseconds