[svn] / branches / dev-api-3 / xvidcore / src / motion / sad.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/motion/sad.c

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

revision 759, Sat Jan 4 04:28:48 2003 UTC revision 760, Sat Jan 4 06:14:33 2003 UTC
# Line 39  Line 39 
39    
40    
41  #include "../portab.h"  #include "../portab.h"
42    #include "../global.h"
43  #include "sad.h"  #include "sad.h"
44    
45  sad16FuncPtr sad16;  sad16FuncPtr sad16;
# Line 50  Line 51 
51    
52  sadInitFuncPtr sadInit;  sadInitFuncPtr sadInit;
53    
 #define ABS(X) (((X)>0)?(X):-(X))  
54    
55  uint32_t  uint32_t
56  sad16_c(const uint8_t * const cur,  sad16_c(const uint8_t * const cur,

Legend:
Removed from v.759  
changed lines
  Added in v.760

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