|
Grok
7.6.6
|
Image component parameters. More...
#include <grok.h>
Public Attributes | |
| uint32_t | dx |
| XRsiz: horizontal separation of a sample of component with respect to the reference grid. More... | |
| uint32_t | dy |
| YRsiz: vertical separation of a sample of component with respect to the reference grid. More... | |
| uint32_t | w |
| data width More... | |
| uint32_t | stride |
| 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... | |
| uint8_t | prec |
| precision More... | |
| bool | sgnd |
| true if data is signed More... | |
Image component parameters.
| uint32_t _grk_image_comptparm::dx |
XRsiz: horizontal separation of a sample of component with respect to the reference grid.
Referenced by grk::GrkImage::create().
| uint32_t _grk_image_comptparm::dy |
YRsiz: vertical separation of a sample of component with respect to the reference grid.
Referenced by grk::GrkImage::create().
| uint32_t _grk_image_comptparm::h |
data height
Referenced by grk::GrkImage::create().
| uint8_t _grk_image_comptparm::prec |
precision
Referenced by grk::GrkImage::create().
| bool _grk_image_comptparm::sgnd |
true if data is signed
Referenced by grk::GrkImage::create().
| uint32_t _grk_image_comptparm::stride |
| uint32_t _grk_image_comptparm::w |
data width
Referenced by grk::GrkImage::create().
| uint32_t _grk_image_comptparm::x0 |
x component offset compared to the whole image
Referenced by grk::GrkImage::create().
| uint32_t _grk_image_comptparm::y0 |
y component offset compared to the whole image
Referenced by grk::GrkImage::create().