HomeSort by relevance Sort by last modified time
    Searched refs:num_wordends_per_frame (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/crec/
srec_initialize.c 61 int num_wordends_per_frame; controls the size of the word lattice - the number of word ends to
78 int num_wordends_per_frame,
89 num_wordends_per_frame);
116 rec->word_priority_q = allocate_priority_q(num_wordends_per_frame);
144 int num_wordends_per_frame,
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_model_states);
  /external/srec/srec/include/
c42mul.h 75 int num_wordends_per_frame,
simapi.h 279 int num_wordends_per_frame; /*controls the size of the word lattice - the number of word ends to member in struct:__anon12666
    [all...]
  /external/srec/srec/ca/
rec_basi.c 87 hRecInput->num_wordends_per_frame,
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 86 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.num_wordends_per_frame", 10));
598 CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.num_wordends_per_frame", &params->num_wordends_per_frame));
    [all...]

Completed in 74 milliseconds