Lines Matching refs:flowy
71 … const PtrStepSzf flowx, const PtrStepSzf flowy, const PtrStepSzf R0, const PtrStepSzf R1,
75 const PtrStepSzf M, PtrStepSzf flowx, PtrStepSzf flowy, cudaStream_t stream);
150 const GpuMat& R0, const GpuMat& R1, GpuMat& flowx, GpuMat &flowy,
154 const GpuMat& R0, const GpuMat& R1, GpuMat& flowx, GpuMat& flowy,
157 …void calcImpl(const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx, GpuMat &flowy, Stream &st…
171 GpuMat flowy = pool.getBuffer(frame0.size(), CV_32FC1); in calc() local
173 calcImpl(frame0, frame1, flowx, flowy, stream); in calc()
175 GpuMat flows[] = {flowx, flowy}; in calc()
257 const GpuMat& R0, const GpuMat& R1, GpuMat& flowx, GpuMat &flowy, in updateFlow_boxFilter() argument
268 … device::optflow_farneback::updateFlowGpu(M, flowx, flowy, StreamAccessor::getStream(streams[0])); in updateFlow_boxFilter()
271 …device::optflow_farneback::updateMatricesGpu(flowx, flowy, R0, R1, M, StreamAccessor::getStream(st… in updateFlow_boxFilter()
275 const GpuMat& R0, const GpuMat& R1, GpuMat& flowx, GpuMat& flowy, in updateFlow_gaussianBlur() argument
286 … device::optflow_farneback::updateFlowGpu(M, flowx, flowy, StreamAccessor::getStream(streams[0])); in updateFlow_gaussianBlur()
289 …device::optflow_farneback::updateMatricesGpu(flowx, flowy, R0, R1, M, StreamAccessor::getStream(st… in updateFlow_gaussianBlur()
292 …:calcImpl(const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx, GpuMat &flowy, Stream &stream) in calcImpl() argument
307 flowy.create(size, CV_32F); in calcImpl()
309 GpuMat flowy0 = flowy; in calcImpl()
455 flowy = curFlowY; in calcImpl()