Removed timing code
This commit is contained in:
@@ -27,8 +27,6 @@
|
|||||||
#include "rawimagesource.h"
|
#include "rawimagesource.h"
|
||||||
#include "rt_math.h"
|
#include "rt_math.h"
|
||||||
#include "median.h"
|
#include "median.h"
|
||||||
#define BENCHMARK
|
|
||||||
#include "StopWatch.h"
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
@@ -115,8 +113,7 @@ using namespace rtengine;
|
|||||||
|
|
||||||
void RawImageSource::CA_correct_RT(const bool autoCA, const double cared, const double cablue, const double caautostrength, array2D<float> &rawData)
|
void RawImageSource::CA_correct_RT(const bool autoCA, const double cared, const double cablue, const double caautostrength, array2D<float> &rawData)
|
||||||
{
|
{
|
||||||
BENCHFUN
|
// multithreaded and vectorized by Ingo Weyrich
|
||||||
// multithreaded and partly vectorized by Ingo Weyrich
|
|
||||||
constexpr int ts = 128;
|
constexpr int ts = 128;
|
||||||
constexpr int tsh = ts / 2;
|
constexpr int tsh = ts / 2;
|
||||||
//shifts to location of vertical and diagonal neighbors
|
//shifts to location of vertical and diagonal neighbors
|
||||||
|
Reference in New Issue
Block a user