Lines Matching refs:float2
121 …__global__ void sparseKernel(const float2* prevPts, float2* nextPts, uchar* status, float* err, co… in sparseKernel()
135 float2 prevPt = prevPts[blockIdx.x]; in sparseKernel()
221 float2 nextPt = nextPts[blockIdx.x]; in sparseKernel()
270 float2 delta; in sparseKernel()
313 …void sparse_caller(int rows, int cols, const float2* prevPts, float2* nextPts, uchar* status, floa… in sparse_caller()
408 float2 nextPt; in denseKernel()
442 float2 delta; in denseKernel()
487 …void sparse1(PtrStepSzf I, PtrStepSzf J, const float2* prevPts, float2* nextPts, uchar* status, fl… in sparse1()
490 …typedef void (*func_t)(int rows, int cols, const float2* prevPts, float2* nextPts, uchar* status, … in sparse1()
509 …void sparse4(PtrStepSz<float4> I, PtrStepSz<float4> J, const float2* prevPts, float2* nextPts, uch… in sparse4()
512 …typedef void (*func_t)(int rows, int cols, const float2* prevPts, float2* nextPts, uchar* status, … in sparse4()