calcImpl 157 modules/cudaoptflow/src/farneback.cpp void calcImpl(const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx, GpuMat &flowy, Stream &stream); calcImpl 173 modules/cudaoptflow/src/farneback.cpp calcImpl(frame0, frame1, flowx, flowy, stream); calcImpl 131 modules/cudaoptflow/src/tvl1flow.cpp void calcImpl(const GpuMat& I0, const GpuMat& I1, GpuMat& flowx, GpuMat& flowy, Stream& stream); calcImpl 170 modules/cudaoptflow/src/tvl1flow.cpp calcImpl(frame0, frame1, flowx, flowy, stream);