OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widthSII
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudalegacy/test/
TestIntegralImageSquared.cpp
76
Ncv32u
widthSII
= this->width + 1;
83
NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(),
widthSII
, heightSII);
85
NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(),
widthSII
, heightSII);
87
NCVMatrixAlloc<Ncv64u> h_imgSII_d(*this->allocatorCPU.get(),
widthSII
, heightSII);
TestRectStdDev.cpp
95
Ncv32u
widthSII
= this->width + 1;
108
NCVMatrixAlloc<Ncv64u> d_imgSII(*this->allocatorGPU.get(),
widthSII
, heightSII);
110
NCVMatrixAlloc<Ncv64u> h_imgSII(*this->allocatorCPU.get(),
widthSII
, heightSII);
Completed in 47 milliseconds