pub const AVCOL_RANGE_JPEG: u32 = 2; // 2u32
Full range content.
For RGB and luma planes:
(2^n - 1) * E
F.ex. the range of 0-255 for 8 bits
For chroma planes:
(2^n - 1) * E + 2^(n - 1)
F.ex. the range of 1-255 for 8 bits