Searched refs:test_ipp_check (Results 1 – 2 of 2) sorted by relevance
661 bool test_ipp_check = false; variable665 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()
48 extern bool test_ipp_check;817 test_ipp_check = !args.has("perf_ipp_check") ? getenv("OPENCV_IPP_CHECK") != NULL : true; in Init()