Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_j2k_dec_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_j2k_dec_t
- Enclosing class:
FileJPEG2000
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanto tell that a tile can be decoded.(package private) intDecoded area set by the user(package private) int(package private) int(package private) int(package private) FileJPEG2000.opj_tcp_tstore decoding parameters common to all tiles (information like COD, COC in main header)(package private) boolean(package private) int(package private) int(package private) byte[](package private) int(package private) int(package private) longPosition of the last SOT marker read(package private) intIndicate that the current tile-part is assume as the last tile part of the codestream.(package private) int(package private) intTNsot correction : see issue 254(package private) boolean(package private) intto tell the tile part length(package private) intOnly tiles index in the correct range will be decoded.(package private) int(package private) intlocate in which part of the codestream the decoder is (main header, tile header, end)(package private) intIndex of the tile to decode (used in get_tile) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_state
int m_statelocate in which part of the codestream the decoder is (main header, tile header, end) -
m_default_tcp
FileJPEG2000.opj_tcp_t m_default_tcpstore decoding parameters common to all tiles (information like COD, COC in main header) -
m_header_data
byte[] m_header_data -
m_header_offset
int m_header_offset -
m_header_data_size
int m_header_data_size -
m_sot_length
int m_sot_lengthto tell the tile part length -
m_start_tile_x
int m_start_tile_xOnly tiles index in the correct range will be decoded. -
m_start_tile_y
int m_start_tile_y -
m_end_tile_x
int m_end_tile_x -
m_end_tile_y
int m_end_tile_y -
m_DA_x0
int m_DA_x0Decoded area set by the user -
m_DA_y0
int m_DA_y0 -
m_DA_x1
int m_DA_x1 -
m_DA_y1
int m_DA_y1 -
m_tile_ind_to_dec
int m_tile_ind_to_decIndex of the tile to decode (used in get_tile) -
m_last_sot_read_pos
long m_last_sot_read_posPosition of the last SOT marker read -
m_last_tile_part
int m_last_tile_partIndicate that the current tile-part is assume as the last tile part of the codestream. It is useful in the case of PSot is equal to zero. The sot length will be compute in the SOD reader function. FIXME NOT USED for the moment -
m_can_decode
boolean m_can_decodeto tell that a tile can be decoded. -
m_discard_tiles
boolean m_discard_tiles -
m_skip_data
boolean m_skip_data -
m_nb_tile_parts_correction_checked
int m_nb_tile_parts_correction_checkedTNsot correction : see issue 254 -
m_nb_tile_parts_correction
int m_nb_tile_parts_correction
-
-
Constructor Details
-
opj_j2k_dec_t
opj_j2k_dec_t()
-