disabled timing code in dcb_demosaic

This commit is contained in:
heckflosse 2017-02-28 20:05:36 +01:00
parent 37f69bed5b
commit 5e5ca6eee4

View File

@ -38,7 +38,7 @@
#include "sleef.c"
#include "opthelper.h"
#include "median.h"
#define BENCHMARK
//#define BENCHMARK
#include "StopWatch.h"
#ifdef _OPENMP
#include <omp.h>
@ -3772,7 +3772,7 @@ BENCHFUN
dcb_correction(tile, map, x0, y0);
dcb_map(tile, map, x0, y0);
restore_from_buffer(tile, buffer);
if (!dcb_enhance)
dcb_color(tile, x0, y0);
else