Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
    • Constructor Detail

      • opj_mqc_state_t

        opj_mqc_state_t()