From 051d34a21c857988bc2031e84070fd33d8c06563 Mon Sep 17 00:00:00 2001 From: Oliver Duis Date: Mon, 25 Apr 2011 15:58:35 +0200 Subject: [PATCH] OpenMP for RAW histogram --- rtengine/rawimagesource.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtengine/rawimagesource.cc b/rtengine/rawimagesource.cc index b614cb898..8bdc9b6e1 100644 --- a/rtengine/rawimagesource.cc +++ b/rtengine/rawimagesource.cc @@ -1898,6 +1898,7 @@ void RawImageSource::getRAWHistogram (LUTu & histRedRaw, LUTu & histGreenRaw, LU float mult = 65535.0 / ri->get_white(); + #pragma omp parallel for for (int i=border; i