Lines Matching full:frame1
111 const NCVMatrix<Ncv32f>& frame0, const NCVMatrix<Ncv32f>& frame1,
117 ncvSafeCall( NCVBroxOpticalFlow(desc, gpuCounter, frame0, frame1, u, v, 0) );
130 const GpuMat frame1 = _I1.getGpuMat();
133 CV_Assert( frame1.size() == frame0.size() && frame1.type() == frame0.type() );
156 frame1MemSeg.begin.ptr = const_cast<uchar*>(frame1.data);
157 frame1MemSeg.size = frame1.step * frame1.rows;
173 NCVMatrixReuse<Ncv32f> frame1Mat(frame1MemSeg, static_cast<Ncv32u>(textureAlignment), frame1.cols, frame1.rows, static_cast<Ncv32u>(frame1.step));