Lines Matching refs:uchar
54 __kernel void buildMotionMaps(__global const uchar * forwardMotionPtr, int forwardMotion_step, int forwardMotion_offset,
55 __global const uchar * backwardMotionPtr, int backwardMotion_step, int backwardMotion_offset,
56 __global const uchar * forwardMapPtr, int forwardMap_step, int forwardMap_offset,
57 __global const uchar * backwardMapPtr, int backwardMap_step, int backwardMap_offset,
82 __kernel void upscale(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
83 __global uchar * dstptr, int dst_step, int dst_offset, int scale)
117 __kernel void diffSign(__global const uchar * src1, int src1_step, int src1_offset,
118 __global const uchar * src2, int src2_step, int src2_offset,
119 __global uchar * dst, int dst_step, int dst_offset, int rows, int cols)
130 __kernel void calcBtvRegularization(__global const uchar * src, int src_step, int src_offset,
131 __global uchar * dst, int dst_step, int dst_offset, int dst_rows, int dst_cols,