1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-05 03:37:43 +00:00

Lower low-pass filter threshold

This commit is contained in:
David Schmenk 2024-12-07 12:28:50 -08:00
parent 99bbca0264
commit d73a2a9007

View File

@ -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