[svn] / trunk / xvidcore / src / divx4.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/divx4.c

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

revision 159, Sat May 4 12:26:06 2002 UTC revision 193, Sun Jun 9 23:05:35 2002 UTC
# Line 1  Line 1 
1  /**************************************************************************  /**************************************************************************
2   *   *
3   *      XVID MPEG-4 VIDEO CODEC   *      XVID MPEG-4 VIDEO CODEC
4   *      OpenDivx API wrapper   *  - OpenDivx API wrapper -
5   *   *
6   *      This program is an implementation of a part of one or more MPEG-4   *      This program is an implementation of a part of one or more MPEG-4
7   *      Video tools as specified in ISO/IEC 14496-2 standard.  Those intending   *      Video tools as specified in ISO/IEC 14496-2 standard.  Those intending
# Line 37  Line 37 
37   *      22.12.2001  removed some compiler warnings   *      22.12.2001  removed some compiler warnings
38   *      16.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>   *      16.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>
39   *   *
40   * $Id: divx4.c,v 1.11 2002-05-04 12:26:06 edgomez Exp $   *  $Id: divx4.c,v 1.13 2002-06-09 23:05:35 edgomez Exp $
41   *   *
42   *************************************************************************/   *************************************************************************/
43    
# Line 103  Line 103 
103  static int const divx4_motion_presets[7] = {  static int const divx4_motion_presets[7] = {
104          0,          0,
105    
         PMV_QUICKSTOP16,  
   
106          PMV_EARLYSTOP16,          PMV_EARLYSTOP16,
107    
108            PMV_EARLYSTOP16 | PMV_ADVANCEDDIAMOND16,
109    
110          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16,          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16,
111    
112          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16 |          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16 |
113          PMV_EARLYSTOP8  | PMV_HALFPELDIAMOND8,          PMV_EARLYSTOP8  | PMV_HALFPELREFINE8,
114    
115          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16 |          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16 |
116          PMV_EARLYSTOP8  | PMV_HALFPELDIAMOND8,          PMV_EARLYSTOP8  | PMV_HALFPELREFINE8,
117    
118          PMV_EARLYSTOP16    | PMV_HALFPELREFINE16 |          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16 | PMV_EXTSEARCH16 |
119          PMV_EXTSEARCH16    | PMV_EARLYSTOP8 |          PMV_EARLYSTOP8  | PMV_HALFPELREFINE8
         PMV_HALFPELREFINE8 | PMV_HALFPELDIAMOND8  
120  };  };
121    
122    
# Line 406  Line 405 
405                          return ENC_FAIL;                          return ENC_FAIL;
406                  }                  }
407    
408                    einst_remove(handle);
409                  xerr = encoder_destroy((Encoder *) handle);                  xerr = encoder_destroy((Encoder *) handle);
410    
411                  break;                  break;
412          }          }
413    

Legend:
Removed from v.159  
changed lines
  Added in v.193

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