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

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

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

revision 209, Fri Jun 14 13:29:07 2002 UTC revision 229, Thu Jun 20 14:05:58 2002 UTC
# Line 7  Line 7 
7  #include "../utils/timer.h"  #include "../utils/timer.h"
8  #include "motion.h"  #include "motion.h"
9    
10    #undef BFRAMES
11    
12  #define ABS(X) (((X)>0)?(X):-(X))  #define ABS(X) (((X)>0)?(X):-(X))
13  #define SIGN(X) (((X)>0)?1:-1)  #define SIGN(X) (((X)>0)?1:-1)
14    

Legend:
Removed from v.209  
changed lines
  Added in v.229

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