Home
last modified time | relevance | path

Searched refs:pLFO (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c1002 void WT_UpdateLFO (S_LFO_CONTROL *pLFO, EAS_I16 phaseInc) in WT_UpdateLFO() argument
1009 if (pLFO->lfoPhase < 0) in WT_UpdateLFO()
1011 pLFO->lfoPhase++; in WT_UpdateLFO()
1017 pLFO->lfoValue = (EAS_I16) (pLFO->lfoPhase << 2); in WT_UpdateLFO()
1019 if ((pLFO->lfoPhase > 0x1fff) && (pLFO->lfoPhase < 0x6000)) in WT_UpdateLFO()
1020 pLFO->lfoValue = ~pLFO->lfoValue; in WT_UpdateLFO()
1023 pLFO->lfoPhase = (pLFO->lfoPhase + phaseInc) & 0x7fff; in WT_UpdateLFO()
Deas_wtsynth.h58 void WT_UpdateLFO (S_LFO_CONTROL *pLFO, EAS_I16 phaseInc);