I went through the JM reference code but I was not able to understand it. Recently i implemented quarter pixel motion estimation. First I interpolated the whole reference frame upto quarter pixel level and stored this in a buffer. Then I found the integer pixel motion vector using the previos frame as reference frame (non interpolated reference frame) and the search criterion i used was SAD. Then I performed the sub pixel refinement using the best integer pixel motion vector coordinates as center using the quarterly interpolated frame as reference.
<br><br>U plz tell me whether this was correct or not.<br><br>Regards,<br>Mahesh.<br><br><div><span class="gmail_quote">On 3/28/07, <b class="gmail_sendername">Tomas Carnecky</b> <<a href="mailto:tom@dbservice.com">tom@dbservice.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">mahesh k wrote:<br>> I didnot get u exactly..Can u tell me in detail...
<br>><br><br>RTFM means 'Read The Fucking Manual', see[1]. He replaced the 'M' with a<br>'S' which he afterwards explained to be, quote, 'sourcecode or<br>standard'. That means, he was trying to tell you 'Read The F***
<br>sourcecode' or Read The F*** standard'.<br>IOW (you can use wikipedia, too, to look up what that means), he told<br>you to read the sourcecode (which is freely available) or the H.264<br>standard. The information you're looking for is in both locations,
<br>hence, quote, 'your choice'.<br><br>><br>> On 3/27/07, *Loren Merritt* <<a href="mailto:lorenm@u.washington.edu">lorenm@u.washington.edu</a><br>> <mailto:<a href="mailto:lorenm@u.washington.edu">
lorenm@u.washington.edu</a>>> wrote:<br>><br>> On Tue, 27 Mar 2007, mahesh k wrote:<br>><br>> > Can any one plz tell me how to choose the refernece frame for<br>> > integer level and quarter pixel motion estimation.
<br>><br>> RTFS. (sourcecode or standard, your choice)<br>><br><br>tom<br><br>[1] <a href="http://en.wikipedia.org/wiki/RTFM">http://en.wikipedia.org/wiki/RTFM</a><br><br>--<br>This is the x264-devel mailing-list
<br>To unsubscribe, go to: <a href="http://developers.videolan.org/lists.html">http://developers.videolan.org/lists.html</a><br><br></blockquote></div><br>