[x264-devel] x264 debugging

Ikseong Bae iambaeba1 at yahoo.com
Wed May 18 04:24:34 CEST 2005


I have debugged x264 source files.
 
In macroblock.c, 
 
void x264_mb_encode_i4x4( x264_t *h, int idx, int i_qscale )
{
  ...
 
    h->dctf.sub4x4_dct( dct4x4, p_src, i_stride, p_dst, i_stride );  // not ok
 
    quant_4x4( dct4x4, i_qscale, 1 ); // ok
 
    scan_zigzag_4x4full( h->dct.block[idx].luma4x4, dct4x4 ); // ok
 
    x264_mb_dequant_4x4( dct4x4, i_qscale ); // ok

}
 
  I can't enter into the  h->dctf.sub4x4_dct()  functions during debuggine using VC++;
  For other fuctctions, I can debug...
 
 I want to know that reason.
 
Best regards
 
Bae
 

		
---------------------------------
Yahoo! Mail Mobile
 Take Yahoo! Mail with you! Check email on your mobile phone.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20050517/2b10f864/attachment.htm 


More information about the x264-devel mailing list