do not touch the chroma denoise curve in the fast export pipeline (no need to)
This commit is contained in:
@@ -1414,9 +1414,6 @@ private:
|
|||||||
for (auto &p : params.dirpyrDenoise.lcurve) {
|
for (auto &p : params.dirpyrDenoise.lcurve) {
|
||||||
p *= scale_factor;
|
p *= scale_factor;
|
||||||
}
|
}
|
||||||
for (auto &p : params.dirpyrDenoise.cccurve) {
|
|
||||||
p *= scale_factor;
|
|
||||||
}
|
|
||||||
|
|
||||||
params.epd.scale *= scale_factor;
|
params.epd.scale *= scale_factor;
|
||||||
//params.epd.edgeStopping *= scale_factor;
|
//params.epd.edgeStopping *= scale_factor;
|
||||||
|
Reference in New Issue
Block a user