A method for speeding up jpeg quantization operations in image compression for discrete cosine transform encoding operations in jpeg image compression. The quantization calculations are performed to obtain descriptors for huffman encoding. The quantization calculations utilize a modified quantization table which is derived from an original quantization table by inversing each element of the original quantization table and then mutiplying 2n and then rounding off. The matrix composed by discrete cosine transform coefficients multiplies the modified quantization table to derive a new matrix. Then, each element of the new matrix is right shifted n bits to derive quantized discrete cosine transform coefficients. Then, huffman encoding is performed to accomplish discrete cosine transform encoding.

Patent
   6009207
Priority
May 06 1997
Filed
Nov 18 1997
Issued
Dec 28 1999
Expiry
Nov 18 2017
Assg.orig
Entity
Small
12
0
EXPIRED
1. A method for speeding up jpeg quantization operations in image compression which converts original image data to y, Cb and CU coefficients through matrix operations, divides blocks each being composed of 64 equal to 8 by 8 sampling points, then performs compression by block, and performs level shift of the values in each block to perform discrete cosine transform and quantization operations, said method comprising the steps of:
(a) obtaining a descriptor for each sampling point of a block respectively through the operations and processing of a discrete cosine transform module;
(b) obtaining a set of codes with a jpeg disorder encoder referring to a huffman encoding table, said codes are followed with quantized discrete cosine transform coefficients of said sampling points to accomplish encoding, and then after encoding each block the front and the end are respectively affixed with a header and a trailer;
wherein the operations and processing of a discrete cosine transform module in step (a) including the following steps:
(i) converting the level-shifted block value to discrete cosine transform coefficients through forward discrete cosine transform;
(ii) performing quantization processing to multiply the parameters in a modified quantization table with the discrete cosine transform coefficients in a block and then to divide the result by 2n, where n is an integer;
(iii) dividing the quantized values in a block to a direct current component and alternate current components, defining the difference between the direct current component of this block and the direct current component of a preceding block as a descriptor of the direct current and defining the alternate current components themselves as corresponding descriptors;
(iv) further wherein the performing quantization processing step utilizes parameters O'xy in said modified quantization table, which is derived from parameters Oxy in an original quantization table be dividing Oxy with 2n and then rounding off.
2. The method for speeding up jpeg quantization operations in image compression according to claim 1, wherein n is an integer greater than 14.
3. The method for speeding up jpeg quantization operations in image compression according to claim 1, which further comprises the step of optimizing the value of n for a predetermined quantization table.

1. Field of the Invention

The present invention relates generally to a method for speeding up JPEG quantization operations in image compression, and in particular to an improvement on the quantization table for reducing the time for quantization operations.

2. Description of the Prior Art

JPEG is an abbreviation form of the organization named Joint Photographic Experts Group. The purpose of this organization is to develop a compression standard for multicolour/black-and-white images from the natural scenery and true world. The compression standard developed is named after this organization, JPEG.

The greatest bottleneck for JPEG compression operations is the mass division operations during quantization. The division operations consume lots of time. Therefore, the application fields for JPEG are quite limited. In traditional applications, for abbreviating operation time, a highly-priced high speed operation processor is necessary. Alternatively, extra hardware circuits are necessary to maintain image quality. And, either way will cause an increase in cost. Therefore, a new algorithm is necessary to replace division operations so that the operation time can be reduced.

JPEG discloses several compression modes for static image. The most commonly utilized is the baseline mode wherein an encoder is utilized to perform some steps to accomplish compression. Referring to FIG. 1, the flow chart of a compression algorithm for baseline mode is illustrated.

Through image conversion 432, three primary colours, red R, green G and blue B are linearly converted to a luminance component Y and two chrominance components Cb and Cr by matrix operations. Y represents the grayscale component for original image and Cb and Cr comprise the colour components for converting grayscale images to multicolour images.

The sampling points is then lessened 434. For speeding up the succeeding compression operations, several Cb and Cr sampling points are then fetched to derive an average value. The average value is then utilized to replace the foregoing several sampling points. Therefore the size for Cb and Cr is reduced since that the human eyes are more sensative to luminance than chrominance.

