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

  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 296 #define DISTORTION_ONE (EAS_I32)((0x1L << (BITS_PER_AUDIO_SAMPLE-1)) -1)
297 #define DISTORTION_MINUS_ONE (EAS_I32)(~DISTORTION_ONE)
320 ((((EAS_I32)(x)) > DISTORTION_ONE) ? (DISTORTION_ONE) : \
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 296 #define DISTORTION_ONE (EAS_I32)((0x1L << (BITS_PER_AUDIO_SAMPLE-1)) -1)
297 #define DISTORTION_MINUS_ONE (EAS_I32)(~DISTORTION_ONE)
320 ((((EAS_I32)(x)) > DISTORTION_ONE) ? (DISTORTION_ONE) : \
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 296 #define DISTORTION_ONE (EAS_I32)((0x1L << (BITS_PER_AUDIO_SAMPLE-1)) -1)
297 #define DISTORTION_MINUS_ONE (EAS_I32)(~DISTORTION_ONE)
320 ((((EAS_I32)(x)) > DISTORTION_ONE) ? (DISTORTION_ONE) : \
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 288 #define DISTORTION_ONE (int32_t)((0x1L << (BITS_PER_AUDIO_SAMPLE-1)) -1)
289 #define DISTORTION_MINUS_ONE (int32_t)(~DISTORTION_ONE)
312 ((((int32_t)(x)) > DISTORTION_ONE) ? (DISTORTION_ONE) : \

Completed in 23 milliseconds