Grok  7.6.6
Public Attributes | List of all members
_grk_codestream_info Struct Reference

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_infomarker
 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_infotile
 information regarding tiles inside image More...
 

Detailed Description

Code stream info.

Member Data Documentation

◆ codestream_size

uint64_t _grk_codestream_info::codestream_size

code stream's size

◆ D_max

double _grk_codestream_info::D_max

maximum distortion reduction on the whole image (add for Marcela)

◆ index_write

uint32_t _grk_codestream_info::index_write

writing the packet in the index with t2_encode_packets

◆ main_head_end

uint64_t _grk_codestream_info::main_head_end

main header position

◆ main_head_start

uint64_t _grk_codestream_info::main_head_start

main header position

◆ marker

grk_marker_info* _grk_codestream_info::marker

list of markers

◆ marknum

uint32_t _grk_codestream_info::marknum

number of markers

◆ maxmarknum

uint32_t _grk_codestream_info::maxmarknum

actual size of markers array

◆ numcomps

uint32_t _grk_codestream_info::numcomps

component numbers

◆ numdecompos

uint32_t* _grk_codestream_info::numdecompos

number of decomposition for each component

◆ numlayers

uint32_t _grk_codestream_info::numlayers

number of layer

◆ packno

uint32_t _grk_codestream_info::packno

packet number

◆ tile

grk_tile_info* _grk_codestream_info::tile

information regarding tiles inside image


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