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

Diff of /branches/dev-api-3/xvidcore/src/quant/quant_mpeg4.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 40  Line 40 
40   *   *
41   *************************************************************************/   *************************************************************************/
42    
43    #include "../global.h"
44  #include "quant_mpeg4.h"  #include "quant_mpeg4.h"
45  #include "quant_matrix.h"  #include "quant_matrix.h"
46    
# Line 51  Line 51 
51  quant_interFuncPtr quant4_inter;  quant_interFuncPtr quant4_inter;
52    
53    
 #define DIV_DIV(A,B)    ( (A) > 0 ? ((A)+((B)>>1))/(B) : ((A)-((B)>>1))/(B) )  
 #define SIGN(A)  ((A)>0?1:-1)  
54  #define VM18P    3  #define VM18P    3
55  #define VM18Q    4  #define VM18Q    4
56    

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