|
FastLED 3.9.15
|
| FASTLED_FORCE_INLINE void fl::transpose8x1_MSB | ( | unsigned char * | A, |
| unsigned char * | B ) |
Simplified 8x1 bit transpose with MSB-first output.
Based on: https://web.archive.org/web/20190108225554/http://www.hackersdelight.org/hdcodetxt/transpose8.c.txt
| A | Input array (8 bytes) |
| B | Output array (8 bytes, transposed MSB-first) |
Definition at line 146 of file transposition.h.
References B, FASTLED_FORCE_INLINE, FL_NOEXCEPT, t, x, and y.
Referenced by transpose_8strips().
Here is the caller graph for this function: