Home | History | Annotate | Download | only in lib_src

Lines Matching refs:eg1Value

90     /*lint -e{732} eg1Value is never negative */
93 pWTVoice->eg1Value = (EAS_I16) ((EAS_flog2(pWTVoice->eg1Value) << 1) + 2048);
121 if (pWTVoice->eg1Value < pDLSArt->eg1.sustainLevel)
211 gain += (pWTVoice->eg1Value - 32767) >> 1;
215 temp = EAS_LogToLinear16((pWTVoice->eg1Value - 32767) >> 1);
223 gain = FMUL_15x15(gain, pWTVoice->eg1Value);
324 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
335 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
395 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);