Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp154 NCVMemSegment frame1MemSeg; in calc() local
155 frame1MemSeg.begin.memtype = NCVMemoryTypeDevice; in calc()
156 frame1MemSeg.begin.ptr = const_cast<uchar*>(frame1.data); in calc()
157 frame1MemSeg.size = frame1.step * frame1.rows; in calc()
173 …NCVMatrixReuse<Ncv32f> frame1Mat(frame1MemSeg, static_cast<Ncv32u>(textureAlignment), frame1.cols,… in calc()