Lines Matching refs:bufM
151 GpuMat& M, GpuMat &bufM, int blockSize, bool updateMatrices, Stream streams[]);
155 GpuMat& M, GpuMat &bufM, int blockSize, bool updateMatrices, Stream streams[]);
258 GpuMat& M, GpuMat &bufM, int blockSize, bool updateMatrices, Stream streams[]) in updateFlow_boxFilter() argument
261 …device::optflow_farneback::boxFilter5Gpu(M, blockSize/2, bufM, StreamAccessor::getStream(streams[0… in updateFlow_boxFilter()
263 …device::optflow_farneback::boxFilter5Gpu_CC11(M, blockSize/2, bufM, StreamAccessor::getStream(stre… in updateFlow_boxFilter()
264 swap(M, bufM); in updateFlow_boxFilter()
276 GpuMat& M, GpuMat &bufM, int blockSize, bool updateMatrices, Stream streams[]) in updateFlow_gaussianBlur() argument
280 … M, blockSize/2, bufM, BORDER_REPLICATE, StreamAccessor::getStream(streams[0])); in updateFlow_gaussianBlur()
283 … M, blockSize/2, bufM, BORDER_REPLICATE, StreamAccessor::getStream(streams[0])); in updateFlow_gaussianBlur()
284 swap(M, bufM); in updateFlow_gaussianBlur()
397 GpuMat bufM = allocMatFromBuf(5*height, width, CV_32F, bufM_); in calcImpl() local
445 …updateFlow_gaussianBlur(R[0], R[1], curFlowX, curFlowY, M, bufM, winSize_, i < numIters_-1, stream… in calcImpl()
447 … updateFlow_boxFilter(R[0], R[1], curFlowX, curFlowY, M, bufM, winSize_, i < numIters_-1, streams); in calcImpl()