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

Diff of /xvidcore/src/xvid.c

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

revision 1.33.2.3, Wed Sep 25 16:51:05 2002 UTC revision 1.33.2.4, Wed Sep 25 21:26:36 2002 UTC
# Line 50  Line 50 
50  #include "image/colorspace.h"  #include "image/colorspace.h"
51  #include "image/interpolate8x8.h"  #include "image/interpolate8x8.h"
52  #include "utils/mem_transfer.h"  #include "utils/mem_transfer.h"
 #include "utils/mbfunctions.h"  
53  #include "quant/quant_h263.h"  #include "quant/quant_h263.h"
54  #include "quant/quant_mpeg4.h"  #include "quant/quant_mpeg4.h"
55  #include "motion/motion.h"  #include "motion/motion.h"
# Line 217  Line 216 
216          transfer_16to8add  = transfer_16to8add_c;          transfer_16to8add  = transfer_16to8add_c;
217          transfer8x8_copy   = transfer8x8_copy_c;          transfer8x8_copy   = transfer8x8_copy_c;
218    
         /* Interlacing functions */  
         MBFieldTest = MBFieldTest_c;  
   
219          /* Image interpolation related functions */          /* Image interpolation related functions */
220          interpolate8x8_halfpel_h  = interpolate8x8_halfpel_h_c;          interpolate8x8_halfpel_h  = interpolate8x8_halfpel_h_c;
221          interpolate8x8_halfpel_v  = interpolate8x8_halfpel_v_c;          interpolate8x8_halfpel_v  = interpolate8x8_halfpel_v_c;
# Line 286  Line 282 
282                  transfer_16to8add  = transfer_16to8add_mmx;                  transfer_16to8add  = transfer_16to8add_mmx;
283                  transfer8x8_copy   = transfer8x8_copy_mmx;                  transfer8x8_copy   = transfer8x8_copy_mmx;
284    
                 /* Interlacing functions */  
                 MBFieldTest = MBFieldTest_mmx;  
285    
286                  /* Image Interpolation related functions */                  /* Image Interpolation related functions */
287                  interpolate8x8_halfpel_h  = interpolate8x8_halfpel_h_mmx;                  interpolate8x8_halfpel_h  = interpolate8x8_halfpel_h_mmx;

Legend:
Removed from v.1.33.2.3  
changed lines
  Added in v.1.33.2.4

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