Home | History | Annotate | Download | only in imgproc

Lines Matching full:img_step

5353 "__kernel void extractFirstChannel( const __global uchar* img, int img_step, int img_offset,\n"
5363 "T1 image = *(__global const T1*)(img + mad24(y, img_step, mad24(x, (int)sizeof(T1)*cn, img_offset)));;\n"