OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DISTORTION_MINUS_ONE
(Results
1 - 4
of
4
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_math.h
297
#define
DISTORTION_MINUS_ONE
(EAS_I32)(~DISTORTION_ONE)
321
(((EAS_I32)(x)) <
DISTORTION_MINUS_ONE
) ? (
DISTORTION_MINUS_ONE
) : ((EAS_I32)(x)));
/external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h
297
#define
DISTORTION_MINUS_ONE
(EAS_I32)(~DISTORTION_ONE)
321
(((EAS_I32)(x)) <
DISTORTION_MINUS_ONE
) ? (
DISTORTION_MINUS_ONE
) : ((EAS_I32)(x)));
/external/sonivox/arm-wt-22k/lib_src/
eas_math.h
297
#define
DISTORTION_MINUS_ONE
(EAS_I32)(~DISTORTION_ONE)
321
(((EAS_I32)(x)) <
DISTORTION_MINUS_ONE
) ? (
DISTORTION_MINUS_ONE
) : ((EAS_I32)(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 806 milliseconds