Lines Matching refs:uchar
88 short calcCostBorder(__global const uchar * leftptr, __global const uchar * rightptr, int x, int y, int nthread,
92 __global const uchar * left, * right;
122 short calcCostInside(__global const uchar * leftptr, __global const uchar * rightptr, int x, int y,
125 __global const uchar * left, * right;
131 uchar corrner1 = abs(left[0] - right[0]),
140 __kernel void stereoBM(__global const uchar * leftptr,
141 __global const uchar * rightptr,
142 __global uchar * dispptr, int disp_step, int disp_offset,
154 __global const uchar * left, * right;