do not use the hard-coded (i.e. not user-selectable) fast export options if the new fast pipeline is selected

This commit is contained in:
Alberto Griggio
2017-03-10 10:53:10 +01:00
parent f8d350715c
commit 359b4136b5
2 changed files with 30 additions and 24 deletions

View File

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