[svn] / trunk / xvidcore / src / global.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/global.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1660, Fri Dec 9 04:45:35 2005 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $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 $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 213  Line 213 
213          int dquant;          int dquant;
214          int cbp;          int cbp;
215    
216            /* lambda for these blocks */
217            int lambda[6];
218    
219          /* bframe stuff */          /* bframe stuff */
220    
221          VECTOR b_mvs[4];          VECTOR b_mvs[4];
# Line 221  Line 224 
224          VECTOR amv; /* average motion vectors from GMC  */          VECTOR amv; /* average motion vectors from GMC  */
225          int32_t mcsel;          int32_t mcsel;
226    
227            VECTOR  mvs_avg;      //CK average of field motion vectors
228    
229  /* This structure has become way to big! What to do? Split it up?   */  /* This structure has become way to big! What to do? Split it up?   */
230    
231  }  }

Legend:
Removed from v.1382  
changed lines
  Added in v.1660

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4