OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_word_tokens
(Results
1 - 5
of
5
) sorted by null
/external/srec/srec/crec/
srec_initialize.c
55
int
max_word_tokens
; controls the maximum number of word tokens kept in the word lattice.
76
int
max_word_tokens
,
83
PLogMessage("allocating recognition arrays2 prune %d max_hmm_tokens %d max_fsmnode_tokens %d
max_word_tokens
%d max_altword_tokens %d max_wordends_per_frame %d\n",
87
max_word_tokens
,
99
rec->word_token_array = (word_token*) CALLOC_CLR(
max_word_tokens
, sizeof(word_token), "search.srec.word_token_array");
100
rec->word_token_array_size = (wtokenID)
max_word_tokens
;
102
rec->word_token_array_flags = (asr_int16_t*) CALLOC_CLR(
max_word_tokens
, sizeof(asr_int16_t), "search.srec.word_token_array_flags");
142
int
max_word_tokens
,
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
73
int
max_word_tokens
,
simapi.h
275
int
max_word_tokens
; /*controls the maximum number of word tokens kept in the word lattice.
member in struct:__anon14836
[
all
...]
/external/srec/srec/ca/
rec_basi.c
85
hRecInput->
max_word_tokens
,
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
84
CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.
max_word_tokens
", 1000));
596
CHKLOG(rc, ESR_SessionGetInt("CREC.Recognizer.
max_word_tokens
", ¶ms->
max_word_tokens
));
[
all
...]
Completed in 78 milliseconds