Fastest DCT? (With permissive license)

181 views Asked by At

Does anyone know what is the fastest current algorithm/library for DCT I, II and III? I need a 2D real to real ordered implementation that can work with large matrices like 2048x2048. Most of the algorithms I find work only with 8x8 blocks, I am aware that FFTW can do a good job using the real to half complex algorithm but its license is not suitable for my project. I am just struggling to find anything else out there that is fast and stable, I am not sure about ooura, it seems a bit slow looking at the benchmark.

0

There are 0 answers