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

Diff of /xvidcore/src/xvid.h

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

revision 1.15, Fri Jul 19 11:15:21 2002 UTC revision 1.17, Wed Jul 31 18:10:34 2002 UTC
# Line 37  Line 37 
37  #define _XVID_H_  #define _XVID_H_
38    
39  #ifdef __cplusplus  #ifdef __cplusplus
40  *  $Id$  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.1.15  
changed lines
  Added in v.1.17

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