FastLED 3.9.15
Loading...
Searching...
No Matches
_kiss_fft_guts.h File Reference
#include "kiss_fft.h"
#include <limits.h>
+ Include dependency graph for _kiss_fft_guts.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kiss_fft_state
 

Macros

#define C_ADD(res, a, b)
 
#define C_ADDTO(res, a)
 
#define C_FIXDIV(c, div)
 
#define C_MUL(m, a, b)
 
#define C_MULBYSCALAR(c, s)
 
#define C_SUB(res, a, b)
 
#define C_SUBFROM(res, a)
 
#define CHECK_OVERFLOW_OP(a, op, b)
 
#define DIVSCALAR(x, k)
 
#define FRACBITS   15
 
#define HALF_OF(x)
 
#define kf_cexp(x, phase)
 
#define KISS_FFT_COS(phase)
 
#define KISS_FFT_SIN(phase)
 
#define KISS_FFT_TMP_ALLOC(nbytes)
 
#define KISS_FFT_TMP_FREE(ptr)
 
#define MAXFACTORS   32
 
#define pcpx(c)
 
#define S_MUL(a, b)
 
#define SAMP_MAX   32767
 
#define SAMP_MIN   -SAMP_MAX
 
#define SAMPPROD   int32_t
 
#define smul(a, b)
 
#define sround(x)
 

Class Documentation

◆ kiss_fft_state

struct kiss_fft_state
+ Collaboration diagram for kiss_fft_state:
Class Members
int factors[2 *MAXFACTORS]
int inverse
int nfft
kiss_fft_cpx twiddles[1]