Searched defs:dst_cols (Results 1 – 5 of 5) sorted by relevance
| /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
| D | pyr_up.hpp | 61 …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()
|
| D | pyr_down.hpp | 61 …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/ |
| D | stereobp.cu | 258 …__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/ |
| D | pyr_down.cu | 55 …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/ |
| D | test_color.cpp | 306 int cols_n = src.cols*src_cn, dst_cols = dst.cols; in convert_backward() local
|