<div dir="ltr">Enabling splitRdSkip for Intra is not giving a bit exact output and there is loss in compression efficiency. The reason behind this is that t<span style="font-size:12.8px">he context of the entropy coder and bits are updated after all the sub CUs are analysed whereas </span><span style="font-size:12.8px">bEnableSplitRdSkip is terminating the analysis of the subCUs at a much early stage</span><span style="font-size:12.8px">. </span> The entropy coder can save more bits for the sub CUs and finally the subCUs can become cheaper. </div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 10, 2017 at 4:11 PM,  <span dir="ltr"><<a href="mailto:aasaipriya@multicorewareinc.com" target="_blank">aasaipriya@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 Aasaipriya Chandran <<a href="mailto:aasaipriya@multicorewareinc.com">aasaipriya@multicorewareinc.<wbr>com</a>><br>
# Date 1510220385 -19800<br>
#      Thu Nov 09 15:09:45 2017 +0530<br>
# Node ID 5f2c98ebd15e5935697c985ce856b9<wbr>400d1a2ebc<br>
# Parent  bd438ce108435deb4f0063fca9a9e1<wbr>4a75e8de38<br>
Enable skip RD analysis intra (when sum of sub CUsplitcost bigger than non-split cost) in default param options<br>
<br>
diff -r bd438ce10843 -r 5f2c98ebd15e source/common/param.cpp<br>
--- a/source/common/param.cpp   Wed Nov 08 16:18:29 2017 +0530<br>
+++ b/source/common/param.cpp   Thu Nov 09 15:09:45 2017 +0530<br>
@@ -157,7 +157,7 @@<br>
     param->bEnableConstrainedIntra = 0;<br>
     param-><wbr>bEnableStrongIntraSmoothing = 1;<br>
     param->bEnableFastIntra = 0;<br>
-    param->bEnableSplitRdSkip = 0;<br>
+    param->bEnableSplitRdSkip = 1;<br>
<br>
     /* Inter Coding tools */<br>
     param->searchMethod = X265_HEX_SEARCH;<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>