throbber
(12) INTERNATIONAL APPLICATION PUBLISHED UNDER THE PATENT COOPERATION TREATY (PCT)
`
`(19) World Intellectual Property Organization
`International Bureau
`
`11111111111111111111111111111111111111111111111111111111111111111111111111111111
`
`(43) International Publication Date
`9 August 2001 (09.08.2001)
`
`PCT
`
`(10) International Publication Number
`WO 01/57804 A2
`
`(51) International Patent Classification7:
`
`G06T 9/00
`
`(21) International Application Number: PCT/USOI/40040
`
`(22) International Filing Date: 6 February 2001 (06.02.2001)
`
`(25) Filing Language:
`
`(26) Publication Language:
`
`English
`
`English
`
`(30) Priority Data:
`09/499,262
`
`7 February 2000 (07.02.2000) US
`
`(71) Applicant: SUN MICROSYSTEMS, INC. [-/US]; 901
`San Antonio Road, Palo Alto, CA 94303 (US).
`
`(72) Inventor: BROWN, Russel, A.; 1021 College Avenue,
`Palo Alto, CA 94306 (US).
`
`(81) Designated States (national): 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, 1tiN, 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.
`
`(84) Designated States (regional): ARIPO patent (GH, GM,
`KE, LS, MW, MZ, SD, SL, SZ, TZ, UG, ZW), Eurasian
`patent (AM, AZ, BY, KG, KZ, MD, RU, TJ, TM), European
`patent (AT, BE, CH, CY, DE, DK, ES, FI, FR, GB, GR, IE,
`IT, LU, MC, NL, PT, SE, TR), OAPI patent (BF, BJ, CF,
`CG, CI, CM, GA, GN, GW, ML, MR, NTI, SN, TD, TG).
`
`Published:
`without international search report and to be republished
`upon receipt of that report
`
`(74) Agents: HARRIMAN, J., D., II; Coudert Brothers, Suite
`2300, 333 South Hope Street, Los Angeles, CA 90071 et
`a!. (US).
`
`For two-letter codes and other abbreviations, refer to the "Guid(cid:173)
`ance Notes on Codes and Abbreviations" appearing at the begin(cid:173)
`ning of each regular issue of the PCT Gazette.
`
`(_54) Title: MUTHOD AND APPARATUS FOR COMPRESSION AND DECOMPRESSION OF DATA
`
`--
`
`;;;;;;;;;;;;;;;
`;;;;;;;;;;;;;;;
`;;;;;;;;;;;;;;;
`-
`
`DEFINE BLOCK OF PIXELS
`101
`
`is a
`invention
`TI1e present
`(57) Abstract:
`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.
`Tn one embodiment, the invention performs tests
`on the blocks.
`In one embodiment, the pixels of
`the block arc 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.
`
`---
`
`;;;;;;;;;;;;;;;
`
`- --;
`
`;;;;;;;;;;;;;;
`
`;;;;;;;;;;;;;;; --;;;;;;;;;;;;;;; -
`
`Vedanti Systems Limited - Ex. 2004
`Page 1
`
`

`
`WO 01/57804
`
`PCT/USOl/40040
`METHOD AND APPARATUS FOR COMPRESSION AND
`
`DECOMPRESSION OF DATA
`
`BACKGROUND
`
`5
`
`1. Field of the Invention
`
`This invention relates to the field of data compression.
`
`10
`
`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 Micro systems, and MAJC, are trademarks or registered trademarks of Sun
`
`15 Microsystems, Inc. in the United States and other countries.
`
`2. Background
`
`Computer systems are increasingly being used to play back multimedia (audio and
`
`20
`
`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.
`
`25
`
`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.
`
`1
`
`Vedanti Systems Limited - Ex. 2004
`Page 2
`
`

`
`wo 01/57804
`
`PCT/USOl/40040
`
`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 an.d a smaller bandwidth is needed to transmit it. Prior art
`
`5
`
`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
`
`10
`
`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.
`
`2
`
`Vedanti Systems Limited - Ex. 2004
`Page 3
`
`

`
`wo 01/57804
`
`PCT/USOl/40040
`
`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
`
`5
`
`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. fu one embodiment, the
`
`invention performs tests on the blocks. fu 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
`
`10
`
`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. fu 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
`
`15
`
`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
`
`20
`
`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
`
`25
`
`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
`
`3
`
`Vedanti Systems Limited - Ex. 2004
`Page 4
`
`

`
`wo 01/57804
`PCT/USOl/40040
`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.
`
`4
`
`Vedanti Systems Limited - Ex. 2004
`Page 5
`
`

`
`wo 01/57804
`
`PCT/USOl/40040
`
`BRIEF DESCRIPTION OF THE DRAWINGS
`
`Figure 1 is a flow diagram illustrating the operation of one embodiment of the
`
`present invention.
`
`5
`
`Figure 2 is a flow diagram illustrating the operation of one embodiment oftest A of
`
`the present invention.
`
`Figure 3 is a flow diagram illustrating one embodiment of test B of the present
`
`10
`
`invention.
`
`Figure 4 is a diagram of the path taken by the compander through a block of pixels.
`
`Figure 5 illustrates altemate paths taken by the compander in the present invention.
`
`15
`
`Figure 6 is a block diagram of a compander.
`
`Figure 7 is a flow diagram illustrating one embodiment oftest C of the present
`
`invention.
`
`5
`
`Vedanti Systems Limited - Ex. 2004
`Page 6
`
`

`
`wo 01/57804
`
`PCT/USOl/40040
`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
`
`5
`
`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. In 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
`
`10
`
`an embodiment that compresses video data, compression is applied to each video frame of
`
`the video data. Each frame consists oflines of pixels. The pixels are grouped into blocks of
`
`pixels. The pixels are then subjected to a series of tests to detennine if a simple or less
`
`computationally intensive compression scheme can be applied to the block. The tests are
`
`simply the attempted application of increasingly more complex compression techniques. If
`
`15
`
`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.
`
`20
`
`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
`
`25
`
`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 retums to step 101.
`
`6
`
`Vedanti Systems Limited - Ex. 2004
`Page 7
`
`

`
`wo 01/57804
`PCT/USOl/40040
`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.
`
`5
`
`If the decision at block 1 06 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).
`
`10
`
`Although the system ofFigure 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
`
`15
`
`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 Y, Cb, and Cr components. Y, Cb, and Cr are
`
`20
`
`compressed independently to produce compression data for the block of pixels. For each of
`
`Y, 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.
`
`25
`
`7
`
`Vedanti Systems Limited - Ex. 2004
`Page 8
`
`

`
`wo 01/57804
`PCT/USOl/40040
`The compression codes of this embodiment of the present invention (applied to a
`
`4x4 block of pixels) are as follows:
`
`Compression Code
`
`Interpretation
`
`Bytes
`
`0
`
`1
`
`2
`
`3
`
`4
`
`5
`
`0 bits per pixel
`
`112 bit per pixel
`
`1 bit per pixel
`
`2 bits per pixel
`
`4 bits per pixel
`
`8 bits per pixel
`
`0
`
`1
`
`3
`
`5
`
`9
`
`16
`
`5
`
`The present invention combines the three compression codes into one "opcode"
`
`byte, followed by a variable number of bytes of compressed data for each ofY, Cb, and Cr.
`
`The opcode byte is constructed by packing the three compression codes in radix-6
`
`format. Letting Cy, Ccb, and Ccr represent the compression codes for Y, Cb, and Cr
`
`10
`
`respectively, the opcode byte 0 is constructed as:
`0=6( 6Cy + Ccb) + Ccr
`
`15
`
`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
`
`8
`
`Vedanti Systems Limited - Ex. 2004
`Page 9
`
`

`
`WO 01/57804
`PCT/USOl/40040
`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.
`
`5
`
`This previous variance may be calculated as:
`
`where Pi represents the present pixel value and bi represents the previous pixel value.
`
`10
`
`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 ofthe
`
`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.
`
`15
`
`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
`
`20
`
`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 nm length limited (RLL) optimization oftest A.
`
`Whereas use of the opcode byte permits each block to be represented by one byte,
`
`25
`
`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
`
`9
`
`Vedanti Systems Limited - Ex. 2004
`Page 10
`
`

