|
Grok 20.3.2
|
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 | |
| ui64 | tmp |
| temporary buffer of read data | |
| ui32 | bits |
| number of bits stored in tmp | |
| ui32 | unstuff |
| 1 if a bit needs to be unstuffed from next byte | |
| int | size |
| size of data | |
State structure for reading and unstuffing of forward-growing bitstreams; these are: MagSgn and SPP bitstreams.
| ui32 grk::t1::ojph::local::frwd_struct32::bits |
number of bits stored in tmp
Referenced by grk::t1::ojph::local::frwd_advance(), grk::t1::ojph::local::frwd_fetch(), grk::t1::ojph::local::frwd_init(), and grk::t1::ojph::local::frwd_read().
| const ui8* grk::t1::ojph::local::frwd_struct32::data |
pointer to bitstream
Referenced by grk::t1::ojph::local::frwd_init(), and grk::t1::ojph::local::frwd_read().
| int grk::t1::ojph::local::frwd_struct32::size |
size of data
Referenced by grk::t1::ojph::local::frwd_init(), and grk::t1::ojph::local::frwd_read().
| ui64 grk::t1::ojph::local::frwd_struct32::tmp |
temporary buffer of read data
Referenced by grk::t1::ojph::local::frwd_advance(), grk::t1::ojph::local::frwd_fetch(), grk::t1::ojph::local::frwd_init(), and grk::t1::ojph::local::frwd_read().
| ui32 grk::t1::ojph::local::frwd_struct32::unstuff |
1 if a bit needs to be unstuffed from next byte
Referenced by grk::t1::ojph::local::frwd_init(), and grk::t1::ojph::local::frwd_read().