Class charls.thresholds

  • Enclosing class:
    charls

    class charls.thresholds
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int max_value  
      (package private) int reset  
      (package private) int t1  
      (package private) int t2  
      (package private) int t3  
    • Constructor Summary

      Constructors 
      Constructor Description
      thresholds​(int max_value, int t1, int t2, int t3, int reset)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • max_value

        int max_value
      • t1

        int t1
      • t2

        int t2
      • t3

        int t3
      • reset

        int reset
    • Constructor Detail

      • thresholds

        public thresholds​(int max_value,
                          int t1,
                          int t2,
                          int t3,
                          int reset)