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

◆ PLM_VIDEO_PREMULTIPLIER_MATRIX

const uint8_t fl::third_party::PLM_VIDEO_PREMULTIPLIER_MATRIX[]
static
Initial value:
= {
32, 44, 42, 38, 32, 25, 17, 9,
44, 62, 58, 52, 44, 35, 24, 12,
42, 58, 55, 49, 42, 33, 23, 12,
38, 52, 49, 44, 38, 30, 20, 10,
32, 44, 42, 38, 32, 25, 17, 9,
25, 35, 33, 30, 25, 20, 14, 7,
17, 24, 23, 20, 17, 14, 9, 5,
9, 12, 12, 10, 9, 7, 5, 2
}

Definition at line 1690 of file pl_mpeg.hpp.

1690 {
1691 32, 44, 42, 38, 32, 25, 17, 9,
1692 44, 62, 58, 52, 44, 35, 24, 12,
1693 42, 58, 55, 49, 42, 33, 23, 12,
1694 38, 52, 49, 44, 38, 30, 20, 10,
1695 32, 44, 42, 38, 32, 25, 17, 9,
1696 25, 35, 33, 30, 25, 20, 14, 7,
1697 17, 24, 23, 20, 17, 14, 9, 5,
1698 9, 12, 12, 10, 9, 7, 5, 2
1699};

Referenced by plm_video_decode_block().