OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:patchlen
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvlkpyramid.cpp
308
int
patchLen
= patchSize.width * patchSize.height;
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;
770
bufferBytes = (srcPatchLen +
patchLen
*3)*sizeof(patchI[0]) + (36*2 + 6)*sizeof(double);
779
Ix = patchJ +
patchLen
;
780
Iy = Ix +
patchLen
;
[
all
...]
Completed in 152 milliseconds