aboutsummaryrefslogtreecommitdiff
path: root/evc/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-12-07 17:16:40 +0100
committermetamuffin <metamuffin@disroot.org>2022-12-07 17:16:40 +0100
commit85d20c4f4cf3656fbf7c27b6b8bbf9536e3ae04d (patch)
tree06497577894131a66f3f4874a9865da5b814fe17 /evc/src/lib.rs
parenta713143ef9c1187c37004043b1d3322d773f9ea0 (diff)
downloadvideo-codec-experiments-85d20c4f4cf3656fbf7c27b6b8bbf9536e3ae04d.tar
video-codec-experiments-85d20c4f4cf3656fbf7c27b6b8bbf9536e3ae04d.tar.bz2
video-codec-experiments-85d20c4f4cf3656fbf7c27b6b8bbf9536e3ae04d.tar.zst
refactor, matrix math
Diffstat (limited to 'evc/src/lib.rs')
-rw-r--r--evc/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/evc/src/lib.rs b/evc/src/lib.rs
index e8eb51d..ffacf59 100644
--- a/evc/src/lib.rs
+++ b/evc/src/lib.rs
@@ -11,5 +11,5 @@ pub mod header;
pub mod pixel;
pub mod ser;
pub mod view;
-pub mod vec2;
-pub mod threading;
+pub mod refsampler;
+pub mod helpers;