Visible to Intel only — GUID: GUID-32AFAAFA-F55D-4916-B4E8-25E97A3A474F
Visible to Intel only — GUID: GUID-32AFAAFA-F55D-4916-B4E8-25E97A3A474F
DftiCopyDescriptor
Makes a copy of an existing descriptor.
status = DftiCopyDescriptor(desc_handle_original, &desc_handle_copy);
- mkl.h
Name |
Type |
Description |
---|---|---|
desc_handle_original |
DFTI_DESCRIPTOR_HANDLE |
The FFT descriptor to copy. |
DFTI_DESCRIPTOR_HANDLE |
The FFT descriptor to copy. |
|
Name |
Type |
Description |
---|---|---|
dfti_handle_dst |
DFTI_DESCRIPTOR_HANDLE |
The copy of the FFT descriptor. |
status |
MKL_LONG |
Function completion status. |
This function makes a copy of an existing descriptor. The resulting descriptor desc_handle_copy and the existing descriptor desc_handle_original specify the same configuration of the transform, but do not have any memory areas in common ("deep copy").
The function returns zero when it completes successfully. See Status Checking Functions for more information on the returned status.
MKL_LONG DftiCopyDescriptor( DFTI_DESCRIPTOR_HANLDE, DFTI_DESCRIPTOR_HANDLE * );