/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | blend.h | 114 simdscalar sat = _simd_min_ps(src.w, _simd_sub_ps(_simd_set1_ps(1.0), dst.w)); in GenerateBlendFactor() local
|
/third_party/boost/libs/date_time/test/gregorian/ |
D | testgenerators.cpp | 99 greg_weekday sat(Saturday), tue(Tuesday), fri(Friday), sund(Sunday); in main() 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/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | transforms.py | 240 def color_distortion(img, hue, sat, val, device_num): argument 370 def _data_aug(image, box, jitter, hue, sat, val, image_input_size, max_boxes, argument
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/ |
D | dataset.py | 139 …def _data_aug(image, box, is_training, jitter=0.3, hue=0.1, sat=1.5, val=1.5, image_size=(352, 640… argument
|
/third_party/skia/src/effects/ |
D | SkColorMatrix.cpp | 103 void SkColorMatrix::setSaturation(float sat) { in setSaturation()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 275 GLuint sat = inst->DstReg[optype].dstMod & GL_SATURATE_BIT_ATI; in r200UpdateFSArith() local
|
/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()
|
/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/boost/libs/chrono/example/ |
D | saturating.cpp | 439 typedef seconds::rep sat; in testUser2() typedef
|
/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/boost/libs/locale/src/util/ |
D | gregorian.cpp | 122 static char const * const sat[] = { in first_day_of_week() 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/pixman/pixman/ |
D | pixman-combine-float.c | 831 set_sat (rgb_t *src, float sat) in set_sat()
|