Searched refs:src2_step (Results 1 - 7 of 7) sorted by relevance

/external/opencv3/modules/core/src/opencl/
H A Dmulspectrums.cl57 __global const uchar * src2ptr, int src2_step, int src2_offset,
67 int src2_index = mad24(y0, src2_step, mad24(x, (int)sizeof(float2), src2_offset));
71 src1_index += src1_step, src2_index += src2_step, dst_index += dst_step)
H A Dinrange.cl57 __global const uchar * src2ptr, int src2_step, int src2_offset,
70 int src2_index = mad24(y0, src2_step, mad24(x, (int)sizeof(srcT1) * kercn, src2_offset));
118 src2_index += src2_step;
/external/opencv3/modules/imgproc/src/opencl/
H A Dblend_linear.cl57 __global const uchar * src2ptr, int src2_step, int src2_offset,
68 int src2_index = mad24(y, src2_step, src2_offset + x * cn * (int)sizeof(T));
/external/opencv/cxcore/src/
H A Dcxcmp.cpp255 int src1_step, src2_step, src3_step, dst_step; local
315 src1_step = src2_step = src3_step = dst_step = CV_STUB_STEP;
321 src2_step = src2->step;
334 IPPI_CALL( func( src1->data.ptr, src1_step, src2->data.ptr, src2_step,
566 int src1_step, src2_step, dst_step; local
644 src1_step = src2_step = dst_step = CV_STUB_STEP;
650 src2_step = src2->step;
664 src2_step, dst->data.ptr, dst_step, size, ipp_cmp_op ));
669 src2_step, dst->data.s, dst_step, size, ipp_cmp_op ));
674 src2_step, ds
974 int src1_step, src2_step, dst_step; local
1428 int src1_step, src2_step, dst_step; local
[all...]
H A Dcxarithm.cpp285 int src1_step, src2_step, dst_step, tdst_step, mask_step; local
481 src2_step = src2->step;
496 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP;
501 src2->data.ptr + y*src2->step, src2_step,
505 src2->data.ptr + y*src2->step, src2_step,
760 int src1_step, src2_step, dst_step, tdst_step, mask_step; local
953 src2_step = src2->step;
968 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP;
973 src2->data.ptr + y*src2->step, src2_step,
977 src2->data.ptr + y*src2->step, src2_step,
1319 int src1_step, src2_step, dst_step; local
1667 int src1_step, src2_step, dst_step; local
[all...]
H A Dcxlogic.cpp357 int src1_step, src2_step, tdst_step, dst_step, mask_step; local
471 src2_step = src2->step;
486 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP;
489 src2->data.ptr + y*src2->step, src2_step,
/external/opencv3/modules/superres/src/opencl/
H A Dsuperres_btvl1.cl118 __global const uchar * src2, int src2_step, int src2_offset,
127 *(__global const float *)(src2 + mad24(y, src2_step, sz * x + src2_offset)));

Completed in 675 milliseconds