AUTOMATIC BIT-RATE CONTROLLED ENCODING AND DECODING OF DIGITAL IMAGES

New and improved apparatus and methods for encoding and decoding of a series of digital images. The throughput bit rate of conventional systems varies depending upon the complexity of the images. Applying apparatus and methods described herein, encoding and decoding of a series of digital images may be adjusted in an automated manner to achieve a constant throughput bit rate.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS-REFERENCES TO RELATED APPLICATIONS

[0001] This application claims priority from U.S. Provisional Patent Application No. 60/077,076, filed Mar. 6, 1998, the full disclosure of which is incorporated herein by reference. This application also claims priority from U.S. patent application Ser. No. 09/263,589, filed Mar. 5, 1999, the full disclosure of which is incorporated herein by reference.

BACKGROUND OF THE INVENTION

[0002] 1. Field of the Invention

[0003] The present invention relates to the field of image processing. More specifically, the present invention relates to a method and apparatus for automatically adjusting the rate at which a bit stream is processed.

[0004] 2. Description of the Related Art

[0005] This technique is suitable for widely-used image compression standards that integrate various algorithms into a compression system. Such image compression standards include video compression standards, such as the digital video standards specified by the Motion Picture Experts Group (the MPEG standards), by the Join Photographic Experts Group (the Motion JPEG standard), and by the Digital VCR Conference (the “Blue Book” or DV standard), all of which standards are included herein by reference.

[0006] The MPEG, JPEG, and DV standards are distinct compression formats based on discrete cosine transform (DCT) technology. The MPEG (in particular, MPEG2) standard is currently popular as a distribution format for satellite, cable, terrestrial broadcasting and digital video disc (DVD). The MPEG format uses a compression algorithm that utilizes both intraframe and interframe compression. The JPEG standard is most popularly used as a format for still images, but it may also be applied to video (Motion JPEG). The JPEG format uses only intraframe compression. The DV standard is currently gaining popularity as acquisition format for consumer digital camcorders, as well as professional digital cameras and post-production editing systems. Like the JPEG format, the DV format uses only intraframe compression.

[0007] The intraframe compression or encoding process in accordance with the above standards typically proceeds according to the process shown in FIG. 1. FIG. 1 is a flow diagram showing a conventional digital image encoding process (100). In a first step (102), the encoder constructs N×N (typically 8×8) blocks from a digital image input into the encoder. The result is a matrix of image blocks i(n1, n2), where n1=1, 2, 3, . . . , N1; n2=1, 2, 3, . . . , N2; N1=the number of rows; and N2=the number of columns. In a second step (104), the encoder applies a forward transform (typically a cosine related transform) to the matrix of image blocks to generate a matrix of transformed blocks I(k1, k2). In a third step (106), the encoder divides the matrix of transformed blocks I(k1, k2) by a predetermined, fixed quantization table or matrix Q(k1, k2), and subsequently quantizes the result to produce a quantized transformed matrix S(k1, k2) which comprises a matrix of symbols. Finally, in a fourth step (108), the encoder applies symbol encoding to transform the matrix of symbols S(k1, k2) to an output bit stream.

[0008] FIG. 3 is a flow diagram showing a conventional digital image decoding process (300). In a first step (302), the decoder receives an input bit stream and applies symbol decoding to regenerate the symbol matrix representing the quantized transformed matrix S(k1, k2). In a second step (304), the decoder multiplies the symbol matrix S(k1, k2) by the same predetermined, fixed quantization matrix Q(k1, k2) to produce a transformed matric I′(k1, k2). This transformed matrix I′(k1, k2) is an approximation of the original transformed matrix I(k1, k2), some fidelity having been permanently lost due to the quantization step (106) of the encoding process (100). In a third step (306), an inverse transform is applied to generate an image block matrix i′(n1, n2). The image block matrix i′(n1, n2) is an approximation of the original image block matrix i(n1, n2). Finally, in a fourth step (308), the blocks are merged to form an output digital image which is an approximation of the original image.

SUMMARY OF THE INVENTION

[0009] The present invention provides new and improved apparatus and methods for encoding and decoding of a series of digital images. The throughput bit rate of conventional systems varies depending upon the complexity of the images. Applying apparatus and methods of the present invention, encoding and decoding of a series of digital images may be adjusted in an automated manner to achieve a constant throughput bit rate.

[0010] For further understanding of the nature and advantages of the present invention, together with other embodiments, reference should be made to the ensuing detailed description taken in conjunction with the accompanying drawings.

BRIEF DESCRIPTION OF THE DRAWINGS

[0011] FIG. 1 is a flow diagram showing a conventional digital image encoding process (100).

[0012] FIG. 2 is a flow diagram showing a digital image encoding process (200) in accordance with a preferred embodiment of the present invention.

[0013] FIG. 3 is a flow diagram showing a conventional digital image decoding process (300).

[0014] FIG. 4 is a flow diagram showing a digital image decoding process (400) in accordance with a preferred embodiment of the present invention.

DESCRIPTION OF THE SPECIFIC EMBODIMENTS

