Grok  7.6.0
Data Fields
_grk_image_comp Struct Reference

Image component. More...

#include <grok.h>

Data Fields

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...
 
uint32_t prec
 precision More...
 
bool sgnd
 
int32_t * data
 image component data More...
 
bool owns_data
 
GRK_COMPONENT_TYPE type
 
GRK_COMPONENT_ASSOC association
 

Detailed Description

Image component.

Field Documentation

◆ association

GRK_COMPONENT_ASSOC _grk_image_comp::association

◆ data

int32_t* _grk_image_comp::data

image component data

◆ dx

uint32_t _grk_image_comp::dx

XRsiz: horizontal separation of a sample of with component with respect to the reference grid.

◆ dy

uint32_t _grk_image_comp::dy

YRsiz: vertical separation of a sample of with component with respect to the reference grid.

◆ h

uint32_t _grk_image_comp::h

data height

◆ owns_data

bool _grk_image_comp::owns_data

◆ prec

uint32_t _grk_image_comp::prec

precision

◆ sgnd

bool _grk_image_comp::sgnd

◆ stride

uint32_t _grk_image_comp::stride

data stride

◆ type

GRK_COMPONENT_TYPE _grk_image_comp::type

◆ w

uint32_t _grk_image_comp::w

data width

◆ x0

uint32_t _grk_image_comp::x0

x component offset compared to the whole image

◆ y0

uint32_t _grk_image_comp::y0

y component offset compared to the whole image


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