Grok
7.6.6
|
#include <TileProcessor.h>
Public Member Functions | |
grk_tile () | |
~grk_tile () | |
![]() | |
grk_rectangle (uint32_t x0, uint32_t y0, uint32_t x1, uint32_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< uint32_t > pt) |
grk_rectangle< uint32_t > & | operator= (const grk_rectangle< uint32_t > &rhs) |
bool | operator== (const grk_rectangle< uint32_t > &rhs) const |
void | set_rect (grk_rectangle< uint32_t > *rhs) |
void | set_rect (grk_rectangle< uint32_t > rhs) |
grk_rectangle< uint32_t > | rectceildivpow2 (uint32_t power) const |
grk_rectangle< uint32_t > | rectceildiv (uint32_t den) const |
grk_rectangle< uint32_t > | rectceildiv (uint32_t denx, uint32_t deny) const |
grk_rectangle< uint32_t > | intersection (const grk_rectangle< uint32_t > rhs) const |
grk_rectangle< uint32_t > | intersection (const grk_rectangle< uint32_t > *rhs) const |
bool | isContainedIn (const grk_rectangle< uint32_t > rhs) const |
void | clip (const grk_rectangle< uint32_t > *rhs) |
grk_rectangle< uint32_t > | rect_union (const grk_rectangle< uint32_t > *rhs) const |
grk_rectangle< uint32_t > | rect_union (const grk_rectangle< uint32_t > &rhs) const |
uint64_t | area (void) const |
uint32_t | width () const |
uint32_t | height () const |
grk_line< uint32_t > | dimX () |
grk_line< uint32_t > | dimY () |
grk_rectangle< uint32_t > | pan (int64_t x, int64_t y) const |
void | pan_inplace (int64_t x, int64_t y) |
grk_rectangle< uint32_t > & | grow (uint32_t boundary) |
grk_rectangle< uint32_t > & | grow (uint32_t boundaryx, uint32_t boundaryy) |
grk_rectangle< uint32_t > & | grow (uint32_t boundary, uint32_t maxX, uint32_t maxY) |
grk_rectangle< uint32_t > & | grow (uint32_t boundaryx, uint32_t boundaryy, uint32_t maxX, uint32_t maxY) |
grk_rectangle< uint32_t > & | grow (uint32_t boundary, grk_rectangle< uint32_t > bounds) |
grk_rectangle< uint32_t > & | grow (uint32_t boundaryx, uint32_t boundaryy, grk_rectangle< uint32_t > bounds) |
Public Attributes | |
uint32_t | numcomps |
TileComponent * | comps |
double | distotile |
double | distolayer [100] |
uint64_t | packno |
![]() | |
uint32_t | x0 |
uint32_t | y0 |
uint32_t | x1 |
uint32_t | y1 |
grk::grk_tile::grk_tile | ( | ) |
References distolayer.
grk::grk_tile::~grk_tile | ( | ) |
References comps.
TileComponent* grk::grk_tile::comps |
Referenced by grk::GrkImage::compositeFrom(), grk::t1_part1::T1Part1::compress(), grk::T2Compress::compress_packet(), grk::T2Compress::compress_packet_simulate(), grk::TileProcessor::copy_image_to_tile(), grk::TileProcessor::copy_uncompressed_data_to_tile(), grk::TileProcessor::dc_level_shift_encode(), grk::mct::decompress_dc_shift_irrev(), grk::mct::decompress_dc_shift_rev(), grk::mct::decompress_irrev(), grk::T2Decompress::decompress_packet(), grk::mct::decompress_rev(), grk::decompress_synch_plugin_with_host(), grk::TileProcessor::decompress_tile_t1(), grk::GrkImage::duplicate(), grk::TileProcessor::dwt_encode(), grk::TileProcessor::init(), grk::TileProcessor::is_whole_tilecomp_decoding(), main(), grk::TileProcessor::make_layer_simple(), grk::TileProcessor::makelayer_feasible(), grk::TileProcessor::makelayer_final(), grk::TileProcessor::mct_decompress(), grk::TileProcessor::mct_encode(), grk::TileProcessor::need_mct_decompress(), grk::TileProcessor::pcrd_bisect_feasible(), grk::TileProcessor::pcrd_bisect_simple(), grk::TileProcessor::pre_write_tile(), grk::t1_ht::T1HT::preCompress(), grk::t1_part1::T1Part1::preCompress(), grk::T2Decompress::read_packet_header(), grk::T1CompressScheduler::scheduleCompress(), grk::set_context_stream(), grk::tile_equals(), grk::TileProcessor::TileProcessor(), grk::GrkImage::transferDataFrom(), and ~grk_tile().
double grk::grk_tile::distolayer[100] |
double grk::grk_tile::distotile |
uint32_t grk::grk_tile::numcomps |
Referenced by grk::GrkImage::compositeFrom(), grk::TileProcessor::dc_level_shift_decompress(), grk::TileProcessor::dc_level_shift_encode(), grk::TileProcessor::decompress_tile_t1(), grk::GrkImage::duplicate(), grk::TileProcessor::dwt_encode(), grk::TileProcessor::init(), main(), grk::TileProcessor::make_layer_simple(), grk::TileProcessor::makelayer_feasible(), grk::TileProcessor::makelayer_final(), grk::TileProcessor::mct_decompress(), grk::TileProcessor::mct_encode(), grk::TileProcessor::need_mct_decompress(), grk::TileProcessor::pcrd_bisect_feasible(), grk::TileProcessor::pcrd_bisect_simple(), grk::T1CompressScheduler::scheduleCompress(), grk::set_context_stream(), grk::tile_equals(), and grk::TileProcessor::TileProcessor().
uint64_t grk::grk_tile::packno |
Referenced by grk::TileProcessor::init(), and grk::CodeStream::write_tile_part().