Searched refs:szTmpBufIntegral (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestHaarCascadeApplication.cpp | 201 Ncv32u szTmpBufIntegral, szTmpBufSqIntegral; in process() local 202 …nppStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &szTmpBufIntegral, th… in process() 206 …NCVVectorAlloc<Ncv8u> d_tmpIIbuf(*this->allocatorGPU.get(), std::max(szTmpBufIntegral, szTmpBufSqI… in process() 222 d_tmpIIbuf.ptr(), szTmpBufIntegral, this->devProp); in process()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVHaarObjectDetection.cu | 1629 Ncv32u szTmpBufIntegral, szTmpBufSqIntegral; in ncvDetectObjectsMultiScale_device() local 1630 …IntegralGetSize_8u32u(NcvSize32u(d_srcImg.width(), d_srcImg.height()), &szTmpBufIntegral, devProp); in ncvDetectObjectsMultiScale_device() 1634 NCVVectorAlloc<Ncv8u> d_tmpIIbuf(gpuAllocator, std::max(szTmpBufIntegral, szTmpBufSqIntegral)); in ncvDetectObjectsMultiScale_device() 1642 d_tmpIIbuf.ptr(), szTmpBufIntegral, devProp); in ncvDetectObjectsMultiScale_device()
|