|
Grok
9.5.0
|
#include <j2kmarkers.hpp>
Public Member Functions | |
| COC_marker () | |
| COC_marker (j2c_src_memory &in, uint16_t Csiz) | |
| uint16_t | get_component_index () const |
| bool | is_maximum_precincts () const |
| uint8_t | get_dwt_levels () |
| void | get_codeblock_size (element_siz &out) |
| void | get_precinct_size (element_siz &out, uint8_t resolution) |
| uint8_t | get_Cmodes () |
| uint8_t | get_transformation () |
Public Member Functions inherited from j2k_marker_io_base | |
| j2k_marker_io_base (uint16_t mar) | |
| ~j2k_marker_io_base ()=default | |
| void | set_buf (uint8_t *p) |
| uint16_t | get_marker () const |
| uint16_t | get_length () const |
| uint8_t * | get_buf () |
| uint8_t | get_byte () |
| uint16_t | get_word () |
| uint32_t | get_dword () |
Private Attributes | |
| uint16_t | Ccoc |
| uint8_t | Scoc |
| std::vector< uint8_t > | SPcoc |
Additional Inherited Members | |
Protected Attributes inherited from j2k_marker_io_base | |
| uint16_t | code |
| uint16_t | Lmar {} |
| uint8_t * | buf |
| uint16_t | pos |
| bool | is_set |
| COC_marker::COC_marker | ( | j2c_src_memory & | in, |
| uint16_t | Csiz | ||
| ) |
References Ccoc, j2k_marker_io_base::get_buf(), j2c_src_memory::get_buf_pos(), j2k_marker_io_base::get_byte(), j2c_src_memory::get_N_byte(), j2k_marker_io_base::get_word(), j2c_src_memory::get_word(), j2k_marker_io_base::is_set, j2k_marker_io_base::Lmar, Scoc, j2k_marker_io_base::set_buf(), and SPcoc.
| uint8_t COC_marker::get_Cmodes | ( | ) |
References SPcoc.
| void COC_marker::get_codeblock_size | ( | element_siz & | out | ) |
References SPcoc, element_siz::x, and element_siz::y.
| uint16_t COC_marker::get_component_index | ( | ) | const |
References Ccoc.
| uint8_t COC_marker::get_dwt_levels | ( | ) |
References SPcoc.
| void COC_marker::get_precinct_size | ( | element_siz & | out, |
| uint8_t | resolution | ||
| ) |
References is_maximum_precincts(), SPcoc, element_siz::x, and element_siz::y.
| uint8_t COC_marker::get_transformation | ( | ) |
References SPcoc.
| bool COC_marker::is_maximum_precincts | ( | ) | const |
References Scoc.
Referenced by get_precinct_size().
|
private |
Referenced by COC_marker(), and get_component_index().
|
private |
Referenced by COC_marker(), and is_maximum_precincts().
|
private |
Referenced by COC_marker(), get_Cmodes(), get_codeblock_size(), get_dwt_levels(), get_precinct_size(), and get_transformation().