Reduce start time and memory usage by removing redundant lookup tables and fillig remaining lookup tables in parellel
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user