some further tweaks to the fast pipeline

This commit is contained in:
Alberto Griggio
2017-03-12 21:13:54 +01:00
parent 5a38d0610d
commit d18ce59132

View File

@@ -1386,7 +1386,7 @@ private:
params.wavelet.strength =
int(float(params.wavelet.strength) * tmpScale);
params.dirpyrDenoise.luma *= tmpScale;
params.dirpyrDenoise.smethod = "shal";
//params.dirpyrDenoise.smethod = "shal";
const double dirpyreq_scale = min(tmpScale * 1.5, 1.0);
for (int i = 0; i < 6; ++i) {