optflow_farneback  253 modules/cudaoptflow/src/farneback.cpp         device::optflow_farneback::setPolynomialExpansionConsts(n, g, xg, xxg, static_cast<float>(ig11), static_cast<float>(ig03), static_cast<float>(ig33), static_cast<float>(ig55));
optflow_farneback  261 modules/cudaoptflow/src/farneback.cpp             device::optflow_farneback::boxFilter5Gpu(M, blockSize/2, bufM, StreamAccessor::getStream(streams[0]));
optflow_farneback  263 modules/cudaoptflow/src/farneback.cpp             device::optflow_farneback::boxFilter5Gpu_CC11(M, blockSize/2, bufM, StreamAccessor::getStream(streams[0]));
optflow_farneback  268 modules/cudaoptflow/src/farneback.cpp         device::optflow_farneback::updateFlowGpu(M, flowx, flowy, StreamAccessor::getStream(streams[0]));
optflow_farneback  271 modules/cudaoptflow/src/farneback.cpp             device::optflow_farneback::updateMatricesGpu(flowx, flowy, R0, R1, M, StreamAccessor::getStream(streams[0]));
optflow_farneback  279 modules/cudaoptflow/src/farneback.cpp             device::optflow_farneback::gaussianBlur5Gpu(
optflow_farneback  282 modules/cudaoptflow/src/farneback.cpp             device::optflow_farneback::gaussianBlur5Gpu_CC11(
optflow_farneback  286 modules/cudaoptflow/src/farneback.cpp         device::optflow_farneback::updateFlowGpu(M, flowx, flowy, StreamAccessor::getStream(streams[0]));
optflow_farneback  289 modules/cudaoptflow/src/farneback.cpp             device::optflow_farneback::updateMatricesGpu(flowx, flowy, R0, R1, M, StreamAccessor::getStream(streams[0]));
optflow_farneback  339 modules/cudaoptflow/src/farneback.cpp         device::optflow_farneback::setUpdateMatricesConsts();
optflow_farneback  406 modules/cudaoptflow/src/farneback.cpp                 device::optflow_farneback::polynomialExpansionGpu(pyramid0_[k], polyN_, R[0], StreamAccessor::getStream(streams[0]));
optflow_farneback  407 modules/cudaoptflow/src/farneback.cpp                 device::optflow_farneback::polynomialExpansionGpu(pyramid1_[k], polyN_, R[1], StreamAccessor::getStream(streams[1]));
optflow_farneback  423 modules/cudaoptflow/src/farneback.cpp                 device::optflow_farneback::setGaussianBlurKernel(g.ptr<float>(smoothSize/2), smoothSize/2);
optflow_farneback  427 modules/cudaoptflow/src/farneback.cpp                     device::optflow_farneback::gaussianBlurGpu(
optflow_farneback  430 modules/cudaoptflow/src/farneback.cpp                     device::optflow_farneback::polynomialExpansionGpu(pyrLevel[i], polyN_, R[i], StreamAccessor::getStream(streams[i]));
optflow_farneback  435 modules/cudaoptflow/src/farneback.cpp             device::optflow_farneback::updateMatricesGpu(curFlowX, curFlowY, R[0], R[1], M, StreamAccessor::getStream(streams[0]));
optflow_farneback  440 modules/cudaoptflow/src/farneback.cpp                 device::optflow_farneback::setGaussianBlurKernel(g.ptr<float>(winSize_/2), winSize_/2);