Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestIntegralImageSquared.cpp87 NCVMatrixAlloc<Ncv64u> h_imgSII_d(*this->allocatorCPU.get(), widthSII, heightSII); in process() local
88 ncvAssertReturn(h_imgSII_d.isMemAllocated(), false); in process()
110 ncvStat = d_imgSII.copySolid(h_imgSII_d, 0); in process()
128 if (h_imgSII.ptr()[h_imgSII.stride()*i+j] != h_imgSII_d.ptr()[h_imgSII_d.stride()*i+j]) in process()