Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp144 GpuMat I1wx_buf; member in __anonbaa2fb090111::OpticalFlowDual_TVL1_Impl
211 I1wx_buf.create(I0.size(), CV_32FC1); in calcImpl()
313 GpuMat I1wx = I1wx_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale()
/external/opencv3/modules/video/src/
Dtvl1flow.cpp145 Mat_<float> I1wx_buf; member
184 UMat I1wx_buf; member
415 dm.I1wx_buf.create(I0.size()); in calc()
539 dum.I1wx_buf.create(I0.size(), CV_32FC1); in calc_ocl()
1210 UMat I1wx = dum.I1wx_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale_ocl()
1288 Mat_<float> I1wx = dm.I1wx_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale()
1383 dm.I1wx_buf.release(); in collectGarbage()
1415 dum.I1wx_buf.release(); in collectGarbage()