Searched refs:DISTORTION_ONE (Results 1 - 3 of 3) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_math.h296 #define DISTORTION_ONE (EAS_I32)((0x1L << (BITS_PER_AUDIO_SAMPLE-1)) -1) macro
297 #define DISTORTION_MINUS_ONE (EAS_I32)(~DISTORTION_ONE)
320 ((((EAS_I32)(x)) > DISTORTION_ONE) ? (DISTORTION_ONE) : \
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_math.h296 #define DISTORTION_ONE (EAS_I32)((0x1L << (BITS_PER_AUDIO_SAMPLE-1)) -1) macro
297 #define DISTORTION_MINUS_ONE (EAS_I32)(~DISTORTION_ONE)
320 ((((EAS_I32)(x)) > DISTORTION_ONE) ? (DISTORTION_ONE) : \
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.h296 #define DISTORTION_ONE (EAS_I32)((0x1L << (BITS_PER_AUDIO_SAMPLE-1)) -1) macro
297 #define DISTORTION_MINUS_ONE (EAS_I32)(~DISTORTION_ONE)
320 ((((EAS_I32)(x)) > DISTORTION_ONE) ? (DISTORTION_ONE) : \

Completed in 43 milliseconds