adaptivegrain/src
kageru 8ef0654595
No longer use LUT for 32bit input
That means you’ll finally get full 32bit precision, not just 8bit.
This comes at a cost (~20% lower FPS), but it’s a lot more accurate,
and there’s potentially room for optimization in the future because we
actually do math now instead of just hacky lookups in a 256-element
vector.
2020-05-26 18:12:39 +02:00
..
lib.rs Add benchmarks 2020-05-24 20:46:23 +02:00
mask.rs No longer use LUT for 32bit input 2020-05-26 18:12:39 +02:00