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

  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 233 /* use CENTS_TO_DENTS to convert a value in cents to dents */
234 #define CENTS_TO_DENTS (int32_t) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 223 /* use CENTS_TO_DENTS to convert a value in cents to dents */
224 #define CENTS_TO_DENTS (int32_t) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \

Completed in 206 milliseconds