#include <Quantizer.h>
◆ Quantizer()
grk::Quantizer::Quantizer |
( |
bool | reversible, |
|
|
uint8_t | guard_bits ) |
◆ ~Quantizer()
virtual grk::Quantizer::~Quantizer |
( |
| ) |
|
|
virtualdefault |
◆ generate()
void grk::Quantizer::generate |
( |
uint32_t | decomps, |
|
|
uint32_t | max_bit_depth, |
|
|
bool | color_transform, |
|
|
bool | is_signed ) |
|
virtual |
◆ get_num_guard_bits()
uint32_t grk::Quantizer::get_num_guard_bits |
( |
| ) |
const |
|
protected |
◆ pull()
Note:
Lossless u8_SPqcd[] stores expn in upper 5 bits (mantissa is zero)
Lossy u16_SPqcd[bn] stores expn in upper 5 bits and mantissa in lower 11 bits
References isReversible, num_decomps, u16_SPqcd, and u8_SPqcd.
◆ push()
◆ write()
◆ [union]
◆ isReversible
bool grk::Quantizer::isReversible |
|
protected |
◆ num_decomps
uint32_t grk::Quantizer::num_decomps |
|
protected |
◆ Sqcd
uint8_t grk::Quantizer::Sqcd |
|
protected |
◆ u16_SPqcd
uint16_t grk::Quantizer::u16_SPqcd[97] |
◆ u8_SPqcd
uint8_t grk::Quantizer::u8_SPqcd[97] |
The documentation for this struct was generated from the following files: