WO2001057804A2 - Method and apparatus for compression and decompression of digital images - Google Patents

Method and apparatus for compression and decompression of digital images Download PDF

Info

Publication number
WO2001057804A2
WO2001057804A2 PCT/US2001/040040 US0140040W WO0157804A2 WO 2001057804 A2 WO2001057804 A2 WO 2001057804A2 US 0140040 W US0140040 W US 0140040W WO 0157804 A2 WO0157804 A2 WO 0157804A2
Authority
WO
WIPO (PCT)
Prior art keywords
block
pixels
pixel
quantization
compression
Prior art date
Application number
PCT/US2001/040040
Other languages
French (fr)
Other versions
WO2001057804A3 (en
Inventor
Russel A. Brown
Original Assignee
Sun Microsystems, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sun Microsystems, Inc. filed Critical Sun Microsystems, Inc.
Priority to AU2001247962A priority Critical patent/AU2001247962A1/en
Publication of WO2001057804A2 publication Critical patent/WO2001057804A2/en
Publication of WO2001057804A3 publication Critical patent/WO2001057804A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Image Processing (AREA)

Abstract

The present invention is a compression scheme for compressing audio and video data. For image compression, an image is divided into blocks of pixels. The blocks may be 4x4 pixels, 5x5 pixels, 8x8 pixels, etc. A number of algorithms are used on each block to determine the best method of compressing that block of pixels. In one embodiment, the invention performs tests on the blocks. In one embodiment, the pixels of the block are compared to analogous pixels in a previous block (102). For example, the top left pixel of a block is compared to the top left pixel of the previous block. If all of the pixels are approximately equal to the corresponding pixels in the previous block, then no data need be sent for that block (104). In a second test, it is determined if all of the pixels in a block are approximately equal to a mean pixel value (105). If so, then only one color value need be transmitted. In a third test, it is determined if quantization of the pixels via companding result in an acceptable representation of the pixel values (108). If so, the quantization is performed. The present invention uses quantization (companding) codes that are proportional to the logarithm of the magnitude of the range quantized, computation of a magnitude byte that permits rapid discovery of the number of bits used for quantization of a block, recursive packing and unpacking of quantized pixel data, and two-dimensional paths through the block.

Description

METHOD AND APPARATUS FOR COMPRESSION AND DECOMPRESSION OF DATA
BACKGROUND
1. Field of the Invention
This invention relates to the field of data compression.
Portions of the disclosure of this patent document contain material that is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure as it appears in the Patent and Trademark Office file or records, but otherwise reserves all copyright rights whatsoever. Sun, Sun Microsystems, and MAJC, are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.
2. Background
Computer systems are increasingly being used to play back multimedia (audio and video) files. Current computer systems are often unable to transfer data quickly enough from storage to allow adequate playback. To solve this problem, the multimedia data is compressed for transmission and decompressed for playback. However, some compression schemes are not suitable for environments where there is little processing power available.
Computers are often used to process, play back, and display video data. This video data may come from sources such as storage devices, on-line services, VCRs, cable systems, broadcast television tuners, etc. Video data is memory intensive, that is, video data requires large amounts of memory for storage and use by a computer system. To reduce the transmission bandwidth and memory requirements when working with video data, various compression schemes have been developed so that less storage space is needed to store video information and a smaller bandwidth is needed to transmit it. Prior art video compression schemes include Motion JPEG, MPEG-1, MPEG-2, Indeo, Quicktime, True Motion-S, CinePak, etc.
Many prior art compression schemes rely on fast processing or powerful processors to decompress image or audio data. Many current systems exist where there is very little processing power available at the point of display. For example, a so called "thin" client that is part of a computer system may lack sophisticated processing power. A scheme is required that can compress and decompress data with little computational effort.
SUMMARY OF THE INVENTION
The present invention is a compression scheme for compressing audio and video data. For image compression, an image is divided into blocks of pixels. The blocks may be 4x4 pixels, 5x5 pixels, 8x8 pixels, etc. A number of algorithms are used on each block to determine the best method of compressing that block of pixels. In one embodiment, the invention performs tests on the blocks. In one embodiment, the pixels of the block are compared to analogous pixels in a previous block. For example, the top left pixel of a block is compared to the top left pixel of the previous block and so on. If the all of the pixels are approximately equal to the corresponding pixels in the previous block, then no data need be sent for that block, instead, the previous data can be used. In a second test, it is determined if all of the pixels in a block are approximately equal to a mean pixel value. If so, then only one color value need be transmitted for the block. In a third test, it is determined if quantization of the pixels via companding result in an acceptable representation of the pixel values. If so, the quantization is used.
The present invention uses quantization (companding) codes that are proportional to the logarithm of the magnitude of the range quantized, computation of a magnitude byte that permits rapid discovery of the number of bits used for quantization of a block, recursive packing and unpacking of quantized pixel data, and two-dimensional paths (even 4 parallel paths) through the 4 by 4 or 8 by 8 block. In the case of image processing, the companding algorithm is initialized for each block using one byte of pixel data, which represents the unquantized representation of the initial pixel of the block. Quantization (companding) proceeds on a pixel-by-pixel basis for each pixel in the block. Thus there are only a finite number of pixels processed for a given block before the quantization algorithm is reset using the unquantized representation of the initial pixel of the next block. Because only a finite number of pixels is processed, there is a high probability that only a limited range of quantization codes will be used for a given block. Therefore, there is an excellent chance that the quantization codes for a given block will fit into one or two bits, not the maximum of four bits. This effect permits compression of the quantization codes via the recursive packing algorithm.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 is a flow diagram illustrating the operation of one embodiment of the present invention.
Figure 2 is a flow diagram illustrating the operation of one embodiment of test A of the present invention.
Figure 3 is a flow diagram illustrating one embodiment of test B of the present invention.
Figure 4 is a diagram of the path taken by the compander through a block of pixels.
Figure 5 illustrates alternate paths taken by the compander in the present invention.
Figure 6 is a block diagram of a compander.
Figure 7 is a flow diagram illustrating one embodiment of test C of the present invention.
DETAILED DESCRIPTION OF THE INVENTION
A compression scheme for multimedia data is described. In the following description, numerous specific details are set forth in order to provide a more detailed description of the invention. It will be apparent, however, to one skilled in the art, that the present invention may be practiced without these specific details, hi other instances, well known details have not been provided so as to not unnecessarily obscure the invention.
The present invention is directed to a compression scheme for multi-media data. In an embodiment that compresses video data, compression is applied to each video frame of the video data. Each frame consists of lines of pixels. The pixels are grouped into blocks of pixels. The pixels are then subjected to a series of tests to determine if a simple or less computationally intensive compression scheme can be applied to the block. The tests are siniply the attempted application of increasingly more complex compression techniques. If a test is successful, that is, if the attempted compression results in adequate compression and acceptable quality, then no more testing is done and that compression scheme is applied to the block. If a test fails for lack of adequate compression or quality, then the next test in sequence is attempted.
The tests are attempted until adequate compression and quality are accomplished, or until the last test has been reached. The invention has the advantage of reducing the computation required for compression and for achieving greater compression rates than single algorithm schemes without loss of quality. A flow diagram of the operation of the invention is illustrated in Figure 1. At step 101 a block of pixels is defined. This block may be 4x4, 5x5, 8x8, or any other suitable block size. At step 102 a first test A is performed on the block. At decision block 103 it is determined whether the test is satisfied for compression and quality. If so, the system sends no data at step 104 and returns to step 101. If the decision at block 103 is not satisfied, the system applies a second test B at step 105. At decision block 106 it is determined whether the test is satisfied for compression and quality. If so, that compression scheme is applied at step 107 and the system returns to step 101.
If the decision at block 106 is not satisfied, the system performs test C on the block at step 108. At decision block 109 it is determined if the test resulted in appropriate compression and quality. If so, the scheme is applied at step 110 and the system retrieves the next block at step 101. If not, the block is uncompressed (step 111).
Although the system of Figure 1 shows the use of three tests for compression, the present invention can be used with any number of tests as appropriate. The number of tests used may impact the speed of compression and decompression. Where that is of concern, fewer tests may be used. However, the present invention contemplates an asymmetrical compression/decompression scheme, where compression might take longer than decompression.
In one embodiment of the invention, gamma corrected RGB color components for each pixel are transformed to obtain N, Cb, and Cr components. Y, Cb, and Cr are compressed independently to produce compression data for the block of pixels. For each of N, Cb, and Cr, the compression scheme produces six different compression codes that vary according to the block under consideration. Thus, for each pixel within a block, there are three outputs, each consisting of a compression code followed by a variable number of bytes of compressed data. The compression codes of this embodiment of the present invention (applied to a 4x4 block of pixels) are as follows:
Figure imgf000009_0001
The present invention combines the three compression codes into one "opcode" byte, followed by a variable number of bytes of compressed data for each of Y, Cb, and Cr.
The opcode byte is constructed by packing the three compression codes in radix-6 format. Letting Cy, Ccb, and CQ- represent the compression codes for Y, Cb, and Cr respectively, the opcode byte O is constructed as:
O=6(6Cy + CCb) + Ccr
Test A
In one embodiment of the invention, test A determines whether each pixel in the block being tested is approximately equal to the corresponding pixel in a previous block. For purposes of this discussion, the block being tested is referred to as the "present block" and the block to which it is compared is referred to as a "previous block". The previous block may be a block in a previous frame (such as a block in the corresponding block position as the present block). Alternatively, the previous block may be a block in the same frame as the present block, such as the immediately preceding block.
In test A, a variance is calculated between the present block and the previous block. This previous variance may be calculated as:
vp = ∑(pι - b| )2 where pj represents the present pixel value and bx represents the previous pixel value.
If the previous variance vp falls below a threshold referred to as the "previous variance threshold", then the previous block of pixels is an adequate approximation of the present block of pixels and it can be substituted for the present block. This is very efficient encoding since no block data need be transmitted for the present block.
The present invention provides additional optimization in this embodiment. If all three color components (Y, Cb, Cr) pass the variance test A, there is an assumption that the block of data is probably part of an image background that does not change much between subsequent frames of the image sequence. It is also likely that this block of pixels is adjacent to other blocks of pixels that represent other relatively invariant parts of the image background. When this occurs, the invention initializes a counter to one, and for each subsequent, adjacent block for which all three colors pass the variance test, the counter is incremented by one. This creates a run length limited (RLL) optimization of test A.
Whereas use of the opcode byte permits each block to be represented by one byte, the RLL optimization permits the representation of many blocks by only two bytes, where the first byte specifies the run length encoding and the second byte represents the length of the run. If only the second byte were used to indicate run length, only 255 blocks could be included in a run. This limitation is overcome by using part of the opcode byte to encode the most significant bits of the run length value.
The opcode byte contains three compression codes encoded in radix-6 format. Because each compression code can assume a value of 0 through 5, the opcode byte assumes values of 0 through 215, leaving 40 unused values in the opcode byte. These unused values can be taken advantage of to encode the MSB's of the run length. Letting o represent the value of the opcode byte and c represent the value of the count byte, then the values may be obtained from the count value via: o=(count»8)+216 c=count-[(count»8)«8] where » represents the right shift operator and »8 is equivalent to division by 256, and where « represents the left shift operator and «8 is equivalent to multiplication by 256. When the opcode byte and the count byte have been calculated as above, then the count value may be obtained from these two bytes by: count=[(o-216)«8]+c
This approach allows the encoding of a run length of 10,239.
The first test of this embodiment of the present invention looks for blocks that are approximately identical, that is, their variance is within some threshold value. If a series of blocks have pixel values that vary slowly, each present block, when compared with a previous block, may satisfy the conditions of test A. However, when test A is satisfied, the same block is used again and again by the decoder. In some situations, that could lead to propagation of error. Consider where 100 consecutive blocks vary from each other by some small value. If test A is not satisfied for the first block, the pixel values of that block are transmitted. The first block now becomes the previous block and the next block becomes the present block. If a comparison of the present and previous blocks now satisfies test A, the result is to send no data, because the decoder can use the previously sent block (that is, the first block.) If this situation were to repeat for 100 blocks, the first block would be used by the decoder for all of the 100 blocks, even though after 100 repeats the difference in pixel values between the first block and the present block is 100 times the difference between any two consecutive blocks. In this situation, the decoder uses the first block for the present block even though the large difference between the two blocks does not satisfy the conditions of test A.
The problem can be eliminated by designating the most recently transmitted block as the previous block. With this approach, each present block is compared to the block actually transmitted (in the above example, the first block.) hi this manner, gradual changes in pixel values will eventually exceed the threshold for test A and result in transmission of the present block (and correspondingly replace the previous block with the newly transmitted block.)
It should be noted that, in one embodiment of the invention, test A can include a check for exact equality of a pixel of one block and a corresponding pixel of another block. Exact equality is subsumed in the test for approximate equality, but the exact equality test has relatively low computational cost and can result in higher compression speeds, particularly for synthetic graphic images.
Figure 2 is a flow diagram of one embodiment of test A. At step 200, the pixel block to be examined is obtained. At step 201 the pixels are tested for equality with corresponding pixels of another block. At decision block 202, if all pixels are equal, compression code 0 is transmitted at step 208. If the pixels are not equal at block 202 the block variance is calculated at step 203. At decision block 204 it is determined if the variance is within the desired threshold. If not, the system moves to test B at step 207.
If the variance threshold is met at step 204, compression code 0 is transmitted at step
208. At step 209, the last transmitted block is set as the previous block at the system returns to step 200.
Test B
If the block fails the first test, then a second type of comparison (test B) is applied. Test B is actually a two part test. First, test B determines whether all pixels within the block are equal to one another. If so, the compression algorithm outputs compression code 1, followed by one byte representing the constant value of the color component within the block.
If all of the pixels in the block are not equal, then the least-squares variance vls is - computed for the block to see if all of the pixels in the block are approximately equal to some mean value as follows:
Figure imgf000014_0001
where Ν is the number of pixels in the block and pj represents the pixel values. If the least- squares variance is less than a low-variance threshold, then the mean pixel value for the block is a reasonable approximation to the value of all pixels within the block. In this case, the algorithm outputs compression code 1, followed by one byte representing the mean pixel value for the block. Note that a positive least-squares variance test is the second instance where the compression algorithm outputs compression code 1 followed by one byte of data. The first instance was the case where all pixels were equal to one another within the block. The least-squares variance test is a more general test that subsumes the case where all pixels are equal. Thus, it is possible to eliminate the test for equality of pixels, and allow this condition to be detected as a least-squares variance of zero. However, the equality test has a low computational cost and could result in higher compression speeds for images with traditional amounts of single color backgrounds. This feature may, for example, be enabled when compressing synthetic images, as they are more likely to have regions of constant pixel values. The feature may be disabled when compressing video images, which may lack such uniform backgrounds.
Figure 3 is a flow diagram illustrating one embodiment of test B. At step 300, the next pixel block to be examined is obtained. At step 301 an equality test is performed to see if all of the pixels in the block are equal. If so, compression code 1 is transmitted at step 302 and the system returns to step 300.
If all of the pixels are not equal then the least squares variance test is applied at step 303. If the variance test is satisfied at decision block 304, the system outputs compression code 1 at step 302 and returns to step 300. If the variance test is not satisfied, the system proceeds to test C at step 305.
Test C
If the least-squares variance is greater than the low- variance threshold, then the simple cases have been exhausted, and the pixels within the block are subjected to Test C. For each 8-bit pixel value, the quantizer produces a 4-bit quantization code that represents the quantized difference between the pixel value and the value of the previous pixel within the block. (Note that the definition of the previous pixel can mean a number of things).
Consider the following quantization algorithm: for each block last_value = firstjpixel for each pixel_value p in block diff = p - last_value q_value = quant[diffj last_value = clamp [last_value
+ dquant[q_value]] emit q_vahιe end end The quantization algorithm is implemented using two table lookups. The quant[diff] operation is accomplished via a lookup table addressed by a 9-bit signed difference between successive pixel values. The clamp [last_value + dquant[q_value]] operation is accomplished via a lookup table addressed by a 12-bit value that is obtained by catenating the 4-bit q_value with the 8-bit last_value.
An extension of the above quantization algorithm permits estimation of the coarseness of the quantization. As the quantizer creates the quantized values for a particular block, it creates the quantization variance vq:
Figure imgf000016_0001
where p; represent the original pixel values and q; represent the quantized pixel values. If the quantization variance exceeds a high- variance threshold, the quantization will introduce too much error into the pixel representation, and hence the quantized data must not be used, hi this case, the compression algorithm outputs compression code 5, followed by 16 bytes representing the 16 unquantized pixel values for the 4x4 block (or 64 bytes for an 8x8 block.) Prior to comparison to the low- or high-variance thresholds, respectively, the least- squares variance and quantization variance can be normalized to the square of the mean pixel value for the block. The normalized variance expresses a constant ratio between the least-squares error and the mean pixel value for the block. Because the human visual system is sensitive to ratios of light intensity, this approach models the threshold test after the physiologic response of the human visual system.
Returning now to the discussion of quantization, if the quantization variance does not exceed the high-variance threshold, then the quantized pixel values will be output. However, often it is possible to output fewer than four bits per pixel of quantized data. In order to output fewer than four bits, it is necessary to define quantization codes such that there is a correlation between the number of bits used by a particular quantization code, and the magnitude of the difference that is quantized. Such a definition is:
Figure imgf000017_0001
This coding can be important, because for many blocks the interpixel variation is sufficiently small that any quantization code produced for these blocks may be represented using two bits, or even one bit.
A test of the number of bits required to represent any quantization code for a particular block may be implemented as follows. Prior to producing the quantization codes, the quantizer initializes a magnitude byte to zero. As the quantizer creates each quantization code, it inclusively ORs the code into this magnitude byte. When the quantizer has finished creating quantization codes for all pixels of the block, the magnitude byte contains a value that may be bit-tested to determine the maximum number of bits required to represent any quantization code for the block. Once the number of bits required to represent any quantization code for the block is determined, the compression algorithm packs the quantization codes as two, four, or eight pixels per byte, corresponding to four, two or one bit per pixel, respectively. It is possible to pack the quantization codes as follows.
A 4x4 block contains 16 quantization codes. The quantizer places these 16 codes into an array of 16 unsigned characters, with each code occupying the four least-significant bits of a character. Using the union type available in C, it is possible to simultaneously represent the 16-element character array as an array of eight shorts, four integers, or two long longs: typedef union block { unsigned char c[16]; unsigned short s[8]; unsigned int i [4]; unsigned long long 11[2]; } Block;
Then with a variable b of type Block, it is possible to pack the quantization codes recursively into the two-, four- and eight-pixels-per-byte representations as follows:
b->ll[0] = ((b->ll[0]) « 4) I (b->ll[l]); b->i[0] = (O»i[0]) « 2) I (b->i[l]); b->s[0] = ((b->s[0]) « l) | (b->s[l]);
The first of the above operations packs the codes as two pixels per byte, the second packs them as four pixels per byte, and the third packs them as eight pixels per byte. The worst case, where quantization codes are to be packed eight bits per pixel, requires only three shifts and three inclusive ORs per 4x4 block, making for an efficient scheme. This scheme may be adapted without difficulty to other block sizes, for example, and 8x8 block.
These recursive packing operations affect the ordering of the quantization codes within the 16-element array. If the codes were initially arranged in the following order in the array for a 4x4 block: 0123456789101112131415
then the recursive packing operations shuffles the codes successively as the packing operation proceeds from four to two to one bit per pixel, as shown below:
0819210311412513614715 0481215913261014371115 0246810121413579111315
This permutation of the order of the codes is acceptable, so long as the decoder unpacks the codes in the proper order.
For a 4x4 block, the four-, two- and one-bit-per-pixel representations require eight, four and two bytes, respectively. To these bytes is appended one additional byte which represents the unquantized value of the first pixel in the block. This byte provides an accurate starting point for the decoder at the beginning of each block. This approach makes the decoder less sensitive to bit errors that may arise due to transmission noise affecting the encoded image data. Additionally, this approach increases the probability that the quantized pixel data may be represented using less than four bits per pixel.
Depending upon which packing representation is used, the compression algorithm outputs a compression code (4, 3, or 2) followed by one byte representing the value of the first pixel of the block, followed by eight, four or two bytes of quantized pixel data (for a 4x4 block.)
Figure 7 is a flow diagram illustrating one embodiment of test C. At step 700 the next pixel block to be examined is obtained. At step 701 the magnitude byte is initialized to zero. At step 702 the companding algorithm produces the 4-bit quantization codes. Also at this step, each quantization code is inclusively ORed into the magnitude byte. At step 703 the quantization variance Vp is calculated from the original pixel values pi and the quantized pixel values qi. Note that this step may be performed contemporaneously with step 702.
At step 704 the quantization variance is examined. If the quantization variance exceeds the high variance threshold, then 8 bits per pixel are output in step 705, and control transfers back to step 700 to process the next block of pixels. If, however, the quantization variance does not exceed this threshold, then the 4-bit quantization codes will be packed and outputted. hi step 706 the magnitude byte is examined to determine the number of bits required to represent the quantization codes (4, 2, or 1). In step 707 the quantization codes are packed via the recursive packing algorithm, hi step 708, the 8 bit value of the initial pixel of the block is outputted, followed by the packed quantization codes. Control then transfers back to step 700 to process the next block of pixels.
Prior Pixel
The quantizer quantizes the difference between successive pixels. A block of pixels is two-dimensional. For this reason, the quantizer is directed to follow a path through the block, such as the path from point a to point b shown in Figure 4 for a 4x4 block.
Figure 4 shows the path taken by the compander as it proceeds on a pixel-by-pixel basis through a 4 by 4 block of pixels, beginning with pixel a (top left) and ending with pixel b (bottom left). The path is continuous with the compander going from left to right in the first row, moving to the rightmost pixel in the second row and going right to left, moving to the leftmost pixel of the third row and going left to right, and so on. The pixel data for pixel a is represented using an unquantized (i.e., 8-bit) representation. The pixel data for all other pixels is represented using the quantized (i.e., 4-bit) representation. The path shown in Figure 4 optimizes memory access for pixels stored in row order. Various alternative paths are possible. For example, in order to optimize quantizer performance for Sun's MAJC processor, four separate paths are taken through the four 4x4 blocks comprised by an 8x8 block. The MAJC processor quantizes pixels along these four paths in parallel using its four functional units.
Figure 5 shows 4 different paths taken by the compander as it proceeds along four different paths through a 4 by 4 block of pixels. These four paths are taken so that more than one path may be processed simultaneously by a parallel processor such as Sun's MAJC processor. The four paths taken are: a,a,b,c,d; a,e,f,g,h; a,i,j,k,l; and a,m,n,o,p. Note that for the first of the four paths, the pixel a is listed twice. This is the case because the compander calculates the difference between successive pixels along a path. In the case of the first path, the differences are a-a, b-a, c-b and d-c. For the second path, the differences are e-a, f- e, g-f and h-g. For the third and fourth path, the differences are computed in an analogous manner. Thus for each path, four differences are calculated. Many different paths are possible. A necessary condition is that the decoder must know the path that the encoder has taken in order that the decoder be able to reconstruct the pixel values in order. It would be possible to traverse the block in pseudorandom order, and even in a different order for different blocks, so long as the decoder could traverse the block in the same order as the encoder. Note that any path through the block creates a two-dimensional traversal of the block.
Compander
Figure 6 is a block diagram of a compander, which is one form of a differential pulse-code modulation (DPCM) coder. The diagram shows the quantizing operation of the encoder. In particular, the 8-bit value of the last pixel 1{ is subtracted from the 8-bit value of the present pixel pj to form a 9-bit value that is quantized to form the 4-bit quantized value qi . h order to update the value of the last pixel 1{ , the encoder performs the same operations that are to be performed by the decoder. The dashed box encloses these operations. Specifically, the 4-bit quantized value qi is dequantized to obtain a 9-bit value. This 9-bit dequantized value is added to the 8-bit value of the last pixel li to obtain a 10-bit value. This 10-bit value occurs because the 4-bit quantized value qi is not a fully accurate representation of the 8-bit pixel value pi, and so the value obtained by addition of the 9-bit dequantized value to the 8-bit value of the last pixel li may be less than 0 or greater than 255 (the allowed range for an 8-bit number.) Therefore, the 10-bit value is passed through a low-pass filter (LPF) which clamps it to the range of 0 to 255. The resulting 8-bit value becomes the updated value for li . These techniques are known in the prior art. An implementation of a compander in an alternate embodiment uses lookup tables to quantize and to perform the decoding function enclosed by the dashed box. The quantizing lookup table is accessed using a 9-bit address, and therefore contains 29 =512 entries. The decoding lookup table is accessed using a 12-bit address (created by catenating the 4-bit quantized value qi to the 8-bit value of the last pixel lj ), and therefore contains 212 =4096 entries.
Decompression Algorithm Operation
The decompression algorithm is designed to decode byte-aligned data as efficiently as possible. The first step of the decoding process is to decode the opcode byte O in order to determine how many bytes will follow for each of N, Cb and Cr. Because the opcode byte O is encoded in radix-6 format, it is decoded to obtain the compression codes Cγ , CCb and CCr as follows (see eq. 1):
Cγ = O/36
CCb = (Omod36)/6 Ccr = (Omod36)mod6 These decoding operations are implemented as table lookups where the tables are addressed by eight bits of O.
Once the compression codes have been obtained, the decompression algorithm constructs a block of pixels as directed by the compression codes described above. If the compression code is 0, no further decoding is necessary because the pixels have already been received as the previous block. The pixels are therefore copied from that block. If the compression code is 5, then the subsequent 16 bytes represent the 16 pixels of the 4x4 block (or 64 bytes for an 8x8 block.) If the compression code is 1, then the next byte is to be stored into all pixels of the block. This operation may be accomplished efficiently by taking advantage of the union type described above. Using a variable b of type Block, the byte of data is stored in b->c[0], then replicated to all other pixels of the block as follows:
b->c[l] = b->c[0]; b->s[l] = b->s[0]; b->i[l] = b->i[0]; b->ll[l] = b->ll[0];
If the compression code is 2, 3, or4, then the next byte is the 8-bit representation of the first pixel of the block, and subsequent bytes represent the quantization codes packed as one, two or four bits per pixel, respectively. Because the packing operation has shuffled the quantization codes and permuted their order, the unpacking operation must restore the original order.
The following sequence of operations accomplishes unpacking in the correct order.
It utilizes a variable b of type Block. The operations recursively unpack the data from one bit per pixel to two bits per pixel, from two bits per pixel to four bits per pixel, and from four bits per pixel to eight bits per pixel, thus placing each (unpacked) 4-bit quantization code into the four least-significant bits of an 8-bit byte:
b->s[l] = (b->s[0]) & 0x5555; b->s[0] = ((b->s[0]) » 1) & 0x5555; b->i[l] = (b->i[0]) & 0x33333333; b->i[0] = ((b->i[0]) » 2) & 0x33333333;
b->U[l] = (b->ll[0J) & OxOfOfOfOfOfOfOfOf; b->U[0] = ((b->ll[0]) » 4) & OxOfOfOfOfOfOfOfOf;
Once the quantized codes have been unpacked, they may be used to recover quantized pixel data. This operation can be implemented as a table lookup as below: for each block last_value = first_pixel for each quantization- value q_value in block last_value = clamp [last_value
+ dquant[q_value]] emit last_yalue end end
The clamp [last_value + dquant[q_vahιe]] operation is accomplished via a lookup table addressed by a 12-bit value that is obtained by catenating the 4-bit q_value with the 8- bit last_value.
Sound Compression
The present invention may apply equally well to sound compression. At regular intervals, the sound companding algoritlim is re-set using the unquantized representation of a sound sample, in a manner analogous to the way in which the initial pixel for a block is represented in an unquantized manner. If the quantization codes are chosen to be proportional to the logarithm of the magnitude of the sound quantized, then the probability is high that, between any two unquantized representations of sound samples, the quantized representations would fit into less than the maximum number of quantized bits. In this case, the quantized representations could be further compressed via the recursive packing algorithm.

Claims

CLAIMS OF THE INVENTIONWe claim:
1. A method for data compression comprising: defining a block of pixels as a present block; comparing a color value of each pixel of said present block to a corresponding pixel of a previous block; transmitting no data when each of said pixels of said present block is approximately equal to said corresponding pixel of said previous block; comparing a color value of each of said pixels of said present block to every other pixel of said present block when each of said pixels is not approximately equal to said corresponding pixel of said previous block; transmitting no data when each of said pixels of said present block is approximately equal to every other pixel of said present block; quantizing each pixel to a quantized value of said present block when each of said pixels of said present block is not approximately equal to every other pixel of said present block; transmitting said quantized value when said quantized value is within a predetermined quantization variance.
PCT/US2001/040040 2000-02-07 2001-02-06 Method and apparatus for compression and decompression of digital images WO2001057804A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2001247962A AU2001247962A1 (en) 2000-02-07 2001-02-06 Method and apparatus for compression and decompression of data

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/499,262 2000-02-07
US09/499,262 US6687410B1 (en) 2000-02-07 2000-02-07 Method and apparatus for compression and decompression of data

Publications (2)

Publication Number Publication Date
WO2001057804A2 true WO2001057804A2 (en) 2001-08-09
WO2001057804A3 WO2001057804A3 (en) 2002-03-14

Family

ID=23984535

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/040040 WO2001057804A2 (en) 2000-02-07 2001-02-06 Method and apparatus for compression and decompression of digital images

Country Status (3)

Country Link
US (1) US6687410B1 (en)
AU (1) AU2001247962A1 (en)
WO (1) WO2001057804A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1246470A1 (en) * 2001-03-28 2002-10-02 Texas Instruments Incorporated Image compression
WO2005074143A1 (en) * 2004-02-02 2005-08-11 Adams Platform Pty Ltd System and method for encoding/decoding live audio/video information

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7171444B2 (en) * 2001-11-14 2007-01-30 Sharp Laboratories Of America, Inc. Remote desktop protocol compression system
FR2844935B1 (en) * 2002-09-25 2005-01-28 Canon Kk TRANSCODING DIGITAL DATA
US7903892B2 (en) * 2002-10-29 2011-03-08 Ati Technologies Ulc Image analysis for image compression suitability and real-time selection
US7139035B2 (en) * 2002-12-30 2006-11-21 Texas Instruments Incorporated Video noise floor estimator with impulse noise detection
US7643679B2 (en) 2003-02-13 2010-01-05 Ati Technologies Ulc Method and apparatus for block based image compression with multiple non-uniform block encodings
US7764833B2 (en) * 2003-02-13 2010-07-27 Ati Technologies Ulc Method and apparatus for anti-aliasing using floating point subpixel color values and compression of same
US8111928B2 (en) * 2003-02-13 2012-02-07 Ati Technologies Ulc Method and apparatus for compression of multi-sampled anti-aliasing color data
US20060098031A1 (en) * 2004-10-26 2006-05-11 Lai Jimmy K L System and method for effectively performing image rotation procedures in a compressed domain
US7606429B2 (en) * 2005-03-25 2009-10-20 Ati Technologies Ulc Block-based image compression method and apparatus
US7689047B2 (en) * 2005-04-19 2010-03-30 Samsung Electronics Co, Ltd. Reduced buffer size for JPEG encoding

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4809067A (en) * 1986-05-26 1989-02-28 Mitsubishi Denki Kabushiki Kaisha Method and apparatus for encoding transmitting and receiving image by pulse code modulation
WO1993014600A1 (en) * 1992-01-21 1993-07-22 Supermac Technology Method and apparatus for compression and decompression of color image data
US5847766A (en) * 1994-05-31 1998-12-08 Samsung Electronics Co, Ltd. Video encoding method and apparatus based on human visual sensitivity
US5862261A (en) * 1996-05-09 1999-01-19 Daewoo Electronics Co., Ltd. Current frame prediction method and apparatus for use in an image signal encoding system
US6023295A (en) * 1996-09-12 2000-02-08 Sgs-Thomson Microelectronics S.R.L. ADPCM recompression and decompression of a data stream of a video image and differential variance estimator

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5157743A (en) * 1987-10-28 1992-10-20 Canon Kabushiki Kaisha Image information coding apparatus
US4984076A (en) * 1988-07-27 1991-01-08 Kabushiki Kaisha Toshiba Image compression coding system
JP3196906B2 (en) * 1992-08-21 2001-08-06 富士ゼロックス株式会社 Image signal encoding device
AU6381394A (en) * 1993-03-30 1994-10-24 Lewis, Adrian S. Data compression and decompression
US6031937A (en) * 1994-05-19 2000-02-29 Next Software, Inc. Method and apparatus for video compression using block and wavelet techniques
US5739861A (en) * 1996-05-06 1998-04-14 Music; John D. Differential order video encoding system
US6101276A (en) * 1996-06-21 2000-08-08 Compaq Computer Corporation Method and apparatus for performing two pass quality video compression through pipelining and buffer management
US6072830A (en) * 1996-08-09 2000-06-06 U.S. Robotics Access Corp. Method for generating a compressed video signal
US6233017B1 (en) * 1996-09-16 2001-05-15 Microsoft Corporation Multimedia compression system with adaptive block sizes
US6281942B1 (en) * 1997-08-11 2001-08-28 Microsoft Corporation Spatial and temporal filtering mechanism for digital motion video signals
US6014181A (en) * 1997-10-13 2000-01-11 Sharp Laboratories Of America, Inc. Adaptive step-size motion estimation based on statistical sum of absolute differences
JP2000175052A (en) * 1998-12-07 2000-06-23 Xerox Corp Processing method and system for pixel map expression

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4809067A (en) * 1986-05-26 1989-02-28 Mitsubishi Denki Kabushiki Kaisha Method and apparatus for encoding transmitting and receiving image by pulse code modulation
WO1993014600A1 (en) * 1992-01-21 1993-07-22 Supermac Technology Method and apparatus for compression and decompression of color image data
US5847766A (en) * 1994-05-31 1998-12-08 Samsung Electronics Co, Ltd. Video encoding method and apparatus based on human visual sensitivity
US5862261A (en) * 1996-05-09 1999-01-19 Daewoo Electronics Co., Ltd. Current frame prediction method and apparatus for use in an image signal encoding system
US6023295A (en) * 1996-09-12 2000-02-08 Sgs-Thomson Microelectronics S.R.L. ADPCM recompression and decompression of a data stream of a video image and differential variance estimator

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"TWO-DIMENSIONAL MODIFIED RUN-LENGTH CODING FOR QUANTIZED IMAGE/VIDEO SUBBAND SIGNALS" IBM TECHNICAL DISCLOSURE BULLETIN, IBM CORP. NEW YORK, US, vol. 34, no. 1, June 1991 (1991-06), pages 289-291, XP000210220 ISSN: 0018-8689 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1246470A1 (en) * 2001-03-28 2002-10-02 Texas Instruments Incorporated Image compression
WO2005074143A1 (en) * 2004-02-02 2005-08-11 Adams Platform Pty Ltd System and method for encoding/decoding live audio/video information

Also Published As

Publication number Publication date
WO2001057804A3 (en) 2002-03-14
AU2001247962A1 (en) 2001-08-14
US6687410B1 (en) 2004-02-03

Similar Documents

Publication Publication Date Title
KR100491333B1 (en) Real time algorithms and architectures for coding images compressed by dwt-based techniques
US6285796B1 (en) Pseudo-fixed length image compression scheme
CN1135494C (en) Efficient table-lookup based visually-lossless image compression scheme
US6219457B1 (en) Method and system for decoding data encoded in a variable length code word
US7991052B2 (en) Variable general purpose compression for video images (ZLN)
US6166664A (en) Efficient data structure for entropy encoding used in a DWT-based high performance image compression
RU2417518C2 (en) Efficient coding and decoding conversion units
US6301392B1 (en) Efficient methodology to select the quantization threshold parameters in a DWT-based image compression scheme in order to score a predefined minimum number of images into a fixed size secondary storage
US6292114B1 (en) Efficient memory mapping of a huffman coded list suitable for bit-serial decoding
JP2527874B2 (en) Device for imparting robustness to local image loss to compressed image data.
US5892549A (en) Method and apparatus for compressing a digital signal using vector quantization
US8068544B2 (en) Compression with doppler enhancement
JPH07262175A (en) Function transformation arithmetic unit
US6687410B1 (en) Method and apparatus for compression and decompression of data
JP3231674B2 (en) Signal encoding method
Patidar et al. A review on medical image data compression techniques
JPH03158070A (en) High speed image decoder
Pancholi et al. Tutorial review on existing image compression techniques
JP2808110B2 (en) Digital image data compression method
KR100744442B1 (en) Improved cascaded compression method and system for digital video and images
JP2002290744A (en) Image compression scheme
KR900004962B1 (en) Picture image transmiting system of telephone
JPH06292020A (en) Method and device for decoding picture code
Galan-Hernandez et al. Advances in Image and Video Compression Using Wavelet Transforms and Fovea Centralis
JPH09307895A (en) Digital video frame signal coding method and device

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP