OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minj
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvlkpyramid.cpp
450
CvPoint minI, maxI,
minJ
, maxJ;
481
minI = maxI =
minJ
= maxJ = cvPoint( 0, 0 );
509
intersect( v, winSize, levelSize, &
minJ
, &maxJ );
511
minJ
.x = MAX(
minJ
.x, minI.x );
512
minJ
.y = MAX(
minJ
.y, minI.y );
517
jsz = cvSize(maxJ.x -
minJ
.x, maxJ.y -
minJ
.y);
519
_v.x = v.x + (
minJ
.x - (patchSize.width - maxJ.x + 1))*0.5f
[
all
...]
cvstereogc.cpp
412
// max(
minJ
(x') - I(x), 0),
419
// max(
minJ
(x') - I(x), 0) +
425
// (J,
minJ
, maxJ) are stored as interleaved 3-channel images.
427
//
minJ
, maxJ are computed from J - see icvInitGraySubPix.
/external/deqp/framework/common/
tcuTexCompareVerifier.cpp
555
const int
minJ
= deFloorFloatToInt32(vBounds.x());
558
for (int j =
minJ
; j <= maxJ; j++)
590
const int
minJ
= deFloorFloatToInt32(vBounds.x()-0.5f);
598
for (int j =
minJ
; j <= maxJ; j++)
[
all
...]
tcuTexLookupVerifier.cpp
560
const int
minJ
= deFloorFloatToInt32(vBounds.x());
565
for (int j =
minJ
; j <= maxJ; j++)
595
const int
minJ
= deFloorFloatToInt32(vBounds.x());
604
for (int j =
minJ
; j <= maxJ; j++)
678
const int
minJ
= deFloorFloatToInt32(vBounds.x()-0.5f);
695
for (int j =
minJ
; j <= maxJ; j++)
738
const int
minJ
= deFloorFloatToInt32(vBounds.x()-0.5f);
760
for (int j =
minJ
; j <= maxJ; j++)
[
all
...]
Completed in 1236 milliseconds