8-bit YUV 4:4:4 Planar
MultiCam Name |
PFNC Name |
Storage Type |
Storage Requirement |
---|---|---|---|
YUV444PL |
YUV444_8_Planar |
PLANAR |
3 Bytes/pixel |
Memory Layout - Plane 0
@ | +3 | +2 | +1 | +0 | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 |
Pixel[3,0]: Y |
Pixel[2,0]: Y |
Pixel[1,0]: Y |
Pixel[0,0]: Y |
Memory Layout - Plane 1
@ | +3 | +2 | +1 | +0 | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 |
Pixel[3,0]: U(Cb) |
Pixel[2,0]: U(Cb) |
Pixel[1,0]: U(Cb) |
Pixel[0,0]: U(Cb) |
Memory Layout - Plane 2
@ | +3 | +2 | +1 | +0 | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 |
Pixel[3,0]: V(Cr) |
Pixel[2,0]: V(Cr) |
Pixel[1,0]: V(Cr) |
Pixel[0,0]: V(Cr) |