![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Macros | |
| #define | s_twiddles ((rfft_complex const *)radfft_s_twiddles_data) |
| #define | s_dct_twiddles ((rfft_complex const *)radfft_s_dct_twiddles_data) |
| #define | s_permute ((Index const *)radfft_s_permute) |
Typedefs | |
| typedef int | fft_assert_MaxN[(kMaxN==2048) ? 1 :-1] |
| typedef int | fft_assert_LeafN[(kLeafN==4) ? 1 :-1] |
Functions | |
| FFTTABLE (U32, radfft_s_twiddles_data[2048]) | |
| FFTTABLE (U32, radfft_s_dct_twiddles_data[3072]) | |
| FFTTABLE (Index, radfft_s_permute[1024]) | |
| #define s_dct_twiddles ((rfft_complex const *)radfft_s_dct_twiddles_data) |
| #define s_permute ((Index const *)radfft_s_permute) |
| #define s_twiddles ((rfft_complex const *)radfft_s_twiddles_data) |
| typedef int fft_assert_LeafN[(kLeafN==4) ? 1 :-1] |
| typedef int fft_assert_MaxN[(kMaxN==2048) ? 1 :-1] |
| FFTTABLE | ( | Index | , |
| radfft_s_permute | [1024] | ||
| ) |
| FFTTABLE | ( | U32 | , |
| radfft_s_dct_twiddles_data | [3072] | ||
| ) |
| FFTTABLE | ( | U32 | , |
| radfft_s_twiddles_data | [2048] | ||
| ) |