GetCallsForImpl 1467 modules/ts/src/ts_perf.cpp rec = implConf.GetCallsForImpl(CV_IMPL_IPP|CV_IMPL_MT); GetCallsForImpl 1469 modules/ts/src/ts_perf.cpp rec = implConf.GetCallsForImpl(CV_IMPL_IPP); GetCallsForImpl 1474 modules/ts/src/ts_perf.cpp rec = implConf.GetCallsForImpl(CV_IMPL_OCL); GetCallsForImpl 1523 modules/ts/src/ts_perf.cpp rec = implConf.GetCallsForImpl(CV_IMPL_IPP|CV_IMPL_MT); GetCallsForImpl 1525 modules/ts/src/ts_perf.cpp rec = implConf.GetCallsForImpl(CV_IMPL_IPP); GetCallsForImpl 1530 modules/ts/src/ts_perf.cpp rec = implConf.GetCallsForImpl(CV_IMPL_OCL); GetCallsForImpl 1611 modules/ts/src/ts_perf.cpp if(implConf.icv) {printf("ICV_MT "); std::vector<cv::String> fun = implConf.GetCallsForImpl(CV_IMPL_IPP|CV_IMPL_MT); printf("("); for(int i=0; i<fun.size();i++ ){printf("%s ", fun[i].c_str());} printf(") "); } GetCallsForImpl 1612 modules/ts/src/ts_perf.cpp if(implConf.ipp) {printf("IPP_MT "); std::vector<cv::String> fun = implConf.GetCallsForImpl(CV_IMPL_IPP|CV_IMPL_MT); printf("("); for(int i=0; i<fun.size();i++ ){printf("%s ", fun[i].c_str());} printf(") "); } GetCallsForImpl 1616 modules/ts/src/ts_perf.cpp if(implConf.icv) {printf("ICV "); std::vector<cv::String> fun = implConf.GetCallsForImpl(CV_IMPL_IPP); printf("("); for(int i=0; i<fun.size();i++ ){printf("%s ", fun[i].c_str());} printf(") "); } GetCallsForImpl 1617 modules/ts/src/ts_perf.cpp if(implConf.ipp) {printf("IPP "); std::vector<cv::String> fun = implConf.GetCallsForImpl(CV_IMPL_IPP); printf("("); for(int i=0; i<fun.size();i++ ){printf("%s ", fun[i].c_str());} printf(") "); } GetCallsForImpl 1619 modules/ts/src/ts_perf.cpp if(implConf.ocl) {printf("OCL "); std::vector<cv::String> fun = implConf.GetCallsForImpl(CV_IMPL_OCL); printf("("); for(int i=0; i<fun.size();i++ ){printf("%s ", fun[i].c_str());} printf(") "); }