From 754ebf34cbb6280ef77421e1ca54d35d727dc6f7 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 18 Nov 2023 17:37:57 +0100 Subject: debug and better search --- flowy/src/motion/enc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flowy/src/motion/enc.rs') diff --git a/flowy/src/motion/enc.rs b/flowy/src/motion/enc.rs index 56b459b..d3e8a81 100644 --- a/flowy/src/motion/enc.rs +++ b/flowy/src/motion/enc.rs @@ -38,7 +38,7 @@ impl MotionEncoder { block_size: [params.block_width as i32, params.block_height as i32], output_stride: (params.width / params.block_width) as u32, search_radius: 16, - skip_threshold: 0.07, + skip_threshold: 0.1, ..Default::default() }; -- cgit v1.2.3-70-g09d2