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

/external/opencv/cv/src/
H A Dcvlkpyramid.cpp308 int patchLen = patchSize.width * patchSize.height; local
417 bufferBytes = (srcPatchLen + patchLen * 3) * sizeof( _patchI[0][0] ) * threadCount;
422 _patchI[i] = i == 0 ? (float*)buffer : _Iy[i-1] + patchLen;
424 _Ix[i] = _patchJ[i] + patchLen;
425 _Iy[i] = _Ix[i] + patchLen;
697 int patchLen = patchSize.width * patchSize.height; local
770 bufferBytes = (srcPatchLen + patchLen*3)*sizeof(patchI[0]) + (36*2 + 6)*sizeof(double);
779 Ix = patchJ + patchLen;
780 Iy = Ix + patchLen;

Completed in 140 milliseconds