|
LibSWIFFT
1.2.0
|
LibSWIFFT internal C code expansion. More...


Macros | |
| #define | SWIFFT_LOG2_O (SWIFFT_VECTOR_LOG2_SIZE - 3) |
| Log base-2 of SWIFFT_O. More... | |
| #define | SWIFFT_O (1 << SWIFFT_LOG2_O) |
| Number of doublings of the wide SWIFFT vector - used with the best available instruction set. More... | |
| #define | Z1CONST(n) {n,n,n,n,n,n,n,n} |
| Constant SWIFFT vector with all entries set to n. More... | |
Typedefs | |
| typedef int16_t ZOvec | __attribute__((vector_size(SWIFFT_O *SWIFFT_W *sizeof(int16_t)))) |
| Wide SWIFFT vector type. More... | |
Functions | |
| LIBSWIFFT_BEGIN_EXTERN_C typedef int16_t Z1vec | __attribute__ ((vector_size(SWIFFT_W *sizeof(int16_t)))) |
| SWIFFT vector type. More... | |
LibSWIFFT internal C code expansion.
| #define SWIFFT_LOG2_O (SWIFFT_VECTOR_LOG2_SIZE - 3) |
Log base-2 of SWIFFT_O.
| #define SWIFFT_O (1 << SWIFFT_LOG2_O) |
Number of doublings of the wide SWIFFT vector - used with the best available instruction set.
| #define Z1CONST | ( | n | ) | {n,n,n,n,n,n,n,n} |
Constant SWIFFT vector with all entries set to n.
Wide SWIFFT vector type.
| LIBSWIFFT_BEGIN_EXTERN_C typedef int16_t Z1vec __attribute__ | ( | (vector_size(SWIFFT_W *sizeof(int16_t))) | ) |
SWIFFT vector type.
1.8.13