Simplified Decompression Operation - Seagate STD124000N Product Manual

Scorpion 24 dds-3 tape drive
Hide thumbs Also See for STD124000N:
Table of Contents

Advertisement

Chapter 7

Simplified Decompression Operation

Page 66
z
Dictionary codes, codewords 264 through 4,095: The dictionary codes refer
to dictionary entries and represent multiple bytes (a string of characters) in the
input data stream. These codes are built as the input stream is processed.
These codes are pointers to other locations and eventually end by pointing to
one of the byte values 0 through 255. A linked chain is created that builds up a
string of characters.
Each dictionary entry is 23 bits long and comprises a logical RAM address. The
information is stored in 8-bit-wide static RAM chips that are 8K, 10K, or 16K by 22-
bits. The structure of each dictionary entry is as follows:
z
Bits 0 through 7 contain the byte value of the entry.
z
Bits 8 through 19 contain the codeword that represents the entry or that points
to a previous entry (encoded byte or dictionary code).
z
Bits 20 through 22 are condition flag bits.
Dictionary codewords range from 9 through 12 bits in length and correspond to
dictionary entries from 0 through 4,095. These entries are divided as follows:
z
First 512 entries are 9-bit codewords.
z
Second 512 entries are 10-bit codewords.
z
Next 1,024 entries are 11-bit codewords.
z
Final 2,048 entries are 12-bit codewords.
The DCLZ algorithm requires that compression and decompression be tied together
through:
z
The compression and decompression processes (requires synchronization)
z
The packing and unpacking of codewords into a byte stream (requires
synchronization)
That is, decompression of the data does not begin at an arbitrary point; rather, it
begins at a point where the dictionary is reset—known to be empty. This stipulation
is vital because the dictionary is embedded in the codewords, which saves time and
space as it is not recorded separately.
Likewise, the packing and unpacking process require synchronization so that the
compressed data is presented to the algorithm in the proper order.
Data Compression
DAT Drives

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents