Home
last modified time | relevance | path

Searched refs:num_wordends_per_frame (Results 1 – 8 of 8) sorted by relevance

/external/srec/srec/crec/
Dsrec_initialize.c78 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/
Dc42mul.h75 int num_wordends_per_frame,
Dsimapi.h279 …int num_wordends_per_frame; /*controls the size of the word lattice - the number of word e… member
/external/srec/srec/ca/
Drec_basi.c87 hRecInput->num_wordends_per_frame, in CA_ConfigureRecognition()
/external/srec/config/en.us/
Dbaseline.par97 CREC.Recognizer.num_wordends_per_frame = 10
Dbaseline11k.par104 CREC.Recognizer.num_wordends_per_frame = 10
Dbaseline8k.par106 CREC.Recognizer.num_wordends_per_frame = 10
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c598 …(rc, ESR_SessionGetInt("CREC.Recognizer.num_wordends_per_frame", &params->num_wordends_per_frame)); in SR_AcousticModels_LoadLegacyRecognizerParameters()