<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">dia: --merange is the max number of iterations. Since each iteration moves<br>one pixel, it&#39;s also the max range.
<br>hex: --merange/2 is the max number of iterations. Since each iteration<br>moves up to 2 pixels, --merange is also the max range.<br>umh: --merange is the average radius of the grid part of the search, but<br>any given block may use more or less depending on whether it predicts the
<br>mv to be large. umh then calls hex for another merange/2 iterations. So<br>the max range is about --merange*3.<br>esa: Simply examines all possible mvs within --merange.</blockquote>
<div>&nbsp;</div>
<div>Look at those maximum motion vectors I found:</div>
<div>--me hex with:</div>
<div>&nbsp;&nbsp;&nbsp; --merange 24&nbsp;&nbsp; -&gt; 168</div>
<div>&nbsp;&nbsp;&nbsp; --mvrange 24&nbsp;&nbsp;&nbsp;-&gt;&nbsp; 39</div>
<div>--me esa with:</div>
<div>&nbsp;&nbsp;&nbsp; --merange 16&nbsp;&nbsp;&nbsp; -&gt; 272</div>
<div>&nbsp;&nbsp;&nbsp; --mvrange 16&nbsp;&nbsp;&nbsp;&nbsp; -&gt; 37</div>
<div>&nbsp;</div>
<div>So using the --mvrange option the motion vectors make sense, but using the --merange option they do not. Or am I wrong?</div>
<div>&nbsp;</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">In all cases the search starts at some predicted location, not at (0,0).</blockquote>
<div>&nbsp;</div>
<div>Is this inside the macroblock or anywhere in the picture? How is this predicted start location calculated?</div><br>Cor</div>