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

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

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

revision 315, Fri Jul 19 11:15:21 2002 UTC revision 352, Wed Jul 31 18:10:34 2002 UTC
# Line 28  Line 28 
28  *               ToDo ? : when BFRAMES is defined, the API_VERSION should not  *               ToDo ? : when BFRAMES is defined, the API_VERSION should not
29  *                        be the same (3.0 ?)  *                        be the same (3.0 ?)
30  *  *
31  *  $Id: xvid.h,v 1.15 2002-07-19 11:15:21 albeu Exp $  *  $Id: xvid.h,v 1.17 2002-07-31 18:10:34 chl Exp $
32  *  *
33  *****************************************************************************/  *****************************************************************************/
34    
# Line 37  Line 37 
37  #define _XVID_H_  #define _XVID_H_
38    
39  #ifdef __cplusplus  #ifdef __cplusplus
40  *  $Id: xvid.h,v 1.15 2002-07-19 11:15:21 albeu Exp $  extern "C" {
41  #endif  #endif
42    
43  /*****************************************************************************  /*****************************************************************************
# Line 214  Line 214 
214  /* Flags for XVID_ENC_FRAME.motion */  /* Flags for XVID_ENC_FRAME.motion */
215  #define PMV_ADVANCEDDIAMOND8    0x00004000  #define PMV_ADVANCEDDIAMOND8    0x00004000
216  #define PMV_ADVANCEDDIAMOND16   0x00008000  #define PMV_ADVANCEDDIAMOND16   0x00008000
217    
218    #define PMV_HALFPELDIAMOND16    0x00010000
219    #define PMV_HALFPELREFINE16     0x00020000
220    #define PMV_EXTSEARCH16                 0x00040000      /* extend PMV by more searches */
221  #define PMV_EARLYSTOP16                 0x00080000  #define PMV_EARLYSTOP16                 0x00080000
222  #define PMV_QUICKSTOP16                 0x00100000      /* like early, but without any more refinement */  #define PMV_QUICKSTOP16                 0x00100000      /* like early, but without any more refinement */
223  #define PMV_UNRESTRICTED16      0x00200000      /* unrestricted ME, not implemented */  #define PMV_UNRESTRICTED16      0x00200000      /* unrestricted ME, not implemented */
# Line 265  Line 269 
269          typedef struct          typedef struct
270          {          {
271                  int x;                  int x;
272                    int y;
273          }          }
274          VECTOR;          VECTOR;
275    

Legend:
Removed from v.315  
changed lines
  Added in v.352

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