Home
last modified time | relevance | path

Searched refs:ESR_SessionGetFloat (Results 1 – 5 of 5) sorted by relevance

/external/srec/srec/AcousticModels/src/
DAcousticModelsImpl.c148 CHKLOG(rc, ESR_SessionGetFloat("CREC.Pattern.mix_score_scale", &params->mix_score_scale)); in SR_AcousticModels_LoadLegacyPatternParameters()
149 CHKLOG(rc, ESR_SessionGetFloat("CREC.Pattern.imelda_scale", &params->imelda_scale)); in SR_AcousticModels_LoadLegacyPatternParameters()
150 CHKLOG(rc, ESR_SessionGetFloat("CREC.Pattern.uni_score_scale", &params->uni_score_scale)); in SR_AcousticModels_LoadLegacyPatternParameters()
151 CHKLOG(rc, ESR_SessionGetFloat("CREC.Pattern.uni_score_offset", &params->uni_score_offset)); in SR_AcousticModels_LoadLegacyPatternParameters()
/external/srec/shared/include/
DESR_Session.h370 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetFloat(const LCHAR* name, float* value);
/external/srec/shared/src/
DESR_Session.c82 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetFloat(const LCHAR* name, float* value) in ESR_SessionGetFloat() function
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c378 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.premel", &params->pre_mel)); in SR_RecognizerGetFrontendLegacyParametersImpl()
381 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.window_factor", &params->window_factor)); in SR_RecognizerGetFrontendLegacyParametersImpl()
383 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.offset", &params->offset)); in SR_RecognizerGetFrontendLegacyParametersImpl()
390 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.spec_sub_scale", &params->spec_sub_scale)); in SR_RecognizerGetFrontendLegacyParametersImpl()
395 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.warp_scale", &params->warp_scale)); in SR_RecognizerGetFrontendLegacyParametersImpl()
396 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.piecewise_start", &params->piecewise_start)); in SR_RecognizerGetFrontendLegacyParametersImpl()
397 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.peakdecayup", &params->peakpickup)); in SR_RecognizerGetFrontendLegacyParametersImpl()
398 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.peakdecaydown", &params->peakpickdown)); in SR_RecognizerGetFrontendLegacyParametersImpl()
/external/srec/srec/EventLog/src/
DEventLogImpl.c774 CHKLOG(rc, ESR_SessionGetFloat(key, &fValue)); in SR_EventLogEventSessionImpl()