Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dtvl1flow.cpp205 UMat &u1, UMat &u2, UMat &I1w, UMat &I1wx, UMat &I1wy,
237 UMat &u1, UMat &u2, UMat &I1w, UMat &I1wx, UMat &I1wy, in warpBackward() argument
261 idxArg = kernel.set(idxArg, ocl::KernelArg::PtrWriteOnly(I1w));///float* I1w in warpBackward()
266 idxArg = kernel.set(idxArg, (int)(I1w.step / I1w.elemSize()));//I1w_step in warpBackward()
873 Mat_<float> I1w; member
887 const float* I1wRow = I1w[y]; in operator ()()
910 void calcGradRho(const Mat_<float>& I0, const Mat_<float>& I1w, const Mat_<float>& I1wx, const Mat_… in calcGradRho() argument
913 CV_DbgAssert( I1w.size() == I0.size() ); in calcGradRho()
924 body.I1w = I1w; in calcGradRho()
1209 UMat I1w = dum.I1w_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale_ocl() local
[all …]
/external/opencv3/modules/cudaoptflow/src/cuda/
Dtvl1flow.cu108 …Kernel(const PtrStepSzf I0, const PtrStepf u1, const PtrStepf u2, PtrStepf I1w, PtrStepf I1wx, Ptr… in warpBackwardKernel() argument
153 I1w(y, x) = I1wVal; in warpBackwardKernel()
169 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf I1w, PtrStepSzf I1wx, in warpBackward() argument
180 warpBackwardKernel<<<grid, block, 0, stream>>>(I0, u1, u2, I1w, I1wx, I1wy, grad, rho); in warpBackward()
/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp59 PtrStepSzf I1w, PtrStepSzf I1wx, PtrStepSzf I1wy,
312 GpuMat I1w = I1w_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale() local
346 warpBackward(I0, I1, I1x, I1y, u1, u2, I1w, I1wx, I1wy, grad, rho_c, stream); in procOneScale()
/external/opencv3/modules/video/src/opencl/
Doptical_flow_tvl1.cl81 __global float* I1w,
136 I1w[y * I1w_step + x] = I1wVal;
163 __global float* I1w,
217 I1w[y * I1w_step + x] = I1wVal;