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

  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 263 /* use LFO_GAIN_TO_CENTS to convert the LFO gain value to cents */
274 #define LFO_GAIN_TO_CENTS (int32_t) \
281 #define LFO_GAIN_TO_CENTS (int32_t) (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 753 milliseconds