Home
last modified time | relevance | path

Searched refs:maxLenSrc (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestHypothesesGrow.cpp55 maxLenSrc(maxLenSrc_), in TestHypothesesGrow()
68 strOut << "maxLenSrc=" << maxLenSrc << std::endl; in toString()
87 NCVVectorAlloc<Ncv32u> h_vecSrc(*this->allocatorCPU.get(), this->maxLenSrc); in process()
89 NCVVectorAlloc<Ncv32u> d_vecSrc(*this->allocatorGPU.get(), this->maxLenSrc); in process()
DTestHypothesesGrow.h56 Ncv32u maxLenSrc, Ncv32u lenSrc, Ncv32u maxLenDst, Ncv32u lenDst);
72 Ncv32u maxLenSrc; variable