Home
last modified time | relevance | path

Searched defs:saturation (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/XNNPACK/test/
H A Df32-qs8-vcvt.cc89 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 Df32-qu8-vcvt.cc90 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/
Dcolor_space.inl104 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 Dcolor_space.inl104 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 Dmatched_filter.cc209 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 Dmatched_filter_avx2.cc107 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 Dcoarse_filter_update_gain_unittest.cc76 bool saturation = in RunFilterUpdateTest() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dimage_ops.cc59 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/
DEmulatedSensor.cpp1980 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 DGlobalSaturationTintController.java56 float saturation = saturationLevel * 0.01f; in setMatrix() local
H A DAppSaturationController.java136 static void computeGrayscaleTransformMatrix(float saturation, float[] matrix) { in computeGrayscaleTransformMatrix()
H A DDisplayTransformManager.java318 private void applySaturation(float saturation) { in applySaturation()
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/
H A Dcolor_cs.h42 struct color_range saturation; member
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_csc.h39 float saturation; member
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterSaturated.java44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float saturation); in nativeApplyFilter()
/aosp_15_r20/packages/apps/Gallery2/jni/filters/
Dsaturated.c19 …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/
Dguest_state_cpu_state.h40 uint32_t saturation; member
/aosp_15_r20/external/perfetto/ui/src/components/
H A Dcolorizer.ts138 const saturation = 80; constant
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
H A DColorFiltersMutateActivity.java164 public void setSaturation(float saturation) { in setSaturation()
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/examples/
H A Dexample6.c29 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 DUtils.java259 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 Dcpu_freq_track.ts256 let saturation = 45; variable
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DModifyStruct.cpp773 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 Dbasic_test_conversions.h380 SaturationMode saturation; member
/aosp_15_r20/external/skia/gm/
H A Dhsl.cpp105 static void saturation(float dr, float dg, float db, in saturation() function

12345678910>>...14