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