Lines Matching refs:sx
104 int sx = x - SEARCH_SIZE2, sy = y - SEARCH_SIZE2;
112 mad24(sy + i / SEARCH_SIZE, src_step, mad24(psz, sx + i % SEARCH_SIZE, src_offset)));
150 int sx = x - SEARCH_SIZE2, sy = y - SEARCH_SIZE2;
156 mad24(sy + i / SEARCH_SIZE, src_step, mad24(psz, sx + i % SEARCH_SIZE, src_offset)));
180 int sx = x + TEMPLATE_SIZE2;
184 …pixel_t up_value = *(__global const pixel_t *)(src + mad24(sy_up, src_step, mad24(psz, sx, src_off…
185 …pixel_t down_value = *(__global const pixel_t *)(src + mad24(sy_down, src_step, mad24(psz, sx, src…
187 sx -= SEARCH_SIZE2;
195 … = *(__global const pixel_t *)(src + mad24(sy_up + wy, src_step, mad24(psz, sx + wx, src_offset)));
196 … *(__global const pixel_t *)(src + mad24(sy_down + wy, src_step, mad24(psz, sx + wx, src_offset)));
215 int sx = x - SEARCH_SIZE2, sy = y - SEARCH_SIZE2;
221 …int src_index = mad24(sy + i / SEARCH_SIZE, src_step, mad24(i % SEARCH_SIZE + sx, psz, src_offset)…