/third_party/ffmpeg/tests/checkasm/ |
D | vf_nlmeans.c | 68 const int s2x = e + offx; in checkasm_check_nlmeans() local 70 const int startx_safe = FFMAX(s1x, s2x); in checkasm_check_nlmeans() 72 const int u_endx_safe = FFMIN(s1x + w, s2x + w); in checkasm_check_nlmeans() 80 av_assert0(startx_safe - s2x >= 0); av_assert0(startx_safe - s2x < w); in checkasm_check_nlmeans() 88 src + (starty_safe - s2y) * src_lz + (startx_safe - s2x), src_lz, in checkasm_check_nlmeans() 92 src + (starty_safe - s2y) * src_lz + (startx_safe - s2x), src_lz, in checkasm_check_nlmeans() 101 src + (starty_safe - s2y) * src_lz + (startx_safe - s2x), src_lz, in checkasm_check_nlmeans()
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | turn_in_ring_winding.hpp | 152 CalculationType const s2x = get<0>(s2); in apply() local 155 = (s1x >= px && s2x <= px) in apply() 156 || (s2x >= px && s1x <= px); in apply() 158 bool const vertical = s1x == s2x; in apply() 191 bool const eq2 = s2x == px; in apply()
|
D | point_in_poly_winding.hpp | 209 calc_t const s2x = get<0>(seg2); in check_touch() local 212 eq2 = math::equals(s2x, px); in check_touch()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans.c | 181 const int s2x = av_clip(x - (r + offx), 0, sw - 1); in compute_unsafe_ssd_integral_image() local 183 const uint8_t v2 = src[s2y*linesize + s2x]; in compute_unsafe_ssd_integral_image() 222 const int s2x = e + offx; in compute_ssd_integral_image() local 227 const int startx_safe = FFMAX(s1x, s2x); in compute_ssd_integral_image() 229 const int u_endx_safe = FFMIN(s1x + w, s2x + w); // unaligned in compute_ssd_integral_image() 257 av_assert1(startx_safe - s2x >= 0); av_assert1(startx_safe - s2x < w); in compute_ssd_integral_image() 262 … src + (starty_safe - s2y) * linesize + (startx_safe - s2x), linesize, in compute_ssd_integral_image()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_msaa.c | 28 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument 30 (((unsigned)(s1y)&0xf) << 12) | (((unsigned)(s2x)&0xf) << 16) | \
|
/third_party/boost/libs/safe_numerics/test/ |
D | test_construction.cpp | 49 safe<T2> s2x(t1); in test_construction() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.h | 937 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument 940 (((unsigned)(s2x) & 0xf) << 16) | (((unsigned)(s2y) & 0xf) << 20) | \
|
/third_party/mesa3d/src/amd/vulkan/ |
D | si_cmd_buffer.c | 1699 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument 1701 (((unsigned)(s1y)&0xf) << 12) | (((unsigned)(s2x)&0xf) << 16) | \
|
/third_party/skia/third_party/externals/libpng/ |
D | CHANGES | 285 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok) 325 Minor changes to makefile.s2x 329 Changed makefile.s2x to reduce security risk of using a relative pathname 430 Changed "ln -sf" to "ln -s -f" in makefile.s2x, makefile.lnx, and
|
/third_party/libpng/ |
D | CHANGES | 285 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok) 325 Minor changes to makefile.s2x 329 Changed makefile.s2x to reduce security risk of using a relative pathname 430 Changed "ln -sf" to "ln -s -f" in makefile.s2x, makefile.lnx, and
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | CHANGES | 285 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok) 325 Minor changes to makefile.s2x 329 Changed makefile.s2x to reduce security risk of using a relative pathname 430 Changed "ln -sf" to "ln -s -f" in makefile.s2x, makefile.lnx, and
|