TNG version 1.7.3
[alexxy/gromacs.git] / src / external / tng_io / include / compression / mtf.h
index bc4b2c81f537daf1de4e22ad9916ac6c1e039383..3dc9ace1ea50b25ca5336809cf1772f780a96029 100644 (file)
 #ifndef MTF_H
 #define MTF_H
 
-void Ptngc_comp_conv_to_mtf(unsigned int *vals, int nvals,
-                     unsigned int *dict, int ndict,
+void Ptngc_comp_conv_to_mtf(unsigned int *vals, const int nvals,
+                     unsigned int *dict, const int ndict,
                      unsigned int *valsmtf);
 
-void Ptngc_comp_conv_from_mtf(unsigned int *valsmtf, int nvals,
-                       unsigned int *dict, int ndict,
+void Ptngc_comp_conv_from_mtf(unsigned int *valsmtf, const int nvals,
+                       unsigned int *dict, const int ndict,
                        unsigned int *vals);
 
-void Ptngc_comp_conv_to_mtf_partial(unsigned int *vals, int nvals,
+void Ptngc_comp_conv_to_mtf_partial(unsigned int *vals, const int nvals,
                              unsigned int *valsmtf);
 
-void Ptngc_comp_conv_from_mtf_partial(unsigned int *valsmtf, int nvals,
+void Ptngc_comp_conv_from_mtf_partial(unsigned int *valsmtf, const int nvals,
                                unsigned int *vals);
 
-void Ptngc_comp_conv_to_mtf_partial3(unsigned int *vals, int nvals,
+void Ptngc_comp_conv_to_mtf_partial3(unsigned int *vals, const int nvals,
                               unsigned char *valsmtf);
 
-void Ptngc_comp_conv_from_mtf_partial3(unsigned char *valsmtf, int nvals,
+void Ptngc_comp_conv_from_mtf_partial3(unsigned char *valsmtf, const int nvals,
                                 unsigned int *vals);
 
 #endif