Home
last modified time | relevance | path

Searched defs:dst_cols (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dpyr_up.hpp61 …obPtr<DstType> dst, const int src_rows, const int src_cols, const int dst_rows, const int dst_cols) in pyrUp()
157 …onst GlobPtr<DstType>& dst, int src_rows, int src_cols, int dst_rows, int dst_cols, cudaStream_t s… in pyrUp()
Dpyr_down.hpp61 …const SrcPtr src, GlobPtr<DstType> dst, const int src_rows, const int src_cols, const int dst_cols) in pyrDown()
186 …onst GlobPtr<DstType>& dst, int src_rows, int src_cols, int dst_rows, int dst_cols, cudaStream_t s… in pyrDown()
/external/opencv3/modules/cudastereo/src/cuda/
Dstereobp.cu258 …__global__ void data_step_down(int dst_cols, int dst_rows, int src_rows, const PtrStep<T> src, Ptr… in data_step_down()
278 …void data_step_down_gpu(int dst_cols, int dst_rows, int src_rows, const PtrStepSzb& src, const Ptr… in data_step_down_gpu()
301 …__global__ void level_up_message(int dst_cols, int dst_rows, int src_rows, const PtrStep<T> src, P… in level_up_message()
320 …void level_up_messages_gpu(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus,… in level_up_messages_gpu()
/external/opencv3/modules/cudawarping/src/cuda/
Dpyr_down.cu55 …ypename B> __global__ void pyrDown(const PtrStepSz<T> src, PtrStep<T> dst, const B b, int dst_cols) in pyrDown()
/external/opencv3/modules/imgproc/test/
Dtest_color.cpp306 int cols_n = src.cols*src_cn, dst_cols = dst.cols; in convert_backward() local