| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/colormatrix_fuzzer/ |
| H A D | colormatrix_fuzzer.cpp | 48 scalar sat = GetObject<scalar>(); in ColorMatrixFuzzTest001() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
| H A D | color_matrix.cpp | 118 void ColorMatrix::SetSaturation(scalar sat) in SetSaturation() argument
|
| /third_party/skia/src/effects/ |
| H A D | SkColorMatrix.cpp | 103 void SkColorMatrix::setSaturation(float sat) { in setSaturation() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_hsvkey.c | 34 float hue, hue_opt, sat, val; member 66 const float sat = sat_key < 0.f ? -sat_key : sqrtf((uf * uf + vf * vf) / (half * half * 2.f)); in do_hsvkey_pixel() local 98 const float sat = s->sat; in do_hsvkey_slice() local 123 const float sat = s->sat; in do_hsvkey16_slice() local 152 const float sat = s->sat; do_hsvhold_slice() local 189 const float sat = s->sat; do_hsvhold16_slice() local [all...] |
| H A D | vf_yaepblur.c | 47 uint64_t *sat; ///< summed area table member 143 uint64_t *sat, *square_sat; in pre_calculate_col() local [all...] |
| H A D | vf_varblur.c | 42 AVFrame *sat; member
|
| H A D | vf_signalstats.c | 572 AVFrame *sat = s->frame_sat; in filter_frame8() local 794 AVFrame *sat = s->frame_sat; in filter_frame16() local
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_asm.h | 96 unsigned sat:1; /* saturate result between 0..1 */ member
|
| H A D | etnaviv_disasm.c | 43 uint32_t sat : 1; member
|
| /third_party/skia/gm/ |
| H A D | hsl.cpp | 49 static float sat(float r, float g, float b) { return max(r,g,b) - min(r,g,b); } in sat() function
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_material_filter.cpp | 160 std::shared_ptr<Drawing::ColorFilter> RSMaterialFilter::GetColorFilter(float sat, float brightness)
in GetColorFilter() argument 179 std::shared_ptr<Drawing::ImageFilter> RSMaterialFilter::CreateMaterialFilter(float radius, float sat, float brightness)
in CreateMaterialFilter() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | test_eu_validate.cpp | 1164 bool neg, abs, sat; in TEST_P() member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_fragprog.c | 453 int mask, sat, unit = 0; in nvfx_fragprog_parse_instruction() local [all...] |
| H A D | nvfx_vertprog.c | 471 bool sat = false; in nvfx_vertprog_parse_instruction() local [all...] |
| /third_party/skia/bench/ |
| H A D | MathBench.cpp | 675 Floor2IntBench(bool sat) : fSat(sat) { in Floor2IntBench() argument
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-colorspace.c | 1409 saturate(float mat[3][3], float sat) saturate() argument [all...] |
| /third_party/cups-filters/filter/ |
| H A D | imagetopdf.c | 688 int hue, sat; /* Hue and saturation adjustment */ in main() local
|
| H A D | imagetoraster.c | 174 int hue, sat; /* Hue and saturation adjustment */ in main() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_emit_nvc0.cpp | 1094 const bool sat = (i->op == OP_SAT) || i->saturate; in emitCVT() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
| H A D | rs_property_drawable_utils.cpp | 1236 float sat = 1.0f; in DrawFilterWithDRM() local
|
| /third_party/cmsis/CMSIS/Core/Include/m-profile/ |
| H A D | cmsis_gcc_m.h | 431 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() argument 457 __USAT(int32_t val, uint32_t sat) __USAT() argument [all...] |
| H A D | cmsis_iccarm_m.h | 869 __STATIC_INLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() argument 887 __STATIC_INLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT() argument
|
| H A D | cmsis_armclang_m.h | 318 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() argument 344 __USAT(int32_t val, uint32_t sat) __USAT() argument [all...] |
| H A D | cmsis_clang_m.h | 323 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() argument 349 __USAT(int32_t val, uint32_t sat) __USAT() argument [all...] |
| H A D | cmsis_tiarmclang_m.h | 318 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() argument 344 __USAT(int32_t val, uint32_t sat) __USAT() argument [all...] |