The block dividing 436 is then performed. The three components Y, Cb and Cr are all divided to blocks each composed by sixty-four (derived by eight multiplying eight) sampling points since that compression processing is performed by block.

The values in each block are of an unsigned number form. It is necessary to convert the unsigned number form to a signed number form. Such an operation is called level shift 438.

Then, through the operations and processing of a discrete cosine transform encoder module 440, a descriptor can be derived for each sampling point in a block. The description for such an operation will be detailedly described referring to FIG. 2 below.

Then, data is input to JPEG disorder encoder 442. The descriptors derived are utilized to generate a set of codes through Huffman encoding table 444. This set of codes are followed by the discrete cosine transform coefficients derived from quantized sampling points to accomplish encoding. After encoding each block, the front is affixed with a header and the end is affixed with a trailer. Therefore, the whole compression procedure is thus performed.

Referring to FIG. 2, a flow chart for a discrete cosine transform encoder module is illustrated. The flow chart illustrates that a level shifted block is converted to a descriptor through the module.

The level shifted block is then input to a discrete cosine transform encoder module 440. The discrete cosine transform coefficient Svu is derived through forward discrete cosine transform 224 first. The conversion formula for the forward discrete cosine transform 224 is ##EQU1## wherein Syx is a sampling point in a block, x=0∼7, y=0∼7, and,

Svu is a sampling point derived in a discrete cosine transformed block, v=0∼7, u=0∼7, ##EQU2##

After quantization processing 226, the discrete cosine transform coefficient quantized is derived. The quantized discrete cosine transform coefficient is divided to a direct current DC component and alternate current AC components. The difference between the direct current component of this block and the direct current component of the precedent block, DIFF, is the corresponding descriptor of the direct current component. The substractor 232 is utilized to perform the subtraction for obtaining the difference DIFF. The upperleft part of each block is a DC component, and the other sixty-three values are AC components

Referrring to FIG. 3, a well-known quantization method is illustrated. The matrix composed by discrete cosine transform coefficients is divided by the original quantization table. And, the matrix composed by quantized discrete cosine transform coefficients is derived.

It is the main object of this present invention to provide a new JPEG compression mode which utilizes a new quantization table for quantization processing so that division operations can be eliminated. Therefore, the operation time for quantization is reduced a lot and JPEG compression is speeded up.

FIG. ƒ1 is a block diagram illustrating a flow chart for original image compression wherein the descriptors are derived through conversion, block dividing, and then the compression image codes are then obtained with a disorder encoder and the corresponding encoding table.

FIG. ƒ2 is a block diagram illustrating the flow chart for discrete cosine transform encoder module, wherein the level-shifted block is forward discrete cosine transformed first and quantized to derive a DC component and AC components for being computing bases to obtain descriptors.

FIG. ƒ3 is a diagram illustrating conventional quantization method which divides the matrix composed by discrete cosine transform coefficients by the matrix composed by a quantized table to derive quantized discrete cosine transform coefficients.

FIG. ƒ4 is a novel quantization method according to the preferred embodiment of this present invention which multiplies each element of the matrix composed by the discrete cosine transform coefficients and each of the corresponding elements of the matrix composed by the modified quantization table to derive a matrix and then right-shifting n bits of each element of the matrix to derive the quantized discrete cosine transform coefficients.

Referring to FIG. 4, an improved quantization method is illustrated to transform the discrete cosine transform coefficients to quantized discrete cosine transform coefficients. The elememts of the matrix composed by discrete cosine transform coefficients multiplies the corresponding elements of the matrix composed by the modified quantization table to derive a matrix and then right shift n bits of each element of the matrix to derive quantized discrete cosine transform coefficients to accomplish quantization processing.

