Grok  9.5.0
Public Attributes | List of all members
_grk_image_comp Struct Reference

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
 

Detailed Description

Image component.

Member Data Documentation

◆ association

GRK_COMPONENT_ASSOC _grk_image_comp::association

◆ data

int32_t* _grk_image_comp::data

◆ dx

uint32_t _grk_image_comp::dx

◆ dy

uint32_t _grk_image_comp::dy

◆ h

uint32_t _grk_image_comp::h

◆ obj

grk_object _grk_image_comp::obj

◆ prec

uint8_t _grk_image_comp::prec

◆ sgnd

bool _grk_image_comp::sgnd

◆ stride

uint32_t _grk_image_comp::stride

◆ type

GRK_COMPONENT_TYPE _grk_image_comp::type

◆ w

uint32_t _grk_image_comp::w

◆ x0

uint32_t _grk_image_comp::x0

x component offset compared to the whole image

Referenced by grk::GrkImage::generateCompositeBounds().

◆ Xcrg

uint16_t _grk_image_comp::Xcrg

◆ y0

uint32_t _grk_image_comp::y0

y component offset compared to the whole image

Referenced by grk::GrkImage::generateCompositeBounds().

◆ Ycrg

uint16_t _grk_image_comp::Ycrg

The documentation for this struct was generated from the following file: