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

◆ PLM_VIDEO_INTRA_QUANT_MATRIX

const uint8_t fl::third_party::PLM_VIDEO_INTRA_QUANT_MATRIX[]
static
Initial value:
= {
8, 16, 19, 22, 26, 27, 29, 34,
16, 16, 22, 24, 27, 29, 34, 37,
19, 22, 26, 27, 29, 34, 34, 38,
22, 22, 26, 27, 29, 34, 37, 40,
22, 26, 27, 29, 32, 35, 40, 48,
26, 27, 29, 32, 35, 40, 48, 58,
26, 27, 29, 34, 38, 46, 56, 69,
27, 29, 35, 38, 46, 56, 69, 83
}

Definition at line 1668 of file pl_mpeg.hpp.

1668 {
1669 8, 16, 19, 22, 26, 27, 29, 34,
1670 16, 16, 22, 24, 27, 29, 34, 37,
1671 19, 22, 26, 27, 29, 34, 34, 38,
1672 22, 22, 26, 27, 29, 34, 37, 40,
1673 22, 26, 27, 29, 32, 35, 40, 48,
1674 26, 27, 29, 32, 35, 40, 48, 58,
1675 26, 27, 29, 34, 38, 46, 56, 69,
1676 27, 29, 35, 38, 46, 56, 69, 83
1677};

Referenced by plm_video_decode_sequence_header().