hbIFFT2D
IFFT 2D operator parameter.
-
Member
The API for calling the IFFT 2D.
When the imaginary data type is HB_HPL_DATA_TYPE_I16 or HB_HPL_DATA_TYPE_I32, its data layout format is only supported as HB_IM_FORMAT_SEPARATE. When the imaginary data type is HB_HPL_DATA_TYPE_F32, its data layout format is only supported as HB_IM_FORMAT_INTERLEAVED.
-
Parameter
- [out]
taskHandleTask handle is responsible for the interaction of the operator with the UCP architecture. - [out]
dstOutput dummy data including type, format and dimension information is consistent with the input. - [in]
srcEnter the dummy data. - [in]
paramOperator parameter.
- [out]
-
Return Value
- Return
0means the API was successfully executed, otherwise the execution failed.
- Return
