Searched refs:src3_step (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/src/opencl/ |
D | inrange.cl | 58 __global const uchar * src3ptr, int src3_step, int src3_offset, 71 int src3_index = mad24(y0, src3_step, mad24(x, (int)sizeof(srcT1) * kercn, src3_offset)); 119 src3_index += src3_step;
|
/external/opencv/cxcore/src/ |
D | cxcmp.cpp | 255 int src1_step, src2_step, src3_step, dst_step; in cvInRange() local 315 src1_step = src2_step = src3_step = dst_step = CV_STUB_STEP; in cvInRange() 322 src3_step = src3->step; in cvInRange() 335 src3->data.ptr, src3_step, dst->data.ptr, dst_step, size )); in cvInRange()
|