I am new to FFT, DCT and the like. Recently I was looking into the documentation for the vDSP library from Apple and was unable to find a DCT implementation. I was wondering if anyone knows of a way to calculate the DCT using one of the FFT functions provided in vDSP?
A bit of context. I am building an image processing implementation from a graphics paper I've been reading. They mentioned using DCT after performing some image sampling.
I'd really like to take advantage of the vDSP speed if at all possible.