OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESR_SessionGetInt
(Results
1 - 7
of
7
) sorted by null
/external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c
145
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Pattern.dimen", ¶ms->dimen));
146
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Pattern.whole_dimen", ¶ms->whole_dimen));
147
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Pattern.start", ¶ms->feat_start));
152
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Pattern.forget_speech", ¶ms->forget_speech));
153
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Pattern.forget_background", ¶ms->forget_background));
154
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Pattern.rel_low", ¶ms->rel_low));
155
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Pattern.rel_high", ¶ms->rel_high));
156
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Pattern.gap_period", ¶ms->gap_period));
157
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Pattern.click_period", ¶ms->click_period));
158
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Pattern.breath_period", ¶ms->breath_period))
[
all
...]
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
375
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Frontend.mel_dim", ¶ms->mel_dim));
379
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Frontend.lowcut", ¶ms->low_cut));
380
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Frontend.highcut", ¶ms->high_cut));
385
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Frontend.forgetfactor", ¶ms->forget_factor));
386
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Frontend.sv6_margin", ¶ms->sv6_margin));
389
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Frontend.spec_sub_dur", ¶ms->spectral_sub_frame_dur));
394
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Frontend.lpcorder", ¶ms->lpc_order));
460
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Frontend.speech_detect", ¶ms->voice_margin));
461
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Frontend.speech_above", ¶ms->fast_voice_margin));
462
CHKLOG(rc,
ESR_SessionGetInt
("CREC.Frontend.ambient_within", ¶ms->tracker_margin))
[
all
...]
/external/srec/shared/include/
ESR_Session.h
346
ESR_SHARED_API ESR_ReturnCode
ESR_SessionGetInt
(const LCHAR* name, int* value);
/external/srec/shared/src/
ESR_Session.c
63
ESR_SHARED_API ESR_ReturnCode
ESR_SessionGetInt
(const LCHAR* name, int* value)
/external/srec/srec/clib/
swicms.c
272
ESR_SessionGetInt
(L("CREC.Frontend.start_windback"), &swicms->inutt.num_bou_frames_to_skip);
/external/srec/srec/EventLog/src/
EventLogImpl.c
758
CHKLOG(rc,
ESR_SessionGetInt
(key, &iValue));
/external/srec/tools/grxmlcompile/
grxmlcompile.cpp
602
rc =
ESR_SessionGetInt
( L("CREC.Recognizer.wordpen"), &word_penalty);
[
all
...]
Completed in 153 milliseconds