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

  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 298 #define DISTORTION_MINUS_ONE (int32_t)(~DISTORTION_ONE)
322 (((int32_t)(x)) < DISTORTION_MINUS_ONE) ? (DISTORTION_MINUS_ONE) : ((int32_t)(x)));
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 289 #define DISTORTION_MINUS_ONE (int32_t)(~DISTORTION_ONE)
313 (((int32_t)(x)) < DISTORTION_MINUS_ONE) ? (DISTORTION_MINUS_ONE) : ((int32_t)(x)));

Completed in 63 milliseconds