Package gov.nih.mipav.model.file
Class charls.run_mode_context
java.lang.Object
gov.nih.mipav.model.file.charls.run_mode_context
- Enclosing class:
charls
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompute_error_value(int temp, int k) intintbooleancompute_map(int error_value, int k) intvoidupdate_variables(int error_value, int e_mapped_error_value, int reset_threshold)
-
Field Details
-
run_interruption_type_
private int run_interruption_type_ -
a_
private int a_ -
n_
private int n_ -
nn_
private int nn_
-
-
Constructor Details
-
run_mode_context
public run_mode_context() -
run_mode_context
public run_mode_context(int run_interruption_type, int range)
-
-
Method Details
-
run_interruption_type
public int run_interruption_type() -
compute_golomb_coding_parameter_checked
public int compute_golomb_coding_parameter_checked() -
compute_golomb_coding_parameter
public int compute_golomb_coding_parameter() -
update_variables
public void update_variables(int error_value, int e_mapped_error_value, int reset_threshold) -
compute_error_value
public int compute_error_value(int temp, int k) -
compute_map
public boolean compute_map(int error_value, int k)
-