Searched refs:eg2Value (Results 1 – 3 of 3) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtsynth.c | 131 pVoiceMgr->wtVoices[i].eg2Value = DEFAULT_EG2_VALUE; in WT_Initialize() 357 pWTVoice->eg2Value = 0; in WT_StartVoice() 657 (MULT_EG1_EG1(pWTVoice->eg2Value, pArt->eg2ToPitch)) + in WT_UpdatePhaseInc() 900 temp = pWTVoice->eg2Value + pWTVoice->eg2Increment; in WT_UpdateEG2() 918 temp = pWTVoice->eg2Value -pWTVoice->eg2Increment; in WT_UpdateEG2() 935 temp = pWTVoice->eg2Value - pWTVoice->eg2Increment; in WT_UpdateEG2() 960 pWTVoice->eg2Value = (EAS_I16) temp; in WT_UpdateEG2() 1032 cutoff = MULT_EG1_EG1(pWTVoice->eg2Value, pArt->eg2ToFc); in WT_UpdateFilter()
|
D | eas_dlssynth.c | 173 pitchCents += FMUL_15x15(pDLSArt->eg2ToPitch, pWTVoice->eg2Value); in DLS_UpdatePhaseInc() 277 cutoff += FMUL_15x15(pWTVoice->eg2Value, pDLSArt->eg2ToFc); in DLS_UpdateFilter() 326 …DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, … in DLS_StartVoice() 336 …DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, … in DLS_StartVoice() 396 …DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, … in DLS_UpdateVoice()
|
D | eas_wtengine.h | 149 EAS_I16 eg2Value; member
|