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

◆ MC1M

#define MC1M ( x)
Value:
{ \
c1 = *coef; coef++; \
vLo = *(vb1+(x)); \
sum1L = MADD64(sum1L, vLo, c1); \
}
int x
Definition simple.h:92

Definition at line 96 of file polyphase.hpp.

96#define MC1M(x) { \
97 c1 = *coef; coef++; \
98 vLo = *(vb1+(x)); \
99 sum1L = MADD64(sum1L, vLo, c1); \
100}

Referenced by fl::third_party::PolyphaseMono().