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

  /external/opencv3/modules/cudalegacy/test/
TestCompact.h 55 Ncv32u length, Ncv32u badElem, Ncv32u badElemPercentage);
69 Ncv32u badElem;
TestCompact.cpp 51 badElem(badElem_),
60 strOut << "badElem=" << badElem << std::endl;
98 h_vecSrc.ptr()[i] = this->badElem;
117 d_vecDst.ptr(), h_dstLen.ptr(), this->badElem,
123 ncvStat = nppsStCompact_32u_host(h_vecSrc.ptr(), this->length, h_vecDst.ptr(), &h_outElemNum_h, this->badElem);

Completed in 1253 milliseconds