Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp164 NCVMemSegment vMemSeg; in calc() local
165 vMemSeg.begin.memtype = NCVMemoryTypeDevice; in calc()
166 vMemSeg.begin.ptr = v.ptr(); in calc()
167 vMemSeg.size = v.step * v.rows; in calc()
175 …NCVMatrixReuse<Ncv32f> vMat(vMemSeg, static_cast<Ncv32u>(textureAlignment), v.cols, v.rows, static… in calc()