|
Grok
7.6.6
|
#include <T1Structs.h>
Public Member Functions | |
| CompressBlockExec () | |
| bool | open (T1Interface *t1) |
| void | close (void) |
Public Member Functions inherited from grk::BlockExec | |
| BlockExec () | |
Public Member Functions inherited from grk::IOpenable | |
| virtual | ~IOpenable () |
Public Attributes | |
| CompressCodeblock * | cblk |
| grk_tile * | tile |
| bool | doRateControl |
| double | distortion |
| int32_t * | tiledp |
| uint16_t | compno |
| uint8_t | resno |
| uint64_t | precinctIndex |
| uint64_t | cblkno |
| float | inv_step_ht |
| const double * | mct_norms |
| uint16_t | mct_numcomps |
Public Attributes inherited from grk::BlockExec | |
| TileComponent * | tilec |
| uint8_t | bandIndex |
| eBandOrientation | band_orientation |
| float | stepsize |
| uint32_t | cblk_sty |
| uint8_t | qmfbid |
| uint32_t | x |
| uint32_t | y |
| uint8_t | k_msbs |
| bool | isOpen |
| grk::CompressBlockExec::CompressBlockExec | ( | ) |
|
virtual |
Implements grk::IOpenable.
|
virtual |
Implements grk::IOpenable.
References grk::T1Interface::compress(), and grk::BlockExec::isOpen.
Referenced by grk::T1CompressScheduler::compress().
| CompressCodeblock* grk::CompressBlockExec::cblk |
| uint64_t grk::CompressBlockExec::cblkno |
| uint16_t grk::CompressBlockExec::compno |
| double grk::CompressBlockExec::distortion |
Referenced by grk::t1_part1::T1Part1::compress(), and grk::T1CompressScheduler::compress().
| bool grk::CompressBlockExec::doRateControl |
Referenced by grk::t1_part1::T1Part1::compress().
| float grk::CompressBlockExec::inv_step_ht |
Referenced by grk::t1_ht::T1HT::preCompress().
| const double* grk::CompressBlockExec::mct_norms |
Referenced by grk::t1_part1::T1Part1::compress().
| uint16_t grk::CompressBlockExec::mct_numcomps |
Referenced by grk::t1_part1::T1Part1::compress().
| uint64_t grk::CompressBlockExec::precinctIndex |
| uint8_t grk::CompressBlockExec::resno |
Referenced by grk::t1_part1::T1Part1::compress().
| grk_tile* grk::CompressBlockExec::tile |
Referenced by grk::t1_ht::T1HT::compress(), and grk::t1_part1::T1Part1::compress().
| int32_t* grk::CompressBlockExec::tiledp |
Referenced by grk::t1_ht::T1HT::preCompress(), and grk::t1_part1::T1Part1::preCompress().