Home
last modified time | relevance | path

Searched defs:saturate (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/libs/math/include/math/
H A Dscalar.h25 static constexpr T saturate(T v) noexcept { in saturate() function
H A DTVecHelpers.h508 friend inline CONSTEXPR VECTOR<T> PURE saturate(const VECTOR<T>& lv) { in saturate() function
/aosp12/system/bt/embdrv/g722/
H A Dg722_encode.cc46 static __inline int16_t saturate(int32_t amp) in saturate() function
59 static __inline int16_t saturate(int32_t val) in saturate() function
/aosp12/frameworks/base/core/java/android/util/
H A DMathUtils.java183 public static float saturate(float value) { in saturate() method in MathUtils
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dbasic_op.h34 #define saturate(L_var1) (((L_var1) > 0X00007fffL) ? (MAX_16): (((L_var1) < (Word32) 0xffff8000L) ?… macro
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DColor.java1230 private static float saturate(float v) { in saturate() method in Color
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java438 public static float saturate(float a) { in saturate() method in Utilities
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Buffer.h330 inline constexpr C2Segment saturate() const { in saturate() function