mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-07 18:25:03 +00:00
Lower low-pass filter threshold
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user