[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 1892, Mon Aug 23 14:58:48 2010 UTC revision 1893, Mon Sep 13 07:38:09 2010 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.25 2005-12-09 04:45:35 syskin Exp $   * $Id: global.h,v 1.26 2010-09-13 07:38:09 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 48  Line 48 
48  #define MODE_DIRECT_NONE_MV     4  #define MODE_DIRECT_NONE_MV     4
49  #define MODE_DIRECT_NO4V        5  #define MODE_DIRECT_NO4V        5
50    
   
51  /*  /*
52   * vop coding types   * vop coding types
53   * intra, prediction, backward, sprite, not_coded   * intra, prediction, backward, sprite, not_coded
# Line 73  Line 72 
72          return xvid_type - 1;          return xvid_type - 1;
73  }  }
74    
   
75  typedef struct  typedef struct
76  {  {
77          int x;          int x;
# Line 81  Line 79 
79  }  }
80  VECTOR;  VECTOR;
81    
   
   
82  typedef struct  typedef struct
83  {  {
84          VECTOR duv[3];          VECTOR duv[3];
# Line 168  Line 164 
164  }  }
165  IMAGE;  IMAGE;
166    
   
167  typedef struct  typedef struct
168  {  {
169          uint32_t bufa;          uint32_t bufa;
# Line 182  Line 177 
177  }  }
178  Bitstream;  Bitstream;
179    
   
180  #define MBPRED_SIZE  15  #define MBPRED_SIZE  15
181    
   
182  typedef struct  typedef struct
183  {  {
184          /* decoder/encoder */          /* decoder/encoder */

Legend:
Removed from v.1892  
changed lines
  Added in v.1893

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