[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.27.2.33, Tue Aug 26 14:07:11 2003 UTC revision 1.27.2.34, Thu Sep 4 18:40:01 2003 UTC
# Line 531  Line 531 
531  /* only valid for vol_flags|=XVID_VOL_REDUCED_ENABLED */  /* only valid for vol_flags|=XVID_VOL_REDUCED_ENABLED */
532  #define XVID_VOP_REDUCED         (1<<11) /* reduced resolution vop */  #define XVID_VOP_REDUCED         (1<<11) /* reduced resolution vop */
533    
534    #define XVID_VOP_FAST_MODEDECISION_RD (1<< 8) /* use simplified R-D mode decision */
535    
536    
537    
# Line 562  Line 563 
563  #define XVID_ME_UNRESTRICTED8         (1<<22) /* unrestricted ME, not implemented */  #define XVID_ME_UNRESTRICTED8         (1<<22) /* unrestricted ME, not implemented */
564  #define XVID_ME_OVERLAPPING8          (1<<23) /* overlapping ME, not implemented */  #define XVID_ME_OVERLAPPING8          (1<<23) /* overlapping ME, not implemented */
565    
566    #define XVID_ME_DETECT_STATIC_MOTION  (1<<24) /* speed-up ME by detecting stationary scenes */
567    #define XVID_ME_FASTREFINE16              (1<<25) /* use low-complexity refinement functions */
568    
569  /* XVID_ENC_CREATE param1 */  /* XVID_ENC_CREATE param1 */
570  typedef struct {  typedef struct {

Legend:
Removed from v.1.27.2.33  
changed lines
  Added in v.1.27.2.34

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