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

◆ quadTable

const unsigned char fl::third_party::quadTable
Initial value:
= {
0x6b, 0x6f, 0x6d, 0x6e, 0x67, 0x65, 0x59, 0x59,
0x56, 0x56, 0x53, 0x53, 0x5a, 0x5a, 0x5c, 0x5c,
0x42, 0x42, 0x42, 0x42, 0x41, 0x41, 0x41, 0x41,
0x44, 0x44, 0x44, 0x44, 0x48, 0x48, 0x48, 0x48,
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
0x4f, 0x4e, 0x4d, 0x4c, 0x4b, 0x4a, 0x49, 0x48,
0x47, 0x46, 0x45, 0x44, 0x43, 0x42, 0x41, 0x40,
}

Definition at line 743 of file hufftabs.hpp.

743 {
744 /* table A */
745 0x6b, 0x6f, 0x6d, 0x6e, 0x67, 0x65, 0x59, 0x59,
746 0x56, 0x56, 0x53, 0x53, 0x5a, 0x5a, 0x5c, 0x5c,
747 0x42, 0x42, 0x42, 0x42, 0x41, 0x41, 0x41, 0x41,
748 0x44, 0x44, 0x44, 0x44, 0x48, 0x48, 0x48, 0x48,
749 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
750 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
751 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
752 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
753 /* table B */
754 0x4f, 0x4e, 0x4d, 0x4c, 0x4b, 0x4a, 0x49, 0x48,
755 0x47, 0x46, 0x45, 0x44, 0x43, 0x42, 0x41, 0x40,
756};

Referenced by DecodeHuffmanQuads().