Libav
|
#include <jpeg2000.h>
Data Fields | |
uint8_t | expn [JPEG2000_MAX_DECLEVELS *3] |
uint32_t | mant [JPEG2000_MAX_DECLEVELS *3] |
uint8_t | quantsty |
uint8_t | nguardbits |
Definition at line 147 of file jpeg2000.h.
uint8_t Jpeg2000QuantStyle::expn[JPEG2000_MAX_DECLEVELS *3] |
Definition at line 148 of file jpeg2000.h.
Referenced by decode_pgod_cprl(), decode_pgod_lrcp(), get_qcx(), and init_band_stepsize().
uint32_t Jpeg2000QuantStyle::mant[JPEG2000_MAX_DECLEVELS *3] |
Definition at line 149 of file jpeg2000.h.
Referenced by get_qcx(), and init_band_stepsize().
uint8_t Jpeg2000QuantStyle::quantsty |
Definition at line 150 of file jpeg2000.h.
Referenced by get_qcx(), and init_band_stepsize().
uint8_t Jpeg2000QuantStyle::nguardbits |
Definition at line 151 of file jpeg2000.h.
Referenced by decode_pgod_cprl(), decode_pgod_lrcp(), and get_qcx().