|
Grok
7.6.6
|
Image component. More...
#include <grok.h>
Public Attributes | |
| uint32_t | dx |
| XRsiz: horizontal separation of a sample of with component with respect to the reference grid. More... | |
| uint32_t | dy |
| YRsiz: vertical separation of a sample of with component with respect to the reference grid. More... | |
| uint32_t | w |
| data width More... | |
| uint32_t | stride |
| data stride More... | |
| uint32_t | h |
| data height More... | |
| uint32_t | x0 |
| x component offset compared to the whole image More... | |
| uint32_t | y0 |
| y component offset compared to the whole image More... | |
| uint16_t | Xcrg |
| uint16_t | Ycrg |
| uint8_t | prec |
| precision More... | |
| bool | sgnd |
| int32_t * | data |
| image component data More... | |
| bool | owns_data |
| GRK_COMPONENT_TYPE | type |
| GRK_COMPONENT_ASSOC | association |
Image component.
| GRK_COMPONENT_ASSOC _grk_image_comp::association |
Referenced by grk::FileFormat::init_compress().
| int32_t* _grk_image_comp::data |
| uint32_t _grk_image_comp::dx |
XRsiz: horizontal separation of a sample of with component with respect to the reference grid.
Referenced by grk::CodeStream::init_compress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_imf_compliant(), grk::j2k_dump_image_comp_header(), main(), grk::pi_create_compress(), grk::pi_create_decompress(), and grk::Profile::set_cinema_parameters().
| uint32_t _grk_image_comp::dy |
YRsiz: vertical separation of a sample of with component with respect to the reference grid.
Referenced by grk::CodeStream::init_compress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_imf_compliant(), grk::j2k_dump_image_comp_header(), main(), and grk::Profile::set_cinema_parameters().
| uint32_t _grk_image_comp::h |
| bool _grk_image_comp::owns_data |
Referenced by grk::GrkImage::allocData(), and grk_image_single_component_data_free().
| uint8_t _grk_image_comp::prec |
precision
Referenced by grk::decompress_synch_plugin_with_host(), grk::CodeStream::init_compress(), grk::FileFormat::init_compress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_cinema_compliant(), grk::Profile::is_imf_compliant(), grk::j2k_dump_image_comp_header(), grk::j2k_read_SPCod_SPCoc(), grk::TileProcessor::pcrd_bisect_feasible(), grk::TileProcessor::pcrd_bisect_simple(), and grk::Profile::set_cinema_parameters().
| bool _grk_image_comp::sgnd |
Referenced by grk::CodeStream::init_compress(), grk::FileFormat::init_compress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_cinema_compliant(), grk::Profile::is_imf_compliant(), grk::j2k_dump_image_comp_header(), grk::j2k_read_cbd(), grk::j2k_read_SPCod_SPCoc(), grk::TileProcessor::mct_decompress(), and grk::TileProcessor::mct_encode().
| uint32_t _grk_image_comp::stride |
data stride
Referenced by grk::GrkImage::allocData(), and main().
| GRK_COMPONENT_TYPE _grk_image_comp::type |
Referenced by grk::FileFormat::apply_channel_definition(), and grk::FileFormat::init_compress().
| uint32_t _grk_image_comp::w |
| uint32_t _grk_image_comp::x0 |
x component offset compared to the whole image
| uint16_t _grk_image_comp::Xcrg |
| uint32_t _grk_image_comp::y0 |
y component offset compared to the whole image
| uint16_t _grk_image_comp::Ycrg |