Home
last modified time | relevance | path

Searched defs:dst_rows (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dpyr_up.hpp61 …src, GlobPtr<DstType> dst, const int src_rows, const int src_cols, const int dst_rows, const int d… in pyrUp()
157 …SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, int dst_rows, int dst_cols, … in pyrUp()
Dpyr_down.hpp186 …SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, int dst_rows, int dst_cols, … 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()