Grok 10.0.5
|
Go to the source code of this file.
Classes | |
struct | grk::grk::grk_stepsize |
Quantization stepsize. More... | |
struct | grk::grk::Quantizer |
Namespaces | |
namespace | grk |
Copyright (C) 2016-2023 Grok Image Compression Inc. | |
Variables | ||
uint8_t | expn | |
exponent - 5 bits | ||
uint16_t | mant | |
mantissa -11 bits | ||
uint8_t | grk::Quantizer::Sqcd | |
union { | ||
uint8_t grk::Quantizer::u8_SPqcd [97] | ||
uint16_t grk::Quantizer::u16_SPqcd [97] | ||
}; | ||
uint32_t | grk::Quantizer::num_decomps | |
bool | grk::Quantizer::isReversible | |
union { ... } grk::Quantizer |
uint8_t expn |
exponent - 5 bits
Referenced by grk::grk::Quantizer::generate(), and grk::grk::CodeStreamCompress::write_SQcd_SQcc().
|
protected |
uint16_t mant |
mantissa -11 bits
Referenced by grk::grk::Quantizer::generate(), and grk::grk::CodeStreamCompress::write_SQcd_SQcc().
|
protected |
|
protected |
uint16_t grk::Quantizer::u16_SPqcd[97] |
uint8_t grk::Quantizer::u8_SPqcd[97] |