OpenJPH
Open-source implementation of JPEG2000 Part-15
|
State structure for reading and unstuffing of forward-growing bitstreams; these are: MagSgn and SPP bitstreams. More...
Public Attributes | |
const ui8 * | data |
pointer to bitstream More... | |
ui64 | tmp |
temporary buffer of read data More... | |
ui32 | bits |
number of bits stored in tmp More... | |
ui32 | unstuff |
1 if a bit needs to be unstuffed from next byte More... | |
int | size |
size of data More... | |
State structure for reading and unstuffing of forward-growing bitstreams; these are: MagSgn and SPP bitstreams.
Definition at line 581 of file ojph_block_decoder32.cpp.
ui32 ojph::local::frwd_struct32::bits |
number of bits stored in tmp
Definition at line 584 of file ojph_block_decoder32.cpp.
Referenced by ojph::local::frwd_advance(), ojph::local::frwd_fetch(), ojph::local::frwd_init(), and ojph::local::frwd_read().
const ui8* ojph::local::frwd_struct32::data |
pointer to bitstream
Definition at line 582 of file ojph_block_decoder32.cpp.
Referenced by ojph::local::frwd_init(), and ojph::local::frwd_read().
int ojph::local::frwd_struct32::size |
size of data
Definition at line 586 of file ojph_block_decoder32.cpp.
Referenced by ojph::local::frwd_init(), and ojph::local::frwd_read().
ui64 ojph::local::frwd_struct32::tmp |
temporary buffer of read data
Definition at line 583 of file ojph_block_decoder32.cpp.
Referenced by ojph::local::frwd_advance(), ojph::local::frwd_fetch(), ojph::local::frwd_init(), and ojph::local::frwd_read().
ui32 ojph::local::frwd_struct32::unstuff |
1 if a bit needs to be unstuffed from next byte
Definition at line 585 of file ojph_block_decoder32.cpp.
Referenced by ojph::local::frwd_init(), and ojph::local::frwd_read().