OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WeightedTap
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c
179
*
WeightedTap
()
197
static EAS_I16
WeightedTap
(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit)
303
lfoValueLeft =
WeightedTap
(EAS_chorusShape, 0, pChorusData->lfoLPhase, CHORUS_SHAPE_SIZE);
314
tapL =
WeightedTap
(pChorusData->chorusDelayL, pChorusData->chorusIndexL, positionOffsetL, CHORUS_L_SIZE);
349
lfoValueRight =
WeightedTap
(EAS_chorusShape, 0, pChorusData->lfoRPhase, CHORUS_SHAPE_SIZE);
360
tapR =
WeightedTap
(pChorusData->chorusDelayR, pChorusData->chorusIndexR, positionOffsetR, CHORUS_R_SIZE);
/external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c
179
*
WeightedTap
()
197
static EAS_I16
WeightedTap
(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit)
303
lfoValueLeft =
WeightedTap
(EAS_chorusShape, 0, pChorusData->lfoLPhase, CHORUS_SHAPE_SIZE);
314
tapL =
WeightedTap
(pChorusData->chorusDelayL, pChorusData->chorusIndexL, positionOffsetL, CHORUS_L_SIZE);
349
lfoValueRight =
WeightedTap
(EAS_chorusShape, 0, pChorusData->lfoRPhase, CHORUS_SHAPE_SIZE);
360
tapR =
WeightedTap
(pChorusData->chorusDelayR, pChorusData->chorusIndexR, positionOffsetR, CHORUS_R_SIZE);
/external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c
179
*
WeightedTap
()
197
static EAS_I16
WeightedTap
(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit)
303
lfoValueLeft =
WeightedTap
(EAS_chorusShape, 0, pChorusData->lfoLPhase, CHORUS_SHAPE_SIZE);
314
tapL =
WeightedTap
(pChorusData->chorusDelayL, pChorusData->chorusIndexL, positionOffsetL, CHORUS_L_SIZE);
349
lfoValueRight =
WeightedTap
(EAS_chorusShape, 0, pChorusData->lfoRPhase, CHORUS_SHAPE_SIZE);
360
tapR =
WeightedTap
(pChorusData->chorusDelayR, pChorusData->chorusIndexR, positionOffsetR, CHORUS_R_SIZE);
Completed in 17 milliseconds