LANCZOS interpolation in OpenGL

736 Views Asked by At

Is it possible to implement LANCZOS interpolation on the GPU in OpenGL for android or would you say it is a task for OpenCL?

Time performance and device support are important issues.

Best regards, David

1

There are 1 best solutions below

0
user12964846 On

AMDs fidelityFX SR uses a clamped lanczos kernel, this implementation for the mpv android port uses OpenGL ES.