<DIV>I have debugged x264 source files.</DIV>
<DIV>&nbsp;</DIV>
<DIV>In macroblock.c, </DIV>
<DIV>&nbsp;</DIV>
<DIV>void x264_mb_encode_i4x4( x264_t *h, int idx, int i_qscale )</DIV>
<DIV>{</DIV>
<DIV>&nbsp; ...</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; h-&gt;dctf.sub4x4_dct( dct4x4, p_src, i_stride, p_dst, i_stride );&nbsp; // not ok</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; quant_4x4( dct4x4, i_qscale, 1 ); // ok</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; scan_zigzag_4x4full( h-&gt;dct.block[idx].luma4x4, dct4x4 ); // ok</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; x264_mb_dequant_4x4( dct4x4, i_qscale ); // ok<BR></DIV>
<DIV>}</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;I can't enter into the&nbsp; h-&gt;dctf.sub4x4_dct()&nbsp; functions during debuggine using VC++;</DIV>
<DIV>&nbsp; For other fuctctions, I can debug...</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;I want to know that reason.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Best regards</DIV>
<DIV>&nbsp;</DIV>
<DIV>Bae</DIV>
<DIV>&nbsp;</DIV><p>
                <hr size=1>Yahoo! Mail Mobile<br> 
<a href="http://us.rd.yahoo.com/mail_us/taglines/mobile/*http://mobile.yahoo.com/learn/mail">Take Yahoo! Mail with you!</a> Check email on your mobile phone.