Home
last modified time | relevance | path

Searched refs:h_imgSII (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestIntegralImageSquared.cpp85 NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); in process() local
86 ncvAssertReturn(h_imgSII.isMemAllocated(), false); in process()
114 h_imgSII.ptr(), h_imgSII.pitch(), in process()
128 if (h_imgSII.ptr()[h_imgSII.stride()*i+j] != h_imgSII_d.ptr()[h_imgSII_d.stride()*i+j]) in process()
DTestRectStdDev.cpp110 NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); in process() local
111 ncvAssertReturn(h_imgSII.isMemAllocated(), false); in process()
165 h_imgSII.ptr(), h_imgSII.pitch(), in process()
170 h_imgSII.ptr(), h_imgSII.pitch(), in process()