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

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

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

revision 90, Sat Mar 30 01:25:29 2002 UTC revision 115, Thu Apr 11 10:18:40 2002 UTC
# Line 4  Line 4 
4    
5  #include "../portab.h"  #include "../portab.h"
6    
7    typedef void (sadInitFunc)(void);
8    typedef sadInitFunc* sadInitFuncPtr;
9    
10    extern sadInitFuncPtr sadInit;
11    sadInitFunc sadInit_altivec;
12    
13  typedef uint32_t (sad16Func)(const uint8_t * const cur,  typedef uint32_t (sad16Func)(const uint8_t * const cur,
14                                                   const uint8_t * const ref,                                                   const uint8_t * const ref,

Legend:
Removed from v.90  
changed lines
  Added in v.115

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