Displaying 1 result from an estimated 1 matches for "uvuvuvuvuvuv".
2004 Apr 01
1
YUV Format
...tell it's YUV12 ?
So can someone confirm the following... each component is 8 bits.
I have an array of y data.
and it is an array [0..y_height] of arrays [0..y_width]
ie... an array of horizontal lines ?
And the uv data is an array [0..uv_height] of arrays [0..uv_width*2]
where data goes
UVUVUVUVUVUV........ (width uv_width*2 or uv_width lots of UV)
UVUV.....
.
.
.
(uv_height lines)
Is this correct ? Or is the actual byte width of the UV lines actually uv_width ? ie one UV component is shared over the y components.
So if this is the yuv data from my file
Pack No : 11
Y Width : 352
Y Height...