Parent Directory
|
Revision Log
|
Patch
revision 1.10, Wed Jun 12 20:38:40 2002 UTC | revision 1.11, 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 |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |