OpenJPH
Open-source implementation of JPEG2000 Part-15
ojph::local::bit_write_buf Struct Reference

#include <ojph_bitbuffer_write.h>

Public Member Functions

 bit_write_buf ()
 

Public Attributes

coded_listsccl
 
int avail_bits
 
ui64 tmp
 

Static Public Attributes

static const int needed = 512
 

Detailed Description

Definition at line 55 of file ojph_bitbuffer_write.h.

Constructor & Destructor Documentation

◆ bit_write_buf()

ojph::local::bit_write_buf::bit_write_buf ( )
inline

Definition at line 59 of file ojph_bitbuffer_write.h.

References avail_bits, ccl, and tmp.

Member Data Documentation

◆ avail_bits

int ojph::local::bit_write_buf::avail_bits

◆ ccl

coded_lists* ojph::local::bit_write_buf::ccl

◆ needed

const int ojph::local::bit_write_buf::needed = 512
static

Definition at line 57 of file ojph_bitbuffer_write.h.

Referenced by ojph::local::bb_expand_buf(), and ojph::local::bb_put_bit().

◆ tmp

ui64 ojph::local::bit_write_buf::tmp

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