|
Grok 15.1.0
|
#include <BlockExec.h>
Public Member Functions | |
| BlockExec () | |
| virtual bool | open (T1Interface *t1)=0 |
| virtual | ~BlockExec ()=default |
Public Attributes | |
| 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 |
References grk::BAND_ORIENT_LL, bandIndex, bandNumbps, bandOrientation, cblk_sty, k_msbs, qmfbid, R_b, stepsize, tilec, x, and y.
|
virtualdefault |
|
pure virtual |
Implemented in grk::CompressBlockExec, and grk::DecompressBlockExec.
| uint8_t grk::BlockExec::bandIndex |
Referenced by BlockExec().
| uint8_t grk::BlockExec::bandNumbps |
Referenced by BlockExec().
| eBandOrientation grk::BlockExec::bandOrientation |
| uint8_t grk::BlockExec::cblk_sty |
Referenced by BlockExec(), grk::t1_part1::T1Part1::compress(), and grk::t1_part1::T1Part1::decompress().
| uint8_t grk::BlockExec::k_msbs |
Referenced by BlockExec().
| uint8_t grk::BlockExec::qmfbid |
| uint8_t grk::BlockExec::R_b |
Referenced by BlockExec().
| float grk::BlockExec::stepsize |
Referenced by BlockExec(), grk::t1_part1::T1Part1::compress(), and grk::t1_part1::T1Part1::preCompress().
| TileComponent* grk::BlockExec::tilec |
Referenced by BlockExec(), and grk::t1_part1::T1Part1::decompress().
| uint32_t grk::BlockExec::x |
Referenced by BlockExec(), grk::t1_part1::T1Part1::compress(), and grk::TileComponent::postDecompressImpl().
| uint32_t grk::BlockExec::y |
Referenced by BlockExec(), grk::t1_part1::T1Part1::compress(), and grk::TileComponent::postDecompressImpl().