#include <j2k.h>
Data Fields | |
uint16_t | coord [2][2] |
border coordinates {{x0, x1}, {y0, y1}} | |
uint16_t | codeblock_width |
uint16_t | codeblock_height |
uint16_t | cblknx |
uint16_t | cblkny |
uint32_t | stepsize |
quantization stepsize (* 2^13) | |
J2kPrec * | prec |
J2kCblk * | cblk |
Definition at line 158 of file j2k.h.
Definition at line 164 of file j2k.h.
Referenced by decode_packet(), decode_tile(), encode_packet(), encode_tile(), ff_j2k_cleanup(), ff_j2k_init_component(), ff_j2k_reinit(), and truncpasses().
uint16_t J2kBand::cblknx |
Definition at line 161 of file j2k.h.
Referenced by decode_packet(), decode_tile(), encode_tile(), ff_j2k_init_component(), and ff_j2k_reinit().
uint16_t J2kBand::cblkny |
Definition at line 161 of file j2k.h.
Referenced by decode_tile(), encode_tile(), ff_j2k_init_component(), and ff_j2k_reinit().
uint16_t J2kBand::codeblock_height |
Definition at line 160 of file j2k.h.
Referenced by decode_tile(), encode_tile(), and ff_j2k_init_component().
uint16_t J2kBand::codeblock_width |
Definition at line 160 of file j2k.h.
Referenced by decode_tile(), encode_tile(), and ff_j2k_init_component().
uint16_t J2kBand::coord[2][2] |
border coordinates {{x0, x1}, {y0, y1}}
Definition at line 159 of file j2k.h.
Referenced by decode_packet(), decode_tile(), encode_packet(), encode_tile(), and ff_j2k_init_component().
Definition at line 163 of file j2k.h.
Referenced by decode_packet(), encode_packet(), ff_j2k_cleanup(), ff_j2k_init_component(), and ff_j2k_reinit().
uint32_t J2kBand::stepsize |
quantization stepsize (* 2^13)
Definition at line 162 of file j2k.h.
Referenced by decode_tile(), encode_tile(), and ff_j2k_init_component().