commit | b9abeae0897bef74553ba9800c4ff5f74131c5b4 | [log] [tgz] |
---|---|---|
author | Jenkins <bsgcomp@arm.com> | Thu Nov 22 11:58:08 2018 +0000 |
committer | Jenkins <bsgcomp@arm.com> | Thu Nov 22 11:58:08 2018 +0000 |
tree | 69f512b9d2d7d9169960592cca948dc6e8e5b936 | |
parent | 52ba29e936b8e711e8acdfe819e36f884d4f3fe1 [diff] [blame] |
arm_compute v18.11
diff --git a/src/runtime/CL/functions/CLEqualizeHistogram.cpp b/src/runtime/CL/functions/CLEqualizeHistogram.cpp index 45f70d2..a0663b7 100644 --- a/src/runtime/CL/functions/CLEqualizeHistogram.cpp +++ b/src/runtime/CL/functions/CLEqualizeHistogram.cpp
@@ -68,7 +68,7 @@ } else { - const float diff = image_size - 1; + const float diff = image_size - num_lowest_pixels; for(size_t i = 0; i < 256; ++i) {