Searched refs:h_vecSrc (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestHypothesesFilter.cpp | 101 NCVVectorAlloc<NcvRect32u> h_vecSrc(*this->allocatorCPU.get(), this->numDstRects*srcSlotSize); in process() local 102 ncvAssertReturn(h_vecSrc.isMemAllocated(), false); in process() 127 h_vecSrc.ptr()[srcSlotSize * i + j].x = in process() 131 h_vecSrc.ptr()[srcSlotSize * i + j].y = in process() 134 h_vecSrc.ptr()[srcSlotSize * i + j].width = h_vecDst_groundTruth.ptr()[i].width; in process() 135 h_vecSrc.ptr()[srcSlotSize * i + j].height = h_vecDst_groundTruth.ptr()[i].height; in process() 142 h_vecSrc.ptr()[srcSlotSize * i + j].x = in process() 146 h_vecSrc.ptr()[srcSlotSize * i + j].y = in process() 149 h_vecSrc.ptr()[srcSlotSize * i + j].width = h_vecDst_groundTruth.ptr()[i].width; in process() 150 h_vecSrc.ptr()[srcSlotSize * i + j].height = h_vecDst_groundTruth.ptr()[i].height; in process() [all …]
|
D | TestCompact.cpp | 77 NCVVectorAlloc<Ncv32u> h_vecSrc(*this->allocatorCPU.get(), this->length); in process() local 78 ncvAssertReturn(h_vecSrc.isMemAllocated(), false); in process() 91 ncvAssertReturn(this->src.fill(h_vecSrc), false); in process() 94 Ncv32u tmp = (h_vecSrc.ptr()[i]) & 0xFF; in process() 98 h_vecSrc.ptr()[i] = this->badElem; in process() 114 ncvStat = h_vecSrc.copySolid(d_vecSrc, 0); in process() 123 …ncvStat = nppsStCompact_32u_host(h_vecSrc.ptr(), this->length, h_vecDst.ptr(), &h_outElemNum_h, th… in process()
|
D | TestHypothesesGrow.cpp | 87 NCVVectorAlloc<Ncv32u> h_vecSrc(*this->allocatorCPU.get(), this->maxLenSrc); in process() local 88 ncvAssertReturn(h_vecSrc.isMemAllocated(), false); in process() 102 ncvAssertReturn(this->src.fill(h_vecSrc), false); in process() 110 ncvStat = h_vecSrc.copySolid(d_vecSrc, 0); in process() 129 ncvStat = ncvGrowDetectionsVector_host(h_vecSrc, this->lenSrc, in process()
|