Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp143 GpuMat I1w_buf; member in __anon88ee8ef00111::OpticalFlowDual_TVL1_Impl
210 I1w_buf.create(I0.size(), CV_32FC1); in calcImpl()
312 GpuMat I1w = I1w_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale()
/external/opencv3/modules/video/src/
Dtvl1flow.cpp144 Mat_<float> I1w_buf; member
183 UMat I1w_buf; member
414 dm.I1w_buf.create(I0.size()); in calc()
538 dum.I1w_buf.create(I0.size(), CV_32FC1); in calc_ocl()
1209 UMat I1w = dum.I1w_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale_ocl()
1287 Mat_<float> I1w = dm.I1w_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale()
1382 dm.I1w_buf.release(); in collectGarbage()
1414 dum.I1w_buf.release(); in collectGarbage()