[svn] / trunk / xvidcore / src / global.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/global.h

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

revision 172, Sat May 11 15:32:59 2002 UTC revision 195, Wed Jun 12 20:38:41 2002 UTC
# Line 74  Line 74 
74          int mb_type;          int mb_type;
75          int dbquant;          int dbquant;
76    
77  } MACROBLOCK;  }
78    MACROBLOCK;
79    
80  static __inline int8_t get_dc_scaler(uint32_t quant, uint32_t lum)  static __inline int8_t
81    get_dc_scaler(uint32_t quant,
82                              uint32_t lum)
83  {  {
84          if(quant < 5)          if(quant < 5)
85          return 8;          return 8;

Legend:
Removed from v.172  
changed lines
  Added in v.195

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