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
class FileJPEG2000.opj_mqc_state_t extends java.lang.Object
This struct defines the state of a context.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
mps
the Most Probable Symbol (0 or 1)(package private) FileJPEG2000.opj_mqc_state_t
nlps
next state if the next encoded symbol is the LPS(package private) FileJPEG2000.opj_mqc_state_t
nmps
next state if the next encoded symbol is the MPS(package private) int
qeval
the probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff)
-
Constructor Summary
Constructors Constructor Description opj_mqc_state_t()
-
-
-
Field Detail
-
qeval
int qeval
the probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff)
-
mps
int mps
the Most Probable Symbol (0 or 1)
-
nmps
FileJPEG2000.opj_mqc_state_t nmps
next state if the next encoded symbol is the MPS
-
nlps
FileJPEG2000.opj_mqc_state_t nlps
next state if the next encoded symbol is the LPS
-
-