Cleaned code and removes StopWatch

This commit is contained in:
heckflosse
2015-08-20 19:52:53 +02:00
parent f7907a5474
commit 33b2d643b1
3 changed files with 5 additions and 60 deletions

View File

@@ -813,17 +813,13 @@ public:
class PerceptualToneCurve : public ToneCurve
{
private:
// static cmsHANDLE *h02;
// static cmsContext *c02;
static float cf_range[2];
static float cf[1000];
static LUTf gamma2curve;
// for ciecam02
// float aw, fl, xw, yw, zw, c, nc, pow1, n, nbb, ncb, cz, d;
// float yb2, la2, f2, c2, nc2, pow1n, nbbj, ncbj, flj, czj, dj, awj;
static float f, c, nc, yb, la, xw, yw, zw, gamut;
static float n, d, nbb, ncb, cz, aw, wh, pfl, fl, pow1;
static void cubic_spline(const float x[], const float y[], const int len, const float out_x[], float out_y[], const int out_len);
static float find_minimum_interval_halving(float (*func)(float x, void *arg), void *arg, float a, float b, float tol, int nmax);
static float find_tc_slope_fun(float k, void *arg);