[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.1, Mon Sep 23 20:36:01 2002 UTC revision 1.33.2.5, Wed Sep 25 22:02:04 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"
53    #include "utils/mbfunctions.h"
54  #include "quant/quant_h263.h"  #include "quant/quant_h263.h"
55  #include "quant/quant_mpeg4.h"  #include "quant/quant_mpeg4.h"
56  #include "motion/motion.h"  #include "motion/motion.h"
# Line 216  Line 217 
217          transfer_16to8add  = transfer_16to8add_c;          transfer_16to8add  = transfer_16to8add_c;
218          transfer8x8_copy   = transfer8x8_copy_c;          transfer8x8_copy   = transfer8x8_copy_c;
219    
220            /* Interlacing functions */
221            MBFieldTest = MBFieldTest_c;
222    
223          /* Image interpolation related functions */          /* Image interpolation related functions */
224          interpolate8x8_halfpel_h  = interpolate8x8_halfpel_h_c;          interpolate8x8_halfpel_h  = interpolate8x8_halfpel_h_c;
225          interpolate8x8_halfpel_v  = interpolate8x8_halfpel_v_c;          interpolate8x8_halfpel_v  = interpolate8x8_halfpel_v_c;
# Line 282  Line 286 
286                  transfer_16to8add  = transfer_16to8add_mmx;                  transfer_16to8add  = transfer_16to8add_mmx;
287                  transfer8x8_copy   = transfer8x8_copy_mmx;                  transfer8x8_copy   = transfer8x8_copy_mmx;
288    
289                    /* Interlacing Functions */
290                    MBFieldTest = MBFieldTest_mmx;
291    
292                  /* Image Interpolation related functions */                  /* Image Interpolation related functions */
293                  interpolate8x8_halfpel_h  = interpolate8x8_halfpel_h_mmx;                  interpolate8x8_halfpel_h  = interpolate8x8_halfpel_h_mmx;
# Line 308  Line 314 
314                  sad16bi = sad16bi_mmx;                  sad16bi = sad16bi_mmx;
315                  sad8bi  = sad8bi_mmx;                  sad8bi  = sad8bi_mmx;
316                  dev16    = dev16_mmx;                  dev16    = dev16_mmx;
317                    sad16v   = sad16v_mmx;
318    
319          }          }
320    

Legend:
Removed from v.1.33.2.1  
changed lines
  Added in v.1.33.2.5

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