OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rows2
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/imgproc/test/ocl/
test_warp.cpp
149
float cols2 = cols / 2.0f,
rows2
= rows / 2.0f;
151
Point2f dp[] = { Point2f(rng.uniform(0.0f, cols2), rng.uniform(0.0f,
rows2
)),
152
Point2f(rng.uniform(cols2, cols), rng.uniform(0.0f,
rows2
)),
153
Point2f(rng.uniform(0.0f, cols2), rng.uniform(
rows2
, rows)),
154
Point2f(rng.uniform(cols2, cols), rng.uniform(
rows2
, rows)) };
/external/opencv3/modules/core/test/
test_dxt.cpp
366
int
rows2
= (flags & DFT_ROWS) ? rows : rows/2 + 1, cols2 = cols/2 + 1;
local
372
for( i = 0; i <
rows2
; i++ )
375
if( (flags & DFT_ROWS) || i == 0 || (i ==
rows2
- 1 && rows % 2 == 0) )
397
for( i = 0; i <
rows2
; i++ )
400
if( (flags & DFT_ROWS) || i == 0 || (i ==
rows2
- 1 && rows % 2 == 0) )
/external/valgrind/drd/tests/
matinv.c
139
const int
rows2
,
145
assert(cols1 ==
rows2
);
omp_matinv.c
127
const int
rows2
,
133
assert(cols1 ==
rows2
);
Completed in 340 milliseconds