Lines Matching refs:dists
100 __local int * dists, int y, int x, int id,
139 dists[i] = dist;
145 __local int * dists, int y, int x0, int x, int id, int first,
170 dists[i] += col_dist - col_dists_current[first];
177 __local int * dists, int y, int x0, int x, int id, int first,
203 dists[i] += col_dist - col_dists_current[0];
210 __local int * dists, __global const wlut_t * almostDist2Weight,
224 int almostAvgDist = dists[i] >> almostTemplateWindowSizeSqBinShift;
266 __local int dists[SEARCH_SIZE_SQ];
284 … calcFirstElementInRow(src, src_step, src_offset, dists, y, x, id, col_dists, up_col_dists);
290 …calcElementInFirstRow(src, src_step, src_offset, dists, y, x - x0, x, id, first, col_dists, up_col…
292 … calcElement(src, src_step, src_offset, dists, y, x - x0, x, id, first, col_dists, up_col_dists);
297 … convolveWindow(src, src_step, src_offset, dists, almostDist2Weight, dst, dst_step, dst_offset,