Class charls.golomb_code_match

  • Enclosing class:
    charls

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

      Fields 
      Modifier and Type Field Description
      (package private) int bit_count  
      (package private) int error_value  
    • Constructor Summary

      Constructors 
      Constructor Description
      golomb_code_match​(int error_value, int bit_count)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • error_value

        int error_value
      • bit_count

        int bit_count
    • Constructor Detail

      • golomb_code_match

        public golomb_code_match​(int error_value,
                                 int bit_count)