Searched refs:widthII (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestIntegralImage.cpp | 82 Ncv32u widthII = this->width + 1; in process() local 89 NCVMatrixAlloc<T_out> d_imgII(*this->allocatorGPU.get(), widthII, heightII); in process() 91 NCVMatrixAlloc<T_out> h_imgII(*this->allocatorCPU.get(), widthII, heightII); in process() 93 NCVMatrixAlloc<T_out> h_imgII_d(*this->allocatorCPU.get(), widthII, heightII); in process()
|
D | TestRectStdDev.cpp | 93 Ncv32u widthII = this->width + 1; in process() local 103 NCVMatrixAlloc<Ncv32u> d_imgII(*this->allocatorGPU.get(), widthII, heightII); in process() 105 NCVMatrixAlloc<Ncv32u> h_imgII(*this->allocatorCPU.get(), widthII, heightII); in process()
|