OpenJPEG
2.5.3
|
State structure for reading and unstuffing of forward-growing bitstreams; these are: MagSgn and SPP bitstreams. More...
Data Fields | |
const OPJ_UINT8 * | data |
pointer to bitstream More... | |
OPJ_UINT64 | tmp |
temporary buffer of read data More... | |
OPJ_UINT32 | bits |
number of bits stored in tmp More... | |
OPJ_BOOL | unstuff |
true if a bit needs to be unstuffed from next byte More... | |
int | size |
size of data More... | |
OPJ_UINT32 | X |
0 or 0xFF, X's are inserted at end of bitstream More... | |
State structure for reading and unstuffing of forward-growing bitstreams; these are: MagSgn and SPP bitstreams.
OPJ_UINT32 frwd_struct::bits |
number of bits stored in tmp
Referenced by frwd_advance(), frwd_fetch(), frwd_init(), and frwd_read().
const OPJ_UINT8* frwd_struct::data |
pointer to bitstream
Referenced by frwd_init(), and frwd_read().
int frwd_struct::size |
size of data
Referenced by frwd_init(), and frwd_read().
OPJ_UINT64 frwd_struct::tmp |
temporary buffer of read data
Referenced by frwd_advance(), frwd_fetch(), frwd_init(), and frwd_read().
OPJ_BOOL frwd_struct::unstuff |
true if a bit needs to be unstuffed from next byte
Referenced by frwd_init(), and frwd_read().
OPJ_UINT32 frwd_struct::X |
0 or 0xFF, X's are inserted at end of bitstream
Referenced by frwd_init(), and frwd_read().