<br><br><div class="gmail_quote">2009/6/22 Jason Garrett-Glaser <span dir="ltr">&lt;<a href="mailto:darkshikari@gmail.com">darkshikari@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">On Mon, Jun 22, 2009 at 12:42 PM, Igor Mozolevsky&lt;<a href="mailto:igor@hybrid-lab.co.uk">igor@hybrid-lab.co.uk</a>&gt; wrote:<br>
&gt; 2009/6/22 Jason Garrett-Glaser &lt;<a href="mailto:darkshikari@gmail.com">darkshikari@gmail.com</a>&gt;:<br>
&gt;&gt; On Mon, Jun 22, 2009 at 12:33 PM, Igor Mozolevsky&lt;<a href="mailto:igor@hybrid-lab.co.uk">igor@hybrid-lab.co.uk</a>&gt; wrote:<br>
&gt;&gt;&gt; If i_satd &lt;= i_best<br>
&gt;&gt;<br>
&gt;&gt; But i_satd can&#39;t be less than i_best, since i_best is initialized to<br>
&gt;&gt; COST_MAX64, which is a dozen orders of magnitude larger than the<br>
&gt;&gt; largest possible FIX8 i8x8 RD cost.<br>
&gt;<br>
&gt; Can it be equal? If not, is there a need for `if( i_best &gt; i_satd )&#39; tests then?<br>
<br>
</div></div>No, it can&#39;t be equal either, but it isn&#39;t as if &gt;= is faster than &gt;.</blockquote><div><br></div><div>So are you saying that i_best &gt; i_satd will always be true? Why have the `if&#39; in the first place then? Also, i_nnz is initialised to zero for I_4x4 in the existing codebase.</div>

<div><br></div><div><br></div><div>Cheers,</div><div>--</div><div>Igor</div></div>