Home
last modified time | relevance | path

Searched defs:sat (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/src/effects/
H A DSkColorMatrix.cpp103 void SkColorMatrix::setSaturation(float sat) { in setSaturation() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_hsvkey.c34 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 Dvf_yaepblur.c47 uint64_t *sat; ///< summed area table member
143 uint64_t *sat, *square_sat; in pre_calculate_col() local
[all...]
H A Dvf_varblur.c42 AVFrame *sat; member
H A Dvf_signalstats.c572 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 Detnaviv_asm.h96 unsigned sat:1; /* saturate result between 0..1 */ member
H A Detnaviv_disasm.c43 uint32_t sat : 1; member
/third_party/skia/gm/
H A 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/mesa3d/src/intel/compiler/
H A Dtest_eu_validate.cpp1164 bool neg, abs, sat; in TEST_P() member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c453 int mask, sat, unit = 0; in nvfx_fragprog_parse_instruction() local
[all...]
H A Dnvfx_vertprog.c471 bool sat = false; in nvfx_vertprog_parse_instruction() local
[all...]
/third_party/skia/bench/
H A DMathBench.cpp675 Floor2IntBench(bool sat) : fSat(sat) { in Floor2IntBench() argument
/third_party/cups-filters/cupsfilters/
H A Dimage-colorspace.c1409 saturate(float mat[3][3], float sat) saturate() argument
[all...]
/third_party/cups-filters/filter/
H A Dimagetopdf.c688 int hue, sat; /* Hue and saturation adjustment */ in main() local
H A Dimagetoraster.c174 int hue, sat; /* Hue and saturation adjustment */ in main() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nvc0.cpp1094 const bool sat = (i->op == OP_SAT) || i->saturate; in emitCVT() local
H A Dnv50_ir_lowering_nvc0.cpp1027 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 Dnv50_ir_emit_gk110.cpp1057 bool sat = i->saturate; in emitCVT() local
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h431 __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 Dcmsis_iccarm_m.h869 __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 Dcmsis_armclang_m.h318 __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 Dcmsis_clang_m.h323 __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 Dcmsis_tiarmclang_m.h318 __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 Dintel_decode.c628 const char *sat; in i915_get_instruction_dst() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp477 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

Completed in 43 milliseconds

12