/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/ffmpeg/libavfilter/ |
D | vf_yaepblur.c | 47 uint64_t *sat; ///< summed area table member 148 uint64_t *sat, *square_sat; in PRE_CALCULATE_ROW() local
|
D | vf_signalstats.c | 580 AVFrame *sat = s->frame_sat; in filter_frame8() local 802 AVFrame *sat = s->frame_sat; in filter_frame16() local
|
/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | none.h | 78 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 96 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
/third_party/flutter/skia/src/effects/ |
D | SkColorMatrix.cpp | 125 void SkColorMatrix::setSaturation(float sat) { in setSaturation()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | convolve_fx.c | 239 #define sat(a) ((a)>0xFF?0xFF:(a)) in create_output_with_brightness() macro
|
/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/cmsis/CMSIS/Core/Include/ |
D | cmsis_armcc.h | 481 __attribute__((always_inline)) __STATIC_INLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 506 __attribute__((always_inline)) __STATIC_INLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
D | cmsis_armclang.h | 526 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 551 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
D | cmsis_iccarm.h | 831 __STATIC_INLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 849 __STATIC_INLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
D | cmsis_armclang_ltm.h | 519 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 544 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
D | cmsis_gcc.h | 707 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 732 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
/third_party/flutter/skia/gm/ |
D | hsl.cpp | 48 static float sat(float r, float g, float b) { return max(r,g,b) - min(r,g,b); } in sat() function
|
/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/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/filter/ |
D | imagetopdf.c | 688 int hue, sat; /* Hue and saturation adjustment */ in main() local
|
D | imagetoraster.c | 174 int hue, sat; /* Hue and saturation adjustment */ in main() local
|
/third_party/cups-filters/cupsfilters/ |
D | image-colorspace.c | 1410 float sat) /* I - Desired color saturation */ in saturate()
|
/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
|
/third_party/flutter/skia/bench/ |
D | MathBench.cpp | 613 Floor2IntBench(bool sat) : fSat(sat) { in Floor2IntBench()
|
/third_party/skia/bench/ |
D | MathBench.cpp | 675 Floor2IntBench(bool sat) : fSat(sat) { in Floor2IntBench()
|