Lines Matching full:planes

12 - Semi-planar formats use two planes. The first plane is the luma plane and
16 - Fully planar formats use three planes to store the Y, Cb and Cr components
21 the chroma planes may be constrained by the line stride of the luma plane.
23 Some planar formats allow planes to be placed in independent memory locations.
28 planes, formats require the planes to follow each other immediately in memory.
35 use two planes, and store the luma components in the first plane and the chroma
174 .. [2] Indicates if planes have to be contiguous in memory or can be
291 The layouts of the luma and chroma planes are identical.
300 planes are identical.
304 aligned to a multiple of 4. The layouts of the luma and chroma planes are
309 aligned to a multiple of 16. The layouts of the luma and chroma planes are
314 aligned to a multiple of 32. The layouts of the luma and chroma planes are
320 The layouts of the luma and chroma planes are identical.
326 The layouts of the luma and chroma planes are identical.
341 two non-contiguous planes.
585 These formats store the Y, Cb and Cr components in three separate planes. The
586 luma plane comes first, and the order of the two chroma planes varies between
587 formats. The two chroma planes always use the same subsampling.
602 a multiple of 4. The layouts of the luma and chroma planes are identical.
618 - Planes order [4]_
698 .. [4] Order of luma and chroma planes
699 .. [5] Indicates if planes have to be contiguous in memory or can be
713 Planar YUV 4:1:0 formats. The chroma planes are subsampled by 4 in each
715 the luma lines, and the chroma planes contain a quarter of the number of lines
753 Planar YUV 4:1:1 formats. The chroma planes are subsampled by 4 in the
755 and bytes of the luma lines, and the chroma planes contain the same number of
808 Planar YUV 4:2:0 formats. The chroma planes are subsampled by 2 in each
810 luma lines, and the chroma planes contain half of the number of lines of the
897 Planar YUV 4:2:2 formats. The chroma planes are subsampled by 2 in the
899 bytes of the luma lines, and the chroma planes contain the same number of lines
1009 Planar YUV 4:4:4 formats. The chroma planes are no subsampled. Chroma lines
1011 planes contain the same number of lines as the luma plane.