[cvs] / xvidcore / src / motion / motion_comp.c Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/motion_comp.c

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

revision 1.6, Fri Jun 14 13:26:43 2002 UTC revision 1.7, 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.1.6  
changed lines
  Added in v.1.7

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