[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.39, Fri Oct 3 16:57:55 2003 UTC revision 1.27.2.42, Sun Nov 9 20:49:21 2003 UTC
# Line 159  Line 159 
159   * xvid_global()   * xvid_global()
160   ****************************************************************************/   ****************************************************************************/
161    
162  /* cpu_flags definitions */  /* cpu_flags definitions (make sure to sync this with cpuid.asm for ia32) */
163    
164  #define XVID_CPU_FORCE    (1<<31) /* force passed cpu flags */  #define XVID_CPU_FORCE    (1<<31) /* force passed cpu flags */
165  #define XVID_CPU_ASM      (1<< 7) /* native assembly */  #define XVID_CPU_ASM      (1<< 7) /* native assembly */
# Line 217  Line 217 
217  #define XVID_GBL_INIT    0 /* initialize xvidcore; must be called before using xvid_decore, or xvid_encore) */  #define XVID_GBL_INIT    0 /* initialize xvidcore; must be called before using xvid_decore, or xvid_encore) */
218  #define XVID_GBL_INFO    1 /* return some info about xvidcore, and the host computer */  #define XVID_GBL_INFO    1 /* return some info about xvidcore, and the host computer */
219  #define XVID_GBL_CONVERT 2 /* colorspace conversion utility */  #define XVID_GBL_CONVERT 2 /* colorspace conversion utility */
 #define XVID_GBL_TEST    3 /* testing.. */  
220    
221  int xvid_global(void *handle, int opt, void *param1, void *param2);  int xvid_global(void *handle, int opt, void *param1, void *param2);
222    
# Line 393  Line 392 
392          int sse_y;              /* [out] Y plane's sse */          int sse_y;              /* [out] Y plane's sse */
393          int sse_u;              /* [out] U plane's sse */          int sse_u;              /* [out] U plane's sse */
394          int sse_v;              /* [out] V plane's sse */          int sse_v;              /* [out] V plane's sse */
395            int bquant_ratio;       /* [in] */
396            int bquant_offset;      /* [in] */
397  } xvid_plg_data_t;  } xvid_plg_data_t;
398    
399    
# Line 465  Line 466 
466          char * filename;              /* [in] first pass stats filename */          char * filename;              /* [in] first pass stats filename */
467    
468          int keyframe_boost;           /* [in] keyframe boost percentage: [0..100] */          int keyframe_boost;           /* [in] keyframe boost percentage: [0..100] */
         int payback_method;           /* [in] Payback method: see XVID_PAYBACK flags */  
         int bitrate_payback_delay;    /* [in] Payback delay expressed in number of frames */  
469          int curve_compression_high;   /* [in] percentage of compression performed on the high part of the curve (above average) */          int curve_compression_high;   /* [in] percentage of compression performed on the high part of the curve (above average) */
470          int curve_compression_low;    /* [in] percentage of compression performed on the low  part of the curve (below average) */          int curve_compression_low;    /* [in] percentage of compression performed on the low  part of the curve (below average) */
471          int max_overflow_improvement; /* [in] */          int overflow_control_strength;/* [in] Payback delay expressed in number of frames */
472          int max_overflow_degradation; /* [in] */          int max_overflow_improvement; /* [in] percentage of allowed range for a frame that gets bigger because of overflow bonus */
473            int max_overflow_degradation; /* [in] percentage of allowed range for a frame that gets smaller because of overflow penalty */
474    
         int kftreshold;               /* [in] */  
475          int kfreduction;              /* [in] */          int kfreduction;              /* [in] */
476          int min_key_interval;         /* [in] Minimum interval of frames between two IFrames */          int min_key_interval;         /* [in] Minimum interval of frames between two IFrames */
477    

Legend:
Removed from v.1.27.2.39  
changed lines
  Added in v.1.27.2.42

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