Home
last modified time | relevance | path

Searched refs:test_ipp_check (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ts/src/
Dts.cpp661 bool test_ipp_check = false; variable
665 if (test_ipp_check) in checkIppStatus()
685 test_ipp_check = parser.get<bool>("test_ipp_check"); in parseCustomOptions()
686 if (!test_ipp_check) in parseCustomOptions()
687 test_ipp_check = getenv("OPENCV_IPP_CHECK") != NULL; in parseCustomOptions()
Dts_perf.cpp48 extern bool test_ipp_check;
817 test_ipp_check = !args.has("perf_ipp_check") ? getenv("OPENCV_IPP_CHECK") != NULL : true; in Init()