Results 4 comments of Zastin

Since DescaleAA is hardcoded to use `rpow=2` anyway, you could drop this thing in and lose the nnedi3_rpow2 dependency altogether ```py def lumadouble(clip, w, h, nsize=0, nns=3, qual=2, opencl=False): core...

I have a suggestion for the eedi3 documentation of the "sclip" parameter, based on some testing with abs diff clips (for the gamma part) and scratching my head at the...

Yeah that's more or less why I didn't bother to make it a PR, but it wouldn't hurt to add it in next time there's a meaningful update.

``` a.set_output() # Time elapsed: 0:40.132 - 74.75310283559599611181 FPS b.set_output() # Time elapsed: 0:25.891 - 115.87157682773170108703 FPS ``` Same problem, but it seems to have improved a bit. After testing...