[svn] / branches / dev-api-4 / xvidcore / src / plugins / plugin_2pass1.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/plugins/plugin_2pass1.c

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

revision 1316, Wed Jan 21 06:59:23 2004 UTC revision 1317, Wed Jan 21 07:14:29 2004 UTC
# Line 22  Line 22 
22   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
23   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24   *   *
25   * $Id: plugin_2pass1.c,v 1.1.2.14 2003-12-20 22:22:26 edgomez Exp $   * $Id: plugin_2pass1.c,v 1.1.2.15 2004-01-21 07:14:29 syskin Exp $
26   *   *
27   *****************************************************************************/   *****************************************************************************/
28    
# 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.1316  
changed lines
  Added in v.1317

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