<DIV>I have debugged x264 source files.</DIV>
<DIV> </DIV>
<DIV>In macroblock.c, </DIV>
<DIV> </DIV>
<DIV>void x264_mb_encode_i4x4( x264_t *h, int idx, int i_qscale )</DIV>
<DIV>{</DIV>
<DIV> ...</DIV>
<DIV> </DIV>
<DIV> h->dctf.sub4x4_dct( dct4x4, p_src, i_stride, p_dst, i_stride ); // not ok</DIV>
<DIV> </DIV>
<DIV> quant_4x4( dct4x4, i_qscale, 1 ); // ok</DIV>
<DIV> </DIV>
<DIV> scan_zigzag_4x4full( h->dct.block[idx].luma4x4, dct4x4 ); // ok</DIV>
<DIV> </DIV>
<DIV> x264_mb_dequant_4x4( dct4x4, i_qscale ); // ok<BR></DIV>
<DIV>}</DIV>
<DIV> </DIV>
<DIV> I can't enter into the h->dctf.sub4x4_dct() functions during debuggine using VC++;</DIV>
<DIV> For other fuctctions, I can debug...</DIV>
<DIV> </DIV>
<DIV> I want to know that reason.</DIV>
<DIV> </DIV>
<DIV>Best regards</DIV>
<DIV> </DIV>
<DIV>Bae</DIV>
<DIV> </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.