<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=938272303-30062005><FONT face=Arial
color=#0000ff size=2>I belive you are using simd optimized version, so before
using floating point you should clear FPU state with x264_emms(). But this will
slowdown the performance, cause emms take about 80 tacts of CPU (at least on
Intel)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=938272303-30062005><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=938272303-30062005><FONT face=Arial
color=#0000ff size=2>Sergey.</FONT></SPAN></DIV><BR>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=ru dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> x264-devel-bounce@videolan.org
[mailto:x264-devel-bounce@videolan.org] <B>On Behalf Of </B>Ikseong
Bae<BR><B>Sent:</B> Thursday, June 30, 2005 9:17 AM<BR><B>To:</B>
x264-devel@videolan.org<BR><B>Subject:</B> [x264-devel] question : x264
bug...<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>I found the x264's bug.</DIV>
<DIV> </DIV>
<DIV>encoder/anaysyse.c...</DIV>
<DIV> </DIV>
<DIV>static void x264_mb_analyse_inter_p16x16( x264_t *h, x264_mb_analysis_t
*a ) </DIV>
<DIV>{</DIV>
<P><FONT
style="BACKGROUND-COLOR: #ffffff"> double f64Data=0;</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff"> f64Data = f64Data +
2;</FONT></P>
<DIV>}</DIV>
<DIV> </DIV>
<DIV>In X264, I declared double type variable.</DIV>
<DIV> </DIV>
<DIV>Whe the function is called in first, f64Data's value is 2.</DIV>
<DIV>But the fucnion is called in second, f64Data value is crashed !</DIV>
<DIV> </DIV>
<DIV>And I decalred int type variable.</DIV>
<DIV>
<DIV>static void x264_mb_analyse_inter_p16x16( x264_t *h, x264_mb_analysis_t
*a ) </DIV>
<DIV>{</DIV>
<P><FONT
style="BACKGROUND-COLOR: #ffffff"> int n32Data=0;</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff">n32Data = n32Data + 2;</FONT></P>
<DIV>}</DIV>
<DIV> </DIV>
<DIV>Above the source code is good. First, second, third... good</DIV>
<DIV> </DIV>
<DIV>I don't know the above problem.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Best regards.</DIV>
<DIV> </DIV>
<DIV>Bae</DIV>
<DIV> </DIV>
<DIV> </DIV></DIV>
<P>
<HR SIZE=1>
Yahoo! Sports<BR><A
href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=33539/*http://football.fantasysports.yahoo.com?ovchn=YAH&ovcpn=Integration&ovcrn=Mail+footer&ovrfd=YAH&ovtac=AD ">Rekindle
the Rivalries. Sign up for Fantasy Football</A> </BLOCKQUOTE></BODY></HTML>