|
Grok 10.0.5
|
#include <BlockExec.h>
Public Member Functions | |
| CompressBlockExec () | |
| bool | open (T1Interface *t1) |
| void | close (void) |
Public Member Functions inherited from grk::BlockExec | |
| BlockExec () | |
| virtual | ~BlockExec ()=default |
Public Attributes | |
| CompressCodeblock * | cblk |
| 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 |
| uint8_t | bandNumbps |
| eBandOrientation | bandOrientation |
| float | stepsize |
| uint8_t | cblk_sty |
| uint8_t | qmfbid |
| uint32_t | x |
| uint32_t | y |
| uint8_t | k_msbs |
| uint8_t | R_b |
|
inline |
|
inlinevirtual |
Implements grk::BlockExec.
References grk::T1Interface::compress().
| CompressCodeblock* grk::CompressBlockExec::cblk |
Referenced by ojph::T1OJPH::compress(), and openhtj2k::T1OpenHTJ2K::compress().
| uint64_t grk::CompressBlockExec::cblkno |
| uint16_t grk::CompressBlockExec::compno |
| double grk::CompressBlockExec::distortion |
| bool grk::CompressBlockExec::doRateControl |
| float grk::CompressBlockExec::inv_step_ht |
| uint16_t grk::CompressBlockExec::mct_numcomps |
| uint64_t grk::CompressBlockExec::precinctIndex |
| uint8_t grk::CompressBlockExec::resno |
| Tile* grk::CompressBlockExec::tile |
Referenced by ojph::T1OJPH::compress(), and openhtj2k::T1OpenHTJ2K::compress().
| int32_t* grk::CompressBlockExec::tiledp |