> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ButterflyDIT4_4

> ButterflyDIT4_4

# ButterflyDIT4\_4

请勿使用;仅供内部使用。

## Syntax

```cpp theme={null}
void ButterflyDIT4_4(  
         XMVECTOR& r0,  
         XMVECTOR& r1,  
         XMVECTOR& r2,  
         XMVECTOR& r3,  
         XMVECTOR& i0,  
         XMVECTOR& i1,  
         XMVECTOR& i2,  
         XMVECTOR& i3,  
         const XMVECTOR* __restrict pUnityTableReal,  
         const XMVECTOR* __restrict pUnityTableImaginary,  
         size_t uStride,  
         const bool fLast  
)  
```

### Parameters

*r0*   \_Inout\_\
Type: XMVECTOR&

请勿使用;仅供内部使用。

*r1*   \_Inout\_\
Type: XMVECTOR&

请勿使用;仅供内部使用。

*r2*   \_Inout\_\
Type: XMVECTOR&

请勿使用;仅供内部使用。

*r3*   \_Inout\_\
Type: XMVECTOR&

请勿使用;仅供内部使用。

*i0*   \_Inout\_\
Type: XMVECTOR&

请勿使用;仅供内部使用。

*i1*   \_Inout\_\
Type: XMVECTOR&

请勿使用;仅供内部使用。

*i2*   \_Inout\_\
Type: XMVECTOR&

请勿使用;仅供内部使用。

*i3*   \_Inout\_\
Type: XMVECTOR&

请勿使用;仅供内部使用。

*pUnityTableReal*   \_In\_reads\_(uStride \* 4)\
Type: XMVECTOR\* \_\_restrict

请勿使用;仅供内部使用。

*pUnityTableImaginary*   \_In\_reads\_(uStride \* 4)\
Type: XMVECTOR\* \_\_restrict

请勿使用;仅供内部使用。

*uStride*   \_In\_\
Type: size\_t

请勿使用;仅供内部使用。

*fLast*   \_In\_\
Type: bool

请勿使用;仅供内部使用。

### Return value

Type: void

请勿使用;仅供内部使用。

## Remarks

请勿使用;仅供内部使用。

XDSP 使用基于 DirectXMath 的数字信号处理 (DSP) 函数进行音频处理,这些函数主要为 FFT。所有缓冲区参数必须按 16 字节对齐。有关 DirectXMath API 和库的详细信息,请参阅 [DirectXMath](https://learn.microsoft.com/windows/win32/dxmath/directxmath-portal)。

## Requirements

**头文件:** xdsp.h

**支持的平台:** XBOX One 系列主机和 XBOX Series 主机

## See also

[xdsp](/reference/audio/xdsp/xdsp_members)

[Game for Windows and the DirectX SDK 博客](https://walbourn.github.io/xdsp-h-digital-signal-processing-helper-functions/)

[FFTInitializeUnityTable](/reference/audio/xdsp/functions/fftinitializeunitytable)


## Related topics

- [ButterflyDIT4_1](/zh-CN/reference/audio/xdsp/functions/butterflydit4_1.md)
- [FFT4](/zh-CN/reference/audio/xdsp/functions/fft4.md)
- [FFT](/zh-CN/reference/audio/xdsp/functions/fft.md)
- [FFT16](/zh-CN/reference/audio/xdsp/functions/fft16.md)
- [FFT8](/zh-CN/reference/audio/xdsp/functions/fft8.md)
