Searched refs:impls (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/photo/perf/ |
D | perf_main.cpp | 4 static const char * impls[] = { variable 11 CV_PERF_TEST_MAIN_WITH_IMPLS(photo, impls, perf::printCudaInfo())
|
/external/opencv3/modules/superres/perf/ |
D | perf_main.cpp | 47 static const char * impls[] = { variable 54 CV_PERF_TEST_MAIN_WITH_IMPLS(superres, impls, printCudaInfo())
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
D | cuda_perf.hpp | 115 const char * impls[] = { "cuda", "plain" };\ 116 CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, perf::printCudaInfo())\
|
D | ts_perf.hpp | 620 #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/ |
D | global_motion.cpp | 365 static Impl impls[] = { estimateGlobMotionLeastSquaresTranslation, in estimateGlobalMotionLeastSquares() local 375 return impls[model](npoints, points0_, points1_, rmse); in estimateGlobalMotionLeastSquares()
|
/external/valgrind/ |
D | NEWS | 1236 326091 drd: Avoid false race reports from optimized strlen() impls
|