Searched refs:eg1Value (Results 1 – 3 of 3) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_dlssynth.c | 93 pWTVoice->eg1Value = (EAS_I16) ((EAS_flog2(pWTVoice->eg1Value) << 1) + 2048); in DLS_ReleaseVoice() 121 if (pWTVoice->eg1Value < pDLSArt->eg1.sustainLevel) in DLS_SustainPedal() 211 gain += (pWTVoice->eg1Value - 32767) >> 1; in DLS_UpdateGain() 215 temp = EAS_LogToLinear16((pWTVoice->eg1Value - 32767) >> 1); in DLS_UpdateGain() 223 gain = FMUL_15x15(gain, pWTVoice->eg1Value); in DLS_UpdateGain() 324 …DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, … in DLS_StartVoice() 335 …DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, … in DLS_StartVoice() 395 …DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, … in DLS_UpdateVoice()
|
D | eas_wtsynth.c | 127 pVoiceMgr->wtVoices[i].eg1Value = DEFAULT_EG1_VALUE; in WT_Initialize() 262 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel) in WT_SustainPedal() 354 pWTVoice->eg1Value = 0; in WT_StartVoice() 796 temp = (EAS_I16)MULT_EG1_EG1(temp, pWTVoice->eg1Value); in WT_UpdateGain() 827 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment; in WT_UpdateEG1() 844 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment); in WT_UpdateEG1() 867 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment); in WT_UpdateEG1() 893 pWTVoice->eg1Value = (EAS_I16) temp; in WT_UpdateEG1()
|
D | eas_wtengine.h | 148 EAS_I16 eg1Value; member
|