Grok
9.5.0
|
#include <grok.h>
Public Attributes | |
grk_object | obj |
uint32_t | x0 |
XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area. More... | |
uint32_t | y0 |
YOsiz: vertical offset from the origin of the reference grid to the top side of the image area. More... | |
uint32_t | x1 |
Xsiz: width of the reference grid. More... | |
uint32_t | y1 |
Ysiz: height of the reference grid. More... | |
uint16_t | numcomps |
number of components in the image More... | |
GRK_COLOR_SPACE | color_space |
bool | color_applied |
bool | has_capture_resolution |
double | capture_resolution [2] |
bool | has_display_resolution |
double | display_resolution [2] |
grk_image_meta * | meta |
grk_image_comp * | comps |
double _grk_image::capture_resolution[2] |
Referenced by grk::GrkImage::copyHeader().
bool _grk_image::color_applied |
Referenced by grk::FileFormatDecompress::applyColour().
GRK_COLOR_SPACE _grk_image::color_space |
grk_image_comp* _grk_image::comps |
Referenced by grk::GrkImage::allocData(), grk::TileProcessor::allocWindowBuffers(), grk::FileFormatDecompress::apply_channel_definition(), grk::FileFormatDecompress::apply_palette_clr(), grk::GrkImage::compositeFrom(), grk::GrkImage::copyHeader(), grk::TileProcessor::dcLevelShiftCompress(), grk::decompress_synch_plugin_with_host(), grk::TileProcessor::decompressT1(), grk::CodeStreamDecompress::dump_image_header(), grk::GrkImage::generateCompositeBounds(), grk::PacketManager::getParams(), grk_image_all_components_data_free(), grk::TileProcessor::ingestImage(), grk::TileProcessor::ingestUncompressedData(), grk::TileProcessor::init(), grk::CodeStreamCompress::initCompress(), grk::FileFormatCompress::initCompress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_cinema_compliant(), grk::Profile::is_imf_compliant(), main(), grk::TileProcessor::mct_encode(), grk::TileProcessor::mctDecompress(), grk::PacketManager::PacketManager(), grk::TileProcessor::pcrdBisectFeasible(), grk::TileProcessor::pcrdBisectSimple(), grk::TileProcessor::preCompressTile(), grk::Profile::set_cinema_parameters(), grk::FileFormatCompress::startCompress(), grk::GrkImage::subsampleAndReduce(), grk::SIZMarker::subsampleAndReduceHeaderImageComponents(), grk::GrkImage::transferDataFrom(), grk::GrkImage::transferDataTo(), and grk::GrkImage::~GrkImage().
double _grk_image::display_resolution[2] |
Referenced by grk::GrkImage::copyHeader().
bool _grk_image::has_capture_resolution |
Referenced by grk::GrkImage::copyHeader().
bool _grk_image::has_display_resolution |
Referenced by grk::GrkImage::copyHeader().
grk_image_meta* _grk_image::meta |
uint16_t _grk_image::numcomps |
number of components in the image
Referenced by grk::CodeStreamDecompress::add_mct(), grk::GrkImage::allocData(), grk::FileFormatDecompress::apply_channel_definition(), grk::FileFormatDecompress::apply_palette_clr(), grk::FileFormatDecompress::check_color(), grk::GrkImage::compositeFrom(), grk::T2Compress::compressPacketsSimulate(), grk::TileCodingParams::copy(), grk::GrkImage::copyHeader(), grk::TileProcessor::decompressT2(), grk::CodeStreamDecompress::dump_image_header(), grk::PacketManager::getParams(), grk_image_all_components_data_free(), grk::TileProcessor::ingestImage(), grk::TileProcessor::ingestUncompressedData(), grk::PacketManager::init(), grk::TileProcessor::init(), grk::CodeStreamCompress::init_mct_encoding(), grk::CodeStreamCompress::initCompress(), grk::FileFormatCompress::initCompress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_cinema_compliant(), grk::Profile::is_imf_compliant(), main(), grk::CodeStreamCompress::mct_validation(), grk::PacketManager::PacketManager(), grk::TileProcessor::preCompressTile(), grk::Profile::set_cinema_parameters(), grk::GrkImage::subsampleAndReduce(), grk::SIZMarker::subsampleAndReduceHeaderImageComponents(), grk::TileProcessor::t1_encode(), grk::TileProcessor::TileProcessor(), grk::GrkImage::transferDataFrom(), grk::GrkImage::transferDataTo(), and grk::PacketManager::updateCompressParams().
grk_object _grk_image::obj |
uint32_t _grk_image::x0 |
XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area.
Referenced by grk::TileProcessor::allocWindowBuffers(), grk::GrkImage::copyHeader(), grk::CodeStreamDecompress::dump_image_header(), grk::CodingParams::getTileBounds(), grk::TileProcessor::ingestImage(), grk::init_tilec(), grk::CodeStreamCompress::initCompress(), grk::FileFormatCompress::initCompress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_imf_compliant(), main(), grk::Profile::set_imf_parameters(), grk::GrkImage::subsampleAndReduce(), and grk::SIZMarker::subsampleAndReduceHeaderImageComponents().
uint32_t _grk_image::x1 |
Xsiz: width of the reference grid.
Referenced by grk::TileProcessor::allocWindowBuffers(), grk::GrkImage::copyHeader(), grk::CodeStreamDecompress::dump_image_header(), grk::Profile::get_broadcast_max_NL(), grk::Profile::get_imf_max_NL(), grk::CodingParams::getTileBounds(), grk::init_tilec(), grk::CodeStreamCompress::initCompress(), grk::FileFormatCompress::initCompress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_imf_compliant(), main(), grk::Profile::set_imf_parameters(), grk::GrkImage::subsampleAndReduce(), and grk::SIZMarker::subsampleAndReduceHeaderImageComponents().
uint32_t _grk_image::y0 |
YOsiz: vertical offset from the origin of the reference grid to the top side of the image area.
Referenced by grk::TileProcessor::allocWindowBuffers(), grk::GrkImage::copyHeader(), grk::CodeStreamDecompress::dump_image_header(), grk::CodingParams::getTileBounds(), grk::TileProcessor::ingestImage(), grk::init_tilec(), grk::CodeStreamCompress::initCompress(), grk::FileFormatCompress::initCompress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_imf_compliant(), main(), grk::Profile::set_imf_parameters(), grk::GrkImage::subsampleAndReduce(), and grk::SIZMarker::subsampleAndReduceHeaderImageComponents().
uint32_t _grk_image::y1 |
Ysiz: height of the reference grid.
Referenced by grk::TileProcessor::allocWindowBuffers(), grk::GrkImage::copyHeader(), grk::CodeStreamDecompress::dump_image_header(), grk::CodingParams::getTileBounds(), grk::init_tilec(), grk::CodeStreamCompress::initCompress(), grk::FileFormatCompress::initCompress(), grk::Profile::is_broadcast_compliant(), grk::Profile::is_imf_compliant(), main(), grk::Profile::set_imf_parameters(), grk::GrkImage::subsampleAndReduce(), and grk::SIZMarker::subsampleAndReduceHeaderImageComponents().