8000 Update perf_arithm.cpp · opencv/opencv@57abd43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 57abd43

Browse files
authored
Update perf_arithm.cpp
1 parent 56d45bc commit 57abd43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/perf/opencl/perf_arithm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ OCL_PERF_TEST_P(PSNRFixture, PSNR,
11191119

11201120
///////////// Reduce ////////////////////////
11211121

1122-
CV_ENUM(ReduceMinMaxOp, REDUCE_MIN, REDUCE_MAX)
1122+
CV_ENUM(ReduceMinMaxOp, CV_REDUCE_MIN, CV_REDUCE_MAX)
11231123

11241124
typedef tuple<Size, std::pair<MatType, MatType>, int, ReduceMinMaxOp> ReduceMinMaxParams;
11251125
typedef TestBaseWithParam<ReduceMinMaxParams> ReduceMinMaxFixture;
@@ -1150,7 +1150,7 @@ OCL_PERF_TEST_P(ReduceMinMaxFixture, Reduce,
11501150
SANITY_CHECK(dst, eps);
11511151
}
11521152

1153-
CV_ENUM(ReduceAccOp, REDUCE_SUM, REDUCE_AVG)
1153+
CV_ENUM(ReduceAccOp, CV_REDUCE_SUM, CV_REDUCE_AVG)
11541154

11551155
typedef tuple<Size, std::pair<MatType, MatType>, int, ReduceAccOp> ReduceAccParams;
11561156
typedef TestBaseWithParam<ReduceAccParams> ReduceAccFixture;

0 commit comments

Comments
 (0)
0