OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lfoPhase
(Results
1 - 9
of
9
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.h
67
EAS_U16
lfoPhase
; /* LFO current phase */
eas_fmsynth.c
416
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/
eas_fmsynth.h
67
EAS_U16
lfoPhase
; /* LFO current phase */
eas_wtengine.h
90
EAS_I16
lfoPhase
; /* LFO current phase */
eas_wtsynth.c
358
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;
[
all
...]
eas_fmsynth.c
416
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/
eas_wtengine.h
90
EAS_I16
lfoPhase
; /* LFO current phase */
eas_wtsynth.c
358
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;
[
all
...]
eas_dlssynth.c
330
pWTVoice->modLFO.
lfoPhase
= pDLSArt->modLFO.lfoDelay;
332
pWTVoice->vibLFO.
lfoPhase
= pDLSArt->vibLFO.lfoDelay;
Completed in 92 milliseconds