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

Diff of /branches/dev-api-3/xvidcore/src/quant/adapt_quant.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 1  Line 1 
1  #include "../portab.h"  #include "../portab.h"
2    #include "../global.h"
3  #include "adapt_quant.h"  #include "adapt_quant.h"
4    
5  #include <stdlib.h>                             /* free, malloc */  #include <stdlib.h>                             /* free, malloc */
6    
 #define MAX(a,b)      (((a) > (b)) ? (a) : (b))  
7  #define RDIFF(a,b)    ((int)(a+0.5)-(int)(b+0.5))  #define RDIFF(a,b)    ((int)(a+0.5)-(int)(b+0.5))
8    
9  int  int

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