J2kResLevel Struct Reference

#include <j2k.h>

Collaboration diagram for J2kResLevel:
Collaboration graph

Data Fields

uint8_t nbands
 
uint16_t coord [2][2]
 border coordinates {{x0, x1}, {y0, y1}} More...
 
uint16_t num_precincts_x
 
uint16_t num_precincts_y
 number of precincts in x/y direction More...
 
uint8_t log2_prec_width
 
uint8_t log2_prec_height
 exponent of precinct size More...
 
J2kBandband
 

Detailed Description

Definition at line 167 of file j2k.h.

Field Documentation

uint16_t J2kResLevel::coord[2][2]

border coordinates {{x0, x1}, {y0, y1}}

Definition at line 169 of file j2k.h.

Referenced by decode_tile(), encode_tile(), and ff_j2k_init_component().

uint8_t J2kResLevel::log2_prec_height

exponent of precinct size

Definition at line 171 of file j2k.h.

uint8_t J2kResLevel::log2_prec_width

Definition at line 171 of file j2k.h.

uint16_t J2kResLevel::num_precincts_x
uint16_t J2kResLevel::num_precincts_y

number of precincts in x/y direction

Definition at line 170 of file j2k.h.

Referenced by decode_packets(), encode_packets(), ff_j2k_cleanup(), ff_j2k_init_component(), ff_j2k_reinit(), and j2k_flush().


The documentation for this struct was generated from the following file: