Merge cppckeck2 branch into master

This commit is contained in:
heckflosse
2016-10-16 22:13:13 +02:00
34 changed files with 156 additions and 1024 deletions

View File

@@ -91,7 +91,6 @@ protected:
LUTf hltonecurve;
LUTf shtonecurve;
LUTf tonecurve;
float chaut, redaut, blueaut, maxredaut, maxblueaut, minredaut, minblueaut, nresi, highresi, chromina, sigma, lumema;
LUTf lumacurve;
LUTf chroma_acurve;
@@ -337,7 +336,7 @@ public:
}
struct DenoiseInfoStore {
DenoiseInfoStore () : valid(false) {}
DenoiseInfoStore () : chM(0), max_r{}, max_b{}, ch_M{}, valid(false) {}
float chM;
float max_r[9];
float max_b[9];