HomeSort by relevance Sort by last modified time
    Searched refs:eg1Value (Results 1 - 5 of 5) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 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)
    [all...]
eas_wtengine.h 148 EAS_I16 eg1Value;
eas_wtsynth.c 123 pVoiceMgr->wtVoices[i].eg1Value = DEFAULT_EG1_VALUE;
258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
350 pWTVoice->eg1Value = 0;
756 temp = (EAS_I16)MULT_EG1_EG1(temp, pWTVoice->eg1Value);
787 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment;
804 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
827 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
853 pWTVoice->eg1Value = (EAS_I16) temp;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.h 148 EAS_I16 eg1Value;
eas_wtsynth.c 123 pVoiceMgr->wtVoices[i].eg1Value = DEFAULT_EG1_VALUE;
258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
350 pWTVoice->eg1Value = 0;
750 temp = (EAS_I16)MULT_EG1_EG1(temp, pWTVoice->eg1Value);
781 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment;
798 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
821 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
847 pWTVoice->eg1Value = (EAS_I16) temp;
    [all...]

Completed in 266 milliseconds