Grok  9.5.0
Public Attributes | List of all members
ojph::local::frwd_struct Struct Reference

State structure for reading and unstuffing of forward-growing bitstreams; these are: MagSgn and SPP bitstreams. More...

Public Attributes

const ui8data
 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...
 
ui32 unstuff
 1 if a bit needs to be unstuffed from next byte More...
 

Detailed Description

State structure for reading and unstuffing of forward-growing bitstreams; these are: MagSgn and SPP bitstreams.

Member Data Documentation

◆ bits

ui32 ojph::local::frwd_struct::bits

◆ data

const ui8 * ojph::local::frwd_struct::data

pointer to bitstream

Referenced by ojph::local::frwd_init(), and ojph::local::frwd_read().

◆ size

int ojph::local::frwd_struct::size

size of data

Referenced by ojph::local::frwd_init(), and ojph::local::frwd_read().

◆ tmp

ui64 ojph::local::frwd_struct::tmp

◆ unstuff [1/2]

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().

◆ unstuff [2/2]

ui32 ojph::local::frwd_struct::unstuff

1 if a bit needs to be unstuffed from next byte


The documentation for this struct was generated from the following files: