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

◆ MC1S

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

Definition at line 205 of file polyphase.hpp.

205#define MC1S(x) { \
206 c1 = *coef; coef++; \
207 vLo = *(vb1+(x)); \
208 sum1L = MADD64(sum1L, vLo, c1); \
209 vLo = *(vb1+32+(x)); \
210 sum1R = MADD64(sum1R, vLo, c1); \
211}

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