Small speedup for epd, also reduces size of executable

This commit is contained in:
Ingo Weyrich
2020-11-17 15:40:49 +01:00
parent f7f527d952
commit ba78b24fa5
3 changed files with 26 additions and 33 deletions

View File

@@ -29,4 +29,5 @@ void buildBlendMask(const float* const * luminance, float **blend, int W, int H,
void buildGradientsMask(int W, int H, float **luminance, float **out,
float amount, int nlevels, int detail_level,
float alfa, float beta, bool multithread);
double accumulateProduct(const float* data1, const float* data2, size_t n, bool multiThread = true);
}