HomeSort by relevance Sort by last modified time
    Searched refs:maxLenSrc (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudalegacy/test/
TestHypothesesGrow.h 56 Ncv32u maxLenSrc, Ncv32u lenSrc, Ncv32u maxLenDst, Ncv32u lenDst);
72 Ncv32u maxLenSrc;
TestHypothesesGrow.cpp 55 maxLenSrc(maxLenSrc_),
68 strOut << "maxLenSrc=" << maxLenSrc << std::endl;
87 NCVVectorAlloc<Ncv32u> h_vecSrc(*this->allocatorCPU.get(), this->maxLenSrc);
89 NCVVectorAlloc<Ncv32u> d_vecSrc(*this->allocatorGPU.get(), this->maxLenSrc);

Completed in 109 milliseconds