/external/srec/srec/crec/ |
srec_initialize.c | 49 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_tokens, max_word_tokens, max_altword_tokens, num_wordends_per_frame, max_frames, max_ (…) [all...] |
/external/srec/srec/include/ |
c42mul.h | 71 int max_hmm_tokens,
|
simapi.h | 269 int max_hmm_tokens; /*controls the maximum number of HMM's alive in any frame. If number member in struct:__anon11181 [all...] |
/external/srec/srec/ca/ |
rec_basi.c | 83 hRecInput->max_hmm_tokens,
|
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | 81 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_hmm_tokens", 1000)); 593 CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.max_hmm_tokens", ¶ms->max_hmm_tokens)); [all...] |