Searched refs:max_word_tokens (Results 1 – 8 of 8) sorted by relevance
/external/srec/srec/crec/ |
D | srec_initialize.c | 76 int max_word_tokens, in allocate_recognition1() argument 87 max_word_tokens, in allocate_recognition1() 99 …rec->word_token_array = (word_token*) CALLOC_CLR(max_word_tokens, sizeof(word_token), "search.srec… in allocate_recognition1() 100 rec->word_token_array_size = (wtokenID)max_word_tokens; in allocate_recognition1() 102 …rec->word_token_array_flags = (asr_int16_t*) CALLOC_CLR(max_word_tokens, sizeof(asr_int16_t), "sea… in allocate_recognition1() 142 int max_word_tokens, in allocate_recognition() argument 196 …c->rec[i], viterbi_prune_thresh, max_hmm_tokens, max_fsmnode_tokens, max_word_tokens, max_altword_… in allocate_recognition()
|
/external/srec/srec/include/ |
D | c42mul.h | 73 int max_word_tokens,
|
D | simapi.h | 275 …int max_word_tokens; /*controls the maximum number of word tokens kept in the word la… member
|
/external/srec/srec/ca/ |
D | rec_basi.c | 85 hRecInput->max_word_tokens, in CA_ConfigureRecognition()
|
/external/srec/config/en.us/ |
D | baseline.par | 93 CREC.Recognizer.max_word_tokens = 2000;
|
D | baseline8k.par | 102 CREC.Recognizer.max_word_tokens = 2000;
|
D | baseline11k.par | 100 CREC.Recognizer.max_word_tokens = 2000;
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 596 CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.max_word_tokens", ¶ms->max_word_tokens)); in SR_AcousticModels_LoadLegacyRecognizerParameters()
|