Add simplified Scope to local denoise

This commit is contained in:
Desmis
2017-12-18 08:50:49 +01:00
parent db03c16f45
commit 7a826a586d
16 changed files with 460 additions and 109 deletions

View File

@@ -117,10 +117,12 @@ private:
Adjuster* const noiselumc;
Adjuster* const noiselumdetail;
Adjuster* const noisechrodetail;
Adjuster* const sensiden;
Adjuster* const noisechrof;
Adjuster* const noisechroc;
Adjuster* const hueref;
Adjuster* const huerefblur;
Adjuster* const chromaref;
Adjuster* const lumaref;
Adjuster* const sobelref;
@@ -234,7 +236,7 @@ private:
int nextdatasp[88];
int nextdatasp[90];
int nextlength;
std::string nextstr;
std::string nextstr2;