D | tvl1flow.cu | 108 …rStepSzf I0, const PtrStepf u1, const PtrStepf u2, PtrStepf I1w, PtrStepf I1wx, PtrStepf I1wy, Ptr… in warpBackwardKernel() argument 154 I1wx(y, x) = I1wxVal; in warpBackwardKernel() 169 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf I1w, PtrStepSzf I1wx, in warpBackward() argument 180 warpBackwardKernel<<<grid, block, 0, stream>>>(I0, u1, u2, I1w, I1wx, I1wy, grad, rho); in warpBackward() 215 __global__ void estimateUKernel(const PtrStepSzf I1wx, const PtrStepf I1wy, in estimateUKernel() argument 226 if (x >= I1wx.cols || y >= I1wx.rows) in estimateUKernel() 229 const float I1wxVal = I1wx(y, x); in estimateUKernel() 296 void estimateU(PtrStepSzf I1wx, PtrStepSzf I1wy, in estimateU() argument 304 const dim3 grid(divUp(I1wx.cols, block.x), divUp(I1wx.rows, block.y)); in estimateU() 306 …estimateUKernel<<<grid, block, 0, stream>>>(I1wx, I1wy, grad, rho_c, p11, p12, p21, p22, p31, p32,… in estimateU()
|