<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><FONT size=2>
<P><FONT face=Arial>Hi,</FONT></P>
<P><FONT face=Arial>In analyse.c -&gt;x264_mb_analyse_intra</FONT></P>
<P><FONT face=Arial>save fixed intra4x4 pred mode to 
</FONT>h-&gt;mb.cache.intra4x4_pred_mode,</P>
<P>and in macroblock_enc.c-&gt;x264_macroblock_encode</P>
<P><FONT face=Arial>get&nbsp;mode from </FONT><FONT 
face="Times New Roman">h-&gt;mb.cache.intra4x4_pred_mode and </FONT></P>
<P>call predict_4x4.</P>
<P>I think we should call predict_4x4 with non-fixed mode.</P>
<P>is it right?</P>
<P><FONT face=Arial>GuangChun Wen</FONT></P>
<P><FONT face=Arial></FONT>&nbsp;</P>
<P><FONT face=Arial></FONT>&nbsp;</P></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>