Expand description
Per-channel and per-layer dither management.
ChannelDither bundles one GoldenRatioDither state per channel,
seeded from (layer_id, channel_id) pairs so every channel is
structurally decorrelated without any RNG.
Structs§
- Channel
Dither - Per-channel dither pool seeded from
(layer_id, channel_id)pairs.