|
FastLED 3.9.15
|
| FASTLED_FORCE_INLINE void fl::transpose8 | ( | unsigned char * | A, |
| unsigned char * | B ) |
Templated 8x8 bit transpose with custom stride.
Based on: https://web.archive.org/web/20190108225554/http://www.hackersdelight.org/hdcodetxt/transpose8.c.txt
| m | Input stride (1 for sequential bytes) |
| n | Output stride (1 for sequential bytes) |
| A | Input array (8 bytes at stride m) |
| B | Output array (8 bytes at stride n, transposed) |
Definition at line 186 of file transposition.h.
References B, FASTLED_FORCE_INLINE, FL_NOEXCEPT, t, x, and y.