[svn] / branches / dev-api-4 / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/bitstream/mbcoding.c

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

revision 15, Sat Mar 9 15:29:26 2002 UTC revision 17, Sat Mar 9 15:57:02 2002 UTC
# Line 5  Line 5 
5    
6  #include "../utils/mbfunctions.h"  #include "../utils/mbfunctions.h"
7    
8    #include <stdlib.h> /* malloc, free */
9    
10  #define ESCAPE 7167  #define ESCAPE 7167
11  #define ABS(X) (((X)>0)?(X):-(X))  #define ABS(X) (((X)>0)?(X):-(X))
12  #define CLIP(X,A) (X > A) ? (A) : (X)  #define CLIP(X,A) (X > A) ? (A) : (X)

Legend:
Removed from v.15  
changed lines
  Added in v.17

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