Home
last modified time | relevance | path

Searched refs:impls (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/photo/perf/
Dperf_main.cpp4 static const char * impls[] = { variable
11 CV_PERF_TEST_MAIN_WITH_IMPLS(photo, impls, perf::printCudaInfo())
/external/opencv3/modules/superres/perf/
Dperf_main.cpp47 static const char * impls[] = { variable
54 CV_PERF_TEST_MAIN_WITH_IMPLS(superres, impls, printCudaInfo())
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_perf.hpp115 const char * impls[] = { "cuda", "plain" };\
116 CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, perf::printCudaInfo())\
Dts_perf.hpp620 #define CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, ...) \ argument
622 ::perf::TestBase::Init(std::vector<std::string>(impls, impls + sizeof impls / sizeof *impls), \
633 #define CV_PERF_TEST_MAIN_WITH_IMPLS(modulename, impls, ...) \ argument
636 CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, __VA_ARGS__)\
/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp365 static Impl impls[] = { estimateGlobMotionLeastSquaresTranslation, in estimateGlobalMotionLeastSquares() local
375 return impls[model](npoints, points0_, points1_, rmse); in estimateGlobalMotionLeastSquares()
/external/valgrind/
DNEWS1236 326091 drd: Avoid false race reports from optimized strlen() impls