OpenJPH
Open-source implementation of JPEG2000 Part-15
ojph::local::frwd_struct64 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...
 
ui32 unstuff
 1 if a bit needs to be unstuffed from next byte More...
 
int size
 size of data More...
 

Detailed Description

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

Definition at line 533 of file ojph_block_decoder64.cpp.

Member Data Documentation

◆ bits

◆ data

const ui8* ojph::local::frwd_struct64::data

◆ size

int ojph::local::frwd_struct64::size

◆ tmp

◆ unstuff

ui32 ojph::local::frwd_struct64::unstuff

1 if a bit needs to be unstuffed from next byte

Definition at line 537 of file ojph_block_decoder64.cpp.

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


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