# HG changeset patch # User Praveen Tiwari <[email protected]> # Date 1538111723 -19800 # Fri Sep 28 10:45:23 2018 +0530 # Node ID b748ee9f44657a9468b9d62c85d02dfafcbc4039 # Parent 89457c901a6c41f390aef970a2936e3a5650b4f1 optimize qp offsets for Dolby Vision profile 5
diff -r 89457c901a6c -r b748ee9f4465 source/encoder/encoder.cpp
--- a/source/encoder/encoder.cpp Tue Sep 25 11:14:55 2018 +0530
+++ b/source/encoder/encoder.cpp Fri Sep 28 10:45:23 2018 +0530
@@ -3198,6 +3198,9 @@
p->vui.videoFormat = 5;
p->bEnableAccessUnitDelimiters = 1;
p->bAnnexB = 1;
+
+ if (p->noiseReductionIntra && p->noiseReductionInter) //
when noise reduction is enabled, preserve the film grain.
+ p->crQpOffset = 4;
}
}
}
x265_clone_12436.patch
Description: Binary data
_______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
