Reduce start time and memory usage by removing redundant lookup tables and fillig remaining lookup tables in parellel

This commit is contained in:
heckflosse
2016-02-24 01:35:47 +01:00
parent ad32009c53
commit e52b1fcdd4
10 changed files with 143 additions and 123 deletions

View File

@@ -843,7 +843,6 @@ class PerceptualToneCurve : public ToneCurve
private:
static float cf_range[2];
static float cf[1000];
static LUTf gamma2curve;
// for ciecam02
static float f, c, nc, yb, la, xw, yw, zw, gamut;
static float n, d, nbb, ncb, cz, aw, wh, pfl, fl, pow1;