Searched refs:num_wordends_per_frame (Results 1 – 8 of 8) sorted by relevance
/external/srec/srec/crec/ |
D | srec_initialize.c | 78 int num_wordends_per_frame, in allocate_recognition1() argument 89 num_wordends_per_frame); in allocate_recognition1() 116 rec->word_priority_q = allocate_priority_q(num_wordends_per_frame); in allocate_recognition1() 144 int num_wordends_per_frame, in allocate_recognition() argument 196 …tokens, max_fsmnode_tokens, max_word_tokens, max_altword_tokens, num_wordends_per_frame, max_frame… in allocate_recognition()
|
/external/srec/srec/include/ |
D | c42mul.h | 75 int num_wordends_per_frame,
|
D | simapi.h | 279 …int num_wordends_per_frame; /*controls the size of the word lattice - the number of word e… member
|
/external/srec/srec/ca/ |
D | rec_basi.c | 87 hRecInput->num_wordends_per_frame, in CA_ConfigureRecognition()
|
/external/srec/config/en.us/ |
D | baseline.par | 97 CREC.Recognizer.num_wordends_per_frame = 10
|
D | baseline11k.par | 104 CREC.Recognizer.num_wordends_per_frame = 10
|
D | baseline8k.par | 106 CREC.Recognizer.num_wordends_per_frame = 10
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 598 …(rc, ESR_SessionGetInt("CREC.Recognizer.num_wordends_per_frame", ¶ms->num_wordends_per_frame)); in SR_AcousticModels_LoadLegacyRecognizerParameters()
|