Add DCT to local denoise - improve denoise - Fixed crash in overexposed area

This commit is contained in:
Desmis
2017-12-14 08:56:59 +01:00
parent caafa4729a
commit 73b695652c
14 changed files with 678 additions and 70 deletions

View File

@@ -115,6 +115,8 @@ private:
Adjuster* const sensisha;
Adjuster* const noiselumf;
Adjuster* const noiselumc;
Adjuster* const noiselumdetail;
Adjuster* const noisechrof;
Adjuster* const noisechroc;
Adjuster* const hueref;
@@ -231,7 +233,7 @@ private:
int nextdatasp[86];
int nextdatasp[87];
int nextlength;
std::string nextstr;
std::string nextstr2;