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

◆ MC0M

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

Definition at line 90 of file polyphase.hpp.

90#define MC0M(x) { \
91 c1 = *coef; coef++; c2 = *coef; coef++; \
92 vLo = *(vb1+(x)); vHi = *(vb1+(23-(x))); \
93 sum1L = MADD64(sum1L, vLo, c1); sum1L = MADD64(sum1L, vHi, -c2); \
94}

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