Searched refs:szTmpBufSqIntegral (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestHaarCascadeApplication.cpp | 201 Ncv32u szTmpBufIntegral, szTmpBufSqIntegral; in process() local 204 …StSqrIntegralGetSize_8u64u(NcvSize32u(this->width, this->height), &szTmpBufSqIntegral, this->devPr… in process() 206 …Alloc<Ncv8u> d_tmpIIbuf(*this->allocatorGPU.get(), std::max(szTmpBufIntegral, szTmpBufSqIntegral)); in process() 228 d_tmpIIbuf.ptr(), szTmpBufSqIntegral, this->devProp); in process()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVHaarObjectDetection.cu | 1629 Ncv32u szTmpBufIntegral, szTmpBufSqIntegral; in ncvDetectObjectsMultiScale_device() local 1632 …tegralGetSize_8u64u(NcvSize32u(d_srcImg.width(), d_srcImg.height()), &szTmpBufSqIntegral, devProp); in ncvDetectObjectsMultiScale_device() 1634 NCVVectorAlloc<Ncv8u> d_tmpIIbuf(gpuAllocator, std::max(szTmpBufIntegral, szTmpBufSqIntegral)); in ncvDetectObjectsMultiScale_device() 1648 d_tmpIIbuf.ptr(), szTmpBufSqIntegral, devProp); in ncvDetectObjectsMultiScale_device()
|