HomeSort by relevance Sort by last modified time
    Searched defs:LFO_GAIN_TO_CENTS (Results 1 - 4 of 4) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 262 /* 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))
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 262 /* 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))
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 262 /* 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))
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 253 /* use LFO_GAIN_TO_CENTS to convert the LFO gain value to cents */
264 #define LFO_GAIN_TO_CENTS (int32_t) \
271 #define LFO_GAIN_TO_CENTS (int32_t) (1671981156L >> (23 - NUM_EG1_FRAC_BITS))

Completed in 292 milliseconds