/third_party/skia/src/effects/ |
H A D | SkColorMatrix.cpp | 103 void SkColorMatrix::setSaturation(float sat) { in setSaturation() argument
|
/third_party/ffmpeg/libavfilter/ |
H A 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; do_hsvhold_slice() local 189 const float sat = s->sat; do_hsvhold16_slice() local [all...] |
H A D | vf_yaepblur.c | 47 uint64_t *sat; ///< summed area table member 143 uint64_t *sat, *square_sat; in pre_calculate_col() local [all...] |
H A D | vf_varblur.c | 42 AVFrame *sat; member
|
H A 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/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_asm.h | 96 unsigned sat:1; /* saturate result between 0..1 */ member
|
H A D | etnaviv_disasm.c | 43 uint32_t sat : 1; member
|
/third_party/skia/gm/ |
H A 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/intel/compiler/ |
H A D | test_eu_validate.cpp | 1164 bool neg, abs, sat; in TEST_P() member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_fragprog.c | 453 int mask, sat, unit = 0; in nvfx_fragprog_parse_instruction() local [all...] |
H A D | nvfx_vertprog.c | 471 bool sat = false; in nvfx_vertprog_parse_instruction() local [all...] |
/third_party/skia/bench/ |
H A D | MathBench.cpp | 675 Floor2IntBench(bool sat) : fSat(sat) { in Floor2IntBench() argument
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-colorspace.c | 1409 saturate(float mat[3][3], float sat) saturate() argument [all...] |
/third_party/cups-filters/filter/ |
H A D | imagetopdf.c | 688 int hue, sat; /* Hue and saturation adjustment */ in main() local
|
H A D | imagetoraster.c | 174 int hue, sat; /* Hue and saturation adjustment */ in main() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nvc0.cpp | 1094 const bool sat = (i->op == OP_SAT) || i->saturate; in emitCVT() local
|
H A 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
|
H A D | nv50_ir_emit_gk110.cpp | 1057 bool sat = i->saturate; in emitCVT() local
|
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | cmsis_gcc_m.h | 431 __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 D | cmsis_iccarm_m.h | 869 __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 D | cmsis_armclang_m.h | 318 __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 D | cmsis_clang_m.h | 323 __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 D | cmsis_tiarmclang_m.h | 318 __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...] |
/third_party/libdrm/intel/ |
H A D | intel_decode.c | 628 const char *sat; in i915_get_instruction_dst() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 477 const char* sat = (m_data.testType == TT_MATRIXMULADD_SATURATED) ? ", gl_MatrixOperandsSaturatingAccumulation" : ""; in initPrograms() local 758 css << " matO = coopMatMulAdd" << suffix << "(matA, matB, matC" << sat << ");\n"; in initPrograms() local
|