Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_cp_t
- java.lang.Object
-
- gov.nih.mipav.model.file.FileJPEG2000.opj_cp_t
-
- Enclosing class:
- FileJPEG2000
class FileJPEG2000.opj_cp_t extends java.lang.ObjectCoding parameters
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Stringcommentcomment(package private) booleancorrectenables JPWL correction at the decoder(package private) booleanepb_onenables writing of EPB, in case of activated JPWL(package private) booleanepc_onenables writing of EPC in MH, thus activating JPWL(package private) booleanesd_onenables writing of ESD, in case of activated JPWL(package private) intexp_compsexpected number of components at the decoder(package private) inthprot_MHerror protection method for MH (0,1,16,32,37-128)(package private) int[]hprot_TPHerror protection methods for TPHs (0,1,16,32,37-128)(package private) int[]hprot_TPH_tilenotile number of header protection specification (>=0)(package private) booleaninfo_onenables writing of informative techniques of ESD, in case of activated JPWL(package private) FileJPEG2000.opj_decoding_param_tm_dec(package private) FileJPEG2000.opj_encoding_param_tm_enc(package private) booleanm_is_decodertells if the parameter is a coding or decoding one(package private) intmax_tilesmaximum number of tiles at the decoder(package private) intppmif ppm == 1 --> there was a PPM marker(package private) byte[]ppm_bufferpacket header storage original buffer(package private) byte[]ppm_datapacket header store there for future use in t2_decode_packet(package private) byte[]ppm_data_current(package private) longppm_data_firstpointer remaining on the first byte of the first header if ppm is used(package private) intppm_data_readsize of the ppm_data(package private) intppm_data_sizeNumber of bytes actually stored inside the ppm_data(package private) intppm_lensize of the ppm_data(package private) FileJPEG2000.opj_ppx[]ppm_markersppm markers data (table indexed by Zppm)(package private) intppm_markers_countnumber of ppm markers (reserved size)(package private) intppm_previoususe in case of multiple marker PPM (case on non-finished previous info)(package private) intppm_storeuse in case of multiple marker PPM (number of info already store)(package private) int[]pproterror protection methods for packets (0,1,16,32,37-128)(package private) int[]pprot_packnopacket number of packet protection specification (>=0)(package private) int[]pprot_tilenotile number of packet protection specification (>=0)(package private) booleanred_onenables writing of RED, in case of activated JPWL(package private) shortrsizRsiz(package private) intsens_addrsensitivity addressing size (0=auto/2/4 bytes)(package private) intsens_MHsensitivity method for MH (-1,0-7)(package private) intsens_rangesensitivity range (0-3)(package private) intsens_sizeenables writing of ESD, (0/2/4 bytes)(package private) int[]sens_TPHsensitivity methods for TPHs (-1,0-7)(package private) int[]sens_TPH_tilenotile number of sensitivity specification (>=0)(package private) FileJPEG2000.opj_tcp_t[]tcpstile coding parameters(package private) inttdxXTsiz(package private) inttdyYTsiz(package private) intthnumber of tiles in heigth(package private) inttwnumber of tiles in width(package private) inttx0XTOsiz(package private) intty0YTOsiz
-
Constructor Summary
Constructors Constructor Description opj_cp_t()
-
-
-
Field Detail
-
rsiz
short rsiz
Rsiz
-
tx0
int tx0
XTOsiz
-
ty0
int ty0
YTOsiz
-
tdx
int tdx
XTsiz
-
tdy
int tdy
YTsiz
-
comment
java.lang.String comment
comment
-
tw
int tw
number of tiles in width
-
th
int th
number of tiles in heigth
-
ppm_markers_count
int ppm_markers_count
number of ppm markers (reserved size)
-
ppm_markers
FileJPEG2000.opj_ppx[] ppm_markers
ppm markers data (table indexed by Zppm)
-
ppm_data
byte[] ppm_data
packet header store there for future use in t2_decode_packet
-
ppm_len
int ppm_len
size of the ppm_data
-
ppm_data_read
int ppm_data_read
size of the ppm_data
-
ppm_data_current
byte[] ppm_data_current
-
ppm_buffer
byte[] ppm_buffer
packet header storage original buffer
-
ppm_data_first
long ppm_data_first
pointer remaining on the first byte of the first header if ppm is used
-
ppm_data_size
int ppm_data_size
Number of bytes actually stored inside the ppm_data
-
ppm_store
int ppm_store
use in case of multiple marker PPM (number of info already store)
-
ppm_previous
int ppm_previous
use in case of multiple marker PPM (case on non-finished previous info)
-
tcps
FileJPEG2000.opj_tcp_t[] tcps
tile coding parameters
-
m_dec
FileJPEG2000.opj_decoding_param_t m_dec
-
m_enc
FileJPEG2000.opj_encoding_param_t m_enc
-
epc_on
boolean epc_on
enables writing of EPC in MH, thus activating JPWL
-
epb_on
boolean epb_on
enables writing of EPB, in case of activated JPWL
-
esd_on
boolean esd_on
enables writing of ESD, in case of activated JPWL
-
info_on
boolean info_on
enables writing of informative techniques of ESD, in case of activated JPWL
-
red_on
boolean red_on
enables writing of RED, in case of activated JPWL
-
hprot_MH
int hprot_MH
error protection method for MH (0,1,16,32,37-128)
-
hprot_TPH_tileno
int[] hprot_TPH_tileno
tile number of header protection specification (>=0)
-
hprot_TPH
int[] hprot_TPH
error protection methods for TPHs (0,1,16,32,37-128)
-
pprot_tileno
int[] pprot_tileno
tile number of packet protection specification (>=0)
-
pprot_packno
int[] pprot_packno
packet number of packet protection specification (>=0)
-
pprot
int[] pprot
error protection methods for packets (0,1,16,32,37-128)
-
sens_size
int sens_size
enables writing of ESD, (0/2/4 bytes)
-
sens_addr
int sens_addr
sensitivity addressing size (0=auto/2/4 bytes)
-
sens_range
int sens_range
sensitivity range (0-3)
-
sens_MH
int sens_MH
sensitivity method for MH (-1,0-7)
-
sens_TPH_tileno
int[] sens_TPH_tileno
tile number of sensitivity specification (>=0)
-
sens_TPH
int[] sens_TPH
sensitivity methods for TPHs (-1,0-7)
-
correct
boolean correct
enables JPWL correction at the decoder
-
exp_comps
int exp_comps
expected number of components at the decoder
-
max_tiles
int max_tiles
maximum number of tiles at the decoder
-
ppm
int ppm
if ppm == 1 --> there was a PPM marker
-
m_is_decoder
boolean m_is_decoder
tells if the parameter is a coding or decoding one
-
-