Home
last modified time | relevance | path

Searched refs:downsampleX2 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCVPyramid.hpp57 …CV_EXPORTS void downsampleX2(PtrStepSzb src, PtrStepSzb dst, int depth, int cn, cudaStream_t strea…
/external/opencv3/modules/cudalegacy/src/
Dimage_pyramid.cpp97 …cv::cuda::device::pyramid::downsampleX2(prevLayer, pyramid_[i], img.depth(), img.channels(), Strea… in ImagePyramidImpl()
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPyramid.cu226 void downsampleX2(PtrStepSzb src, PtrStepSzb dst, int depth, int cn, cudaStream_t stream) in downsampleX2() function