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

  /external/opencv3/modules/core/src/opencl/
convert.cl 55 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
61 if (x < dst_cols)
mulspectrums.cl 59 int dst_rows, int dst_cols, int rowsPerWI)
64 if (x < dst_cols)
copyset.cl 56 int dst_rows, int dst_cols)
61 if (x < dst_cols && y < dst_rows)
inrange.cl 53 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
65 if (x < dst_cols)
  /external/opencv3/modules/imgproc/src/opencl/
resize.cl 134 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
140 if (dx < dst_cols && dy < dst_rows)
142 __global const int * xofs = (__global const int *)(buffer), * yofs = xofs + dst_cols;
144 __global const short * ibeta = ialpha + ((dst_cols + dy) << 1);
170 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
176 if (dx < dst_cols && dy < dst_rows)
226 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
232 if (dx < dst_cols && dy < dst_rows)
249 __global uchar * dst, int dst_step, int dst_offset, int dst_rows, int dst_cols)
254 if (dx < dst_cols && dy < dst_rows
    [all...]
blend_linear.cl 60 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols)
65 if (x < dst_cols && y < dst_rows)
precornerdetect.cl 52 int dst_rows, int dst_cols, float factor)
57 if (x < dst_cols && y < dst_rows)
corner.cl 96 __global uchar * dst, int dst_step, int dst_offset, int dst_rows, int dst_cols, float k)
136 int clamped_col = min(2*dst_cols, col);
192 if (posX < dst_cols && (posY) < dst_rows)
198 if (posX < dst_cols && (posY + 1) < dst_rows)
205 if (posX < dst_cols && (posY) < dst_rows)
213 if (posX < dst_cols && (posY + 1) < dst_rows)
remap.cl 144 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
152 if (x < dst_cols)
191 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
198 if (x < dst_cols)
231 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
238 if (x < dst_cols)
271 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
279 if (x < dst_cols)
327 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
335 if (x < dst_cols)
    [all...]
pyr_up.cl 76 __global uchar * dst, int dst_step, int dst_offset, int dst_rows, int dst_cols)
126 if ((x < dst_cols) && (y < dst_rows))
132 __global uchar * dst, int dst_step, int dst_offset, int dst_rows, int dst_cols)
210 if ((dst_x < dst_cols) && (dst_y < dst_rows))
warp_perspective.cl 90 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
96 if (dx < dst_cols && dy < dst_rows)
120 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
126 if (dx < dst_cols && dy < dst_rows)
182 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
188 if (dx < dst_cols && dy < dst_rows)
warp_affine.cl 91 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
97 if (dx < dst_cols)
135 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
141 if (dx < dst_cols)
268 __global uchar * dstptr, int dst_step, int dst_offset, int dst_rows, int dst_cols,
274 if (dx < dst_cols && dy < dst_rows)
filterSep_singlePass.cl 107 __global uchar* Dst, int dst_step, int dst_offset, int dst_rows, int dst_cols, float delta)
176 if ((x < dst_cols) && (y + liy < dst_rows))
pyr_down.cl 132 __global uchar * dst, int dst_step, int dst_offset, int dst_rows, int dst_cols)
223 if (dst_x < dst_cols)
247 if (dst_x < dst_cols - 1)
270 else if (dst_x < dst_cols)
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
pyr_up.hpp 61 __global__ void pyrUp(const SrcPtr src, GlobPtr<DstType> dst, const int src_rows, const int src_cols, const int dst_rows, const int dst_cols)
152 if (x < dst_cols && y < dst_rows)
157 __host__ void pyrUp(const SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, int dst_rows, int dst_cols, cudaStream_t stream)
160 const dim3 grid(divUp(dst_cols, block.x), divUp(dst_rows, block.y));
162 pyrUp<<<grid, block, 0, stream>>>(src, dst, src_rows, src_cols, dst_rows, dst_cols);
pyr_down.hpp 61 __global__ void pyrDown(const SrcPtr src, GlobPtr<DstType> dst, const int src_rows, const int src_cols, const int dst_cols)
180 if (dst_x < dst_cols)
186 __host__ void pyrDown(const SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, int dst_rows, int dst_cols, cudaStream_t stream)
191 pyrDown<Brd><<<grid, block, 0, stream>>>(src, dst, src_rows, src_cols, dst_cols);
  /external/opencv3/modules/cudastereo/src/cuda/
stereobp.cu 258 __global__ void data_step_down(int dst_cols, int dst_rows, int src_rows, const PtrStep<T> src, PtrStep<T> dst)
263 if (x < dst_cols && y < dst_rows)
278 void data_step_down_gpu(int dst_cols, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream)
283 grid.x = divUp(dst_cols, threads.x);
286 data_step_down<T><<<grid, threads, 0, stream>>>(dst_cols, dst_rows, src_rows, (PtrStepSz<T>)src, (PtrStepSz<T>)dst);
293 template void data_step_down_gpu<short>(int dst_cols, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream);
294 template void data_step_down_gpu<float>(int dst_cols, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream);
301 __global__ void level_up_message(int dst_cols, int dst_rows, int src_rows, const PtrStep<T> src, PtrStep<T> dst)
306 if (x < dst_cols && y < dst_rows)
320 void level_up_messages_gpu(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, c (…)
    [all...]
  /external/opencv3/modules/cudastereo/src/
stereobp.cpp 64 void data_step_down_gpu(int dst_cols, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream);
66 void level_up_messages_gpu(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream);
286 typedef void (*data_step_down_t)(int dst_cols, int dst_rows, int src_rows, const PtrStepSzb& src, const PtrStepSzb& dst, cudaStream_t stream);
292 typedef void (*level_up_messages_t)(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream);
  /external/opencv3/modules/cudawarping/src/cuda/
pyr_down.cu 55 template <typename T, typename B> __global__ void pyrDown(const PtrStepSz<T> src, PtrStep<T> dst, const B b, int dst_cols)
171 if (dst_x < dst_cols)
  /external/opencv3/modules/superres/src/opencl/
superres_btvl1.cl 131 __global uchar * dst, int dst_step, int dst_offset, int dst_rows, int dst_cols,
137 if (y < dst_rows - ksize && x < dst_cols - ksize)
  /external/opencv3/modules/imgproc/test/
test_color.cpp 306 int cols_n = src.cols*src_cn, dst_cols = dst.cols; local
327 convert_row_abc2bgr_32f_c3( src_buf, dst_buf, dst_cols );
329 for( j = 0; j < dst_cols; j++ )
350 convert_row_abc2bgr_32f_c3( src_buf, dst_buf, dst_cols );
352 for( j = 0; j < dst_cols; j++ )
370 convert_row_abc2bgr_32f_c3( src_row, dst_buf, dst_cols );
372 for( j = 0; j < dst_cols; j++ )
    [all...]

Completed in 230 milliseconds