TSIZE             543 3rdparty/libtiff/tif_pixarlog.c     for (i = nlin; i < TSIZE; i++)
TSIZE             112 modules/core/src/opencl/copymakeborder.cl         int dst_index = mad24(y0, dst_step, mad24(x, (int)TSIZE, dst_offset));
TSIZE             123 modules/core/src/opencl/copymakeborder.cl         src_x = mad24(src_x, TSIZE, src_offset);
TSIZE              61 modules/core/src/opencl/flip.cl         int src_index0 = mad24(y0, src_step, mad24(x, TSIZE, src_offset));
TSIZE              62 modules/core/src/opencl/flip.cl         int src_index1 = mad24(rows - y0 - 1, src_step, mad24(x, TSIZE, src_offset));
TSIZE              63 modules/core/src/opencl/flip.cl         int dst_index0 = mad24(y0, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE              64 modules/core/src/opencl/flip.cl         int dst_index1 = mad24(rows - y0 - 1, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE              92 modules/core/src/opencl/flip.cl         int src_index0 = mad24(y0, src_step, mad24(x, TSIZE, src_offset));
TSIZE              93 modules/core/src/opencl/flip.cl         int src_index1 = mad24(rows - y0 - 1, src_step, mad24(cols - x - 1, TSIZE, src_offset));
TSIZE              94 modules/core/src/opencl/flip.cl         int dst_index0 = mad24(y0, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE              95 modules/core/src/opencl/flip.cl         int dst_index1 = mad24(rows - y0 - 1, dst_step, mad24(cols - x - 1, TSIZE, dst_offset));
TSIZE             138 modules/core/src/opencl/flip.cl         int src_index0 = mad24(y0, src_step, mad24(x, TSIZE, src_offset));
TSIZE             139 modules/core/src/opencl/flip.cl         int src_index1 = mad24(y0, src_step, mad24(cols - x - 1, TSIZE, src_offset));
TSIZE             140 modules/core/src/opencl/flip.cl         int dst_index0 = mad24(y0, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE             141 modules/core/src/opencl/flip.cl         int dst_index1 = mad24(y0, dst_step, mad24(cols - x - 1, TSIZE, dst_offset));
TSIZE              64 modules/core/src/opencl/set_identity.cl         int src_index = mad24(y0, src_step, mad24(x, TSIZE, src_offset));
TSIZE              93 modules/core/src/opencl/transpose.cl         int index_src = mad24(y, src_step, mad24(x, TSIZE, src_offset));
TSIZE             107 modules/core/src/opencl/transpose.cl         int index_dst = mad24(y_index, dst_step, mad24(x_index, TSIZE, dst_offset));
TSIZE             128 modules/core/src/opencl/transpose.cl         int src_index = mad24(y, src_step, mad24(x, TSIZE, src_offset));
TSIZE             129 modules/core/src/opencl/transpose.cl         int dst_index = mad24(x, src_step, mad24(y, TSIZE, src_offset));
TSIZE             133 modules/core/src/opencl/transpose.cl         for (int i = 0; i < rowsPerWI; ++i, ++y, src_index += src_step, dst_index += TSIZE)
TSIZE              68 modules/imgproc/src/opencl/bilateral.cl         int src_index = mad24(y + radius, src_step, mad24(x + radius, TSIZE, src_offset));
TSIZE              69 modules/imgproc/src/opencl/bilateral.cl         int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE              89 modules/imgproc/src/opencl/match_template.cl         int src_index = mad24(id / cols, src_step, mad24(id % cols, TSIZE, src_offset));
TSIZE             228 modules/imgproc/src/opencl/match_template.cl                 T src      = loadpix(srcptr      + mad24(y+i, src_step,    mad24(x+j, TSIZE, src_offset)));
TSIZE             229 modules/imgproc/src/opencl/match_template.cl                 T template = loadpix(templateptr + mad24(i, template_step, mad24(j, TSIZE, template_offset)));
TSIZE             282 modules/imgproc/src/opencl/match_template.cl                 T src      = loadpix(srcptr      + mad24(y+i, src_step,    mad24(x+j, TSIZE, src_offset)));
TSIZE             283 modules/imgproc/src/opencl/match_template.cl                 T template = loadpix(templateptr + mad24(i, template_step, mad24(j, TSIZE, template_offset)));
TSIZE             110 modules/imgproc/src/opencl/medianFilter.cl     int x_left     = mad24(max(gx-1, 0), TSIZE, srcOffset);
TSIZE             111 modules/imgproc/src/opencl/medianFilter.cl     int x_central  = mad24(gx, TSIZE, srcOffset);
TSIZE             112 modules/imgproc/src/opencl/medianFilter.cl     int x_right    = mad24(min(gx+4, cols-1), TSIZE, srcOffset);
TSIZE             114 modules/imgproc/src/opencl/medianFilter.cl     int xdst = mad24(gx, TSIZE, dstOffset);
TSIZE             173 modules/imgproc/src/opencl/medianFilter.cl     int x_leftmost = mad24(max(gx-2, 0), TSIZE, srcOffset);
TSIZE             174 modules/imgproc/src/opencl/medianFilter.cl     int x_left     = mad24(max(gx-1, 0), TSIZE, srcOffset);
TSIZE             175 modules/imgproc/src/opencl/medianFilter.cl     int x_central  = mad24(gx, TSIZE, srcOffset);
TSIZE             176 modules/imgproc/src/opencl/medianFilter.cl     int x_right    = mad24(min(gx+4, cols-1), TSIZE, srcOffset);
TSIZE             177 modules/imgproc/src/opencl/medianFilter.cl     int x_rightmost= mad24(min(gx+5, cols-1), TSIZE, srcOffset);
TSIZE             179 modules/imgproc/src/opencl/medianFilter.cl     int xdst = mad24(gx, TSIZE, dstOffset);
TSIZE             303 modules/imgproc/src/opencl/medianFilter.cl     int index1 = mad24(r, src_step, mad24(c, TSIZE, src_offset));
TSIZE             305 modules/imgproc/src/opencl/medianFilter.cl     int index9 = mad24(r, src_step, mad24(c, TSIZE, src_offset));
TSIZE             322 modules/imgproc/src/opencl/medianFilter.cl     int dst_index = mad24( gy, dst_step, mad24(gx, TSIZE, dst_offset));
TSIZE             349 modules/imgproc/src/opencl/medianFilter.cl     int index1 = mad24(r, src_step, mad24(c, TSIZE, src_offset));
TSIZE             352 modules/imgproc/src/opencl/medianFilter.cl     int index10 = mad24(r, src_step, mad24(c, TSIZE, src_offset));
TSIZE             389 modules/imgproc/src/opencl/medianFilter.cl     int dst_index = mad24(gy, dst_step, mad24(gx, TSIZE, dst_offset));
TSIZE             130 modules/imgproc/src/opencl/morph.cl     int start_addr = mad24(cur_y, src_step, cur_x * TSIZE);
TSIZE             131 modules/imgproc/src/opencl/morph.cl     int start_addr2 = mad24(cur_y2, src_step, cur_x2 * TSIZE);
TSIZE             136 modules/imgproc/src/opencl/morph.cl     int end_addr = mad24(src_whole_rows - 1, src_step, src_whole_cols * TSIZE);
TSIZE             159 modules/imgproc/src/opencl/morph.cl         int dst_index = mad24(gidy, dst_step, mad24(gidx, TSIZE, dst_offset));
TSIZE             162 modules/imgproc/src/opencl/morph.cl         int mat_index =  mad24(gidy, mat_step, mad24(gidx, TSIZE, mat_offset));
TSIZE              85 modules/imgproc/src/opencl/remap.cl         v = convertToWT(loadpix((__global const T*)(srcptr + mad24(v2.y, src_step, v2.x * TSIZE + src_offset)))); \
TSIZE              99 modules/imgproc/src/opencl/remap.cl         v = convertToWT(loadpix((__global const T*)(srcptr + mad24(v2.y, src_step, v2.x * TSIZE + src_offset)))); \
TSIZE             133 modules/imgproc/src/opencl/remap.cl         v = convertToWT(loadpix((__global const T*)(srcptr + mad24(v2.y, src_step, v2.x * TSIZE + src_offset)))); \
TSIZE             158 modules/imgproc/src/opencl/remap.cl         int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE             183 modules/imgproc/src/opencl/remap.cl                     int src_index = mad24(gy, src_step, mad24(gx, TSIZE, src_offset));
TSIZE             201 modules/imgproc/src/opencl/remap.cl         int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE             223 modules/imgproc/src/opencl/remap.cl                     int src_index = mad24(gy, src_step, mad24(gx, TSIZE, src_offset));
TSIZE             241 modules/imgproc/src/opencl/remap.cl         int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE             263 modules/imgproc/src/opencl/remap.cl                     int src_index = mad24(gy, src_step, mad24(gx, TSIZE, src_offset));
TSIZE             282 modules/imgproc/src/opencl/remap.cl         int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE             309 modules/imgproc/src/opencl/remap.cl                     int src_index = mad24(gy, src_step, mad24(gx, TSIZE, src_offset));
TSIZE             338 modules/imgproc/src/opencl/remap.cl         int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE             362 modules/imgproc/src/opencl/remap.cl                     a = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataA.y, src_step, map_dataA.x * TSIZE + src_offset))));
TSIZE             367 modules/imgproc/src/opencl/remap.cl                     b = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataB.y, src_step, map_dataB.x * TSIZE + src_offset))));
TSIZE             372 modules/imgproc/src/opencl/remap.cl                     c = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataC.y, src_step, map_dataC.x * TSIZE + src_offset))));
TSIZE             377 modules/imgproc/src/opencl/remap.cl                     d = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataD.y, src_step, map_dataD.x * TSIZE + src_offset))));
TSIZE             402 modules/imgproc/src/opencl/remap.cl         int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE             424 modules/imgproc/src/opencl/remap.cl                 int src_index = mad24(sy, src_step, mad24(sx, TSIZE, src_offset));
TSIZE             440 modules/imgproc/src/opencl/remap.cl                                 xsum = fma(convertToWT(loadpix(srcptr + mad24(xp, TSIZE, src_index))), coeffs_x[xp], xsum);
TSIZE             448 modules/imgproc/src/opencl/remap.cl                                            convertToWT(loadpix(srcptr + mad24(xp, TSIZE, src_index))) : scalar, coeffs_x[xp], xsum);
TSIZE             471 modules/imgproc/src/opencl/remap.cl                     a = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataA.y, src_step, map_dataA.x * TSIZE + src_offset))));
TSIZE             476 modules/imgproc/src/opencl/remap.cl                     b = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataB.y, src_step, map_dataB.x * TSIZE + src_offset))));
TSIZE             481 modules/imgproc/src/opencl/remap.cl                     c = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataC.y, src_step, map_dataC.x * TSIZE + src_offset))));
TSIZE             486 modules/imgproc/src/opencl/remap.cl                     d = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataD.y, src_step, map_dataD.x * TSIZE + src_offset))));
TSIZE             511 modules/imgproc/src/opencl/remap.cl         int dst_index = mad24(y, dst_step, mad24(x, TSIZE, dst_offset));
TSIZE             533 modules/imgproc/src/opencl/remap.cl                     a = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataA.y, src_step, map_dataA.x * TSIZE + src_offset))));
TSIZE             538 modules/imgproc/src/opencl/remap.cl                     b = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataB.y, src_step, map_dataB.x * TSIZE + src_offset))));
TSIZE             543 modules/imgproc/src/opencl/remap.cl                     c = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataC.y, src_step, map_dataC.x * TSIZE + src_offset))));
TSIZE             548 modules/imgproc/src/opencl/remap.cl                     d = convertToWT(loadpix((__global const T *)(srcptr + mad24(map_dataD.y, src_step, map_dataD.x * TSIZE + src_offset))));
TSIZE             127 modules/imgproc/src/opencl/resize.cl         storepix(uval, dstptr + mad24(dy, dststep, dstoffset + dx*TSIZE));
TSIZE             152 modules/imgproc/src/opencl/resize.cl         int src_index0 = mad24(sy0, src_step, mad24(sx0, TSIZE, src_offset)),
TSIZE             153 modules/imgproc/src/opencl/resize.cl         src_index1 = mad24(sy1, src_step, mad24(sx0, TSIZE, src_offset));
TSIZE             155 modules/imgproc/src/opencl/resize.cl         WT data1 = convertToWT(loadpix(srcptr + src_index0 + TSIZE));
TSIZE             157 modules/imgproc/src/opencl/resize.cl         WT data3 = convertToWT(loadpix(srcptr + src_index1 + TSIZE));
TSIZE             163 modules/imgproc/src/opencl/resize.cl                  dstptr + mad24(dy, dst_step, mad24(dx, TSIZE, dst_offset)));
TSIZE             200 modules/imgproc/src/opencl/resize.cl         WT data0 = convertToWT(loadpix(srcptr + mad24(y, src_step, mad24(x, TSIZE, src_offset))));
TSIZE             201 modules/imgproc/src/opencl/resize.cl         WT data1 = convertToWT(loadpix(srcptr + mad24(y, src_step, mad24(x_, TSIZE, src_offset))));
TSIZE             202 modules/imgproc/src/opencl/resize.cl         WT data2 = convertToWT(loadpix(srcptr + mad24(y_, src_step, mad24(x, TSIZE, src_offset))));
TSIZE             203 modules/imgproc/src/opencl/resize.cl         WT data3 = convertToWT(loadpix(srcptr + mad24(y_, src_step, mad24(x_, TSIZE, src_offset))));
TSIZE             212 modules/imgproc/src/opencl/resize.cl         WT data0 = convertToWT(loadpix(srcptr + mad24(y, src_step, mad24(x, TSIZE, src_offset))));
TSIZE             213 modules/imgproc/src/opencl/resize.cl         WT data1 = convertToWT(loadpix(srcptr + mad24(y, src_step, mad24(x_, TSIZE, src_offset))));
TSIZE             214 modules/imgproc/src/opencl/resize.cl         WT data2 = convertToWT(loadpix(srcptr + mad24(y_, src_step, mad24(x, TSIZE, src_offset))));
TSIZE             215 modules/imgproc/src/opencl/resize.cl         WT data3 = convertToWT(loadpix(srcptr + mad24(y_, src_step, mad24(x_, TSIZE, src_offset))));
TSIZE             219 modules/imgproc/src/opencl/resize.cl         storepix(uval, dstptr + mad24(dy, dst_step, mad24(dx, TSIZE, dst_offset)));
TSIZE             239 modules/imgproc/src/opencl/resize.cl         storepix(loadpix(srcptr + mad24(sy, src_step, mad24(sx, TSIZE, src_offset))),
TSIZE             240 modules/imgproc/src/opencl/resize.cl                  dstptr + mad24(dy, dst_step, mad24(dx, TSIZE, dst_offset)));
TSIZE             271 modules/imgproc/src/opencl/resize.cl                 sum += convertToWTV(loadpix(src + src_index + x*TSIZE));
TSIZE             275 modules/imgproc/src/opencl/resize.cl         storepix(convertToT(convertToWT2V(sum) * (WT2V)(SCALE)), dst + mad24(dx, TSIZE, dst_index));
TSIZE             317 modules/imgproc/src/opencl/resize.cl                 buf += convertToWTV(loadpix(src + mad24(sx, TSIZE, src_index))) * alpha;
TSIZE             322 modules/imgproc/src/opencl/resize.cl         storepix(convertToT(sum), dst + mad24(dx, TSIZE, dst_index));