[0015] FIG. 2 is a flow diagram showing a digital image encoding process (200) in accordance with a preferred embodiment of the present invention. The process (200) is similar to the conventional encoding process (100) in that the first two steps (102 and 104) are the same. However, thereafter the processes differ substantially.

[0016] In accordance with a preferred embodiment of the present invention, the third step (202) involves receiving a current quantization matrix or table (k1, k2). The current quantization matrix Q (k1, k2) is not predetermined and fixed, as it is in the conventional process (100). The current quantization matrix Q(k1, k2) is used to divide the transformed matrix I(k1, k2), and the result is quantized to generate the quantized transformed matrix of symbols S(k1, k2).

[0017] In a fourth step (204), symbol encoding is applied to generate an output bit stream. However, in addition to outputting the bit stream, the current quantization factor qf is also output with the bitstream. Furthermore, the current bit rate for the bit stream is fed back to the encoder.

[0018] In a fifth step (206), the encoder utilizes the fed back bit rate to determine the next quantization factor qf by adjustment to the current quantization factor. In a sixth step (208), this next quantization factor qf is used to determine the next quantization table or matrix Q(k1, k2). This next quantization matrix Q(k1, k2) becomes the current quantization matrix when it is fed into the third step (202) and used to divide the next transformed matrix I(k1, k2).

[0019] In a preferred embodiment of the present invention, the next quantization factor qf is determined using the following equation.

qf=Rtarget*Rprevious*(b+qprevious)−b

[0020] where Rtarget is the target compression ratio set for the automated process, Rprevious is the previous compression ratio, qprevious is the previous quantization factor, and b=1/a=1/0.234=4.27. Compression ratios are reciprocals of bit rates.

[0021] In a preferred embodiment of the present invention, the next quantization matrix Q(k1, k2) is determined using the following equations.

Q(k1, k2)=[Qfixed(k1, k2)*qf]/64+0.5

[0022] where Qfixed(k1, k2) may be, for example, a standard quantization table from the JPEG specification.

[0023] FIG. 4 is a flow diagram showing a digital image decoding process (400) in accordance with a preferred embodiment of the present invention. The process (400) is similar to the conventional decoding process (300) in that the basic steps are the same. However, the processes differ is important aspects.

[0024] Like the conventional process (200), in a first step (302) symbol decoding is applied to an input bit stream to generate a matrix of symbols S(k1, k2). However, here, in a second step (406) the symbol matrix is multiplied by a current quantization table Q(k1, k2) rather than a predetermined, fixed quantization table. The current quantization table Q(k1, k2) is derived as follows.

[0025] First, in parallel to the first step (302), in a first additional step (402), a quantization factor qf is extracted from the input bit stream. The quantization factor qf having been output along with the rest of the bit stream in the fourth step (204) of the encoding process in FIG. 2. In a second additional step (404), this quantization factor qf is used to determine the current quantization table Q(k1, k2) for application in the second step (406) discussed above.

[0026] As will be understood by those with ordinary skill in the art, the present invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof.

Claims

1. A method for lossy compression of a series of digital images, the method comprising:

receiving frequency blocks for a digital image, the frequency blocks including frequency data from a digital image;
dividing the frequency blocks by a quantization table in a quantized manner to generate thresholded and quantized frequency blocks;
symbol encoding the thresholded and quantized frequency blocks to generate a bit stream;
calculating a bit rate for the bit stream;
calculating a quantization factor using the bit rate;
recalculating the quantization table using the quantization factor; and
repeating the method for a next digital image.

2. The method of claim 1, further comprising, prior to receiving the frequency blocks:

receiving the digital image;
constructing intensity blocks from the digital image, the intensity blocks including pixel intensity data from the digital image; and
forward transforming the intensity blocks to generate the frequency blocks.

3. The method of claim 2, wherein the pixel intensity data comprises data from a group of data including luminance data and chrominance data.

4. The method of claim 2, wherein the forward transforming comprises DCT transforming.

5. The method of claim 1, further comprising:

inserting data representing the quantization factor into the bit stream; and
outputting the bit stream.

6. A method for decompression of a series of digital images, the method comprising:

receiving a bit stream;
extracting data representing a quantization factor from the bit stream;
calculating a quantization table using the quantization factor;
symbol decoding the bit stream to generate thresholded and quantized frequency blocks; and
multiplying the thresholded and quantized frequency blocks by the quantization table to generate quantized frequency blocks, the quantized frequency blocks including quantized frequency data from a digital image.

7. The method of claim 6, further comprising: inverse transforming the quantized frequency blocks to generate quantized intensity blocks; and

merging the quantized intensity blocks to generate a reconstructed digital image.

8. An encoding apparatus operating with the method of claim 1.

9. A decoding apparatus operating with the method of claim 6.

Patent History
Publication number: 20020048320
Type: Application
Filed: Oct 25, 1999
Publication Date: Apr 25, 2002
Inventor: JOHNNY K. WANG (SAN JOSE, CA)
Application Number: 09426407
Classifications
Current U.S. Class: Quantization (375/240.03)
International Classification: H04B001/66;