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

  /external/srec/srec/crec/
srec_initialize.c 80 int max_model_states)
91 rec->current_model_scores = (costdata*) CALLOC_CLR(max_model_states, sizeof(costdata), "search.srec.current_model_scores"); /*FIX - either get NUM_MODELS from acoustic models, or check this someplace to make sure we have enough room*/
92 rec->num_model_slots_allocated = (modelID)max_model_states;
148 int max_model_states,
159 if (check_parameter_range(max_model_states, 1, MAXmodelID, "max_model_states"))
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 79 int max_model_states,
simapi.h 294 int max_model_states; /* indicates largest acoustic model this search can use */ member in struct:__anon12666
    [all...]
  /external/srec/srec/ca/
rec_basi.c 91 hRecInput->max_model_states,
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 82 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_model_states", 1000));
594 CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.max_model_states", &params->max_model_states));
    [all...]

Completed in 31 milliseconds