Grok 10.0.5
Quantizer.h File Reference

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
 

Variable Documentation

◆ [union]

union { ... } grk::Quantizer

◆ expn

uint8_t expn

◆ isReversible

bool grk::Quantizer::isReversible
protected

◆ mant

uint16_t mant

◆ 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]