OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_bitbuffer_write.h>
Public Member Functions | |
bit_write_buf () | |
Public Attributes | |
coded_lists * | ccl |
int | avail_bits |
ui64 | tmp |
Static Public Attributes | |
static const int | needed = 512 |
Definition at line 55 of file ojph_bitbuffer_write.h.
|
inline |
Definition at line 59 of file ojph_bitbuffer_write.h.
References avail_bits, ccl, and tmp.
int ojph::local::bit_write_buf::avail_bits |
Definition at line 61 of file ojph_bitbuffer_write.h.
Referenced by ojph::local::bb_init(), ojph::local::bb_put_bit(), ojph::local::bb_terminate(), and bit_write_buf().
coded_lists* ojph::local::bit_write_buf::ccl |
Definition at line 60 of file ojph_bitbuffer_write.h.
Referenced by ojph::local::bb_expand_buf(), ojph::local::bb_put_bit(), ojph::local::bb_terminate(), and bit_write_buf().
|
static |
Definition at line 57 of file ojph_bitbuffer_write.h.
Referenced by ojph::local::bb_expand_buf(), and ojph::local::bb_put_bit().
ui64 ojph::local::bit_write_buf::tmp |
Definition at line 62 of file ojph_bitbuffer_write.h.
Referenced by ojph::local::bb_expand_buf(), ojph::local::bb_put_bit(), ojph::local::bb_terminate(), and bit_write_buf().