Searched refs:buf_step (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/imgproc/src/opencl/ |
D | 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) *… 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/include/ |
D | cv.hpp | 147 int buf_size, buf_step, buf_count, buf_max_count; member in CvBaseImageFilter
|
/external/opencv/cv/src/ |
D | cvfilter.cpp | 220 buf_step = cvAlign(bw*work_pix_sz, ALIGN); in start_process() 223 bsz -= buf_step; in start_process() 224 buf_max_count = bsz/buf_step; in start_process() 226 buf_end = buf_start + buf_max_count*buf_step; in start_process() 403 buf_tail += buf_step; in fill_cyclic_buffer() 555 bptr += buf_step; in process() 582 buf_head += buf_step; in process()
|
D | cvmorph.cpp | 315 buf_end -= buf_step; in start_process() 368 buf_tail += buf_step; in fill_cyclic_buffer()
|
D | cvsmooth.cpp | 178 buf_end -= buf_step; in start_process()
|