FIG. 4 is an improved quantization method which converts DCT coefficients to quantized DCT coefficients. The modified quantization table is derived from the inverse of each element in an original quantization table multiplying by 2n and then being rounded to get each element Q'xy of the modified quantization table is obtained. The following is the key issue of this present invention. Through the processing of the original quantization table, a modified quantization table is obtained. During quantization processing, discrete cosine transform coefficient matrix is directly multiplying the modified quantization table. An eight by eight matrix is thus obtained and the elements in a matrix is right-shifted n bits to perform rounding-off processing so that quantized discrete cosine transform coefficients are obtained. Through the modified quantization table, it needs only multiplying function to perform quantization operation. Compared with the original technique, mass division operations are eliminated. Therefore, the operation time for microprocessors is reduced and the complexity for hardware circuits is reduced a lot.

While digital signal processing DSP chip performs quantization, there is no single division operation instruction. In traditional quantization techniques, it takes too much time for some other instructions to sympathize division operation instructions. According to the novel quantization method of this present invention, through n=15 test, the same quantization result is obtained and the performing time is 80% reduced down.

Chen, Shih-Chieh

Patent Priority Assignee Title
6766341, Oct 23 2000 UNILOC 2017 LLC Faster transforms using scaled terms
6961473, Oct 23 2000 UNILOC 2017 LLC Faster transforms using early aborts and precision refinements
7007054, Oct 23 2000 International Business Machines Corporation Faster discrete cosine transforms using scaled terms
7020671, Mar 21 2000 Hitachi America, Ltd. Implementation of an inverse discrete cosine transform using single instruction multiple data instructions
7262719, Jan 30 2006 GOOGLE LLC Fast data stream decoding using apriori information
7433529, Oct 23 2000 International Business Machines Corporation Faster transforms using early aborts and precision refinements
7526136, Oct 23 2000 International Business Machines Corporation Faster transforms using early aborts and precision refinements
8300698, Oct 23 2006 Qualcomm Incorporated Signalling of maximum dynamic range of inverse discrete cosine transform
8385424, Jun 26 2006 Qualcomm Incorporated Reduction of errors during computation of inverse discrete cosine transform
8571340, Jun 26 2006 Qualcomm Incorporated Efficient fixed-point approximations of forward and inverse discrete cosine transforms
8606023, Jun 26 2006 Qualcomm Incorporated Reduction of errors during computation of inverse discrete cosine transform
8699810, Jun 26 2006 Qualcomm Incorporated Efficient fixed-point approximations of forward and inverse discrete cosine transforms
Patent Priority Assignee Title
//////
Executed onAssignorAssigneeConveyanceFrameReelDoc
Oct 13 1997CHEN, SHIH-CHIEHHoltek Microelectronics, IncASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0088800948 pdf
Oct 14 1997CHUANG, CHEN-TIENHoltek Microelectronics, IncASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0088800948 pdf
Oct 14 1997YEH, CHIN-LUNGHoltek Microelectronics, IncASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0088800948 pdf
Nov 18 1997Holtek Semiconductor Inc.(assignment on the face of the patent)
Jun 30 1998Holtek Microelectronics, IncUTEK Semiconductor CorpCHANGE OF NAME SEE DOCUMENT FOR DETAILS 0094900001 pdf
Dec 11 1998UTEK Semiconductor CorpHOLTEK SEMICONDUCTOR INC ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0098220606 pdf
Date Maintenance Fee Events
Apr 18 2003M2551: Payment of Maintenance Fee, 4th Yr, Small Entity.
Jul 11 2007REM: Maintenance Fee Reminder Mailed.
Dec 28 2007EXP: Patent Expired for Failure to Pay Maintenance Fees.


Date Maintenance Schedule
Dec 28 20024 years fee payment window open
Jun 28 20036 months grace period start (w surcharge)
Dec 28 2003patent expiry (for year 4)
Dec 28 20052 years to revive unintentionally abandoned end. (for year 4)
Dec 28 20068 years fee payment window open
Jun 28 20076 months grace period start (w surcharge)
Dec 28 2007patent expiry (for year 8)
Dec 28 20092 years to revive unintentionally abandoned end. (for year 8)
Dec 28 201012 years fee payment window open
Jun 28 20116 months grace period start (w surcharge)
Dec 28 2011patent expiry (for year 12)
Dec 28 20132 years to revive unintentionally abandoned end. (for year 12)