|
Grok
9.5.0
|
Image component. More...
#include <grok.h>
Public Attributes | |
| grk_object | obj |
| 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... | |
| GRK_COMPONENT_TYPE | type |
| GRK_COMPONENT_ASSOC | association |
Image component.
| GRK_COMPONENT_ASSOC _grk_image_comp::association |
Referenced by grk::FileFormatCompress::initCompress().
| int32_t* _grk_image_comp::data |
image component data
Referenced by grk::GrkImage::allocData(), grk::FileFormatDecompress::apply_palette_clr(), grk::GrkImage::copyHeader(), grk_image_single_component_data_free(), and grk::CodeStreamCompress::initCompress().
| uint32_t _grk_image_comp::dx |
XRsiz: horizontal separation of a sample of with component with respect to the reference grid.
Referenced by grk::CodeStreamDecompress::dump_image_comp_header(), grk::CodeStreamCompress::initCompress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_imf_compliant(), main(), grk::PacketManager::PacketManager(), 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::CodeStreamDecompress::dump_image_comp_header(), grk::CodeStreamCompress::initCompress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_imf_compliant(), main(), and grk::Profile::set_cinema_parameters().
| uint32_t _grk_image_comp::h |
| grk_object _grk_image_comp::obj |
| uint8_t _grk_image_comp::prec |
precision
Referenced by grk::FileFormatDecompress::apply_palette_clr(), grk::decompress_synch_plugin_with_host(), grk::TileProcessor::decompressT1(), grk::CodeStreamDecompress::dump_image_comp_header(), grk::CodeStreamCompress::initCompress(), grk::FileFormatCompress::initCompress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_cinema_compliant(), grk::Profile::is_imf_compliant(), grk::TileProcessor::pcrdBisectFeasible(), grk::TileProcessor::pcrdBisectSimple(), and grk::Profile::set_cinema_parameters().
| bool _grk_image_comp::sgnd |
Referenced by grk::CodeStreamDecompress::dump_image_comp_header(), grk::CodeStreamCompress::initCompress(), grk::FileFormatCompress::initCompress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_cinema_compliant(), grk::Profile::is_imf_compliant(), grk::TileProcessor::mct_encode(), and grk::TileProcessor::mctDecompress().
| uint32_t _grk_image_comp::stride |
data stride
Referenced by grk::GrkImage::allocData(), grk::GrkImage::generateCompositeBounds(), grk::TileProcessor::ingestUncompressedData(), and main().
| GRK_COMPONENT_TYPE _grk_image_comp::type |
| uint32_t _grk_image_comp::w |
data width
Referenced by grk::GrkImage::allocData(), grk::GrkImage::generateCompositeBounds(), grk::CodeStreamCompress::initCompress(), grk::Profile::is_cinema_compliant(), grk::Profile::is_imf_compliant(), main(), grk::Profile::set_cinema_parameters(), grk::FileFormatCompress::startCompress(), and grk::SIZMarker::subsampleAndReduceHeaderImageComponents().
| uint32_t _grk_image_comp::x0 |
x component offset compared to the whole image
Referenced by grk::GrkImage::generateCompositeBounds().
| uint16_t _grk_image_comp::Xcrg |
| uint32_t _grk_image_comp::y0 |
y component offset compared to the whole image
Referenced by grk::GrkImage::generateCompositeBounds().
| uint16_t _grk_image_comp::Ycrg |