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

◆ PLM_VIDEO_MACROBLOCK_TYPE_PREDICTIVE

const plm_vlc_t fl::third_party::PLM_VIDEO_MACROBLOCK_TYPE_PREDICTIVE[]
static
Initial value:
= {
{ 1 << 1, 0}, { 0, 0x0a},
{ 2 << 1, 0}, { 0, 0x02},
{ 3 << 1, 0}, { 0, 0x08},
{ 4 << 1, 0}, { 5 << 1, 0},
{ 6 << 1, 0}, { 0, 0x12},
{ 0, 0x1a}, { 0, 0x01},
{ -1, 0}, { 0, 0x11},
}

Definition at line 1749 of file pl_mpeg.hpp.

1749 {
1750 { 1 << 1, 0}, { 0, 0x0a}, // 0: x
1751 { 2 << 1, 0}, { 0, 0x02}, // 1: 0x
1752 { 3 << 1, 0}, { 0, 0x08}, // 2: 00x
1753 { 4 << 1, 0}, { 5 << 1, 0}, // 3: 000x
1754 { 6 << 1, 0}, { 0, 0x12}, // 4: 0000x
1755 { 0, 0x1a}, { 0, 0x01}, // 5: 0001x
1756 { -1, 0}, { 0, 0x11}, // 6: 0000 0x
1757};