Searched refs:badElem (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestCompact.cpp | 51 badElem(badElem_), in TestCompact() 60 strOut << "badElem=" << badElem << std::endl; in toString() 98 h_vecSrc.ptr()[i] = this->badElem; in process() 117 d_vecDst.ptr(), h_dstLen.ptr(), this->badElem, in process() 123 …psStCompact_32u_host(h_vecSrc.ptr(), this->length, h_vecDst.ptr(), &h_outElemNum_h, this->badElem); in process()
|
D | TestCompact.h | 55 Ncv32u length, Ncv32u badElem, Ncv32u badElemPercentage); 69 Ncv32u badElem; variable
|