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

Diff of /xvidcore/src/divx4.c

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

revision 1.16, Sun Jul 21 03:49:47 2002 UTC revision 1.16.2.2, Sat Nov 2 16:11:06 2002 UTC
# Line 106  Line 106 
106  static int const divx4_motion_presets[7] = {  static int const divx4_motion_presets[7] = {
107          0,          0,
108    
109          PMV_EARLYSTOP16,          0,
110    
111          PMV_EARLYSTOP16 | PMV_ADVANCEDDIAMOND16,          PMV_ADVANCEDDIAMOND16,
112    
113          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16,          PMV_HALFPELREFINE16,
114    
115          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16 | PMV_EARLYSTOP8 |          PMV_HALFPELREFINE16 | PMV_HALFPELREFINE8,
                 PMV_HALFPELREFINE8,  
116    
117          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16 | PMV_EARLYSTOP8 |          PMV_HALFPELREFINE16 | PMV_HALFPELREFINE8,
                 PMV_HALFPELREFINE8,  
118    
119          PMV_EARLYSTOP16 | PMV_HALFPELREFINE16 | PMV_EXTSEARCH16 | PMV_EARLYSTOP8 |          PMV_HALFPELREFINE16 | PMV_EXTSEARCH16 | PMV_HALFPELREFINE8
                 PMV_HALFPELREFINE8  
120  };  };
121    
122    
# Line 370  Line 367 
367                          xparam.max_quantizer = eparam->max_quantizer;                          xparam.max_quantizer = eparam->max_quantizer;
368                          xparam.max_key_interval = eparam->max_key_interval;                          xparam.max_key_interval = eparam->max_key_interval;
369    
 #ifdef BFRAMES  
370                          xparam.global = 0;                          xparam.global = 0;
371                          xparam.max_bframes = -1;        /* use "original" IP-frame encoder */                          xparam.max_bframes = -1;        /* use "original" IP-frame encoder */
372                          xparam.bquant_ratio = 200;                          xparam.bquant_ratio = 200;
373                          xparam.frame_drop_ratio = 0;    /* dont drop frames */                          xparam.frame_drop_ratio = 0;    /* dont drop frames */
 #endif  
374    
375                          /* Create the encoder session */                          /* Create the encoder session */
376                          xerr = encoder_create(&xparam);                          xerr = encoder_create(&xparam);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.2.2

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