Home
last modified time | relevance | path

Searched defs:sat (Results 1 – 25 of 39) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dblend.h114 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/
Dtestgenerators.cpp99 greg_weekday sat(Saturday), tue(Tuesday), fri(Friday), sund(Sunday); in main() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_camera_profile.cpp380 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/
Dtransforms.py240 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/
Ddataset.py139 …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/
DSkColorMatrix.cpp103 void SkColorMatrix::setSaturation(float sat) { in setSaturation()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c275 GLuint sat = inst->DstReg[optype].dstMod & GL_SATURATE_BIT_ATI; in r200UpdateFSArith() local
/third_party/ffmpeg/libavfilter/
Dvf_yaepblur.c47 uint64_t *sat; ///< summed area table member
148 uint64_t *sat, *square_sat; in PRE_CALCULATE_ROW() local
Dvf_signalstats.c580 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/
Dnone.h78 __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/
DSkColorMatrix.cpp125 void SkColorMatrix::setSaturation(float sat) { in setSaturation()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dconvolve_fx.c239 #define sat(a) ((a)>0xFF?0xFF:(a)) in create_output_with_brightness() macro
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_asm.h96 unsigned sat:1; /* saturate result between 0..1 */ member
Detnaviv_disasm.c43 uint32_t sat : 1; member
/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_armcc.h481 __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()
Dcmsis_armclang.h526 __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()
Dcmsis_iccarm.h831 __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/
Dhsl.cpp48 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/
Dsaturating.cpp439 typedef seconds::rep sat; in testUser2() typedef
/third_party/skia/gm/
Dhsl.cpp49 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/
Dgregorian.cpp122 static char const * const sat[] = { in first_day_of_week() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_shader.h439 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()
Dnvfx_vertprog.c471 bool sat = false; in nvfx_vertprog_parse_instruction() local
Dnvfx_fragprog.c453 int mask, sat, unit = 0; in nvfx_fragprog_parse_instruction() local
/third_party/pixman/pixman/
Dpixman-combine-float.c831 set_sat (rgb_t *src, float sat) in set_sat()

12