/aosp_15_r20/external/XNNPACK/test/ |
H A D | f32-qs8-vcvt.cc | 89 TEST(F32_QS8_VCVT__NEON_X8, saturation) { in TEST() argument 212 TEST(F32_QS8_VCVT__NEON_X16, saturation) { in TEST() argument 335 TEST(F32_QS8_VCVT__NEON_X24, saturation) { in TEST() argument 458 TEST(F32_QS8_VCVT__NEON_X32, saturation) { in TEST() argument 581 TEST(F32_QS8_VCVT__NEONV8_X8, saturation) { in TEST() argument 704 TEST(F32_QS8_VCVT__NEONV8_X16, saturation) { in TEST() argument 827 TEST(F32_QS8_VCVT__NEONV8_X24, saturation) { in TEST() argument 950 TEST(F32_QS8_VCVT__NEONV8_X32, saturation) { in TEST() argument 1073 TEST(F32_QS8_VCVT__SSE2_X8, saturation) { in TEST() argument 1196 TEST(F32_QS8_VCVT__SSE2_X16, saturation) { in TEST() argument [all …]
|
H A D | f32-qu8-vcvt.cc | 90 TEST(F32_QU8_VCVT__NEON_X8, saturation) { in TEST() argument 217 TEST(F32_QU8_VCVT__NEON_X16, saturation) { in TEST() argument 344 TEST(F32_QU8_VCVT__NEON_X24, saturation) { in TEST() argument 471 TEST(F32_QU8_VCVT__NEON_X32, saturation) { in TEST() argument 598 TEST(F32_QU8_VCVT__NEONV8_X8, saturation) { in TEST() argument 725 TEST(F32_QU8_VCVT__NEONV8_X16, saturation) { in TEST() argument 852 TEST(F32_QU8_VCVT__NEONV8_X24, saturation) { in TEST() argument 979 TEST(F32_QU8_VCVT__NEONV8_X32, saturation) { in TEST() argument 1106 TEST(F32_QU8_VCVT__SSE2_X8, saturation) { in TEST() argument 1233 TEST(F32_QU8_VCVT__SSE2_X16, saturation) { in TEST() argument [all …]
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | color_space.inl | 104 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> saturation(T const s) function 124 GLM_FUNC_QUALIFIER tvec3<T, P> saturation(const T s, const tvec3<T, P>& color) function 130 GLM_FUNC_QUALIFIER tvec4<T, P> saturation(const T s, const tvec4<T, P>& color) function
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | color_space.inl | 104 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> saturation(T const s) function 124 GLM_FUNC_QUALIFIER tvec3<T, P> saturation(const T s, const tvec3<T, P>& color) function 130 GLM_FUNC_QUALIFIER tvec4<T, P> saturation(const T s, const tvec4<T, P>& color) function
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | matched_filter.cc | 209 const bool saturation = y[i] >= 32000.f || y[i] <= -32000.f; in MatchedFilterCoreWithAccumulatedError_NEON() local 306 const bool saturation = y[i] >= 32000.f || y[i] <= -32000.f; in MatchedFilterCore_NEON() local 421 const bool saturation = y[i] >= 32000.f || y[i] <= -32000.f; in MatchedFilterCore_AccumulatedError_SSE2() local 524 const bool saturation = y[i] >= 32000.f || y[i] <= -32000.f; in MatchedFilterCore_SSE2() local 602 const bool saturation = y[i] >= 32000.f || y[i] <= -32000.f; in MatchedFilterCore() local
|
H A D | matched_filter_avx2.cc | 107 const bool saturation = y[i] >= 32000.f || y[i] <= -32000.f; in MatchedFilterCore_AccumulatedError_AVX2() local 217 const bool saturation = y[i] >= 32000.f || y[i] <= -32000.f; in MatchedFilterCore_AVX2() local
|
H A D | coarse_filter_update_gain_unittest.cc | 76 bool saturation = in RunFilterUpdateTest() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | image_ops.cc | 59 auto saturation = in RGBToHSV() local 82 xla::XlaOp saturation = hsv[1]; in HSVToRGB() local 162 xla::XlaOp saturation = xla::SliceInDim(input, /*start_index=*/1, in Compile() local
|
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.cpp | 1980 int32_t EmulatedSensor::ApplysRGBGamma(int32_t value, int32_t saturation) { in ApplysRGBGamma() 1988 int32_t EmulatedSensor::ApplySMPTE170MGamma(int32_t value, int32_t saturation) { in ApplySMPTE170MGamma() 1995 int32_t EmulatedSensor::ApplyST2084Gamma(int32_t value, int32_t saturation) { in ApplyST2084Gamma() 2006 int32_t EmulatedSensor::ApplyHLGGamma(int32_t value, int32_t saturation) { in ApplyHLGGamma()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/color/ |
H A D | GlobalSaturationTintController.java | 56 float saturation = saturationLevel * 0.01f; in setMatrix() local
|
H A D | AppSaturationController.java | 136 static void computeGrayscaleTransformMatrix(float saturation, float[] matrix) { in computeGrayscaleTransformMatrix()
|
H A D | DisplayTransformManager.java | 318 private void applySaturation(float saturation) { in applySaturation()
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/ |
H A D | color_cs.h | 42 struct color_range saturation; member
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_csc.h | 39 float saturation; member
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterSaturated.java | 44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float saturation); in nativeApplyFilter()
|
/aosp_15_r20/packages/apps/Gallery2/jni/filters/ |
D | saturated.c | 19 …mageFilterSaturated, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat saturation) in JNIFUNCF()
|
/aosp_15_r20/frameworks/libs/native_bridge_support/guest_state/include/native_bridge_support/arm/guest_state/ |
D | guest_state_cpu_state.h | 40 uint32_t saturation; member
|
/aosp_15_r20/external/perfetto/ui/src/components/ |
H A D | colorizer.ts | 138 const saturation = 80; constant
|
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ColorFiltersMutateActivity.java | 164 public void setSaturation(float saturation) { in setSaturation()
|
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/examples/ |
H A D | example6.c | 29 const int saturation = 1; in hsv_to_rgb() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
H A D | Utils.java | 259 public static int hsvToRgb(float hue, float saturation, float value) { in hsvToRgb()
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.CpuFreq/ |
H A D | cpu_freq_track.ts | 256 let saturation = 45; variable
|
/aosp_15_r20/external/angle/src/compiler/translator/msl/ |
H A D | ModifyStruct.cpp | 773 const uint8_t saturation = state.config.saturateMatrixRows(field); in SaturateMatrixRows() local 849 const uint8_t saturation = saturator(field); in SaturateScalarOrVectorCommon() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | basic_test_conversions.h | 380 SaturationMode saturation; member
|
/aosp_15_r20/external/skia/gm/ |
H A D | hsl.cpp | 105 static void saturation(float dr, float dg, float db, in saturation() function
|