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 111 | Line 111 |
111 | #define N_VOP 4 | #define N_VOP 4 |
112 | ||
113 | ||
typedef struct | ||
{ | ||
uint32_t bufa; | ||
uint32_t bufb; | ||
uint32_t buf; | ||
uint32_t pos; | ||
uint32_t *tail; | ||
uint32_t *start; | ||
uint32_t length; | ||
} | ||
Bitstream; | ||
114 | // header stuff | // header stuff |
115 | int BitstreamReadHeaders(Bitstream * bs, DECODER * dec, uint32_t * rounding, | int BitstreamReadHeaders(Bitstream * bs, DECODER * dec, uint32_t * rounding, |
116 | uint32_t * quant, uint32_t * fcode, uint32_t * intra_dc_threshold); | uint32_t * quant, uint32_t * fcode, uint32_t * intra_dc_threshold); |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |