<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 21, 2017 at 10:21 AM,  <span dir="ltr"><<a href="mailto:santhoshini@multicorewareinc.com" target="_blank">santhoshini@multicorewareinc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># HG changeset patch<br>
# User Santhoshini Sekar <<a href="mailto:santhoshini@multicorewareinc.com">santhoshini@multicorewareinc.<wbr>com</a>><br>
# Date 1498019565 -19800<br>
#      Wed Jun 21 10:02:45 2017 +0530<br>
# Node ID 5e0ee26d97fe8a29e4557f99c970f4<wbr>f184e78ff2<br>
# Parent  4436e1ca6f3987292dea608c7ecb27<wbr>80fdcfc4df<br>
improve docs for multi-pass-opt-analysis/multi-<wbr>pass-opt-distortion<br></blockquote><div><br></div><div>Thanks for the improvements. Have pushed it to default branch.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
diff --git a/doc/reST/cli.rst b/doc/reST/cli.rst<br>
--- a/doc/reST/cli.rst<br>
+++ b/doc/reST/cli.rst<br>
@@ -1577,7 +1577,11 @@<br>
     and also redundant steps are skipped.<br>
     In pass 1 analysis information like motion vector, depth, reference and prediction<br>
     modes of the final best CTU partition is stored for each CTU.<br>
-    Default disabled.<br>
+    Multipass analysis refinement cannot be enabled when 'analysis-save/analysis-load' option<br>
+    is enabled and both will be disabled when enabled together. This feature requires 'pmode/pme'<br>
+    to be disabled and hence pmode/pme will be disabled when enabled at the same time.<br>
+<br>
+    Default: disabled.<br>
<br>
 .. option:: --multi-pass-opt-distortion, --no-multi-pass-opt-distortion<br>
<br>
@@ -1585,7 +1589,11 @@<br>
     ratecontrol. In pass 1 distortion of best CTU partition is stored. CTUs with high<br>
     distortion get lower(negative)qp offsets and vice-versa for low distortion CTUs in pass 2.<br>
     This helps to improve the subjective quality.<br>
-    Default disabled.<br>
+    Multipass refinement of qp cannot be enabled when 'analysis-save/analysis-load' option<br>
+    is enabled and both will be disabled when enabled together. 'multi-pass-opt-distortion'<br>
+    requires 'pmode/pme' to be disabled and hence pmode/pme will be disabled when enabled along with it.<br>
+<br>
+    Default: disabled.<br>
<br>
 .. option:: --strict-cbr, --no-strict-cbr<br>
<br>
______________________________<wbr>_________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/<wbr>listinfo/x265-devel</a><br>
</blockquote></div><br></div></div>