Searched defs:max_model_states (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/crec/
H A Dsrec_initialize.c80 int max_model_states)
91 rec->current_model_scores = (costdata*) CALLOC_CLR(max_model_states, sizeof(costdata), "search.srec.current_model_scores"); /*FIX - either get NUM_MODELS from acoustic models, or check this someplace to make sure we have enough room*/
92 rec->num_model_slots_allocated = (modelID)max_model_states;
148 int max_model_states,
159 if (check_parameter_range(max_model_states, 1, MAXmodelID, "max_model_states"))
196 allocate_recognition1(&rec->rec[i], viterbi_prune_thresh, max_hmm_tokens, max_fsmnode_tokens, max_word_tokens, max_altword_tokens, num_wordends_per_frame, max_frames, max_model_states);
72 allocate_recognition1(srec *rec, int viterbi_prune_thresh, int max_hmm_tokens, int max_fsmnode_tokens, int max_word_tokens, int max_altword_tokens, int num_wordends_per_frame, int max_frames, int max_model_states) argument
138 allocate_recognition(multi_srec *rec, int viterbi_prune_thresh, int max_hmm_tokens, int max_fsmnode_tokens, int max_word_tokens, int max_altword_tokens, int num_wordends_per_frame, int max_fsm_nodes, int max_fsm_arcs, int max_frames, int max_model_states, int max_searches) argument
/external/srec/srec/include/
H A Dsimapi.h294 int max_model_states; /* indicates largest acoustic model this search can use */ member in struct:__anon12451

Completed in 92 milliseconds