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 Object
This struct defines the state of a context.
  • Field Details

    • 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

      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()