P016 is the 16-bit variant of NV12 (planar luma, packed chroma), using
two bytes per component.
It may, and in fact is most likely to, be used in situations where
there are less than 16 bits of data. It is the responsibility of
the writer to zero out any unused LSBs.
Signed-off-by: Philip Langdal
On Sun, 20 Nov 2016 14:35:51 -0800
Philip Langdale wrote:
> P016 is the 16-bit variant of NV12 (planar luma, packed chroma), using
> two bytes per component.
>
> It may, and in fact is most likely to, be used in situations where
> there are less than 16 bits of data. It is the responsibility of
P016 is the 16-bit variant of NV12 (planar luma, packed chroma), using
two bytes per component.
It may, and in fact is most likely to, be used in situations where
there are less than 16 bits of data. It is the responsibility of
the writer to zero out any unused LSBs.
Signed-off-by: Philip Langdal