]> git.nihav.org Git - nihav.git/blobdiff - nihav-codec-support/src/lib.rs
codec_support/vq: calculate full cluster distortion instead of an average
[nihav.git] / nihav-codec-support / src / lib.rs
index e2c2ef65d7e63b5259d912362736fd4cdf192c01..9139a2ae0b4fc10eeec9fd3c083829ed26e42eb9 100644 (file)
@@ -14,6 +14,11 @@ pub mod dsp;
 
 pub mod data;
 
+pub mod imgwrite;
+
 pub mod test;
 
+#[cfg(feature="vq")]
+pub mod vq;
+
 extern crate nihav_core;