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 SummaryFields 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 SummaryConstructors Constructor Description opj_cp_t()
 
- 
- 
- 
Field Detail- 
rsizshort rsiz Rsiz
 - 
tx0int tx0 XTOsiz
 - 
ty0int ty0 YTOsiz
 - 
tdxint tdx XTsiz
 - 
tdyint tdy YTsiz
 - 
commentjava.lang.String comment comment
 - 
twint tw number of tiles in width
 - 
thint th number of tiles in heigth
 - 
ppm_markers_countint ppm_markers_count number of ppm markers (reserved size)
 - 
ppm_markersFileJPEG2000.opj_ppx[] ppm_markers ppm markers data (table indexed by Zppm)
 - 
ppm_databyte[] ppm_data packet header store there for future use in t2_decode_packet
 - 
ppm_lenint ppm_len size of the ppm_data
 - 
ppm_data_readint ppm_data_read size of the ppm_data
 - 
ppm_data_currentbyte[] ppm_data_current 
 - 
ppm_bufferbyte[] ppm_buffer packet header storage original buffer
 - 
ppm_data_firstlong ppm_data_first pointer remaining on the first byte of the first header if ppm is used
 - 
ppm_data_sizeint ppm_data_size Number of bytes actually stored inside the ppm_data
 - 
ppm_storeint ppm_store use in case of multiple marker PPM (number of info already store)
 - 
ppm_previousint ppm_previous use in case of multiple marker PPM (case on non-finished previous info)
 - 
tcpsFileJPEG2000.opj_tcp_t[] tcps tile coding parameters
 - 
m_decFileJPEG2000.opj_decoding_param_t m_dec 
 - 
m_encFileJPEG2000.opj_encoding_param_t m_enc 
 - 
epc_onboolean epc_on enables writing of EPC in MH, thus activating JPWL
 - 
epb_onboolean epb_on enables writing of EPB, in case of activated JPWL
 - 
esd_onboolean esd_on enables writing of ESD, in case of activated JPWL
 - 
info_onboolean info_on enables writing of informative techniques of ESD, in case of activated JPWL
 - 
red_onboolean red_on enables writing of RED, in case of activated JPWL
 - 
hprot_MHint hprot_MH error protection method for MH (0,1,16,32,37-128)
 - 
hprot_TPH_tilenoint[] hprot_TPH_tileno tile number of header protection specification (>=0)
 - 
hprot_TPHint[] hprot_TPH error protection methods for TPHs (0,1,16,32,37-128)
 - 
pprot_tilenoint[] pprot_tileno tile number of packet protection specification (>=0)
 - 
pprot_packnoint[] pprot_packno packet number of packet protection specification (>=0)
 - 
pprotint[] pprot error protection methods for packets (0,1,16,32,37-128)
 - 
sens_sizeint sens_size enables writing of ESD, (0/2/4 bytes)
 - 
sens_addrint sens_addr sensitivity addressing size (0=auto/2/4 bytes)
 - 
sens_rangeint sens_range sensitivity range (0-3)
 - 
sens_MHint sens_MH sensitivity method for MH (-1,0-7)
 - 
sens_TPH_tilenoint[] sens_TPH_tileno tile number of sensitivity specification (>=0)
 - 
sens_TPHint[] sens_TPH sensitivity methods for TPHs (-1,0-7)
 - 
correctboolean correct enables JPWL correction at the decoder
 - 
exp_compsint exp_comps expected number of components at the decoder
 - 
max_tilesint max_tiles maximum number of tiles at the decoder
 - 
ppmint ppm if ppm == 1 --> there was a PPM marker
 - 
m_is_decoderboolean m_is_decoder tells if the parameter is a coding or decoding one
 
- 
 
-