声明了实现快速傅里叶变换算法及其逆变换的函数。 更多...
#include "../AlgoFlags.h"#include "../Export.h"#include "../Status.h"#include "../Types.h"#include <stdint.h>
FFT.h 的包含依赖关系图函数 | |
| VPIStatus | vpiCreateFFT (uint64_t backends, int32_t inputWidth, int32_t inputHeight, const VPIImageFormat inFormat, const VPIImageFormat outFormat, VPIPayload *payload) |
| 为直接快速傅里叶变换算法创建负载。 更多... | |
| VPIStatus | vpiSubmitFFT (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage input, VPIImage output, uint64_t flags) |
| 对单张图像运行直接快速傅里叶变换。 更多... | |
| VPIStatus | vpiCreateIFFT (uint64_t backends, int32_t outputWidth, int32_t outputHeight, const VPIImageFormat inFormat, const VPIImageFormat outFormat, VPIPayload *payload) |
| 为逆快速傅里叶变换算法创建负载。 更多... | |
| VPIStatus | vpiSubmitIFFT (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage input, VPIImage output, uint64_t flags) |
| 对单张图像运行逆快速傅里叶变换。 更多... | |
声明了实现快速傅里叶变换算法及其逆变换的函数。
定义于文件 FFT.h 中。