[cvs] / xvidcore / src / plugins / plugin_2pass1.c Repository:
ViewVC logotype

Diff of /xvidcore/src/plugins/plugin_2pass1.c

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

revision 1.1.2.14, Sat Dec 20 22:22:26 2003 UTC revision 1.1.2.15, Wed Jan 21 07:14:29 2004 UTC
# Line 38  Line 38 
38   * using fast ME routines to speed up the 2pass process at the expense of   * using fast ME routines to speed up the 2pass process at the expense of
39   * less precise first pass stats */   * less precise first pass stats */
40  #define FAST1PASS  #define FAST1PASS
41    #define FAST1PASS_QPEL_TOO
42    
43    
44  /* context struct */  /* context struct */
# Line 171  Line 172 
172                           *     too much the texture data compressibility, and thus the                           *     too much the texture data compressibility, and thus the
173                           *     second pass gets confused by too much impredictability                           *     second pass gets confused by too much impredictability
174                           *     of frame sizes, and actually hurts quality */                           *     of frame sizes, and actually hurts quality */
175    #ifdef FAST1PASS_QPEL_TOO
176                            /* or maybe we can disable it after all? */
177                            data->vol_flags &= ~XVID_VOL_QUARTERPEL;
178    #endif
179                          data->vol_flags &= ~XVID_VOL_GMC;                          data->vol_flags &= ~XVID_VOL_GMC;
180  #endif  #endif
181                  }                  }

Legend:
Removed from v.1.1.2.14  
changed lines
  Added in v.1.1.2.15

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