Grok 10.0.5
|
Image component. More...
#include <TileCache.h>
Public Attributes | |
uint32_t | x0 |
x component offset compared to the whole image | |
uint32_t | y0 |
y component offset compared to the whole image | |
uint32_t | w |
data width | |
uint32_t | stride |
data stride | |
uint32_t | h |
data height | |
uint8_t | dx |
XRsiz: horizontal separation of a sample of component with respect to the reference grid. | |
uint8_t | dy |
YRsiz: vertical separation of a sample of component with respect to the reference grid. | |
uint8_t | prec |
precision | |
bool | sgnd |
GRK_CHANNEL_TYPE | type |
GRK_CHANNEL_ASSOC | association |
uint16_t | Xcrg |
uint16_t | Ycrg |
int32_t * | data |
image component data | |
Image component.
GRK_CHANNEL_ASSOC _grk_image_comp::association |
int32_t * _grk_image_comp::data |
uint8_t _grk_image_comp::dx |
XRsiz: horizontal separation of a sample of component with respect to the reference grid.
Referenced by grk::grk::GrkImage::componentsEqual(), grk::grk::GrkImage::copyComponent(), grk::grk::GrkImage::create(), grk::grk::CodeStreamDecompress::dump_image_comp_header(), grk::grk::CodeStreamCompress::init(), grk::grk::Profile::is_broadcast_compliant(), grk::grk::Profile::is_imf_compliant(), grk::grk::FileFormatDecompress::readHeader(), grk::grk::Profile::set_cinema_parameters(), and grk::grk::CodeStreamCompress::updateRates().
uint8_t _grk_image_comp::dy |
YRsiz: vertical separation of a sample of component with respect to the reference grid.
Referenced by grk::grk::GrkImage::componentsEqual(), grk::grk::GrkImage::copyComponent(), grk::grk::GrkImage::create(), grk::grk::CodeStreamDecompress::dump_image_comp_header(), grk::grk::CodeStreamCompress::init(), grk::grk::Profile::is_broadcast_compliant(), grk::grk::Profile::is_imf_compliant(), grk::grk::FileFormatDecompress::readHeader(), grk::grk::Profile::set_cinema_parameters(), and grk::grk::CodeStreamCompress::updateRates().
uint32_t _grk_image_comp::h |
data height
Referenced by grk::grk::GrkImage::allocData(), grk::clip(), grk::grk::GrkImage::componentsEqual(), grk::grk::GrkImage::copyComponent(), grk::grk::GrkImage::create(), grk::grk::GrkImage::generateCompositeBounds(), grk::grk::CodeStreamCompress::init(), grk::grk::StripCache::init(), grk::grk::Profile::is_cinema_compliant(), grk::grk::Profile::is_imf_compliant(), grk::grk::GrkImage::scaleComponent(), and grk::grk::Profile::set_cinema_parameters().
uint8_t _grk_image_comp::prec |
precision
Referenced by grk::clip(), grk::grk::GrkImage::componentsEqual(), grk::grk::GrkImage::copyComponent(), grk::grk::GrkImage::create(), grk::grk::CodeStreamDecompress::dump_image_comp_header(), grk::grk::CodeStreamCompress::init(), grk::grk::Profile::is_broadcast_compliant(), grk::grk::Profile::is_cinema_compliant(), grk::grk::Profile::is_imf_compliant(), grk::grk::SIZMarker::read(), grk::grk::GrkImage::scaleComponent(), grk::grk::Profile::set_cinema_parameters(), and grk::grk::CodeStreamCompress::updateRates().
bool _grk_image_comp::sgnd |
Referenced by grk::grk::GrkImage::componentsEqual(), grk::grk::GrkImage::copyComponent(), grk::grk::GrkImage::create(), grk::grk::CodeStreamDecompress::dump_image_comp_header(), grk::grk::CodeStreamCompress::init(), grk::grk::Profile::is_broadcast_compliant(), grk::grk::Profile::is_cinema_compliant(), grk::grk::Profile::is_imf_compliant(), and grk::grk::SIZMarker::read().
uint32_t _grk_image_comp::stride |
data stride
Referenced by grk::grk::GrkImage::allocData(), grk::clip(), grk::grk::GrkImage::componentsEqual(), and grk::grk::GrkImage::scaleComponent().
GRK_CHANNEL_TYPE _grk_image_comp::type |
Referenced by grk::grk::GrkImage::componentsEqual(), and grk::grk::GrkImage::copyComponent().
uint32_t _grk_image_comp::w |
data width
Referenced by grk::grk::GrkImage::allocData(), grk::clip(), grk::grk::GrkImage::componentsEqual(), grk::grk::GrkImage::copyComponent(), grk::grk::GrkImage::create(), grk::grk::GrkImage::generateCompositeBounds(), grk::grk::CodeStreamCompress::init(), grk::grk::Profile::is_cinema_compliant(), grk::grk::Profile::is_imf_compliant(), grk::grk::GrkImage::scaleComponent(), and grk::grk::Profile::set_cinema_parameters().
uint32_t _grk_image_comp::x0 |
x component offset compared to the whole image
Referenced by grk::grk::GrkImage::componentsEqual(), grk::grk::GrkImage::copyComponent(), grk::grk::GrkImage::create(), and grk::grk::GrkImage::generateCompositeBounds().
uint16_t _grk_image_comp::Xcrg |
Referenced by grk::grk::GrkImage::componentsEqual(), and grk::grk::GrkImage::copyComponent().
uint32_t _grk_image_comp::y0 |
y component offset compared to the whole image
Referenced by grk::grk::GrkImage::componentsEqual(), grk::grk::GrkImage::copyComponent(), grk::grk::GrkImage::create(), and grk::grk::GrkImage::generateCompositeBounds().
uint16_t _grk_image_comp::Ycrg |
Referenced by grk::grk::GrkImage::componentsEqual(), and grk::grk::GrkImage::copyComponent().