8-bit YUV 4:2:2 Planar
MultiCam Name |
PFNC Name |
Storage Type |
Storage Requirement |
---|---|---|---|
YUV422PL |
YUV422_8_Planar |
PLANAR |
2 Bytes/pixel |
Y42B |
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 |
||||||||||||||||||||||||||||
4 |
Pixel[7,0]: Y |
Pixel[6,0]: Y |
Pixel[5,0]: Y |
Pixel[4,0]: Y |
Memory Layout - Plane 1
@ | +3 | +2 | +1 | +0 | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 |
Pixel[6,0]: U(Cb) |
Pixel[4,0]: U(Cb) |
Pixel[2,0]: U(Cb) |
Pixel[0,0]: U(Cb) |
Note: Only 1 U(Cb) sample is captured every 2 pixels
Memory Layout - Plane 2
@ | +3 | +2 | +1 | +0 | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 |
Pixel[6,0]: V(Cr) |
Pixel[4,0]: V(Cr) |
Pixel[2,0]: V(Cr) |
Pixel[0,0]: V(Cr) |
Note: Only 1 V(Cr) sample is captured every 2 pixels