OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESR_SessionSetIntIfEmpty
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c
58
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Acoustic.dimen", 16));
59
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Acoustic.skip", 5));
60
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Acoustic.stay", 5));
61
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Acoustic.whole_skip", 10));
62
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Acoustic.whole_stay", 10));
63
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Acoustic.durscale", 5));
64
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Acoustic.frame_period", 10));
65
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Acoustic.minvar", 1));
66
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Acoustic.maxvar", 64000));
85
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Pattern.dimen", 16))
[
all
...]
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
72
/* CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Recognizer.max_acoustic_models", 2)); */
74
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Recognizer.NBest", 1));
75
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Recognizer.eou_threshold", 100));
76
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Recognizer.max_altword_tokens", 400));
77
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Recognizer.max_frames", 1000));
78
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Recognizer.max_fsm_arcs", 3000));
79
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Recognizer.max_fsm_nodes", 3000));
80
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Recognizer.max_fsmnode_tokens", 1000));
81
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Recognizer.max_hmm_tokens", 1000));
82
CHKLOG(rc,
ESR_SessionSetIntIfEmpty
("CREC.Recognizer.max_model_states", 1000))
[
all
...]
/external/srec/shared/include/
ESR_Session.h
462
ESR_SHARED_API ESR_ReturnCode
ESR_SessionSetIntIfEmpty
(const LCHAR* name, int value);
/external/srec/shared/src/
ESR_Session.c
148
ESR_ReturnCode
ESR_SessionSetIntIfEmpty
(const LCHAR* name, int value)
Completed in 28 milliseconds