8-bit YUV 4:2:0 Planar
|
MultiCam Name |
PFNC Name |
Storage Type |
Storage Requirement |
|---|---|---|---|
| YUV422PL_Dec |
YUV420_8_Planar |
PLANAR |
1.5 Bytes/pixel |
| I420 | |||
| IYUV | |||
| YV12 |
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[6,0]: U(Cb) |
Pixel[4,0]: U(Cb) |
Pixel[2,0]: U(Cb) |
Pixel[0,0]: U(Cb) |
||||||||||||||||||||||||||||
| : | : | : | : | : | ||||||||||||||||||||||||||||
| 2H |
Pixel[6,2]: U(Cb) |
Pixel[4,2]: U(Cb) |
Pixel[2,2]: U(Cb) |
Pixel[0,2]: U(Cb) |
||||||||||||||||||||||||||||
| : | : | : | : | : | ||||||||||||||||||||||||||||
Note: Only 1 U(Cb) sample is captured every 2 pixels in 1 line every 2 lines
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) |
||||||||||||||||||||||||||||
| : | : | : | : | : | ||||||||||||||||||||||||||||
| H |
Pixel[6,2]: V(Cr) |
Pixel[4,2]: V(Cr) |
Pixel[2,2]: V(Cr) |
Pixel[0,2]: V(Cr) |
||||||||||||||||||||||||||||
| : | : | : | : | : | ||||||||||||||||||||||||||||
Note: Only 1 V(Cr) sample is captured every 2 pixels in 1 line every 2 lines
