Searched refs:heightSII (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestIntegralImageSquared.cpp | 77 Ncv32u heightSII = this->height + 1; in process() local 83 NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(), widthSII, heightSII); in process() 85 NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); in process() 87 NCVMatrixAlloc<Ncv64u> h_imgSII_d(*this->allocatorCPU.get(), widthSII, heightSII); in process()
|
D | TestRectStdDev.cpp | 96 Ncv32u heightSII = this->height + 1; in process() local 108 NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(), widthSII, heightSII); in process() 110 NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(), widthSII, heightSII); in process()
|