Lines Matching refs:src_offset
85 …ertToWT(loadpix((__global const T*)(srcptr + mad24(v2.y, src_step, v2.x * TSIZE + src_offset)))); \
99 …ertToWT(loadpix((__global const T*)(srcptr + mad24(v2.y, src_step, v2.x * TSIZE + src_offset)))); \
133 …ertToWT(loadpix((__global const T*)(srcptr + mad24(v2.y, src_step, v2.x * TSIZE + src_offset)))); \
143 __kernel void remap_2_32FC1(__global const uchar * srcptr, int src_step, int src_offset, int src_ro…
183 int src_index = mad24(gy, src_step, mad24(gx, TSIZE, src_offset));
190 __kernel void remap_32FC2(__global const uchar * srcptr, int src_step, int src_offset, int src_rows…
223 int src_index = mad24(gy, src_step, mad24(gx, TSIZE, src_offset));
230 __kernel void remap_16SC2(__global const uchar * srcptr, int src_step, int src_offset, int src_rows…
263 int src_index = mad24(gy, src_step, mad24(gx, TSIZE, src_offset));
270 __kernel void remap_16SC2_16UC1(__global const uchar * srcptr, int src_step, int src_offset, int sr…
309 int src_index = mad24(gy, src_step, mad24(gx, TSIZE, src_offset));
326 __kernel void remap_16SC2_16UC1(__global const uchar * srcptr, int src_step, int src_offset, int sr…
362 …ix((__global const T *)(srcptr + mad24(map_dataA.y, src_step, map_dataA.x * TSIZE + src_offset))));
367 …ix((__global const T *)(srcptr + mad24(map_dataB.y, src_step, map_dataB.x * TSIZE + src_offset))));
372 …ix((__global const T *)(srcptr + mad24(map_dataC.y, src_step, map_dataC.x * TSIZE + src_offset))));
377 …ix((__global const T *)(srcptr + mad24(map_dataD.y, src_step, map_dataD.x * TSIZE + src_offset))));
390 __kernel void remap_2_32FC1(__global const uchar * srcptr, int src_step, int src_offset, int src_ro…
424 int src_index = mad24(sy, src_step, mad24(sx, TSIZE, src_offset));
471 …ix((__global const T *)(srcptr + mad24(map_dataA.y, src_step, map_dataA.x * TSIZE + src_offset))));
476 …ix((__global const T *)(srcptr + mad24(map_dataB.y, src_step, map_dataB.x * TSIZE + src_offset))));
481 …ix((__global const T *)(srcptr + mad24(map_dataC.y, src_step, map_dataC.x * TSIZE + src_offset))));
486 …ix((__global const T *)(srcptr + mad24(map_dataD.y, src_step, map_dataD.x * TSIZE + src_offset))));
500 __kernel void remap_32FC2(__global const uchar * srcptr, int src_step, int src_offset, int src_rows…
533 …ix((__global const T *)(srcptr + mad24(map_dataA.y, src_step, map_dataA.x * TSIZE + src_offset))));
538 …ix((__global const T *)(srcptr + mad24(map_dataB.y, src_step, map_dataB.x * TSIZE + src_offset))));
543 …ix((__global const T *)(srcptr + mad24(map_dataC.y, src_step, map_dataC.x * TSIZE + src_offset))));
548 …ix((__global const T *)(srcptr + mad24(map_dataD.y, src_step, map_dataD.x * TSIZE + src_offset))));