`
`wo 01/57804
`PCT/USOl/40040
`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.
`
`5 Because each compression code can assume a value ofO through 5, the opcode byte
`
`assumes values ofO 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:
`
`10
`
`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
`
`15
`
`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.
`
`20
`
`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
`
`25
`
`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,
`
`10
`
`Vedanti Systems Limited - Ex. 2004
`Page 11
`
`

`
`wo 01/57804
`PCT/USOl/40040
`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
`
`5
`
`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
`
`10
`
`the previous block. With this approach, each present block is compared to the block
`
`actually transmitted (in the above example, the first block.) In 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.)
`
`15
`
`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,
`
`20
`
`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,
`
`25
`
`compression code 0 is transmitted at step 208.
`
`11
`
`Vedanti Systems Limited - Ex. 2004
`Page 12
`
`

`
`PCT/USOl/40040
`WO 01/57804
`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.
`
`5
`
`If the variance threshold is met at step 204, compression code 0 is transmitted at step
`
`208. A.t step 209, the last transmitted block is set as the previous block at the system returns
`
`to step 200.
`
`12
`
`Vedanti Systems Limited - Ex. 2004
`Page 13
`
`

`
`wo 01/57804
`
`PCT/USOl/40040
`
`If the block fails the first test, then a second type of comparison (test B) is applied.
`
`5
`
`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.
`
`10
`
`If all of the pixels in the block are not equal, then the least-squares variance v1, is
`
`computed for the block to see if all of the pixels in the block are approximately equal to
`
`some mean value as follows:
`
`v
`Is
`
`15
`
`where N is the number of pixels in the block and Pi 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
`
`20
`
`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
`
`25
`
`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
`
`13
`
`Vedanti Systems Limited - Ex. 2004
`Page 14
`
`

`
`wo 01/57804
`PCT/USOl/40040
`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
`
`5
`
`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
`
`10
`
`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 Cat step 305.
`
`15
`
`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
`
`20
`
`the block. (Note that the definition of the previous pixel can mean a number of things).
`
`25
`
`30
`
`Consider the following quantization algorithm:
`for each block
`last_ value = first _pixel
`for each pixel_ value p in block
`diff = p - last_ value
`q_ value = quant[ diff]
`last_ value = clan1p[last_ value
`+ dquant[ q_ value]]
`
`emit q_ value
`
`end
`
`end
`
`14
`
`Vedanti Systems Limited - Ex. 2004
`Page 15
`
`

`
`WO 01/57804
`PCT/USOl/40040
`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
`
`5
`
`the 4-bit q_ value with the 8-bit last_ value.
`
`An extension of the above quantization algorithm permits estimation of the
`
`coarseness ofthe quantization. As the quantizer creates the quantized values for a particular
`
`block, it creates the quantization variance vq:
`
`10
`
`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
`
`15 much error into the pixel representation, and hence the quantized data must not be used. In
`
`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
`
`20
`
`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.
`
`25
`
`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
`
`15
`
`Vedanti Systems Limited - Ex. 2004
`Page 16
`
`

