Grok
7.6.3
|
#include <T1Structs.h>
Public Member Functions | |
Resolution () | |
void | print () |
bool | init (bool isCompressor, TileComponentCodingParams *tccp, uint8_t resno, grk_plugin_tile *current_plugin_tile) |
![]() | |
grk_rectangle (T x0, T y0, T x1, T y1) | |
grk_rectangle (const grk_rectangle &rhs) | |
grk_rectangle (void) | |
void | print (void) const |
bool | is_valid (void) const |
bool | non_empty (void) const |
bool | contains (grk_point< T > pt) |
grk_rectangle< T > & | operator= (const grk_rectangle< T > &rhs) |
bool | operator== (const grk_rectangle< T > &rhs) const |
void | set_rect (grk_rectangle< T > *rhs) |
void | set_rect (grk_rectangle< T > rhs) |
grk_rectangle< T > | rectceildivpow2 (uint32_t power) const |
grk_rectangle< T > | rectceildiv (uint32_t den) const |
grk_rectangle< T > | rectceildiv (uint32_t denx, uint32_t deny) const |
grk_rectangle< T > | intersection (const grk_rectangle< T > rhs) const |
bool | isContainedIn (const grk_rectangle< T > rhs) const |
grk_rectangle< T > | intersection (const grk_rectangle< T > *rhs) const |
grk_rectangle< T > | rect_union (const grk_rectangle< T > *rhs) const |
grk_rectangle< T > | rect_union (const grk_rectangle< T > &rhs) const |
uint64_t | area (void) const |
T | width () const |
T | height () const |
grk_rectangle< T > | pan (int64_t x, int64_t y) const |
grk_rectangle< T > & | grow (T boundary) |
grk_rectangle< T > & | grow (T boundaryx, T boundaryy) |
grk_rectangle< T > & | grow (T boundary, T maxX, T maxY) |
grk_rectangle< T > & | grow (T boundaryx, T boundaryy, T maxX, T maxY) |
Public Attributes | |
bool | initialized |
Subband | band [BAND_NUM_INDICES] |
uint32_t | numBandWindows |
uint32_t | pw |
uint32_t | ph |
grk_pt | cblk_expn |
grk_pt | precinct_start |
grk_pt | precinct_expn |
grk_plugin_tile * | current_plugin_tile |
![]() | |
T | x0 |
T | y0 |
T | x1 |
T | y1 |
grk::Resolution::Resolution | ( | ) |
bool grk::Resolution::init | ( | bool | isCompressor, |
TileComponentCodingParams * | tccp, | ||
uint8_t | resno, | ||
grk_plugin_tile * | current_plugin_tile | ||
) |
References band, cblk_expn, grk::TileComponentCodingParams::cblkh, grk::TileComponentCodingParams::cblkw, current_plugin_tile, grk::GRK_ERROR(), initialized, grk::mult64_will_overflow(), numBandWindows, grk::Subband::numPrecincts, ph, grk::TileComponentCodingParams::prch, grk::TileComponentCodingParams::prcw, precinct_expn, precinct_start, pw, grk::uint_floordivpow2(), grk::grk_point< T >::x, grk::grk_rectangle< T >::x0, grk::grk_point< T >::y, and grk::grk_rectangle< T >::y0.
void grk::Resolution::print | ( | void | ) |
References band, numBandWindows, grk::Subband::print(), and grk::grk_rectangle< uint32_t >::print().
Subband grk::Resolution::band[BAND_NUM_INDICES] |
Referenced by grk::TileComponent::allocSparseBuffer(), grk::TileComponent::create_buffer(), grk::TileComponent::init(), init(), grk::TileProcessor::make_layer_simple(), grk::TileProcessor::makelayer_feasible(), grk::TileProcessor::makelayer_final(), grk::TileProcessor::pcrd_bisect_feasible(), grk::TileProcessor::pcrd_bisect_simple(), print(), grk::T2Decompress::read_packet_data(), grk::TileComponent::release_mem(), grk::ResWindow< T >::ResWindow(), grk::set_context_stream(), and grk::T2Decompress::skip_packet_data().
grk_plugin_tile* grk::Resolution::current_plugin_tile |
Referenced by init().
bool grk::Resolution::initialized |
Referenced by init().
uint32_t grk::Resolution::numBandWindows |
uint32_t grk::Resolution::ph |
Referenced by init().
uint32_t grk::Resolution::pw |
Referenced by init().