Parent Directory
|
Revision Log
|
Patch
revision 1.7, Fri May 3 08:37:48 2002 UTC | revision 1.8, Sat May 11 12:28:19 2002 UTC | |
---|---|---|
# | Line 43 | Line 43 |
43 | { | { |
44 | // decoder/encoder | // decoder/encoder |
45 | VECTOR mvs[4]; | VECTOR mvs[4]; |
46 | uint32_t sad8[4]; // SAD values for inter4v-VECTORs | int32_t sad8[4]; // (signed!) SAD values for inter4v-VECTORs |
47 | uint32_t sad16; // SAD value for inter-VECTOR | int32_t sad16; // (signed!) SAD value for inter-VECTOR |
48 | ||
49 | short int pred_values[6][MBPRED_SIZE]; | short int pred_values[6][MBPRED_SIZE]; |
50 | int acpred_directions[6]; | int acpred_directions[6]; |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |