FastLED 3.9.15
Loading...
Searching...
No Matches

◆ DIVSCALAR

#define DIVSCALAR ( x,
k )
Value:
(x) = sround( smul( x, SAMP_MAX/k ) )
#define SAMP_MAX
#define sround(x)
#define smul(a, b)
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82

Definition at line 67 of file _kiss_fft_guts.h.

67# define DIVSCALAR(x,k) \
68 (x) = sround( smul( x, SAMP_MAX/k ) )