disabled timing code in dcb_demosaic
This commit is contained in:
parent
37f69bed5b
commit
5e5ca6eee4
@ -38,7 +38,7 @@
|
|||||||
#include "sleef.c"
|
#include "sleef.c"
|
||||||
#include "opthelper.h"
|
#include "opthelper.h"
|
||||||
#include "median.h"
|
#include "median.h"
|
||||||
#define BENCHMARK
|
//#define BENCHMARK
|
||||||
#include "StopWatch.h"
|
#include "StopWatch.h"
|
||||||
#ifdef _OPENMP
|
#ifdef _OPENMP
|
||||||
#include <omp.h>
|
#include <omp.h>
|
||||||
@ -3772,7 +3772,7 @@ BENCHFUN
|
|||||||
dcb_correction(tile, map, x0, y0);
|
dcb_correction(tile, map, x0, y0);
|
||||||
dcb_map(tile, map, x0, y0);
|
dcb_map(tile, map, x0, y0);
|
||||||
restore_from_buffer(tile, buffer);
|
restore_from_buffer(tile, buffer);
|
||||||
|
|
||||||
if (!dcb_enhance)
|
if (!dcb_enhance)
|
||||||
dcb_color(tile, x0, y0);
|
dcb_color(tile, x0, y0);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user