[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.19, Sat May 17 13:26:28 2003 UTC revision 1.27.2.22, Mon Jun 9 13:51:26 2003 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - XviD Main header file -   *  - XviD Main header file -
5   *   *
6   *  This file is part of XviD, a free MPEG-4 video encoder/decoder   *  Copyright(C) 2001-2003 Peter Ross <pross@xvid.org>
7   *   *
8   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 442  Line 442 
442  } xvid_plugin_2pass1_t;  } xvid_plugin_2pass1_t;
443    
444    
 #define XVID_CURVE_COSINE   0   /* low aggressiveness */  
 #define XVID_CURVE_LINEAR   1   /* medium aggressiveness */  
 #define XVID_CURVE_SINE     2   /* high aggressiveness */  
   
445  #define XVID_PAYBACK_BIAS   0   /* payback with bias */  #define XVID_PAYBACK_BIAS   0   /* payback with bias */
446  #define XVID_PAYBACK_PROP   1   /* payback proportionally */  #define XVID_PAYBACK_PROP   1   /* payback proportionally */
447    
# Line 462  Line 458 
458      int max_overflow_improvement;      int max_overflow_improvement;
459      int max_overflow_degradation;      int max_overflow_degradation;
460    
     int use_alt_curve;  
         int alt_curve_high_dist;  
         int alt_curve_low_dist;  
     int alt_curve_use_auto;  
         int alt_curve_auto_str;  
         int alt_curve_type; /* XVID_CURVE_ */  
         int alt_curve_min_rel_qual;  
         int alt_curve_use_auto_bonus_bias;  
     int alt_curve_bonus_bias;  
   
461      int kftreshold;      int kftreshold;
462          int kfreduction;          int kfreduction;
463      int min_key_interval;      int min_key_interval;
464    
465            int container_frame_overhead;
466  }xvid_plugin_2pass2_t;  }xvid_plugin_2pass2_t;
467    
468    

Legend:
Removed from v.1.27.2.19  
changed lines
  Added in v.1.27.2.22

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