Home
last modified time | relevance | path

Searched refs:ptcount (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaoptflow/src/cuda/
Dpyrlk.cu313 …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/
Dpyrlk.cpp60 …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/
Dlkpyramid.cpp976 int ptcount, int level) in lkSparse_run() argument
979 size_t globalThreads[3] = { 8 * ptcount, 8}; in lkSparse_run()