Home
last modified time | relevance | path

Searched refs:s1y (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dvf_nlmeans.c67 const int s1y = e; in checkasm_check_nlmeans() local
71 const int starty_safe = FFMAX(s1y, s2y); in checkasm_check_nlmeans()
73 const int endy_safe = FFMIN(s1y + h, s2y + h); in checkasm_check_nlmeans()
79 av_assert0(starty_safe - s1y >= 0); av_assert0(starty_safe - s1y < h); in checkasm_check_nlmeans()
87 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
91 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
100 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
/third_party/boost/boost/geometry/strategies/cartesian/
Dturn_in_ring_winding.hpp94 CalculationType const s1y = get<1>(s1); in in_vertical_range() local
97 return (s1y >= py && s2y <= py) in in_vertical_range()
98 || (s2y >= py && s1y <= py); in in_vertical_range()
Dpoint_in_poly_winding.hpp219 calc_t const s1y = get<1>(seg1); in check_touch() local
221 if ((s1y <= py && s2y >= py) || (s2y <= py && s1y >= py)) in check_touch()
/third_party/ffmpeg/libavfilter/
Dvf_nlmeans.c176 const int s1y = av_clip(y - r, 0, sh - 1); in compute_unsafe_ssd_integral_image() local
182 const uint8_t v1 = src[s1y*linesize + s1x]; in compute_unsafe_ssd_integral_image()
219 const int s1y = e; in compute_ssd_integral_image() local
228 const int starty_safe = FFMAX(s1y, s2y); in compute_ssd_integral_image()
230 const int endy_safe = FFMIN(s1y + h, s2y + h); in compute_ssd_integral_image()
256 av_assert1(starty_safe - s1y >= 0); av_assert1(starty_safe - s1y < h); in compute_ssd_integral_image()
261 … src + (starty_safe - s1y) * linesize + (startx_safe - s1x), linesize, in compute_ssd_integral_image()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_msaa.c28 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument
30 (((unsigned)(s1y)&0xf) << 12) | (((unsigned)(s2x)&0xf) << 16) | \
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h937 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument
939 (((unsigned)(s1x) & 0xf) << 8) | (((unsigned)(s1y) & 0xf) << 12) | \
/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1699 #define FILL_SREG(s0x, s0y, s1x, s1y, s2x, s2y, s3x, s3y) \ argument
1701 (((unsigned)(s1y)&0xf) << 12) | (((unsigned)(s2x)&0xf) << 16) | \