Home
last modified time | relevance | path

Searched defs:sz1080p (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/imgproc/perf/
Dperf_phasecorr.cpp12 PERF_TEST_P( CreateHanningWindowFixture, CreateHanningWindow, Values(szVGA, sz1080p)) in PERF_TEST_P() argument
Dperf_integral.cpp36 testing::Values(::perf::szVGA, ::perf::sz1080p), in PERF_TEST_P()
59 PERF_TEST_P( Size_MatType_OutMatDepth, integral_sqsum_tilted, in PERF_TEST_P()
Dperf_warp.cpp23 PERF_TEST_P( TestWarpAffine, WarpAffine, in PERF_TEST_P()
53 PERF_TEST_P( TestWarpPerspective, WarpPerspective, in PERF_TEST_P()
137 PERF_TEST_P( TestRemap, remap, in PERF_TEST_P()
Dperf_pyramids.cpp9 PERF_TEST_P(Size_MatType, pyrDown, testing::Combine( in PERF_TEST_P()
51 PERF_TEST_P(Size_MatType, buildPyramid, testing::Combine( in PERF_TEST_P()
Dperf_remap.cpp14 PERF_TEST_P( TestRemap, Remap, in PERF_TEST_P()
Dperf_cvt_color.cpp245 testing::Values(::perf::szODD, ::perf::szVGA, ::perf::sz1080p), in PERF_TEST_P()
/external/opencv3/modules/core/perf/
Dperf_compare.cpp16 testing::Values(::perf::szVGA, ::perf::sz1080p), in PERF_TEST_P()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp48 const cv::Size sz1080p = cv::Size(1920, 1080); variable