OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eveny
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
pyr_up.hpp
94
const bool
eveny
= ((threadIdx.y & 1) == 0);
local
97
if (
eveny
)
112
if (
eveny
)
128
if (
eveny
)
/external/opencv3/modules/cudawarping/src/cuda/
pyr_up.cu
85
const bool
eveny
= ((threadIdx.y & 1) == 0);
88
if (
eveny
)
103
if (
eveny
)
119
if (
eveny
)
Completed in 55 milliseconds