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
223 .. [2] Indicates if planes have to be contiguous in memory or can be
391 The layouts of the luma and chroma planes are identical.
400 planes are identical.
420 aligned to a multiple of 4. The layouts of the luma and chroma planes are
425 aligned to a multiple of 16. The layouts of the luma and chroma planes are
430 aligned to a multiple of 32. The layouts of the luma and chroma planes are
436 The layouts of the luma and chroma planes are identical.
439 two planes in one memory.
445 two non-contiguous planes.
466 The layouts of the luma and chroma planes are identical.
478 two planes in one memory.
962 These formats store the Y, Cb and Cr components in three separate planes. The
963 luma plane comes first, and the order of the two chroma planes varies between
964 formats. The two chroma planes always use the same subsampling.
979 a multiple of 4. The layouts of the luma and chroma planes are identical.
995 - Planes order [4]_
1075 .. [4] Order of luma and chroma planes
1076 .. [5] Indicates if planes have to be contiguous in memory or can be
1090 Planar YUV 4:1:0 formats. The chroma planes are subsampled by 4 in each
1092 the luma lines, and the chroma planes contain a quarter of the number of lines
1130 Planar YUV 4:1:1 formats. The chroma planes are subsampled by 4 in the
1132 and bytes of the luma lines, and the chroma planes contain the same number of
1185 Planar YUV 4:2:0 formats. The chroma planes are subsampled by 2 in each
1187 luma lines, and the chroma planes contain half of the number of lines of the
1274 Planar YUV 4:2:2 formats. The chroma planes are subsampled by 2 in the
1276 bytes of the luma lines, and the chroma planes contain the same number of lines
1386 Planar YUV 4:4:4 formats. The chroma planes are no subsampled. Chroma lines
1388 planes contain the same number of lines as the luma plane.