|
Grok
7.6.6
|
Progression order change. More...
#include <grok.h>
Public Attributes | |
| uint16_t | layS |
| progression order bounds specified by POC More... | |
| uint16_t | layE |
| uint8_t | resS |
| uint8_t | resE |
| uint16_t | compS |
| uint16_t | compE |
| uint64_t | precS |
| uint64_t | precE |
| GRK_PROG_ORDER | prg1 |
| Progression order enum. More... | |
| GRK_PROG_ORDER | prg |
| char | progorder [5] |
| Progression order string. More... | |
| uint32_t | tileno |
| Tile number. More... | |
| uint32_t | tx0 |
| Start and end values for tile width and height. More... | |
| uint32_t | tx1 |
| uint32_t | ty0 |
| uint32_t | ty1 |
| uint16_t | tpLayE |
| progression order bounds initialized in pi_create_compress More... | |
| uint8_t | tpResS |
| uint8_t | tpResE |
| uint16_t | tpCompS |
| uint16_t | tpCompE |
| uint64_t | tpPrecE |
| uint32_t | tp_txS |
| tile bounds initialized by pi_create_compress More... | |
| uint32_t | tp_txE |
| uint32_t | tp_tyS |
| uint32_t | tp_tyE |
| uint32_t | dx |
| uint32_t | dy |
| uint16_t | lay_temp |
| tile part temporary values initialized by pi_create_encode More... | |
| uint8_t | res_temp |
| uint16_t | comp_temp |
| uint64_t | prec_temp |
| uint32_t | tx0_temp |
| uint32_t | ty0_temp |
Progression order change.
| uint16_t _grk_progression::comp_temp |
| uint16_t _grk_progression::compE |
| uint16_t _grk_progression::compS |
| uint32_t _grk_progression::dx |
| uint32_t _grk_progression::dy |
| uint16_t _grk_progression::lay_temp |
tile part temporary values initialized by pi_create_encode
| uint16_t _grk_progression::layE |
| uint16_t _grk_progression::layS |
progression order bounds specified by POC
Referenced by grk::PacketIter::next_cprl(), grk::PacketIter::next_pcrl(), grk::PacketIter::next_rlcp(), and grk::PacketIter::next_rpcl().
| uint64_t _grk_progression::prec_temp |
| uint64_t _grk_progression::precE |
Referenced by grk::PacketIter::next_lrcp(), and grk::PacketIter::next_rlcp().
| uint64_t _grk_progression::precS |
Referenced by grk::PacketIter::next_lrcp(), and grk::PacketIter::next_rlcp().
| GRK_PROG_ORDER _grk_progression::prg |
Referenced by grk::PacketIter::next(), grk::pi_enable_tile_part_generation(), and grk::pi_update_compress().
| GRK_PROG_ORDER _grk_progression::prg1 |
Progression order enum.
Referenced by grk::CodeStream::init_compress(), and grk::Profile::initialise_4K_poc().
| char _grk_progression::progorder[5] |
Progression order string.
| uint8_t _grk_progression::res_temp |
| uint8_t _grk_progression::resE |
| uint8_t _grk_progression::resS |
| uint32_t _grk_progression::tileno |
Tile number.
Referenced by grk::CodeStream::init_compress(), and grk::Profile::initialise_4K_poc().
| uint32_t _grk_progression::tp_txE |
| uint32_t _grk_progression::tp_txS |
tile bounds initialized by pi_create_compress
| uint32_t _grk_progression::tp_tyE |
| uint32_t _grk_progression::tp_tyS |
| uint16_t _grk_progression::tpCompE |
| uint16_t _grk_progression::tpCompS |
| uint16_t _grk_progression::tpLayE |
progression order bounds initialized in pi_create_compress
| uint64_t _grk_progression::tpPrecE |
| uint8_t _grk_progression::tpResE |
| uint8_t _grk_progression::tpResS |
| uint32_t _grk_progression::tx0 |
Start and end values for tile width and height.
Referenced by grk::PacketIter::next_cprl(), grk::PacketIter::next_pcrl(), and grk::PacketIter::next_rpcl().
| uint32_t _grk_progression::tx0_temp |
| uint32_t _grk_progression::tx1 |
Referenced by grk::PacketIter::next_cprl(), grk::PacketIter::next_pcrl(), and grk::PacketIter::next_rpcl().
| uint32_t _grk_progression::ty0 |
Referenced by grk::PacketIter::next_cprl(), grk::PacketIter::next_pcrl(), and grk::PacketIter::next_rpcl().
| uint32_t _grk_progression::ty0_temp |
| uint32_t _grk_progression::ty1 |
Referenced by grk::PacketIter::next_cprl(), grk::PacketIter::next_pcrl(), and grk::PacketIter::next_rpcl().