Home | History | Annotate | Download | only in opencl

Lines Matching refs:uchar

143 __kernel void remap_2_32FC1(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
144 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
145 __global const uchar * map1ptr, int map1_step, int map1_offset,
146 __global const uchar * map2ptr, int map2_step, int map2_offset,
190 __kernel void remap_32FC2(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
191 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
192 __global const uchar * mapptr, int map_step, int map_offset,
230 __kernel void remap_16SC2(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
231 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
232 __global const uchar * mapptr, int map_step, int map_offset,
270 __kernel void remap_16SC2_16UC1(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
271 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
272 __global const uchar * map1ptr, int map1_step, int map1_offset,
273 __global const uchar * map2ptr, int map2_step, int map2_offset,
326 __kernel void remap_16SC2_16UC1(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
327 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
328 __global const uchar * map1ptr, int map1_step, int map1_offset,
329 __global const uchar * map2ptr, int map2_step, int map2_offset,
390 __kernel void remap_2_32FC1(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
391 __global uchar
392 __global const uchar * map1ptr, int map1_step, int map1_offset,
393 __global const uchar * map2ptr, int map2_step, int map2_offset,
500 __kernel void remap_32FC2(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
501 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
502 __global const uchar * mapptr, int map_step, int map_offset,