Constant rsmpeg::ffi::AVColorRange_AVCOL_RANGE_JPEG[][src]

pub const AVColorRange_AVCOL_RANGE_JPEG: u32 = 2; // 0x0000_0002u32
Expand description

Full range content.

  • For RGB and luminance planes:

    (2^n - 1) * E

    F.ex. the range of 0-255 for 8 bits

  • For chrominance planes:

    (2^n - 1) * E + 2^(n - 1)

    F.ex. the range of 1-255 for 8 bits