Lines Matching refs:NcvRect32u
1458 __device__ __host__ NcvRect32u pixelToRect(Ncv32u pixel, Ncv32u width, Ncv32u height, Ncv32f scale)
1460 NcvRect32u res;
1470 NcvRect32u *hypotheses,
1485 NCVVector<NcvRect32u> &hypotheses,
1546 NCVVector<NcvRect32u> &d_dstRects,
1623 NCVVectorAlloc<NcvRect32u> d_hypothesesIntermediate(gpuAllocator, d_srcImg.width() * d_srcImg.height());
1625 NCVVectorAlloc<NcvRect32u> h_hypothesesIntermediate(cpuAllocator, d_srcImg.width() * d_srcImg.height());
1738 const NcvRect32u rect(
1788 dstNumRects * sizeof(NcvRect32u));
1804 NcvRect32u maxRect = h_hypothesesIntermediate.ptr()[0];
1816 ncvStat = h_hypothesesIntermediate.copySolid(d_dstRects, cuStream, sizeof(NcvRect32u));
1851 dstNumRects * sizeof(NcvRect32u));
1873 dstNumRects * sizeof(NcvRect32u));
2070 NCVVector<NcvRect32u> &hypotheses,