Home
last modified time | relevance | path

Searched defs:sat (Results 1 - 25 of 35) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/colormatrix_fuzzer/
H A Dcolormatrix_fuzzer.cpp48 scalar sat = GetObject<scalar>(); in ColorMatrixFuzzTest001() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dcolor_matrix.cpp118 void ColorMatrix::SetSaturation(scalar sat) in SetSaturation() argument
/third_party/skia/src/effects/
H A DSkColorMatrix.cpp103 void SkColorMatrix::setSaturation(float sat) { in setSaturation() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_hsvkey.c34 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 Dvf_yaepblur.c47 uint64_t *sat; ///< summed area table member
143 uint64_t *sat, *square_sat; in pre_calculate_col() local
[all...]
H A Dvf_varblur.c42 AVFrame *sat; member
H A Dvf_signalstats.c572 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 Detnaviv_asm.h96 unsigned sat:1; /* saturate result between 0..1 */ member
H A Detnaviv_disasm.c43 uint32_t sat : 1; member
/third_party/skia/gm/
H A Dhsl.cpp49 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 Drs_material_filter.cpp160 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 Dtest_eu_validate.cpp1164 bool neg, abs, sat; in TEST_P() member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c453 int mask, sat, unit = 0; in nvfx_fragprog_parse_instruction() local
[all...]
H A Dnvfx_vertprog.c471 bool sat = false; in nvfx_vertprog_parse_instruction() local
[all...]
/third_party/skia/bench/
H A DMathBench.cpp675 Floor2IntBench(bool sat) : fSat(sat) { in Floor2IntBench() argument
/third_party/cups-filters/cupsfilters/
H A Dimage-colorspace.c1409 saturate(float mat[3][3], float sat) saturate() argument
[all...]
/third_party/cups-filters/filter/
H A Dimagetopdf.c688 int hue, sat; /* Hue and saturation adjustment */ in main() local
H A Dimagetoraster.c174 int hue, sat; /* Hue and saturation adjustment */ in main() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nvc0.cpp1094 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 Drs_property_drawable_utils.cpp1236 float sat = 1.0f; in DrawFilterWithDRM() local
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h431 __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 Dcmsis_iccarm_m.h869 __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 Dcmsis_armclang_m.h318 __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 Dcmsis_clang_m.h323 __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 Dcmsis_tiarmclang_m.h318 __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...]

Completed in 33 milliseconds

12