Searched refs:buffer_rows (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | bm_fast.cu | 267 …nt src_cols, int src_rows, int search_window, int block_window, int& buffer_cols, int& buffer_rows) in get_buffer_size() argument 272 buffer_rows = src_cols + block_window * grid.x; in get_buffer_size()
|
/external/opencv3/modules/cudalegacy/src/ |
D | bm_fast.cpp | 56 …t src_cols, int src_rows, int search_window, int block_window, int& buffer_cols, int& buffer_rows);
|
/external/opencv3/modules/photo/src/ |
D | denoising.cuda.cpp | 108 …ze(const PtrStepSzb& src, int search_window, int block_window, int& buffer_cols, int& buffer_rows);
|
/external/opencv3/modules/photo/src/cuda/ |
D | nlm.cu | 481 …ize(const PtrStepSzb& src, int search_window, int block_window, int& buffer_cols, int& buffer_rows) in nln_fast_get_buffer_size() argument 487 buffer_rows = src.cols + block_window * grid.x; in nln_fast_get_buffer_size()
|