Searched refs:h_hypothesesIntermediate (Results 1 – 1 of 1) sorted by relevance
1625 …NCVVectorAlloc<NcvRect32u> h_hypothesesIntermediate(cpuAllocator, d_srcImg.width() * d_srcImg.heig… in ncvDetectObjectsMultiScale_device() local1626 ncvAssertReturn(h_hypothesesIntermediate.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvDetectObjectsMultiScale_device()1787 ncvStat = d_hypothesesIntermediate.copySolid(h_hypothesesIntermediate, cuStream, in ncvDetectObjectsMultiScale_device()1795 h_hypothesesIntermediate, in ncvDetectObjectsMultiScale_device()1804 NcvRect32u maxRect = h_hypothesesIntermediate.ptr()[0]; in ncvDetectObjectsMultiScale_device()1807 if (maxRect.width < h_hypothesesIntermediate.ptr()[j].width) in ncvDetectObjectsMultiScale_device()1809 maxRect = h_hypothesesIntermediate.ptr()[j]; in ncvDetectObjectsMultiScale_device()1813 h_hypothesesIntermediate.ptr()[0] = maxRect; in ncvDetectObjectsMultiScale_device()1816 … ncvStat = h_hypothesesIntermediate.copySolid(d_dstRects, cuStream, sizeof(NcvRect32u)); in ncvDetectObjectsMultiScale_device()1850 ncvStat = d_hypothesesIntermediate.copySolid(h_hypothesesIntermediate, cuStream, in ncvDetectObjectsMultiScale_device()[all …]