Home
last modified time | relevance | path

Searched refs:ESR_SessionGetInt (Results 1 – 7 of 7) sorted by relevance

/external/srec/srec/AcousticModels/src/
DAcousticModelsImpl.c145 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.dimen", &params->dimen)); in SR_AcousticModels_LoadLegacyPatternParameters()
146 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.whole_dimen", &params->whole_dimen)); in SR_AcousticModels_LoadLegacyPatternParameters()
147 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.start", &params->feat_start)); in SR_AcousticModels_LoadLegacyPatternParameters()
152 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.forget_speech", &params->forget_speech)); in SR_AcousticModels_LoadLegacyPatternParameters()
153 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.forget_background", &params->forget_background)); in SR_AcousticModels_LoadLegacyPatternParameters()
154 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.rel_low", &params->rel_low)); in SR_AcousticModels_LoadLegacyPatternParameters()
155 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.rel_high", &params->rel_high)); in SR_AcousticModels_LoadLegacyPatternParameters()
156 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.gap_period", &params->gap_period)); in SR_AcousticModels_LoadLegacyPatternParameters()
157 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.click_period", &params->click_period)); in SR_AcousticModels_LoadLegacyPatternParameters()
158 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.breath_period", &params->breath_period)); in SR_AcousticModels_LoadLegacyPatternParameters()
[all …]
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c375 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.mel_dim", &params->mel_dim)); in SR_RecognizerGetFrontendLegacyParametersImpl()
379 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.lowcut", &params->low_cut)); in SR_RecognizerGetFrontendLegacyParametersImpl()
380 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.highcut", &params->high_cut)); in SR_RecognizerGetFrontendLegacyParametersImpl()
385 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.forgetfactor", &params->forget_factor)); in SR_RecognizerGetFrontendLegacyParametersImpl()
386 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.sv6_margin", &params->sv6_margin)); in SR_RecognizerGetFrontendLegacyParametersImpl()
389 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.spec_sub_dur", &params->spectral_sub_frame_dur)); in SR_RecognizerGetFrontendLegacyParametersImpl()
394 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.lpcorder", &params->lpc_order)); in SR_RecognizerGetFrontendLegacyParametersImpl()
460 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.speech_detect", &params->voice_margin)); in SR_RecognizerGetFrontendLegacyParametersImpl()
461 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.speech_above", &params->fast_voice_margin)); in SR_RecognizerGetFrontendLegacyParametersImpl()
462 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.ambient_within", &params->tracker_margin)); in SR_RecognizerGetFrontendLegacyParametersImpl()
[all …]
/external/srec/shared/include/
DESR_Session.h346 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetInt(const LCHAR* name, int* value);
/external/srec/shared/src/
DESR_Session.c63 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetInt(const LCHAR* name, int* value) in ESR_SessionGetInt() function
/external/srec/srec/clib/
Dswicms.c272 ESR_SessionGetInt(L("CREC.Frontend.start_windback"), &swicms->inutt.num_bou_frames_to_skip); in swicms_init()
/external/srec/srec/EventLog/src/
DEventLogImpl.c758 CHKLOG(rc, ESR_SessionGetInt(key, &iValue)); in SR_EventLogEventSessionImpl()
/external/srec/tools/grxmlcompile/
Dgrxmlcompile.cpp602 rc = ESR_SessionGetInt( L("CREC.Recognizer.wordpen"), &word_penalty); in make_openfst_graphs()