some further tweaks to the fast pipeline
This commit is contained in:
@@ -1386,7 +1386,7 @@ private:
|
|||||||
params.wavelet.strength =
|
params.wavelet.strength =
|
||||||
int(float(params.wavelet.strength) * tmpScale);
|
int(float(params.wavelet.strength) * tmpScale);
|
||||||
params.dirpyrDenoise.luma *= tmpScale;
|
params.dirpyrDenoise.luma *= tmpScale;
|
||||||
params.dirpyrDenoise.smethod = "shal";
|
//params.dirpyrDenoise.smethod = "shal";
|
||||||
|
|
||||||
const double dirpyreq_scale = min(tmpScale * 1.5, 1.0);
|
const double dirpyreq_scale = min(tmpScale * 1.5, 1.0);
|
||||||
for (int i = 0; i < 6; ++i) {
|
for (int i = 0; i < 6; ++i) {
|
||||||
|
Reference in New Issue
Block a user