2

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

Nicol Bolas
  • 449,505
  • 63
  • 781
  • 982
David
  • 21
  • 4

1 Answers1

0

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