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

Diff of /xvidcore/src/global.h

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

revision 1.9, Sat May 11 15:32:59 2002 UTC revision 1.12, Wed Jul 10 19:29:30 2002 UTC
# Line 74  Line 74 
74          int mb_type;          int mb_type;
75          int dbquant;          int dbquant;
76    
77  } MACROBLOCK;          // stuff for block based ME (needed for Qpel ME)
78            // backup of last integer ME vectors/sad
79    
80  static __inline int8_t get_dc_scaler(uint32_t quant, uint32_t lum)          VECTOR i_mv16;
81            VECTOR i_mvs[4];
82    
83            int32_t i_sad8[4];      // SAD values for inter4v-VECTORs
84            int32_t i_sad16;        // SAD value for inter-VECTOR
85    
86    }
87    MACROBLOCK;
88    
89    static __inline int8_t
90    get_dc_scaler(uint32_t quant,
91                              uint32_t lum)
92  {  {
93          if(quant < 5)          if(quant < 5)
94          return 8;          return 8;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.12

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