Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_mqc_state_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_mqc_state_t
- Enclosing class:
FileJPEG2000
This struct defines the state of a context.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intthe Most Probable Symbol (0 or 1)(package private) FileJPEG2000.opj_mqc_state_tnext state if the next encoded symbol is the LPS(package private) FileJPEG2000.opj_mqc_state_tnext state if the next encoded symbol is the MPS(package private) intthe probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
qeval
int qevalthe probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff) -
mps
int mpsthe Most Probable Symbol (0 or 1) -
nmps
next state if the next encoded symbol is the MPS -
nlps
next state if the next encoded symbol is the LPS
-
-
Constructor Details
-
opj_mqc_state_t
opj_mqc_state_t()
-