Home
last modified time | relevance | path

Searched defs:I1wx (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaoptflow/src/cuda/
Dtvl1flow.cu108 …st PtrStepSzf I0, const PtrStepf u1, const PtrStepf u2, PtrStepf I1w, PtrStepf I1wx, PtrStepf I1wy… in warpBackwardKernel()
169 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf I1w, PtrStepSzf I1wx, in warpBackward()
215 __global__ void estimateUKernel(const PtrStepSzf I1wx, const PtrStepf I1wy, in estimateUKernel()
296 void estimateU(PtrStepSzf I1wx, PtrStepSzf I1wy, in estimateU()
/external/opencv3/modules/video/src/
Dtvl1flow.cpp237 UMat &u1, UMat &u2, UMat &I1w, UMat &I1wx, UMat &I1wy, in warpBackward()
279 bool cv_ocl_tvl1flow::estimateU(UMat &I1wx, UMat &I1wy, UMat &grad, in estimateU()
874 Mat_<float> I1wx; member
910 void calcGradRho(const Mat_<float>& I0, const Mat_<float>& I1w, const Mat_<float>& I1wx, const Mat_… in calcGradRho()
942 Mat_<float> I1wx; member
1007 void estimateV(const Mat_<float>& I1wx, const Mat_<float>& I1wy, const Mat_<float>& u1, const Mat_<… in estimateV()
1210 UMat I1wx = dum.I1wx_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale_ocl() local
1288 Mat_<float> I1wx = dm.I1wx_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale() local
/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp313 GpuMat I1wx = I1wx_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale() local