[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.10, Wed Jun 12 20:38:40 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            // 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_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;  MACROBLOCK;
88    

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

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