Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dpyr_up.hpp61 … pyrUp(const SrcPtr src, GlobPtr<DstType> dst, const int src_rows, const int src_cols, const int d… in pyrUp()
157 …__host__ void pyrUp(const SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, in… in pyrUp()
Dpyr_down.hpp61 …yrDown(const SrcPtr src, GlobPtr<DstType> dst, const int src_rows, const int src_cols, const int d… in pyrDown()
186 …pyrDown(const SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, int dst_rows, … in pyrDown()
/external/opencv3/modules/cudalegacy/src/cuda/
Dbm_fast.cu267 …void get_buffer_size(int src_cols, int src_rows, int search_window, int block_window, int& buffer_… in get_buffer_size()