Add DCT to local chroma denoise

This commit is contained in:
Desmis
2017-12-16 15:24:53 +01:00
parent 3a6c839c41
commit db03c16f45
14 changed files with 943 additions and 18 deletions

View File

@@ -116,6 +116,7 @@ private:
Adjuster* const noiselumf;
Adjuster* const noiselumc;
Adjuster* const noiselumdetail;
Adjuster* const noisechrodetail;
Adjuster* const noisechrof;
Adjuster* const noisechroc;
@@ -233,7 +234,7 @@ private:
int nextdatasp[87];
int nextdatasp[88];
int nextlength;
std::string nextstr;
std::string nextstr2;