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

/external/srec/srec/crec/
H A Dsrec_initialize.c49 int max_hmm_tokens; controls the maximum number of HMM's alive in any frame. If number
74 int max_hmm_tokens,
83 PLogMessage("allocating recognition arrays2 prune %d max_hmm_tokens %d max_fsmnode_tokens %d max_word_tokens %d max_altword_tokens %d max_wordends_per_frame %d\n",
85 max_hmm_tokens,
94 rec->fsmarc_token_array_size = (stokenID)max_hmm_tokens;
97 rec->max_new_states = (stokenID)max_hmm_tokens;
140 int max_hmm_tokens,
161 if (check_parameter_range(max_hmm_tokens, 1, MAXstokenID, "max_hmm_tokens"))
196 allocate_recognition1(&rec->rec[i], viterbi_prune_thresh, max_hmm_tokens, max_fsmnode_token
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
[all...]
/external/srec/srec/include/
H A Dc42mul.h71 int max_hmm_tokens,
H A Dsimapi.h269 int max_hmm_tokens; /*controls the maximum number of HMM's alive in any frame. If number member in struct:__anon31145
/external/srec/srec/ca/
H A Drec_basi.c83 hRecInput->max_hmm_tokens,
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c81 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_hmm_tokens", 1000));
593 CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.max_hmm_tokens", &params->max_hmm_tokens));

Completed in 212 milliseconds