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

Diff of /branches/dev-api-3/xvidcore/src/quant/quant_h263.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_h263.h"  #include "quant_h263.h"
45    
46  /*      mutliply+shift division table  /*      mutliply+shift division table
# Line 61  Line 62 
62    
63    
64    
 #define DIV_DIV(a, b) ((a)>0) ? ((a)+((b)>>1))/(b) : ((a)-((b)>>1))/(b)  
   
65  // function pointers  // function pointers
66  quanth263_intraFuncPtr quant_intra;  quanth263_intraFuncPtr quant_intra;
67  quanth263_intraFuncPtr dequant_intra;  quanth263_intraFuncPtr dequant_intra;

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