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

/external/opencv/cv/src/
H A Dcvlkpyramid.cpp460 float* patchJ = _patchJ[threadIdx]; local
501 (isz.width-2)*sizeof(patchI[0]), isz, smoothKernel, patchJ );
523 icvGetRectSubPix_8u32f_C1R( imgJ[l], levelStep, levelSize, patchJ,
524 jsz.width*sizeof(patchJ[0]), jsz, _v ) < 0 )
538 const float* pj = patchJ + y*jsz.width;
558 const float* pj = patchJ + y*jsz.width;
624 const float* pj = patchJ + y*jsz.width;
690 float *patchJ; local
778 patchJ = patchI + srcPatchLen;
779 Ix = patchJ
[all...]

Completed in 65 milliseconds