Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_math.h274 #define LFO_GAIN_TO_CENTS (int32_t) \
281 #define LFO_GAIN_TO_CENTS (int32_t) (1671981156L >> (23 - NUM_EG1_FRAC_BITS)) macro
Deas_wtsynth.c769 lfoGain = MULT_EG1_EG1(lfoGain, LFO_GAIN_TO_CENTS); in WT_UpdateGain()