[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.21, Sun Jun 23 03:58:32 2002 UTC revision 1.23, Wed Jun 26 15:59:51 2002 UTC
# Line 98  Line 98 
98                  cpu_flags = init_param->cpu_flags;                  cpu_flags = init_param->cpu_flags;
99          } else {          } else {
100    
 #ifdef ARCH_X86  
101                  cpu_flags = check_cpu_features();                  cpu_flags = check_cpu_features();
 #else  
                 cpu_flags = 0;  
 #endif  
102                  init_param->cpu_flags = cpu_flags;                  init_param->cpu_flags = cpu_flags;
103          }          }
104    
# Line 197  Line 193 
193                  transfer_8to16copy = transfer_8to16copy_mmx;                  transfer_8to16copy = transfer_8to16copy_mmx;
194                  transfer_16to8copy = transfer_16to8copy_mmx;                  transfer_16to8copy = transfer_16to8copy_mmx;
195                  transfer_8to16sub  = transfer_8to16sub_mmx;                  transfer_8to16sub  = transfer_8to16sub_mmx;
196                    transfer_8to16sub2 = transfer_8to16sub2_mmx;
197                  transfer_16to8add  = transfer_16to8add_mmx;                  transfer_16to8add  = transfer_16to8add_mmx;
198                  transfer8x8_copy   = transfer8x8_copy_mmx;                  transfer8x8_copy   = transfer8x8_copy_mmx;
199    
200    
201                  /* Image Interpolation related functions */                  /* Image Interpolation related functions */
202                  interpolate8x8_halfpel_h  = interpolate8x8_halfpel_h_mmx;                  interpolate8x8_halfpel_h  = interpolate8x8_halfpel_h_mmx;
203                  interpolate8x8_halfpel_v  = interpolate8x8_halfpel_v_mmx;                  interpolate8x8_halfpel_v  = interpolate8x8_halfpel_v_mmx;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.23

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