Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp140 GpuMat I1x_buf; member in __anonbaa2fb090111::OpticalFlowDual_TVL1_Impl
207 I1x_buf.create(I0.size(), CV_32FC1); in calcImpl()
308 GpuMat I1x = I1x_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale()
/external/opencv3/modules/video/src/
Dtvl1flow.cpp138 Mat_<float> I1x_buf; member
180 UMat I1x_buf; member
408 dm.I1x_buf.create(I0.size()); in calc()
535 dum.I1x_buf.create(I0.size(), CV_32FC1); in calc_ocl()
1203 UMat I1x = dum.I1x_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale_ocl()
1280 Mat_<float> I1x = dm.I1x_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale()
1376 dm.I1x_buf.release(); in collectGarbage()
1411 dum.I1x_buf.release(); in collectGarbage()