HomeSort by relevance Sort by last modified time
    Searched full:buf_step (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/imgproc/src/opencl/
integral_sum.cl 25 __global uchar *buf_ptr, int buf_step, int buf_offset
67 //int buf_index = buf_offset + buf_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) * lid;
68 int buf_index = mad24(buf_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumT), y + lid, buf_offset));
79 buf_index += buf_step;
90 kernel void integral_sum_rows(__global const uchar *buf_ptr, int buf_step, int buf_offset,
154 buf_index += buf_step;
  /external/opencv/cv/src/
cvfilter.cpp 220 buf_step = cvAlign(bw*work_pix_sz, ALIGN);
223 bsz -= buf_step;
224 buf_max_count = bsz/buf_step;
226 buf_end = buf_start + buf_max_count*buf_step;
403 buf_tail += buf_step;
555 bptr += buf_step;
582 buf_head += buf_step;
    [all...]
cvmorph.cpp 315 buf_end -= buf_step;
368 buf_tail += buf_step;
    [all...]
cvsmooth.cpp 178 buf_end -= buf_step;
    [all...]
  /external/opencv/cv/include/
cv.hpp 147 int buf_size, buf_step, buf_count, buf_max_count; member in class:CvBaseImageFilter
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp     [all...]

Completed in 112 milliseconds