• Home
  • Raw
  • Download

Lines Matching refs:gpuAllocator

970                                                INCVMemAllocator &gpuAllocator,  in ncvApplyHaarClassifierCascade_device()  argument
977 integral.memType() == gpuAllocator.memType() && in ncvApplyHaarClassifierCascade_device()
988 …ncvAssertReturn(gpuAllocator.isInitialized() && cpuAllocator.isInitialized(), NCV_ALLOCATOR_NOT_IN… in ncvApplyHaarClassifierCascade_device()
992 d_HaarFeatures.ptr() != NULL) || gpuAllocator.isCounting(), NCV_NULL_PTR); in ncvApplyHaarClassifierCascade_device()
1008 …ncvAssertReturn(haar.bNeedsTiltedII == false || gpuAllocator.isCounting(), NCV_NOIMPL_HAAR_TILTED_… in ncvApplyHaarClassifierCascade_device()
1012 NCV_SET_SKIP_COND(gpuAllocator.isCounting()); in ncvApplyHaarClassifierCascade_device()
1071 …NCVVectorAlloc<Ncv32u> d_vecPixelMaskTmp(gpuAllocator, static_cast<Ncv32u>(d_vecPixelMask.length()… in ncvApplyHaarClassifierCascade_device()
1100 NCVVectorAlloc<Ncv8u> d_tmpBufCompact(gpuAllocator, szNppCompactTmpBuf); in ncvApplyHaarClassifierCascade_device()
1561 INCVMemAllocator &gpuAllocator, in ncvDetectObjectsMultiScale_device() argument
1567 d_srcImg.memType() == gpuAllocator.memType() && in ncvDetectObjectsMultiScale_device()
1578 …ncvAssertReturn(gpuAllocator.isInitialized() && cpuAllocator.isInitialized(), NCV_ALLOCATOR_NOT_IN… in ncvDetectObjectsMultiScale_device()
1582 d_HaarFeatures.ptr() != NULL) || gpuAllocator.isCounting(), NCV_NULL_PTR); in ncvDetectObjectsMultiScale_device()
1603 NCV_SET_SKIP_COND(gpuAllocator.isCounting()); in ncvDetectObjectsMultiScale_device()
1608 NCVMatrixAlloc<Ncv32u> integral(gpuAllocator, integralWidth, integralHeight); in ncvDetectObjectsMultiScale_device()
1610 NCVMatrixAlloc<Ncv64u> d_sqIntegralImage(gpuAllocator, integralWidth, integralHeight); in ncvDetectObjectsMultiScale_device()
1613 NCVMatrixAlloc<Ncv32f> d_rectStdDev(gpuAllocator, d_srcImg.width(), d_srcImg.height()); in ncvDetectObjectsMultiScale_device()
1615 NCVMatrixAlloc<Ncv32u> d_pixelMask(gpuAllocator, d_srcImg.width(), d_srcImg.height()); in ncvDetectObjectsMultiScale_device()
1618 NCVMatrixAlloc<Ncv32u> d_scaledIntegralImage(gpuAllocator, integralWidth, integralHeight); in ncvDetectObjectsMultiScale_device()
1620 NCVMatrixAlloc<Ncv64u> d_scaledSqIntegralImage(gpuAllocator, integralWidth, integralHeight); in ncvDetectObjectsMultiScale_device()
1623 …NCVVectorAlloc<NcvRect32u> d_hypothesesIntermediate(gpuAllocator, d_srcImg.width() * d_srcImg.heig… in ncvDetectObjectsMultiScale_device()
1634 NCVVectorAlloc<Ncv8u> d_tmpIIbuf(gpuAllocator, std::max(szTmpBufIntegral, szTmpBufSqIntegral)); in ncvDetectObjectsMultiScale_device()
1697 if (gpuAllocator.isCounting()) in ncvDetectObjectsMultiScale_device()
1759 gpuAllocator, cpuAllocator, devProp, cuStream); in ncvDetectObjectsMultiScale_device()
1827 if (gpuAllocator.isCounting()) in ncvDetectObjectsMultiScale_device()