Currently I am using FFTW's "fftw_plan_r2r_2d" with FFTW_REDFT10 as a kind and FFTW_ESTIMATE as the flag in my project. I am thinking of using KISSFFT for the transforms.I need the set of calls needed to perform the same operation in KISS FFT.
I am developing an ios app,So I want to know if its possible to use ios Accelerate Framework for the transform.