OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:szSmall64
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/photo/perf/
perf_inpaint.cpp
16
testing::Values(::perf::szSmall24, ::perf::szSmall32, ::perf::
szSmall64
),
/external/opencv3/modules/superres/perf/
perf_superres.cpp
121
Combine(Values(
szSmall64
, szSmall128),
183
Combine(Values(
szSmall64
, szSmall128),
/external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp
61
const cv::Size
szSmall64
= cv::Size(64, 64);
67
#define SZ_ALL_SMALL ::testing::Values(::perf::szSmall24, ::perf::szSmall32, ::perf::
szSmall64
, ::perf::szSmall128)
Completed in 3158 milliseconds