Searched refs:updateFlow (Results 1 – 2 of 2) sorted by relevance
267 __global__ void updateFlow( in updateFlow() function294 updateFlow<<<grid, block, 0, stream>>>(flowx.rows, flowx.cols, M, flowx, flowy); in updateFlowGpu()
408 __kernel void updateFlow(__global const float * M, int mStep,