Update capturesharpening.cc

Fix artifacts at radius > 0.85
This commit is contained in:
Ingo Weyrich 2019-09-15 16:29:29 +02:00 committed by GitHub
parent 19e0112495
commit a06c2714e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -530,7 +530,7 @@ BENCHFUN
} }
constexpr int tileSize = 194; constexpr int tileSize = 194;
constexpr int border = 3; constexpr int border = 5;
constexpr int fullTileSize = tileSize + 2 * border; constexpr int fullTileSize = tileSize + 2 * border;
double progress = startVal; double progress = startVal;