--- trunk/xvidcore/src/global.h 2004/03/22 22:36:25 1382 +++ trunk/xvidcore/src/global.h 2005/12/09 04:45:35 1660 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: global.h,v 1.23 2004-03-22 22:36:23 edgomez Exp $ + * $Id: global.h,v 1.25 2005-12-09 04:45:35 syskin Exp $ * ****************************************************************************/ @@ -213,6 +213,9 @@ int dquant; int cbp; + /* lambda for these blocks */ + int lambda[6]; + /* bframe stuff */ VECTOR b_mvs[4]; @@ -220,6 +223,8 @@ VECTOR amv; /* average motion vectors from GMC */ int32_t mcsel; + + VECTOR mvs_avg; //CK average of field motion vectors /* This structure has become way to big! What to do? Split it up? */