Home
last modified time | relevance | path

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

/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp565 const int cmpCode = get<2>(params); in OCL_PERF_TEST_P() local
572 OCL_TEST_CYCLE() cv::compare(src1, src2, dst, cmpCode); in OCL_PERF_TEST_P()
585 const int cmpCode = get<2>(params); variable
592 OCL_TEST_CYCLE() cv::compare(src1, 32, dst, cmpCode);