Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dintegral.hpp61 __global__ void horizontal_pass(const SrcPtr src, GlobPtr<D> dst, const int cols) in horizontal_pass() function
103 __global__ void horizontal_pass(const GlobPtr<T> src, GlobPtr<D> dst, const int cols) in horizontal_pass() function
146 …__host__ void horizontal_pass(const SrcPtr& src, const GlobPtr<D>& dst, int rows, int cols, cudaSt… in horizontal_pass() function