Searched refs:DISTORTION_ONE (Results 1 – 1 of 1) sorted by relevance
297 #define DISTORTION_ONE (int32_t)((0x1L << (BITS_PER_AUDIO_SAMPLE-1)) -1) macro298 #define DISTORTION_MINUS_ONE (int32_t)(~DISTORTION_ONE)321 ((((int32_t)(x)) > DISTORTION_ONE) ? (DISTORTION_ONE) : \