Added timing code to sony_arw_load_raw
This commit is contained in:
parent
f0acd2396e
commit
f52cd3be64
@ -25,6 +25,8 @@
|
|||||||
/*RT*/#include "jpeg.h"
|
/*RT*/#include "jpeg.h"
|
||||||
|
|
||||||
#include "opthelper.h"
|
#include "opthelper.h"
|
||||||
|
#define BENCHMARK
|
||||||
|
#include "StopWatch.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
dcraw.c -- Dave Coffin's raw photo decoder
|
dcraw.c -- Dave Coffin's raw photo decoder
|
||||||
@ -3058,6 +3060,7 @@ void CLASS sony_arw_load_raw()
|
|||||||
|
|
||||||
void CLASS sony_arw2_load_raw()
|
void CLASS sony_arw2_load_raw()
|
||||||
{
|
{
|
||||||
|
BENCHFUN
|
||||||
uchar *data, *dp;
|
uchar *data, *dp;
|
||||||
ushort pix[16];
|
ushort pix[16];
|
||||||
int row, col, val, max, min, imax, imin, sh, bit, i;
|
int row, col, val, max, min, imax, imin, sh, bit, i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user