Asd-g
Asd-g
I'm sharing a binary from [the latest commit ](https://github.com/Irrational-Encoding-Wizardry/descale/commit/80165a1ddaded26da99f19e6b47b0a44eec186a6). [libdescale.zip](https://github.com/Irrational-Encoding-Wizardry/descale/files/10921097/libdescale.zip)
> As I understand, they do something like > > ```c > struct pl_render_params rrp; > ... > rrp->lut = ...; > ... > pl_lut_free(&rrp->lut); > ``` > > which...
off topic > I just need nnedi3 for QTGMC to compile for linux and my entire conversion process will work on linux. You can try nnedi3cl (the latest QTGMC(p) versions...
> And I haven't heard of qtgmcp, what is that? https://github.com/Dogway/Avisynth-Scripts/blob/master/MIX%20mods/QTGMC%2B.avsi https://github.com/Dogway/Avisynth-Scripts/tree/master/MIX%20mods https://rawcdn.githack.com/Dogway/Avisynth-Scripts/f3eba6028ba464ba80cda20dd299c55fbd93b318/MIX%20mods/QTGMC%20Docs%20(v3.33).html
https://rawcdn.githack.com/Dogway/Avisynth-Scripts/f3eba6028ba464ba80cda20dd299c55fbd93b318/MIX%20mods/QTGMC%20Docs%20(v3.33).html#Requirements
Can you create pull request?
The pull request merged to branch `master-1`. I made some changes so now building with OpenMP is possible, the leftover floats (ASM) are processed too. Quick test with this image...
I did quick speed test with 1920x1080 YV12 clip, CPU 7900x, VM with 16 threads + 16 GB RAM: - JincResize(7680, 4320, tap=4, opt=1, ap=1): ``` Frames processed: 120 (0...
> It currently uses vector of vectors for storing and rotating memory pointers for rows temp buf but it looks uses vectors copy at function calls. If someone will help...