Go to the source code of this file.
Macros | |
Image IFFT flags | |
#define | VPI_IFFT_DENORMALIZED (1u) |
Do not normalize the output. More... | |
Functions | |
VPIStatus | vpiCreateImageIFFT (VPIStream stream, uint32_t outputWidth, uint32_t outputHeight, const VPIImageType inType, const VPIImageType outType, VPIPayload *payload) |
Creates payload for vpiSubmitImageIFFT. More... | |
VPIStatus | vpiSubmitImageIFFT (VPIPayload payload, VPIImage input, VPIImage output, uint32_t flags) |
Runs IFFT on single image. More... | |
Declares functions that implement the Image IFFT algorithm.
Definition in file ImageIFFT.h.