[cvs] / xvidcore / src / quant / quant_h263.c Repository:
ViewVC logotype

Diff of /xvidcore/src/quant/quant_h263.c

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

revision 1.2, Wed Jun 12 20:38:40 2002 UTC revision 1.2.2.1, 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.1.2  
changed lines
  Added in v.1.2.2.1

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