Searched refs:downsampleX2 (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCVPyramid.hpp | 57 …CV_EXPORTS void downsampleX2(PtrStepSzb src, PtrStepSzb dst, int depth, int cn, cudaStream_t strea…
|
/external/opencv3/modules/cudalegacy/src/ |
D | image_pyramid.cpp | 97 …cv::cuda::device::pyramid::downsampleX2(prevLayer, pyramid_[i], img.depth(), img.channels(), Strea… in ImagePyramidImpl()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVPyramid.cu | 226 void downsampleX2(PtrStepSzb src, PtrStepSzb dst, int depth, int cn, cudaStream_t stream) in downsampleX2() function
|