Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp145 GpuMat I1wy_buf; member in __anon88ee8ef00111::OpticalFlowDual_TVL1_Impl
212 I1wy_buf.create(I0.size(), CV_32FC1); in calcImpl()
314 GpuMat I1wy = I1wy_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale()
/external/opencv3/modules/video/src/
Dtvl1flow.cpp146 Mat_<float> I1wy_buf; member
185 UMat I1wy_buf; member
416 dm.I1wy_buf.create(I0.size()); in calc()
540 dum.I1wy_buf.create(I0.size(), CV_32FC1); in calc_ocl()
1211 UMat I1wy = dum.I1wy_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale_ocl()
1289 Mat_<float> I1wy = dm.I1wy_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale()
1384 dm.I1wy_buf.release(); in collectGarbage()
1416 dum.I1wy_buf.release(); in collectGarbage()