Searched defs:szTmpBufIntegral (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
H A DTestHaarCascadeApplication.cpp201 Ncv32u szTmpBufIntegral, szTmpBufSqIntegral; local
202 nppStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &szTmpBufIntegral, this->devProp);
206 NCVVectorAlloc<Ncv8u> d_tmpIIbuf(*this->allocatorGPU.get(), std::max(szTmpBufIntegral, szTmpBufSqIntegral));
222 d_tmpIIbuf.ptr(), szTmpBufIntegral, this->devProp);

Completed in 86 milliseconds