Searched refs:lfoPhase (Results 1 - 9 of 9) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsynth.h67 EAS_U16 lfoPhase; /* LFO current phase */ member in struct:s_fm_voice_tag
H A Deas_fmsynth.c416 pFMVoice->lfoPhase = 0;
585 pFMVoice->lfoPhase = pFMVoice->lfoPhase + (EAS_U16) (-fmControlTable[((15 - (pRegion->lfoFreqDelay >> 4)) << 3) + 4]);
589 pFMVoice->lfoValue = (EAS_I16)(pFMVoice->lfoPhase & 0x8000 ? -32767 : 32767);
594 pFMVoice->lfoValue = (EAS_I16) (pFMVoice->lfoPhase << 1);
596 if ((pFMVoice->lfoPhase > 0x3fff) && (pFMVoice->lfoPhase < 0xC000))
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmsynth.h67 EAS_U16 lfoPhase; /* LFO current phase */ member in struct:s_fm_voice_tag
H A Deas_wtengine.h90 EAS_I16 lfoPhase; /* LFO current phase */ member in struct:s_lfo_control_tag
H A Deas_wtsynth.c358 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay;
960 if (pLFO->lfoPhase < 0)
962 pLFO->lfoPhase++;
968 pLFO->lfoValue = (EAS_I16) (pLFO->lfoPhase << 2);
970 if ((pLFO->lfoPhase > 0x1fff) && (pLFO->lfoPhase < 0x6000))
974 pLFO->lfoPhase = (pLFO->lfoPhase + phaseInc) & 0x7fff;
H A Deas_fmsynth.c416 pFMVoice->lfoPhase = 0;
585 pFMVoice->lfoPhase = pFMVoice->lfoPhase + (EAS_U16) (-fmControlTable[((15 - (pRegion->lfoFreqDelay >> 4)) << 3) + 4]);
589 pFMVoice->lfoValue = (EAS_I16)(pFMVoice->lfoPhase & 0x8000 ? -32767 : 32767);
594 pFMVoice->lfoValue = (EAS_I16) (pFMVoice->lfoPhase << 1);
596 if ((pFMVoice->lfoPhase > 0x3fff) && (pFMVoice->lfoPhase < 0xC000))
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtengine.h90 EAS_I16 lfoPhase; /* LFO current phase */ member in struct:s_lfo_control_tag
H A Deas_wtsynth.c358 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay;
966 if (pLFO->lfoPhase < 0)
968 pLFO->lfoPhase++;
974 pLFO->lfoValue = (EAS_I16) (pLFO->lfoPhase << 2);
976 if ((pLFO->lfoPhase > 0x1fff) && (pLFO->lfoPhase < 0x6000))
980 pLFO->lfoPhase = (pLFO->lfoPhase + phaseInc) & 0x7fff;
H A Deas_dlssynth.c330 pWTVoice->modLFO.lfoPhase = pDLSArt->modLFO.lfoDelay;
332 pWTVoice->vibLFO.lfoPhase = pDLSArt->vibLFO.lfoDelay;

Completed in 486 milliseconds