Searched refs:ESR_SessionGetFloat (Results 1 – 5 of 5) sorted by relevance
/external/srec/srec/AcousticModels/src/ |
D | AcousticModelsImpl.c | 148 CHKLOG(rc, ESR_SessionGetFloat("CREC.Pattern.mix_score_scale", ¶ms->mix_score_scale)); in SR_AcousticModels_LoadLegacyPatternParameters() 149 CHKLOG(rc, ESR_SessionGetFloat("CREC.Pattern.imelda_scale", ¶ms->imelda_scale)); in SR_AcousticModels_LoadLegacyPatternParameters() 150 CHKLOG(rc, ESR_SessionGetFloat("CREC.Pattern.uni_score_scale", ¶ms->uni_score_scale)); in SR_AcousticModels_LoadLegacyPatternParameters() 151 CHKLOG(rc, ESR_SessionGetFloat("CREC.Pattern.uni_score_offset", ¶ms->uni_score_offset)); in SR_AcousticModels_LoadLegacyPatternParameters()
|
/external/srec/shared/include/ |
D | ESR_Session.h | 370 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetFloat(const LCHAR* name, float* value);
|
/external/srec/shared/src/ |
D | ESR_Session.c | 82 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetFloat(const LCHAR* name, float* value) in ESR_SessionGetFloat() function
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 378 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.premel", ¶ms->pre_mel)); in SR_RecognizerGetFrontendLegacyParametersImpl() 381 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.window_factor", ¶ms->window_factor)); in SR_RecognizerGetFrontendLegacyParametersImpl() 383 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.offset", ¶ms->offset)); in SR_RecognizerGetFrontendLegacyParametersImpl() 390 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.spec_sub_scale", ¶ms->spec_sub_scale)); in SR_RecognizerGetFrontendLegacyParametersImpl() 395 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.warp_scale", ¶ms->warp_scale)); in SR_RecognizerGetFrontendLegacyParametersImpl() 396 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.piecewise_start", ¶ms->piecewise_start)); in SR_RecognizerGetFrontendLegacyParametersImpl() 397 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.peakdecayup", ¶ms->peakpickup)); in SR_RecognizerGetFrontendLegacyParametersImpl() 398 CHKLOG(rc, ESR_SessionGetFloat("CREC.Frontend.peakdecaydown", ¶ms->peakpickdown)); in SR_RecognizerGetFrontendLegacyParametersImpl()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 774 CHKLOG(rc, ESR_SessionGetFloat(key, &fValue)); in SR_EventLogEventSessionImpl()
|