Package gov.nih.mipav.model.file
Class charls.golomb_code_match_table
java.lang.Object
gov.nih.mipav.model.file.charls.golomb_code_match_table
- Enclosing class:
charls
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int(package private) charls.golomb_code_match[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidadd_entry(short value, charls.golomb_code_match code) get(int value)
-
Field Details
-
byte_bit_count
private static final int byte_bit_count- See Also:
-
matches_
charls.golomb_code_match[] matches_
-
-
Constructor Details
-
golomb_code_match_table
public golomb_code_match_table(int k)
-
-
Method Details
-
add_entry
-
get
-