Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_tcd_t
- java.lang.Object
-
- gov.nih.mipav.model.file.FileJPEG2000.opj_tcd_t
-
- Enclosing class:
- FileJPEG2000
class FileJPEG2000.opj_tcd_t extends java.lang.Object
Tile coder/decoder
-
-
Field Summary
Fields Modifier and Type Field Description (package private) FileJPEG2000.opj_cp_t
cp
coding parameters(package private) int
cur_pino
Current Packet iterator number(package private) int
cur_totnum_tp
Total number of tileparts of the current tile(package private) int
cur_tp_num
Current tile part number(package private) FileJPEG2000.opj_image_t
image
image header(package private) int
m_is_decoder
tell if the tcd is a decoder.(package private) FileJPEG2000.opj_tcd_image_t
tcd_image
info on each image tile(package private) int
tcd_tileno
current encoded/decoded tile(package private) FileJPEG2000.opj_tcp_t
tcp
coding/decoding parameters common to all tiles(package private) int
tp_num
Tile part number(package private) int
tp_pos
Position of the tilepart flag in Progression order
-
Constructor Summary
Constructors Constructor Description opj_tcd_t()
-
-
-
Field Detail
-
tp_pos
int tp_pos
Position of the tilepart flag in Progression order
-
tp_num
int tp_num
Tile part number
-
cur_tp_num
int cur_tp_num
Current tile part number
-
cur_totnum_tp
int cur_totnum_tp
Total number of tileparts of the current tile
-
cur_pino
int cur_pino
Current Packet iterator number
-
tcd_image
FileJPEG2000.opj_tcd_image_t tcd_image
info on each image tile
-
image
FileJPEG2000.opj_image_t image
image header
-
cp
FileJPEG2000.opj_cp_t cp
coding parameters
-
tcp
FileJPEG2000.opj_tcp_t tcp
coding/decoding parameters common to all tiles
-
tcd_tileno
int tcd_tileno
current encoded/decoded tile
-
m_is_decoder
int m_is_decoder
tell if the tcd is a decoder.
-
-