OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESR_SessionSetFloatIfEmpty
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c
91
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Pattern.mix_score_scale", 0.46f));
92
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Pattern.imelda_scale", 16));
93
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Pattern.uni_score_scale", 0.46f));
94
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Pattern.uni_score_offset", 0));
/external/srec/shared/include/
ESR_Session.h
486
ESR_SHARED_API ESR_ReturnCode
ESR_SessionSetFloatIfEmpty
(const LCHAR* name, float value);
/external/srec/shared/src/
ESR_Session.c
166
ESR_ReturnCode
ESR_SessionSetFloatIfEmpty
(const LCHAR* name, float value)
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
119
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Frontend.premel", 0.98f));
122
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Frontend.window_factor", 2.0)); /* times the frame size */
124
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Frontend.offset", 0)); /* additional */
132
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Frontend.spec_sub_scale", 1.0));
138
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Frontend.warp_scale", 1.0));
139
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Frontend.piecewise_start", 1.0));
140
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Frontend.peakdecayup", -1.0)); /* If +ve, decay factor on peakpicker (low to high) */
141
CHKLOG(rc,
ESR_SessionSetFloatIfEmpty
("CREC.Frontend.peakdecaydown", -1.0)); /* If +ve, decay factor on peakpicker (high to low) */
[
all
...]
Completed in 27 milliseconds