Displaying 1 result from an estimated 1 matches for "8x8pixels".
2011 Mar 21
0
Contents of theora digest...
...blocks
extract blocks DC coefficiens in hilbert curve order
Here is:
"Y" - "y" plane of encoded frame
"U" - "u" plane of encoded frame (subsampled)
"V" - "v" plane of encoded frame (subsampled)
"SBn" - superblock (4x4 of blocks(8x8pixels)), n - is superblock number
"--->" - scan curve
"DCs" - DC coefficient of each blocs inside SB
-----------------------------
| Y |Y |Y |Y |
|SB20 |SB21 |SB22 |SB23 |
|--->------>---------->------
|DCs |DCs |DCs |DCs |
---------------------...