[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 195, Wed Jun 12 20:38:41 2002 UTC revision 277, Tue Jul 9 22:19:43 2002 UTC
# Line 74  Line 74 
74          int mb_type;          int mb_type;
75          int dbquant;          int dbquant;
76    
77            // stuff for block based ME (needed for Qpel ME)
78            // backup of last integer ME vectors/sad
79    
80            VECTOR i_mv16;
81            VECTOR i_pmvs[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;  MACROBLOCK;
88    

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

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