SEARCH_SIZE_SQ    107 modules/photo/src/opencl/nlmeans.cl     for (int i = id; i < SEARCH_SIZE_SQ; i += CTA_SIZE)
SEARCH_SIZE_SQ    152 modules/photo/src/opencl/nlmeans.cl     for (int i = id; i < SEARCH_SIZE_SQ; i += CTA_SIZE)
SEARCH_SIZE_SQ    172 modules/photo/src/opencl/nlmeans.cl         up_col_dists[mad24(x0, SEARCH_SIZE_SQ, i)] = col_dist;
SEARCH_SIZE_SQ    191 modules/photo/src/opencl/nlmeans.cl     for (int i = id; i < SEARCH_SIZE_SQ; i += CTA_SIZE)
SEARCH_SIZE_SQ    199 modules/photo/src/opencl/nlmeans.cl         __global int * up_col_dists_current = up_col_dists + mad24(x0, SEARCH_SIZE_SQ, i);
SEARCH_SIZE_SQ    219 modules/photo/src/opencl/nlmeans.cl     for (int i = id; i < SEARCH_SIZE_SQ; i += CTA_SIZE)
SEARCH_SIZE_SQ    266 modules/photo/src/opencl/nlmeans.cl     __local int dists[SEARCH_SIZE_SQ];
SEARCH_SIZE_SQ    275 modules/photo/src/opencl/nlmeans.cl     int block_data_start = SEARCH_SIZE_SQ * (mad24(block_y, dst_cols, x0) + mad24(block_y, nblocks_x, block_x) * TEMPLATE_SIZE);
SEARCH_SIZE_SQ    277 modules/photo/src/opencl/nlmeans.cl     __global int * up_col_dists = col_dists + SEARCH_SIZE_SQ * TEMPLATE_SIZE;