HomeSort by relevance Sort by last modified time
    Searched defs:SATURATE (Results 1 - 7 of 7) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 319 #define SATURATE(x) \
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 319 #define SATURATE(x) \
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 319 #define SATURATE(x) \
  /external/speex/libspeex/
fixed_debug.h 317 static inline int SATURATE(int a, int b)
fixed_generic.h 62 #define SATURATE(x,a) (((x)>(a) ? (a) : (x)<-(a) ? -(a) : (x)))
arch.h 179 #define SATURATE(x,a) (x)
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 311 #define SATURATE(x) \

Completed in 1654 milliseconds