Searched defs:srec_t (Results 1 – 1 of 1) sorted by relevance
193 struct srec_t struct195 asr_int16_t id; /*contains an id for this recognizer*/196 srec_context *context; /*contains the recognition context (fst, info about models, etc)*/197 priority_q *word_priority_q; /*used to keep track of new word in frame*/198 srec_word_lattice *word_lattice; /*used to keep track of word lattice in utterance*/200 …ta; /* controls the amount of score-based pruning - should this go in the context instead?*/201 costdata current_prune_delta; /* when the above changes in mid-frame */202 costdata current_best_cost; /* 0 if single recog */204 frameID current_search_frame;205 stokenID *best_token_for_arc; /* non-owning ptr, see multi_srec below */[all …]