From d73a2a900778a2b7f629a8942ed69b308353e958 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sat, 7 Dec 2024 12:28:50 -0800 Subject: [PATCH] Lower low-pass filter threshold --- src/dhgr.tk/utils/dhgrrgb.pla | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhgr.tk/utils/dhgrrgb.pla b/src/dhgr.tk/utils/dhgrrgb.pla index 9e54b0f..3c8011d 100644 --- a/src/dhgr.tk/utils/dhgrrgb.pla +++ b/src/dhgr.tk/utils/dhgrrgb.pla @@ -32,7 +32,7 @@ byte[] = 112, 16, 64 // RED byte[12] ntscCycle byte[256+3] gamma // Gamma correction var rgbErr // Running color error array -var rgbThreshold = 6912 // High frequency transition threshold +var rgbThreshold = 2048 // High frequency transition threshold byte errDiv = 3 byte lookAhead = 2 // How many pixels to look ahead var arg