HomeSort by relevance Sort by last modified time
    Searched refs:src1_step (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/core/src/opencl/
mulspectrums.cl 56 __kernel void mulAndScaleSpectrums(__global const uchar * src1ptr, int src1_step, int src1_offset,
66 int src1_index = mad24(y0, src1_step, mad24(x, (int)sizeof(float2), src1_offset));
71 src1_index += src1_step, src2_index += src2_step, dst_index += dst_step)
inrange.cl 52 __kernel void inrange(__global const uchar * src1ptr, int src1_step, int src1_offset,
67 int src1_index = mad24(y0, src1_step, mad24(x, (int)sizeof(srcT1) * kercn, src1_offset));
74 for (int y = y0, y1 = min(dst_rows, y0 + rowsPerWI); y < y1; ++y, src1_index += src1_step, dst_index += dst_step)
  /external/opencv3/modules/imgproc/src/opencl/
blend_linear.cl 56 __kernel void blendLinear(__global const uchar * src1ptr, int src1_step, int src1_offset,
67 int src1_index = mad24(y, src1_step, src1_offset + x * cn * (int)sizeof(T));
  /external/opencv/cxcore/src/
cxcmp.cpp 255 int src1_step, src2_step, src3_step, dst_step; local
315 src1_step = src2_step = src3_step = dst_step = CV_STUB_STEP;
320 src1_step = src1->step;
334 IPPI_CALL( func( src1->data.ptr, src1_step, src2->data.ptr, src2_step,
354 int src1_step, dst_step; local
396 src1_step = dst_step = CV_STUB_STEP;
401 src1_step = src1->step;
416 IPPI_CALL( func( src1->data.ptr, src1_step, dst->data.ptr,
566 int src1_step, src2_step, dst_step; local
644 src1_step = src2_step = dst_step = CV_STUB_STEP
704 int src1_step, dst_step; local
974 int src1_step, src2_step, dst_step; local
1075 int src1_step, dst_step; local
1428 int src1_step, src2_step, dst_step; local
    [all...]
cxarithm.cpp 285 int src1_step, src2_step, dst_step, tdst_step, mask_step; local
480 src1_step = src1->step;
496 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP;
500 func_sfs( src1->data.ptr + y*src1->step, src1_step,
504 func( src1->data.ptr + y*src1->step, src1_step,
760 int src1_step, src2_step, dst_step, tdst_step, mask_step; local
1319 int src1_step, src2_step, dst_step; local
1667 int src1_step, src2_step, dst_step; local
    [all...]
cxlogic.cpp 357 int src1_step, src2_step, tdst_step, dst_step, mask_step; local
470 src1_step = src1->step;
486 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP;
488 IPPI_CALL( fn_2d( src1->data.ptr + y*src1->step, src1_step,
  /external/opencv3/modules/superres/src/opencl/
superres_btvl1.cl 117 __kernel void diffSign(__global const uchar * src1, int src1_step, int src1_offset,
126 diffSign1(*(__global const float *)(src1 + mad24(y, src1_step, sz * x + src1_offset)),

Completed in 1660 milliseconds