Searched refs:LFO_GAIN_TO_CENTS (Results 1 - 5 of 5) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_math.h262 /* use LFO_GAIN_TO_CENTS to convert the LFO gain value to cents */
273 #define LFO_GAIN_TO_CENTS (EAS_I32) \
280 #define LFO_GAIN_TO_CENTS (EAS_I32) (1671981156L >> (23 - NUM_EG1_FRAC_BITS)) macro
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_math.h262 /* use LFO_GAIN_TO_CENTS to convert the LFO gain value to cents */
273 #define LFO_GAIN_TO_CENTS (EAS_I32) \
280 #define LFO_GAIN_TO_CENTS (EAS_I32) (1671981156L >> (23 - NUM_EG1_FRAC_BITS)) macro
H A Deas_wtsynth.c743 lfoGain = MULT_EG1_EG1(lfoGain, LFO_GAIN_TO_CENTS);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.h262 /* use LFO_GAIN_TO_CENTS to convert the LFO gain value to cents */
273 #define LFO_GAIN_TO_CENTS (EAS_I32) \
280 #define LFO_GAIN_TO_CENTS (EAS_I32) (1671981156L >> (23 - NUM_EG1_FRAC_BITS)) macro
H A Deas_wtsynth.c749 lfoGain = MULT_EG1_EG1(lfoGain, LFO_GAIN_TO_CENTS);

Completed in 49 milliseconds