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
160 .. [2] Indicates if planes have to be contiguous in memory or can be
268 aligned to a multiple of 16. The layouts of the luma and chroma planes are
277 planes are identical.
477 These formats store the Y, Cb and Cr components in three separate planes. The
478 luma plane comes first, and the order of the two chroma planes varies between
479 formats. The two chroma planes always use the same subsampling.
506 - Planes order [4]_
586 .. [4] Order of luma and chroma planes
587 .. [5] Indicates if planes have to be contiguous in memory or can be
601 Planar YUV 4:1:0 formats. The chroma planes are subsampled by 4 in each
603 the luma lines, and the chroma planes contain a quarter of the number of lines
641 Planar YUV 4:1:1 formats. The chroma planes are subsampled by 4 in the
643 and bytes of the luma lines, and the chroma planes contain the same number of
696 Planar YUV 4:2:0 formats. The chroma planes are subsampled by 2 in each
698 luma lines, and the chroma planes contain half of the number of lines of the
785 Planar YUV 4:2:2 formats. The chroma planes are subsampled by 2 in the
787 bytes of the luma lines, and the chroma planes contain the same number of lines
897 Planar YUV 4:4:4 formats. The chroma planes are no subsampled. Chroma lines
899 planes contain the same number of lines as the luma plane.