Searched refs:maxLenDst (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestHypothesesGrow.cpp | 57 maxLenDst(maxLenDst_), in TestHypothesesGrow() 70 strOut << "maxLenDst=" << maxLenDst << std::endl; in toString() 92 NCVVectorAlloc<NcvRect32u> h_vecDst(*this->allocatorCPU.get(), this->maxLenDst); in process() 94 NCVVectorAlloc<NcvRect32u> d_vecDst(*this->allocatorGPU.get(), this->maxLenDst); in process() 96 NCVVectorAlloc<NcvRect32u> h_vecDst_d(*this->allocatorCPU.get(), this->maxLenDst); in process() 121 d_vecDst, h_outElemNum_d, this->maxLenDst, in process() 130 h_vecDst, h_outElemNum_h, this->maxLenDst, in process() 145 if (memcmp(h_vecDst.ptr(), h_vecDst_d.ptr(), this->maxLenDst * sizeof(NcvRect32u))) in process()
|
D | TestHypothesesGrow.h | 56 Ncv32u maxLenSrc, Ncv32u lenSrc, Ncv32u maxLenDst, Ncv32u lenDst); 74 Ncv32u maxLenDst; variable
|