YCbCr 4:1:0

From MultimediaWiki
Revision as of 14:06, 3 June 2006 by Multimedia Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • FourCCs: YUV9, YVU9

YUV 4:1:0 indicates a planar YUV colorspace where a 4x4 block of pixels in an image is represented by 16 Y samples, 1 for each pixel, but all 16 pixels share a U sample and a V sample.

If YUV 4:1:0 data is stored in YUV9 format, it is stored with all of its Y data first, then its U data, then its V data. YVU9 data swaps the U and V planes.