Difference between revisions of "Cine/Specifications"

Jump to navigation Jump to search
132 bytes added ,  19:24, 16 June 2008
Added note about the order of outputting the unpacked data.
(Added subheadings to the "Bit sequences in the compressed stream" section.)
(Added note about the order of outputting the unpacked data.)
Line 117: Line 117:


The compressed data is in big endian 32-bit chunks, working backwards from the buffer's end.
The compressed data is in big endian 32-bit chunks, working backwards from the buffer's end.
So we start from the data's end and work backwards.
So we start from the data's end and work backwards. Also outputting the unpacked data is
done backwards, starting from the destination buffer's end and working backwards byte by byte.


<pre>
<pre>
417

edits

Navigation menu