Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestHypothesesGrow.cpp96 NCVVectorAlloc<NcvRect32u> h_vecDst_d(*this->allocatorCPU.get(), this->maxLenDst); in process() local
97 ncvAssertReturn(h_vecDst_d.isMemAllocated(), false); in process()
107 memcpy(h_vecDst_d.ptr(), h_vecDst.ptr(), h_vecDst.length() * sizeof(NcvRect32u)); in process()
124 ncvStat = d_vecDst.copySolid(h_vecDst_d, 0); in process()
145 if (memcmp(h_vecDst.ptr(), h_vecDst_d.ptr(), this->maxLenDst * sizeof(NcvRect32u))) in process()
DTestCompact.cpp86 NCVVectorAlloc<Ncv32u> h_vecDst_d(*this->allocatorCPU.get(), this->length); in process() local
87 ncvAssertReturn(h_vecDst_d.isMemAllocated(), false); in process()
120 ncvStat = d_vecDst.copySolid(h_vecDst_d, 0); in process()
139 if (h_vecDst.ptr()[i] != h_vecDst_d.ptr()[i]) in process()