Go to the source code of this file.
Functions | |
VPIStatus | vpiCreateImageFFT (VPIStream stream, uint32_t inputWidth, uint32_t inputHeight, const VPIImageType inType, const VPIImageType outType, VPIPayload *payload) |
Creates payload for vpiSubmitImageFFT. More... | |
VPIStatus | vpiSubmitImageFFT (VPIPayload payload, VPIImage input, VPIImage output, uint32_t flags) |
Runs FFT on single image. More... | |
Declares functions that implement the Image FFT algorithm.
Definition in file ImageFFT.h.