Grok
7.6.2
|
Code stream info. More...
#include <grok.h>
Public Attributes | |
double | D_max |
maximum distortion reduction on the whole image (add for Marcela) More... | |
uint32_t | packno |
packet number More... | |
uint32_t | index_write |
writing the packet in the index with t2_encode_packets More... | |
uint32_t | numcomps |
component numbers More... | |
uint32_t | numlayers |
number of layer More... | |
uint32_t * | numdecompos |
number of decomposition for each component More... | |
uint32_t | marknum |
number of markers More... | |
grk_marker_info * | marker |
list of markers More... | |
uint32_t | maxmarknum |
actual size of markers array More... | |
uint64_t | main_head_start |
main header position More... | |
uint64_t | main_head_end |
main header position More... | |
uint64_t | codestream_size |
code stream's size More... | |
grk_tile_info * | tile |
information regarding tiles inside image More... | |
Code stream info.
uint64_t _grk_codestream_info::codestream_size |
code stream's size
double _grk_codestream_info::D_max |
maximum distortion reduction on the whole image (add for Marcela)
uint32_t _grk_codestream_info::index_write |
writing the packet in the index with t2_encode_packets
uint64_t _grk_codestream_info::main_head_end |
main header position
uint64_t _grk_codestream_info::main_head_start |
main header position
grk_marker_info* _grk_codestream_info::marker |
list of markers
uint32_t _grk_codestream_info::marknum |
number of markers
uint32_t _grk_codestream_info::maxmarknum |
actual size of markers array
uint32_t _grk_codestream_info::numcomps |
component numbers
uint32_t* _grk_codestream_info::numdecompos |
number of decomposition for each component
uint32_t _grk_codestream_info::numlayers |
number of layer
uint32_t _grk_codestream_info::packno |
packet number
grk_tile_info* _grk_codestream_info::tile |
information regarding tiles inside image