Searched refs:ptcount (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | pyrlk.cu | 313 …int rows, int cols, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount, in sparse_caller() argument 316 dim3 grid(ptcount); in sparse_caller() 487 …zf I, PtrStepSzf J, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount, in sparse1() argument 490 …int rows, int cols, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount, in sparse1() 505 funcs[patch.y - 1][patch.x - 1](I.rows, I.cols, prevPts, nextPts, status, err, ptcount, in sparse1() 509 …trStepSz<float4> J, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount, in sparse4() argument 512 …int rows, int cols, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount, in sparse4() 527 funcs[patch.y - 1][patch.x - 1](I.rows, I.cols, prevPts, nextPts, status, err, ptcount, in sparse4()
|
/external/opencv3/modules/cudaoptflow/src/ |
D | pyrlk.cpp | 60 …zf I, PtrStepSzf J, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount, 62 …trStepSz<float4> J, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount,
|
/external/opencv3/modules/video/src/ |
D | lkpyramid.cpp | 976 int ptcount, int level) in lkSparse_run() argument 979 size_t globalThreads[3] = { 8 * ptcount, 8}; in lkSparse_run()
|