[cvs] / xvidcore / src / motion / sad.h Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/sad.h

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

revision 1.18.2.3, Wed Sep 10 22:19:00 2003 UTC revision 1.18.2.4, Thu Nov 13 23:11:24 2003 UTC
# Line 147  Line 147 
147  dev16Func dev16_ia64;  dev16Func dev16_ia64;
148  #endif  #endif
149    
150    typedef uint32_t (sse8Func_16bit)(const int16_t * cur,
151                                                                      const int16_t * ref,
152                                                                      const uint32_t stride);
153    typedef sse8Func_16bit *sse8Func_16bitPtr;
154    extern sse8Func_16bitPtr sse8_16bit;
155    
156    sse8Func_16bit sse8_16bit_c;
157    #ifdef ARCH_IS_IA32
158    sse8Func_16bit sse8_16bit_mmx;
159    #endif
160    
161  #endif                                                  /* _ENCODER_SAD_H_ */  #endif                                                  /* _ENCODER_SAD_H_ */

Legend:
Removed from v.1.18.2.3  
changed lines
  Added in v.1.18.2.4

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