Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestCompact.cpp111 Ncv32u h_outElemNum_h = 0; in process() local
123 …ncvStat = nppsStCompact_32u_host(h_vecSrc.ptr(), this->length, h_vecDst.ptr(), &h_outElemNum_h, th… in process()
131 if (h_dstLen.ptr()[0] != h_outElemNum_h) in process()
137 for (Ncv32u i=0; bLoopVirgin && i < h_outElemNum_h; i++) in process()
DTestHypothesesGrow.cpp117 Ncv32u h_outElemNum_h = 0; in process() local
128 h_outElemNum_h = this->lenDst; in process()
130 h_vecDst, h_outElemNum_h, this->maxLenDst, in process()
139 if (h_outElemNum_d != h_outElemNum_h) in process()