OpenJPH
Open-source implementation of JPEG2000 Part-15
|
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 2857 of file ojph_codestream.cpp.
|
inline |
Definition at line 2861 of file ojph_codestream.cpp.
References avail_bits, ccl, and tmp.
int ojph::local::bit_write_buf::avail_bits |
Definition at line 2863 of file ojph_codestream.cpp.
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 2862 of file ojph_codestream.cpp.
Referenced by ojph::local::bb_expand_buf(), ojph::local::bb_put_bit(), ojph::local::bb_terminate(), and bit_write_buf().
Definition at line 2859 of file ojph_codestream.cpp.
Referenced by ojph::local::bb_expand_buf(), and ojph::local::bb_put_bit().
ui64 ojph::local::bit_write_buf::tmp |
Definition at line 2864 of file ojph_codestream.cpp.
Referenced by ojph::local::bb_expand_buf(), ojph::local::bb_put_bit(), ojph::local::bb_terminate(), and bit_write_buf().