FFmpeg  1.2.12
Data Fields
J2kResLevel Struct Reference

#include <j2k.h>

Data Fields

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

Detailed Description

Definition at line 167 of file j2k.h.

Field Documentation

J2kBand* J2kResLevel::band
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.

uint8_t J2kResLevel::nbands
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(), and ff_j2k_reinit().


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