Searched refs:_patchJ (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvlkpyramid.cpp301 float* _patchJ[CV_MAX_THREADS]; local
367 _patchI[i] = _patchJ[i] = _Ix[i] = _Iy[i] = 0;
423 _patchJ[i] = _patchI[i] + srcPatchLen;
424 _Ix[i] = _patchJ[i] + patchLen;
460 float* patchJ = _patchJ[threadIdx];

Completed in 56 milliseconds