Parent Directory
|
Revision Log
|
Patch
revision 100, Thu Apr 4 13:58:18 2002 UTC | revision 101, Fri Apr 5 14:40:36 2002 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #ifndef _GLOBAL_H_ | #ifndef _GLOBAL_H_ |
2 | #define _GLOBAL_H_ | #define _GLOBAL_H_ |
3 | ||
4 | #include "xvid.h" | |
5 | #include "portab.h" | #include "portab.h" |
6 | ||
7 | /* --- macroblock stuff --- */ | /* --- macroblock stuff --- */ |
# | Line 15 | Line 16 |
16 | ||
17 | typedef struct | typedef struct |
18 | { | { |
19 | int x; | uint32_t bufa; |
20 | int y; | uint32_t bufb; |
21 | } VECTOR; | uint32_t buf; |
22 | uint32_t pos; | |
23 | uint32_t *tail; | |
24 | uint32_t *start; | |
25 | uint32_t length; | |
26 | } | |
27 | Bitstream; | |
28 | ||
29 | ||
30 | #define MBPRED_SIZE 15 | #define MBPRED_SIZE 15 |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |