Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp149 NCVMemSegment frame0MemSeg; in calc() local
150 frame0MemSeg.begin.memtype = NCVMemoryTypeDevice; in calc()
151 frame0MemSeg.begin.ptr = const_cast<uchar*>(frame0.data); in calc()
152 frame0MemSeg.size = frame0.step * frame0.rows; in calc()
172 …NCVMatrixReuse<Ncv32f> frame0Mat(frame0MemSeg, static_cast<Ncv32u>(textureAlignment), frame0.cols,… in calc()