Grok  7.6.0
Public Member Functions | Private Attributes
grk::t1_ht::T1HT Class Reference

#include <T1HT.h>

Inheritance diagram for grk::t1_ht::T1HT:
grk::T1Interface

Public Member Functions

 T1HT (bool isEncoder, TileCodingParams *tcp, uint32_t maxCblkW, uint32_t maxCblkH)
 
virtual ~T1HT ()
 
void preEncode (encodeBlockInfo *block, grk_tile *tile, uint32_t &max)
 
double compress (encodeBlockInfo *block, grk_tile *tile, uint32_t max, bool doRateControl)
 
bool decompress (decodeBlockInfo *block)
 
void postDecode (decodeBlockInfo *block)
 
- Public Member Functions inherited from grk::T1Interface
virtual ~T1Interface ()
 

Private Attributes

uint32_t coded_data_size
 
uint8_t * coded_data
 
uint32_t unencoded_data_size
 
int32_t * unencoded_data
 
mem_fixed_allocator * allocator
 
mem_elastic_allocator * elastic_alloc
 

Constructor & Destructor Documentation

◆ T1HT()

grk::t1_ht::T1HT::T1HT ( bool  isEncoder,
TileCodingParams tcp,
uint32_t  maxCblkW,
uint32_t  maxCblkH 
)

◆ ~T1HT()

virtual grk::t1_ht::T1HT::~T1HT ( )
virtual

Member Function Documentation

◆ compress()

double grk::t1_ht::T1HT::compress ( encodeBlockInfo block,
grk_tile tile,
uint32_t  max,
bool  doRateControl 
)
virtual

Implements grk::T1Interface.

◆ decompress()

bool grk::t1_ht::T1HT::decompress ( decodeBlockInfo block)
virtual

Implements grk::T1Interface.

◆ postDecode()

void grk::t1_ht::T1HT::postDecode ( decodeBlockInfo block)
virtual

Implements grk::T1Interface.

◆ preEncode()

void grk::t1_ht::T1HT::preEncode ( encodeBlockInfo block,
grk_tile tile,
uint32_t &  max 
)
virtual

Implements grk::T1Interface.

Field Documentation

◆ allocator

mem_fixed_allocator* grk::t1_ht::T1HT::allocator
private

◆ coded_data

uint8_t* grk::t1_ht::T1HT::coded_data
private

◆ coded_data_size

uint32_t grk::t1_ht::T1HT::coded_data_size
private

◆ elastic_alloc

mem_elastic_allocator* grk::t1_ht::T1HT::elastic_alloc
private

◆ unencoded_data

int32_t* grk::t1_ht::T1HT::unencoded_data
private

◆ unencoded_data_size

uint32_t grk::t1_ht::T1HT::unencoded_data_size
private

The documentation for this class was generated from the following file: