/third_party/ffmpeg/libavfilter/ |
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; in do_hsvhold_slice() local 189 const float sat = s->sat; in do_hsvhold16_slice() local
|
D | vf_yaepblur.c | 47 uint64_t *sat; ///< summed area table member 143 uint64_t *sat, *square_sat; in PRE_CALCULATE_ROW() local
|
D | vf_varblur.c | 42 AVFrame *sat; member
|
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/skia/third_party/externals/dng_sdk/source/ |
D | dng_camera_profile.cpp | 380 for (uint32 sat = 0; sat < sats; sat++) in FingerprintHueSatMap() local 881 for (uint32 sat = skipSat0 ? 1 : 0; sat < sats; sat++) in ReadHueSatMap() local
|
/third_party/skia/src/effects/ |
D | SkColorMatrix.cpp | 103 void SkColorMatrix::setSaturation(float sat) { in setSaturation()
|
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
D | cmsis_tiarmclang_m.h | 298 #define __SSAT(value, sat) __ssat(value, sat) argument 308 #define __USAT(value, sat) __usat(value, sat) argument 318 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 344 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
D | cmsis_clang_m.h | 303 #define __SSAT(value, sat) __ssat(value, sat) argument 313 #define __USAT(value, sat) __usat(value, sat) argument 323 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 349 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
D | cmsis_armclang_m.h | 298 #define __SSAT(value, sat) __ssat(value, sat) argument 308 #define __USAT(value, sat) __usat(value, sat) argument 318 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 344 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
D | cmsis_gcc_m.h | 411 #define __SSAT(value, sat) __ssat(value, sat) argument 421 #define __USAT(value, sat) __usat(value, sat) argument 431 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 457 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
D | cmsis_iccarm_m.h | 869 __STATIC_INLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 887 __STATIC_INLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.cc | 4999 static inline T sat_add(T x, T y, bool& sat) { in sat_add() 5019 static inline T sat_sub(T x, T y, bool& sat) { in sat_sub() 5039 T sat_addu(T x, T y, bool& sat) { in sat_addu() 5050 T sat_subu(T x, T y, bool& sat) { in sat_subu() 5070 bool sat = false; in DecodeRvvIVV() local 5109 bool sat = false; in DecodeRvvIVV() local 5138 bool sat = false; in DecodeRvvIVV() local 5373 bool sat = false; in DecodeRvvIVI() local 5557 bool sat = false; in DecodeRvvIVX() local 5597 bool sat = false; in DecodeRvvIVX() local
|
/third_party/vixl/src/aarch64/ |
D | simulator-aarch64.h | 696 void SetSatFlag(int index, Saturation sat) { in SetSatFlag() 705 Saturation sat = GetSignedSaturation(i); in SignedSaturate() local 717 Saturation sat = GetUnsignedSaturation(i); in UnsignedSaturate() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_asm.h | 96 unsigned sat:1; /* saturate result between 0..1 */ member
|
D | etnaviv_disasm.c | 43 uint32_t sat : 1; member
|
/third_party/skia/gm/ |
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
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.h | 555 void SetSatFlag(int index, Saturation sat) { in SetSatFlag() 564 Saturation sat = GetSignedSaturation(i); in SignedSaturate() local 576 Saturation sat = GetUnsignedSaturation(i); in UnsignedSaturate() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_shader.h | 439 uint8_t sat : 1; member 450 nvfx_insn(bool sat, unsigned op, int unit, struct nvfx_reg dst, unsigned mask, struct nvfx_src s0, … in nvfx_insn()
|
D | nvfx_vertprog.c | 471 bool sat = false; in nvfx_vertprog_parse_instruction() local
|
D | nvfx_fragprog.c | 453 int mask, sat, unit = 0; in nvfx_fragprog_parse_instruction() local
|
/third_party/cups-filters/cupsfilters/ |
D | image-colorspace.c | 1410 float sat) /* I - Desired color saturation */ in saturate()
|
/third_party/cups-filters/filter/ |
D | imagetopdf.c | 688 int hue, sat; /* Hue and saturation adjustment */ in main() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 1027 const int sat = (i->op == OP_TXF) ? 1 : 0; in handleTEX() local 1095 int sat = (i->op == OP_TXF) ? 1 : 0; in handleTEX() local
|
D | nv50_ir_emit_gk110.cpp | 1057 bool sat = i->saturate; in emitCVT() local
|
/third_party/skia/bench/ |
D | MathBench.cpp | 675 Floor2IntBench(bool sat) : fSat(sat) { in Floor2IntBench()
|