`
`wo 01/57804
`
`PCT/USOl/40040
`
`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:
`
`5
`
`Difference
`
`-255 to -91
`-90 to -71
`-70to-51
`-50 to -31
`-30to-16
`-15 to -8
`-7 to -3
`-2 to 0
`1 to 2
`3 to 7
`8 to 15
`16 to 30
`31 to 50
`51 to 70
`71 to 90
`91 to 255
`
`Code
`
`14
`12
`10
`8
`6
`4
`2
`0
`1
`3
`5
`7
`9
`11
`13
`15
`
`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.
`
`10
`
`A test of the number ofbits 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
`
`15
`
`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.
`
`16
`
`Vedanti Systems Limited - Ex. 2004
`Page 17
`
`

`
`wo 01/57804
`PCT/USOl/40040
`Once the number of bits required to represent any quantization code for the block is
`
`detennined, the compression algoritlnn 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.
`
`5
`
`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 inC, it is possible to simultaneously
`
`represent the 16-element character array as an array of eight shorts, four integers, or two
`
`10
`
`long longs:
`
`15
`
`typedefunion block {
`unsigned char c[l6];
`unsigned short s[8];
`unsigned inti[ 4];
`unsigned long l01ig 11[2);
`} Block;
`
`Then with a variable b of type Block, it is possible to pack the quantization codes
`
`20
`
`recursively into the two-, four- and eight-pixels-per-byte representations as follows:
`
`b->11[0] = ((b->11[0]) << 4) 1 (b->11[1]);
`b->i[O] = ((b->i[O]) << 2) I (b->i[1]);
`b->s[O] = ((b->s[O]) << 1) I (b->s[1]);
`
`25
`
`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
`
`30
`
`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:
`
`17
`
`Vedanti Systems Limited - Ex. 2004
`Page 18
`
`

`
`wo 01/57804
`0 12 3 4 56 7 8 9 10 1112 13 1415
`
`PCT/USOl/40040
`
`then the recursive packing operations shuffles the codes successively as the packing
`
`5
`
`operation proceeds from four to two to one bit per pixel, as shown below:
`
`0 8 1 9 2 10 3 11 4 12 5 13 6 14 7 15
`0 4 8 12 1 59 13 2 6 10 14 3 7 11 15
`0 2 4 6 8 10 12 14 1 3 57 9 11 13 15
`
`10
`
`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,
`
`15
`
`four and two bytes, respectively. To these bytes is app~nded one additional byte which
`
`represents the tmquantized value ofthe 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
`
`20
`
`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
`
`25
`
`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
`
`30
`
`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
`
`18
`
`Vedanti Systems Limited - Ex. 2004
`Page 19
`
`

`
`wo 01/57804
`PCT/USOl/40040
`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
`
`5
`
`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. In 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
`
`10
`
`are packed via the recursive packing algorithm. In step 708, the 8 bit value of the initial
`
`pixel of the block is o

This document is available on Docket Alarm but you must sign up to view it.


Or .

Accessing this document will incur an additional charge of $.

After purchase, you can access this document again without charge.

Accept $ Charge
throbber

Still Working On It

This document is taking longer than usual to download. This can happen if we need to contact the court directly to obtain the document and their servers are running slowly.

Give it another minute or two to complete, and then try the refresh button.

throbber

A few More Minutes ... Still Working

It can take up to 5 minutes for us to download a document if the court servers are running slowly.

Thank you for your continued patience.

This document could not be displayed.

We could not find this document within its docket. Please go back to the docket page and check the link. If that does not work, go back to the docket and refresh it to pull the newest information.

Your account does not support viewing this document.

You need a Paid Account to view this document. Click here to change your account type.

Your account does not support viewing this document.

Set your membership status to view this document.

With a Docket Alarm membership, you'll get a whole lot more, including:

  • Up-to-date information for this case.
  • Email alerts whenever there is an update.
  • Full text search for other cases.
  • Get email alerts whenever a new case matches your search.

Become a Member

One Moment Please

The filing “” is large (MB) and is being downloaded.

Please refresh this page in a few minutes to see if the filing has been downloaded. The filing will also be emailed to you when the download completes.

Your document is on its way!

If you do not receive the document in five minutes, contact support at support@docketalarm.com.

Sealed Document

We are unable to display this document, it may be under a court ordered seal.

If you have proper credentials to access the file, you may proceed directly to the court's system using your government issued username and password.


Access Government Site

We are redirecting you
to a mobile optimized page.





Document Unreadable or Corrupt

Refresh this Document
Go to the Docket

We are unable to display this document.

Refresh this Document
Go to the Docket