Lines Matching full:use_opencl
1082 bool use_opencl = ocl::useOpenCL() && _flow0.isUMat();1083 if( use_opencl && ocl_calcOpticalFlowFarneback(_prev0, _next0, _flow0, pyr_scale, levels, winsize, iterations, poly_n, poly_sigma, flags))