Searched refs:ESR_SessionSetFloatIfEmpty (Results 1 – 4 of 4) sorted by relevance
/external/srec/srec/AcousticModels/src/ |
D | AcousticModelsImpl.c | 91 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Pattern.mix_score_scale", 0.46f)); in SR_AcousticModels_PatternToSession() 92 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Pattern.imelda_scale", 16)); in SR_AcousticModels_PatternToSession() 93 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Pattern.uni_score_scale", 0.46f)); in SR_AcousticModels_PatternToSession() 94 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Pattern.uni_score_offset", 0)); in SR_AcousticModels_PatternToSession()
|
/external/srec/shared/include/ |
D | ESR_Session.h | 486 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetFloatIfEmpty(const LCHAR* name, float value);
|
/external/srec/shared/src/ |
D | ESR_Session.c | 166 ESR_ReturnCode ESR_SessionSetFloatIfEmpty(const LCHAR* name, float value) in ESR_SessionSetFloatIfEmpty() function
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 119 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Frontend.premel", 0.98f)); in SR_RecognizerFrontendToSessionImpl() 122 …CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Frontend.window_factor", 2.0)); /* times the frame siz… in SR_RecognizerFrontendToSessionImpl() 124 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Frontend.offset", 0)); /* additional */ in SR_RecognizerFrontendToSessionImpl() 132 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Frontend.spec_sub_scale", 1.0)); in SR_RecognizerFrontendToSessionImpl() 138 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Frontend.warp_scale", 1.0)); in SR_RecognizerFrontendToSessionImpl() 139 CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Frontend.piecewise_start", 1.0)); in SR_RecognizerFrontendToSessionImpl() 140 …CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Frontend.peakdecayup", -1.0)); /* If +ve, decay factor… in SR_RecognizerFrontendToSessionImpl() 141 …CHKLOG(rc, ESR_SessionSetFloatIfEmpty("CREC.Frontend.peakdecaydown", -1.0)); /* If +ve, decay fact… in SR_RecognizerFrontendToSessionImpl()
|