[svn] / branches / dev-api-4 / xvidcore / src / xvid.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/xvid.h

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

revision 1176, Thu Oct 9 18:50:22 2003 UTC revision 1202, Sun Nov 9 20:49:21 2003 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: xvid.h,v 1.27.2.41 2003-10-09 18:50:22 edgomez Exp $   * $Id: xvid.h,v 1.27.2.42 2003-11-09 20:49:21 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 392  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 464  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.1176  
changed lines
  Added in v.1202

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