Searched defs:hRecInput (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/ca/
H A Drec_basi.c73 int CA_ConfigureRecognition(CA_Recog *hRecog, CA_RecInputParams *hRecInput) argument
82 hRecInput->viterbi_prune_thresh,
83 hRecInput->max_hmm_tokens,
84 hRecInput->max_fsmnode_tokens,
85 hRecInput->max_word_tokens,
86 hRecInput->max_altword_tokens,
87 hRecInput->num_wordends_per_frame,
88 hRecInput->max_fsm_nodes,
89 hRecInput->max_fsm_arcs,
90 hRecInput
155 CA_BeginRecognition(CA_Recog *hRecog, CA_Syntax *hSyntax, int first_syntax_node, CA_RecInputParams *hRecInput) argument
[all...]

Completed in 77 milliseconds