JP2001145106A - Device and method for compressing image - Google Patents

Device and method for compressing image

Info

Publication number
JP2001145106A
JP2001145106A JP32194699A JP32194699A JP2001145106A JP 2001145106 A JP2001145106 A JP 2001145106A JP 32194699 A JP32194699 A JP 32194699A JP 32194699 A JP32194699 A JP 32194699A JP 2001145106 A JP2001145106 A JP 2001145106A
Authority
JP
Japan
Prior art keywords
coefficient
huffman
zero
group
assigned
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
JP32194699A
Other languages
Japanese (ja)
Other versions
JP3952116B2 (en
Inventor
Hiroki Togawa
裕希 外川
Hidekazu Tokuhashi
秀和 徳橋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP32194699A priority Critical patent/JP3952116B2/en
Publication of JP2001145106A publication Critical patent/JP2001145106A/en
Application granted granted Critical
Publication of JP3952116B2 publication Critical patent/JP3952116B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve a JPEG based-line compressing method, so that a digital image of high picture quality can efficiently be compressed with as a small resource load as possible. SOLUTION: Respective pixel blocks are subjected to DCT3 and AC coefficients are put in one sequence through zigzag scanning 55. Then the AC coefficient sequence is encoded by Hofmann encoding (57) and linear Hofmann encoding, where zero run-length is not considered and only coefficient values are considered, is carried out here. A linear Hofmann table 11 used here is an extraction of parts of run-length = 0 from a conventional two-dimensional Hofmann table and includes no event for the coefficient value = 0. For the purpose, AC coefficients, having a value '0' are replaced with a value '1', and the Hofmann encoding is carried out. In final bit stream generation 7, frequency information for Hofmann table generation is included in an output bit stream, and the frequency information has contents by which the conventional two-dimensional Hofmann table can be generated.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明が属する技術分野】本発明は、デジタル画像の圧
縮方式に関し、特にJPEGベースライン方式の改良に
関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a digital image compression method, and more particularly to an improvement of a JPEG baseline method.

【0002】[0002]

【従来の技術】デジタル静止画像の圧縮方式としてJP
EGが知られており、JPEGの複数種の圧縮方式のう
ち、特に、DCT(離散コサイン変換)を用いたベース
ライン方式は広く用いられている。JPEGベースライ
ン方式の手順は、例えば特許第2711665号に詳細
に説明されている。
2. Description of the Related Art JP as a compression method for digital still images
EG is known, and among a plurality of JPEG compression methods, a baseline method using DCT (Discrete Cosine Transform) is widely used. The procedure of the JPEG baseline method is described in detail in, for example, Japanese Patent No. 2711665.

【0003】この圧縮方式では、まず、入力ビットマッ
プ画像を所定サイズのブロック、例えば8×8の画素値
からなるブロックに分割する。次に、各画素値ブロック
に対してDCT(離散コサイン変換)を施す。DCTに
より、各8×8の画素値ブロックから8×8の変換係数
からなる係数ブロックが新たに生じる。この係数ブロッ
クの最初の変換係数は画素値ブロックのDC(直流)成
分の大きさを示し、それ以外の63個の変換係数はそれ
ぞれ周波数の異なるAC(交流)成分の大きさを示して
いる。次に、各係数ブロック内の係数を量子化する。次
に、各係数ブロックに対しジグザグスキャンを施して、
各係数ブロックの係数をジグザグな順序のシーケンスに
並べる。そして、この係数シーケンスに対し、二次元ハ
フマン符号化(ランレングス・ハフマン符号化)を施し
て、そのビット数を低減する。
In this compression method, first, an input bitmap image is divided into blocks of a predetermined size, for example, blocks composed of 8 × 8 pixel values. Next, DCT (discrete cosine transform) is applied to each pixel value block. The DCT generates a new coefficient block including 8 × 8 transform coefficients from each 8 × 8 pixel value block. The first transform coefficient of this coefficient block indicates the magnitude of the DC (direct current) component of the pixel value block, and the other 63 transform coefficients indicate the magnitudes of the AC (alternating current) components having different frequencies. Next, the coefficients in each coefficient block are quantized. Next, a zigzag scan is performed on each coefficient block,
The coefficients of each coefficient block are arranged in a zigzag sequence. Then, two-dimensional Huffman coding (run-length Huffman coding) is performed on the coefficient sequence to reduce the number of bits.

【0004】上記の圧縮方式では、高い圧縮率を得るた
めに、一般的なデジタル静止画像がもつ特徴が上手く利
用されている。すなわち、一般的なデジタル静止画像に
DCTを施すと、その結果の係数ブロックでは、高域の
AC変換係数の大部分がゼロ又はゼロに近い値になる。
そのため、続く量子化によって、高域のAC変換係数の
大部分はゼロになる。そのため、次のジグザグスキャン
により得られた係数シーケンスには、連続したゼロの列
が多く含まれることになる。続く二次元ハフマン符号化
では、連続するゼロの列の長さ(ゼロランレングス)を
考慮したハフマン符号化を行うことにより、ビット数が
効果的に低減される。
[0004] In the above-mentioned compression system, in order to obtain a high compression ratio, the characteristics of general digital still images are successfully used. That is, when DCT is applied to a general digital still image, in the resulting coefficient block, most of the high-frequency AC transform coefficients have a value of zero or a value close to zero.
Therefore, most of the high-frequency AC transform coefficients become zero by the subsequent quantization. Therefore, the coefficient sequence obtained by the next zigzag scan includes many consecutive columns of zeros. In the subsequent two-dimensional Huffman coding, the number of bits is effectively reduced by performing Huffman coding in consideration of the length (zero run length) of a continuous column of zeros.

【0005】すなわち、この二次元ハフマン符号化で
は、係数シーケンス内に出現する、連続するゼロの列
と、それに先行(又は後続)するゼロでない1つの係数
(非ゼロ係数)とを合わせたものを、符号化すべき一つ
の事象として扱う。そして、ハフマン符号化の原理に従
がい、統計的な出現頻度のより高い事象に対し、より短
い符号語を割り当てる。例えば、ゼロランレングスがゼ
ロ、後続する非ゼロ係数のビット長が1という事象は、
出願頻度が最も高いので、最も短い符号語を割り当て
る。また、ゼロランレングスが1、後続の非ゼロ係数の
ビット長が1という事象は、次に出願頻度が高いので、
次の符号語を割り当てる。同様に他の事象に対しても、
その出現頻度に応じた符号語を割り当てる。このよう
に、ゼロランレングスと後続の非ゼロ係数という二つの
次元を採り入れた二次元ハフマン符号化により、全体の
ビット数が効果的に低減される。
That is, in the two-dimensional Huffman coding, a sequence of consecutive zeros appearing in a coefficient sequence and one non-zero coefficient (non-zero coefficient) preceding (or following) it is combined. , As one event to be encoded. Then, according to the principle of Huffman coding, a shorter codeword is assigned to an event having a higher statistical appearance frequency. For example, an event where the zero run length is zero and the bit length of the following non-zero coefficient is one is:
Since the frequency of filing is the highest, the shortest code word is assigned. Also, the event that the zero run length is 1 and the bit length of the subsequent non-zero coefficient is 1 is the next most frequently applied, so that
Assign the next codeword. Similarly, for other events,
A code word according to the appearance frequency is assigned. Thus, the overall number of bits is effectively reduced by two-dimensional Huffman coding that incorporates two dimensions: zero run length and subsequent non-zero coefficients.

【0006】また、係数シーケンスの或る位置から後方
の係数が全てゼロということは良くある。その最たるも
のは、完全に一色で塗りつぶされたブロックであり、全
てのAC係数がゼロである。このような場合のために、
EOB(エンド・オブ・ブロック)という符号語(具体
的には、二次元ハフマンテーブルにおける座標X、Y=
0、0のハフマン符号語)が設けられている。EOB
は、それ以降のAC係数は全てゼロであることを意味す
る。このEOBによって、全体のビット数は更に低減さ
れる。
[0006] It is also common that all coefficients after a certain position in a coefficient sequence are zero. The first is a block that is completely filled with one color, and all AC coefficients are zero. In such a case,
A code word EOB (end of block) (specifically, coordinates X, Y =
0,0 Huffman codeword). EOB
Means that all subsequent AC coefficients are zero. This EOB further reduces the total number of bits.

【0007】実際の装置では、二次元ハフマン符号化の
ための事象と符号語を定義した図1に例示するような二
次元ハフマンテーブル100をROM又はRAM上に用
意して、この二次元ハフマンテーブル100を参照しな
がら、係数シーケンスに出現する個々の事象を、それに
対応する符号語に変換していく。図1に示すように、こ
の二次元ハフマンテーブル100では、ゼロランレング
スXと、後続する非ゼロ係数のビット長Yとの組合せ
(X,Y)で各事象が表されており、各事象(X,Y)
に対応する枠内に、その事象に割り当てられた符号語が
記述されている(具体的な符号語は図示省略してあ
る)。
In an actual apparatus, a two-dimensional Huffman table 100 as illustrated in FIG. 1 defining events and code words for two-dimensional Huffman coding is prepared on a ROM or a RAM, and the two-dimensional Huffman table is prepared. With reference to 100, each event occurring in the coefficient sequence is converted into a corresponding codeword. As shown in FIG. 1, in the two-dimensional Huffman table 100, each event is represented by a combination (X, Y) of a zero run length X and a bit length Y of a subsequent non-zero coefficient, and each event ( X, Y)
Are described in the frame corresponding to (1) (specific code words are not shown).

【0008】[0008]

【発明が解決しようとする課題】このように、従来のJ
PEGベースライン法は、ジグザグスキャン後の変換係
数シーケンスには、連続したゼロの列が多く含まれると
いう前提の下で、ゼロランレングスの要素を採り入れた
二次元ハフマン符号化により、高い圧縮効果を図ってい
る。
As described above, the conventional J
The PEG baseline method achieves a high compression effect by using two-dimensional Huffman coding that incorporates a zero-run-length element on the assumption that the sequence of transform coefficients after zigzag scanning contains many consecutive zero columns. I'm trying.

【0009】しかし、極めて高画質のデジタル画像では
上記の前提は必ずしも成立しない。例えば、近年高画質
化が進んだデジタルカメラで撮影されたデジタル画像に
おいては、ジグザグスキャン後の係数シーケンスにおい
てEOB以前にゼロが現れる頻度は非常に低い。そのた
め、デジタルカメラの出力画像に対しては、DCT後の
ハフマン圧縮でゼロランレングスの要素を採り入れたこ
とによる圧縮効果は薄い。かえって、二次元ハフマンテ
ーブルを用意する分だけ、ROMやRAMのリソース負
担が増え、それが特に、ROM制限の厳しい装置や、ゲ
ート数の少ないASICなどに圧縮装置を実装する場合
に問題となる。
[0009] However, the above assumption is not always satisfied with extremely high quality digital images. For example, in a digital image captured by a digital camera whose image quality has been improved in recent years, the frequency of occurrence of zero before EOB in a coefficient sequence after zigzag scan is extremely low. Therefore, for the output image of the digital camera, the compression effect by adopting the zero run length element in the Huffman compression after DCT is weak. On the contrary, the preparation of the two-dimensional Huffman table increases the resource load of the ROM and the RAM, which is a problem particularly when a compression device is mounted on a device having a strict ROM restriction or an ASIC having a small number of gates.

【0010】従って、本発明の目的は、できるだけ少な
いリソース負担で、高画質デジタル画像に対する高い圧
縮効果が得られる、JPEGベースライン法を改良した
画像圧縮方法を提供することにある。
Accordingly, it is an object of the present invention to provide an image compression method improved from the JPEG baseline method, in which a high compression effect on a high-quality digital image can be obtained with as little resource load as possible.

【0011】本発明の別の目的は、上記の目的を達成す
るともに、既に広く普及している従来のJPEGベース
ライン法の画像展開装置で画像の展開が可能な、JPE
Gベースライン法を改良した画像圧縮方法を提供するこ
とにある。
Another object of the present invention is to provide a JPE image processing apparatus which achieves the above object and which can develop an image using a conventional JPEG baseline image developing apparatus which is already widely used.
An object of the present invention is to provide an image compression method improved from the G baseline method.

【0012】[0012]

【課題を解決するための手段】本発明の改良されたJP
EGベースライン圧縮法によれば、デジタル画像のDC
T符号化によって生じたAC係数をハフマン符号化する
際、AC係数の値のみに関係する一次元の事象群に対し
てそれぞれ割り当てられたハフマン符号語群を用いる。
この係数値のみに応じたハフマン符号語群は、従来の係
数値とゼロランレングスとの組み合わせに応じた二次元
ハフマンテーブルに比べて符号語数が少ないので、ハフ
マンテーブルを展開するときのリソース負担が軽い。ま
た、ハフマン符号化でゼロランレングスの要素を取り入
れなくても、デジタルカメラの出力画像のような高画質
のデジタル画像では、ゼロの発生頻度が低いため、従来
方法と遜色のない高画質と高い圧縮率とが得られる。
SUMMARY OF THE INVENTION The improved JP of the present invention
According to the EG baseline compression method, the DC of the digital image
When Huffman coding is performed on the AC coefficient generated by the T coding, a Huffman codeword group assigned to a one-dimensional event group related only to the value of the AC coefficient is used.
Since the Huffman code word group based only on this coefficient value has a smaller number of code words than the conventional two-dimensional Huffman table corresponding to the combination of the coefficient value and the zero run length, a resource burden when expanding the Huffman table is reduced. light. Also, even if the Huffman coding does not incorporate the zero-run-length element, high-quality digital images such as digital camera output images have a low frequency of zeros, so high-quality and high-quality images comparable to conventional methods Compression ratio.

【0013】好適な実施形態では、上記のハフマン符号
語群には、ゼロのAC係数に対し割り当てられた符号語
は含まれていない。そのため、ゼロのAC係数をハフマ
ン符号化するときには、前記ゼロのAC係数を別の所定
値(例えば、値1)に置換して、この所定値に対応した
ハフマン符号語に変換する。このハフマン符号語群に係
数値ゼロに対するハフマン符号語が含まれていない理由
は、このハフマン符号語群が、従来のJPEGベースラ
イン法で用いられていた二次元ハフマンテーブル中から
ランレングスがゼロの場合の符号語群だけ取り出したも
のだからである。このように、従来の二次元ハフマンテ
ーブルに含まれているハフマン符号語群を用いることに
より、画像展開の際には従来のJPEG展開装置を用い
ることが可能となる。なお、AC係数の値ゼロを値1に
置き換えても、人の視覚には画質劣化として認識される
ことはない。
In a preferred embodiment, the Huffman codewords described above do not include codewords assigned for zero AC coefficients. Therefore, when the zero AC coefficient is subjected to Huffman coding, the zero AC coefficient is replaced with another predetermined value (for example, value 1) and converted into a Huffman code word corresponding to the predetermined value. The reason that the Huffman codeword group does not include the Huffman codeword for the coefficient value of zero is that the Huffman codeword group has a run length of zero from the two-dimensional Huffman table used in the conventional JPEG baseline method. This is because only the codeword group in the case is extracted. As described above, by using the group of Huffman code words included in the conventional two-dimensional Huffman table, it is possible to use a conventional JPEG developing device when developing an image. Even if the value of the AC coefficient of zero is replaced with the value of one, it is not perceived by human eyes as image quality deterioration.

【0014】好適な実施形態では、画像展開の際に従来
のJPEG展開装置を利用できようにするために、更
に、圧縮結果の出力ビットストリームを生成する際、従
来法で用いられていた二次元ハフマンテーブルであっ
て、そのランレングスがゼロの部分が上記ハフマン符号
化で用いた符号語群と一致するような二次元ハフマンテ
ーブルを生成するための情報を、出力ビットストリーム
に含ませる。
In a preferred embodiment, in order to make it possible to use a conventional JPEG decompressor when decompressing an image, furthermore, when generating an output bit stream of the compression result, the two-dimensional The output bit stream contains information for generating a two-dimensional Huffman table that is a Huffman table whose run length is zero and whose part matches the codeword group used in the Huffman coding.

【0015】[0015]

【発明の実施の形態】図1は、本発明の一実施形態にか
かる改良されたJPEGベースライン法による画像圧縮
処理の流れを示す。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows a flow of an image compression process by an improved JPEG baseline method according to an embodiment of the present invention.

【0016】図2に示すように、この画像圧縮処理は、
前処理1、DCT符号化3、エントロピー符号化5及び
ビットストリーム生成7の4段階に大別できる。この実
施形態では、前処理1、DCT符号化3及びビットスト
リーム生成7には、従来のJPEGベースライン法と同
じ手法を用いる。また、エントロピー符号化5のうち、
DC係数に対する処理51、53にも、従来と同じ手法
を用いる。さらに、エントロピー符号化5のAC係数に
対する処理のうち、ジグザグスキャン55も従来と同じ
方法を用いる。従って、この実施形態では、AC係数に
対するハフマン符号化57についてのみ、新しい手法を
用いる。
As shown in FIG. 2, this image compression processing
It can be roughly divided into four stages: preprocessing 1, DCT coding 3, entropy coding 5, and bit stream generation 7. In this embodiment, the same method as the conventional JPEG baseline method is used for preprocessing 1, DCT encoding 3, and bit stream generation 7. In the entropy coding 5,
The same method as in the related art is used for the processes 51 and 53 for the DC coefficient. Further, among the processes on the AC coefficients of the entropy coding 5, the zigzag scan 55 uses the same method as the conventional one. Therefore, in this embodiment, a new method is used only for Huffman coding 57 for AC coefficients.

【0017】以下、従来の手法は周知故に簡単な説明に
止め、新しい手法(AC係数に対するハフマン符号化5
7)は詳細に説明する。
In the following, the conventional method is well known and will not be described in brief. A new method (Huffman coding 5 for AC coefficients) will be described.
7) will be described in detail.

【0018】前処理1では、入力ビットマップ画像の色
空間をRGBからYUV(YCbCr)へ変換する色変
換、及び、3つの各色成分の画像を例えばサイズ8×8
のブロックに細分するブロック化処理を行う。
In preprocessing 1, color conversion for converting the color space of the input bitmap image from RGB to YUV (YCbCr), and the image of each of the three color components is performed, for example, in a size of 8 × 8.
Block processing for subdividing into blocks.

【0019】次のDCT符号化3では、まず、各ブロッ
クに対し二次元DCTを施して、例えばサイズ8×8の
変換係数ブロックに変換する。次に、各係数ブロックに
対し、各変換係数ごとに異なる量子化ステップを用いた
量子化を施す。各変換係数ごとの量子化ステップは、予
め用意された量子化テーブル9に定義されている。
In the next DCT coding 3, first, two-dimensional DCT is applied to each block to convert it into, for example, a transform coefficient block of size 8 × 8. Next, each coefficient block is subjected to quantization using a different quantization step for each transform coefficient. The quantization step for each transform coefficient is defined in a quantization table 9 prepared in advance.

【0020】次のエントロピー符号化5では、まず、各
8×8係数ブロックの量子化された64個の変換係数を
1個のDC係数と63個のAC係数に分ける。そして、
DC係数に対しては、差分符号化51を行った後、ハフ
マン符号化53を行う。差分符号化51は、前ブロック
と現ブロックのDC係数が似た値をとることが多いた
め、次のハフマン符号化53をより効果的にしている。
差分符号化51後の値とそれに割当てられたハフマン符
号語とは、メモリ上のDC用ハフマンテーブル11に定
義されている。
In the next entropy coding 5, first, 64 quantized transform coefficients of each 8 × 8 coefficient block are divided into one DC coefficient and 63 AC coefficients. And
For the DC coefficient, after performing differential encoding 51, Huffman encoding 53 is performed. In the differential encoding 51, the DC coefficient of the previous block and the DC coefficient of the current block often take similar values, so that the next Huffman encoding 53 is made more effective.
The value after differential encoding 51 and the Huffman code word assigned to it are defined in the DC Huffman table 11 on the memory.

【0021】エントロピー符号化5のAC成分に対する
処理では、まず、各係数ブロックのAC係数にジグザグ
スキャン55を行なって、各ブロック内の63個のAC
係数を、低域が先で高域が後という順序で一つのシーケ
ンスに並べる。次に、この係数シーケンスに対しハフマ
ン符号化57を施す。このハフマン符号化57は、ゼロ
ランレングスの要素は採り入れず、係数のビット長とい
う一次元の要素のみに基づく一次元ハフマン符号化であ
る。係数のビット長とハフマン符号語との対応関係は、
メモリ上に用意されたAC用ハフマンテーブル13に定
義されている。このAC用ハフマンテーブル13は、従
来のJPEGベースライン法で用いられている図1に例
示した二次元ハフマンテーブル100から、ゼロランレ
ングスX=0の部分つまり左端の縦一列だけを抜き出し
たと同様の、係数絶対値のビット長だけに基づく一次元
ハフマンテーブルである。
In the process for the AC component of the entropy coding 5, first, a zigzag scan 55 is performed on the AC coefficient of each coefficient block, and 63 AC signals in each block are performed.
The coefficients are arranged in one sequence in the order of low band first and high band later. Next, Huffman coding 57 is applied to this coefficient sequence. The Huffman coding 57 is a one-dimensional Huffman coding based on only a one-dimensional element called a bit length of a coefficient without adopting a zero-run-length element. The correspondence between the bit length of the coefficient and the Huffman codeword is
It is defined in the AC Huffman table 13 prepared on the memory. This AC Huffman table 13 is similar to the two-dimensional Huffman table 100 illustrated in FIG. 1 used in the conventional JPEG baseline method, in which a portion of zero run length X = 0, that is, only one vertical column at the left end is extracted. , A one-dimensional Huffman table based only on the bit length of the coefficient absolute value.

【0022】最後のビットストリーム生成7では、エン
トロピー符号化5で生成された符号語の列に、画像サイ
ズ及び量子化ビット数などの画像情報、並びに、色空
間、量子化テーブル、DC用ハフマンテーブル11生成
用の出現頻度テーブル及びAC用ハフマンテーブル13
生成用の出現頻度テーブルなどの圧縮情報を付加して、
所定形式のビットストリームとして出力する。この出力
ビットストリームに含まれるAC用ハフマンテーブル1
3生成用の出現頻度テーブルの内容は、これに基づいて
図3に例示した一次元ハフマンテーブル13のみが生成
できるだけのものではなく、図1に例示した従来のJP
EGベースライン法の二次元ハフマンテーブル100が
生成できるもの、つまり、従来のJPEGベースライン
法で圧縮された出力ビットストリームに含まれているA
C用ハフマンテーブル生成用の出現頻度テーブルと同様
の内容である。そのため、本実施形態で圧縮された画像
は、従来のJPEG画像展開装置を用いて展開すること
が可能である。
In the last bit stream generation 7, image information such as the image size and the number of quantization bits, a color space, a quantization table, and a DC Huffman table are added to the sequence of code words generated by the entropy coding 5. 11 generation frequency table and AC Huffman table 13
By adding compression information such as an appearance frequency table for generation,
Output as a bit stream of a predetermined format. Huffman table 1 for AC included in this output bit stream
The contents of the appearance frequency table for generation of the three-dimensional Huffman table 13 shown in FIG. 3 are not limited to the contents of the conventional JP generation table shown in FIG.
What can generate the two-dimensional Huffman table 100 of the EG baseline method, that is, A included in the output bit stream compressed by the conventional JPEG baseline method
The contents are the same as those of the appearance frequency table for generating the Huffman table for C. Therefore, the image compressed in this embodiment can be expanded using a conventional JPEG image expansion apparatus.

【0023】以下、上述したエントロピー符号化5にお
けるAC係数に対するハフマン圧縮57の処理を詳細に
説明する。図3は、この処理で用いるAC用一次元ハフ
マンテーブル13を示している。
Hereinafter, the processing of the Huffman compression 57 for the AC coefficients in the above-described entropy coding 5 will be described in detail. FIG. 3 shows an AC one-dimensional Huffman table 13 used in this processing.

【0024】このハフマン圧縮57では、ジグザグスキ
ャン55で得られた係数シーケンスに出現する個々の係
数の絶対値のビット長を、符号化すべき一つの事象とし
て扱う。図3に例示する一次元ハフマンテーブル13で
は、係数の絶対値のビット長Yが1から15までの各値
である場合と、16以上である場合の合計16種類の事
象について、その出現頻度に応じた符号語が割り当てら
れている。これら16種類の事象のうち、Y=1の事象
が最も出現頻度が高いので、最も短い(例えば2ビット
の)符号語が割り当てられ、Y≧16の事象が最も出現
頻度が低いので、最も長い符号語が割り当てられている
(図3では、符号語は図示省略してある)。その他、従
来技術と同様、「以降のAC係数は全てゼロ」を意味す
るEOB(エンド・オブ・ブロック)の符号語も用意さ
れており(具体的には、二次元ハフマンテーブルにおけ
る座標X、Y=0、0のハフマン符号語)、これも比較
的に短い(例えば4ビットの)符号語である。
In the Huffman compression 57, the bit length of the absolute value of each coefficient appearing in the coefficient sequence obtained by the zigzag scan 55 is treated as one event to be encoded. In the one-dimensional Huffman table 13 illustrated in FIG. 3, the occurrence frequency of the total 16 types of events in which the bit length Y of the absolute value of the coefficient is each value from 1 to 15 and when the bit length Y is 16 or more is The corresponding code word is assigned. Of these 16 types of events, the event of Y = 1 has the highest frequency of occurrence, so the shortest (for example, 2-bit) code word is assigned, and the event of Y ≧ 16 has the lowest frequency of occurrence, and therefore has the longest. A code word is assigned (in FIG. 3, the code word is not shown). In addition, as in the prior art, an EOB (end of block) codeword meaning "all subsequent AC coefficients are zero" is also prepared (specifically, coordinates X and Y in a two-dimensional Huffman table). = 0, 0 Huffman codeword), which is also a relatively short (eg, 4 bit) codeword.

【0025】なお、この一次元ハフマンテーブル13で
は、係数のビット長Y=0という事象(つまり、係数の
値がゼロ)は定義されていない。その理由は、図1に示
した従来JPEGベースライン法の二次元ハフマンテー
ブル100(ゼロランレングスを考慮するという原理
上、Y=0はない)からランレングス=0の部分だけを
抽出したものが、この一次元ハフマンテーブル13だか
らである。このように、従来の二次元ハフマンテーブル
100に合致した構成の一次元ハフマンテーブル13を
用いることによって、既に述べたように、本実施形態で
圧縮した画像は、広く普及している従来のJPEG画像
展開装置で展開することが可能である。後述するよう
に、一次元ハフマンテーブル13で定義されていないゼ
ロがEOBより前に出現した場合には、その係数値ゼロ
を値「1」に置き換えることで対処する。
The one-dimensional Huffman table 13 does not define an event that the coefficient bit length is Y = 0 (that is, the coefficient value is zero). The reason is that only run length = 0 is extracted from the two-dimensional Huffman table 100 of the conventional JPEG baseline method shown in FIG. 1 (in principle, there is no Y = 0 in principle of considering zero run length). This is because this one-dimensional Huffman table 13 is used. As described above, by using the one-dimensional Huffman table 13 having a configuration that matches the conventional two-dimensional Huffman table 100, the image compressed in the present embodiment can be converted into a widely used conventional JPEG image. It is possible to deploy with a deployment device. As will be described later, when a zero not defined in the one-dimensional Huffman table 13 appears before the EOB, a measure is taken by replacing the coefficient value zero with a value “1”.

【0026】図4は、各ブロックごとのAC係数シーケ
ンスに対するハフマン符号化57の全体的な処理流れを
示している。
FIG. 4 shows the overall processing flow of Huffman coding 57 for the AC coefficient sequence for each block.

【0027】まず、ジグザグスキャン55で得られたA
C係数シーケンスにおける有効データの最後を決定する
(S1)。ここで有効データの最後とは、その係数より
後の係数は全て0であるような係数を指す(つまり、そ
の直後にEOBが置かれることになる)。この有効デー
タの最後を決定する処理の詳細を図5に示す。図5に示
すように、係数シーケンス内の各係数の位置(先頭から
の順位)を示す値Indexに64を初期設定した上で
(S21)、Indexを1づつ減らしながらInde
xが指す位置のAC係数の値が0か否かチェックしてい
く(S22,S23)。つまり、係数シーケンスの最後
から先頭へ向かって順番に、各AC係数がゼロか否かを
チェックしていく。そして、最初のゼロでないAC係数
が見つかると、そのAC係数の位置Indexを、有効
データの最後として図4のメインの処理に返す(S2
4)。
First, the A obtained by the zigzag scan 55
The end of valid data in the C coefficient sequence is determined (S1). Here, the end of valid data refers to a coefficient in which all coefficients after the coefficient are 0 (that is, EOB is placed immediately after the coefficient). FIG. 5 shows the details of the process for determining the end of the valid data. As shown in FIG. 5, after initially setting a value Index indicating the position (order from the head) of each coefficient in the coefficient sequence to 64 (S21), the Index is reduced by one at a time.
It is checked whether the value of the AC coefficient at the position indicated by x is 0 (S22, S23). That is, whether each AC coefficient is zero is checked in order from the end to the beginning of the coefficient sequence. Then, when the first non-zero AC coefficient is found, the position Index of the AC coefficient is returned to the main processing of FIG. 4 as the end of valid data (S2).
4).

【0028】再び図4を参照して、次に、係数シーケン
スの先頭から順番に各AC係数を読み込み(S2)、そ
の読み込んだ係数の絶対値を求め(S3)、その絶対値
がゼロか否かをチェックする(S4)。その結果、絶対
値がゼロの場合には、その絶対値を「1」に変更する
(S5)。これは、前述したように一次元ハフマンテー
ブル13にゼロの係数が定義されていないため、ゼロを
それに最も近い値「1」に置換えるものである。このよ
うにゼロを「1」に置換えても、ゼロと「1」では人の
視覚に与える差は殆ど無く、且つ、特にデジタルカメラ
の出力画像のような高画質画像では、有効データ中にゼ
ロが出現する頻度が少ないため、実質的な画質劣化は殆
どない。
Referring again to FIG. 4, next, each AC coefficient is read in order from the beginning of the coefficient sequence (S2), the absolute value of the read coefficient is determined (S3), and whether or not the absolute value is zero is determined. Is checked (S4). As a result, if the absolute value is zero, the absolute value is changed to "1" (S5). As described above, since the coefficient of zero is not defined in the one-dimensional Huffman table 13, the zero is replaced with the closest value "1". Even if zero is replaced by “1”, there is almost no difference between zero and “1” given to human vision, and especially in a high-quality image such as an output image of a digital camera, zero is included in effective data. Is less frequent, and there is almost no substantial image quality degradation.

【0029】次に、AC係数の絶対値のビット長を求め
る(S6)。この処理の詳細は図6に示されている。図
6に示すように、まず、ビット長YをY=0に初期設定
した上で(S31)、係数の絶対値を示すバイトデータ
を1ビットだけ右へシフトし(つまり、絶対値を2で除
算し)、ビット長Yを1だけインクリメントする(S3
3)。次に、いま1ビットだけ右シフトした絶対値デー
タがゼロか否かチェックし(S33)、ゼロでなければ
ステップS32を繰り返す。ステップS33でゼロにな
ると、ステップS32でのインクリメントで求まったビ
ット長Yを、その係数の絶対値のビット長として、図4
のメインの処理に返す(S34)。
Next, the bit length of the absolute value of the AC coefficient is determined (S6). Details of this processing are shown in FIG. As shown in FIG. 6, first, after initializing the bit length Y to Y = 0 (S31), the byte data indicating the absolute value of the coefficient is shifted right by one bit (that is, the absolute value is set to 2). Division), and increments the bit length Y by 1 (S3
3). Next, it is checked whether the absolute value data right-shifted by one bit is zero (S33), and if not, the step S32 is repeated. When the value becomes zero in step S33, the bit length Y obtained by the increment in step S32 is set as the bit length of the absolute value of the coefficient, as shown in FIG.
Is returned to the main process (S34).

【0030】再び図4を参照して、次に、図6の処理か
ら返された係数絶対値のビット長Yに対応するハフマン
符号語を、図3に示した一次元ハフマンテーブル13か
ら読み込み(S7)、そのハフマ符号語を、出力すべき
ビットストリームに書き込む(S8)。ステップS7で
メモリ上のハフマン符号テーブル13から読み込んだ符
号語のデータはバイト単位の長さをもっているので、ス
テップS8では、その読み込んだバイトの中から、正味
の符号語のビット長部分だけを取り出してビットストリ
ームに書き込む。
Referring again to FIG. 4, next, the Huffman code word corresponding to the bit length Y of the coefficient absolute value returned from the processing of FIG. 6 is read from the one-dimensional Huffman table 13 shown in FIG. S7), the Huffa code word is written into a bit stream to be output (S8). Since the code word data read from the Huffman code table 13 on the memory in step S7 has a byte unit length, in step S8, only the bit length portion of the net code word is extracted from the read bytes. Write to the bitstream.

【0031】次に、その係数の正負を調べ(S9)、正
の場合にはその係数の値そのものをビットストリームに
書き込み(S11)、負の場合には、その係数から1か
ら引き算して(S10)、その差値をビットストリーム
に書き込む(S11)。このときも、元の係数データの
バイトの中から、正味の係数のビット長Yの部分だけを
取り出してビットストリームに書き込む。これにより係
数データのビット数が低減される。例えば、出現頻度の
最も高いビット長Y=1の係数の場合、元々1バイトで
あったところ、最も短い例えば2ビットのハフマン符号
語と正味の係数のビット長1とを合わせた3ビットに短
縮される。
Next, the sign of the coefficient is checked (S9). If the coefficient is positive, the value of the coefficient itself is written into the bit stream (S11). If the coefficient is negative, the coefficient is subtracted from 1 (step S9). S10), and writes the difference value to the bit stream (S11). At this time, from the bytes of the original coefficient data, only the bit length Y of the net coefficient is extracted and written into the bit stream. Thereby, the number of bits of the coefficient data is reduced. For example, in the case of a coefficient having a bit length of Y = 1, which has the highest frequency of occurrence, it is originally 1 byte, but is shortened to 3 bits obtained by combining the shortest Huffman code word of, for example, 2 bits and the bit length of the net coefficient of 1. Is done.

【0032】以上のS2〜S11の処理を、係数シーケ
ンスの有効データの最後まで繰り返す(S12)。そし
て、有効データの最後が63番目(つまり、係数シーケ
ンスの最後)か否かをチェックし、(S13)、63番
目より前であればビットストリームにEOBの符号語を
書き込み(S14)。また、63番目であれば、当該ブ
ロックの係数シーケンスに対するハフマン符号化を終了
し、次のブロックのハフマン符号化へ移る。
The above processing of S2 to S11 is repeated until the end of the valid data of the coefficient sequence (S12). Then, it is checked whether the end of the valid data is the 63rd (that is, the end of the coefficient sequence) (S13), and if it is before the 63rd, the EOB codeword is written into the bit stream (S14). On the other hand, if the number is 63, the Huffman coding for the coefficient sequence of the block is terminated, and the process proceeds to the Huffman coding of the next block.

【0033】以上説明した実施形態では、AC係数に対
するハフマン符号化を、ランレングスの要素を考慮せず
に係数値の要素だけに基づき行うにより、一次元のハフ
マンテーブルだけを用意すれば済むことになり、従来の
JPEG圧縮装置に比べてRAM又はROMのリソース
負担が減り、特に、メモリ制限の厳しい装置やゲート数
に制限のあるASICなどでの実装が容易になる。近年
のデジタルカメラの出力画像のような高画質の画像に対
しては、従来と遜色のない画質が確保できる。さらに、
従来の二次元ハフマンテーブルに適合した構成の一次元
ハフマンテーブルを用いると共に、出力ビットストリー
ムには従来の二次元ハフマンテーブルが生成できる頻度
情報を含めているので、画像の展開は従来のJPEG展
開装置を用いて行うことができる。
In the embodiment described above, the Huffman coding of the AC coefficients is performed based only on the elements of the coefficient values without considering the elements of the run length, so that only a one-dimensional Huffman table needs to be prepared. As a result, the load on the resources of the RAM or ROM is reduced as compared with the conventional JPEG compression apparatus, and particularly, implementation on an apparatus having a strict memory limit or an ASIC having a limited number of gates is facilitated. For a high-quality image such as an output image of a digital camera in recent years, an image quality comparable to that of the related art can be secured. further,
A one-dimensional Huffman table adapted to the conventional two-dimensional Huffman table is used, and the output bit stream includes frequency information that can generate the conventional two-dimensional Huffman table. Can be performed.

【0034】以上の実施形態はあくまで本発明の説明の
ための例示であり、本発明をこの実施形態にのみ限定す
る趣旨ではない。従って、本発明は、上記実施形態以外
の様々な形態でも実施することができる。例えば、従来
のJPEG展開装置を用いて画像展開を行う必要がなけ
れば、出力ビットストリームに含めるAC用ハフマンテ
ーブル生成用の頻度情報を、圧縮に使用したAC用一次
元ハフマンテーブルだけが生成できる簡単な内容にして
もよいし、また、AC用一次元ハフマンテーブルに、係
数値がゼロという事象を追加してもよい。
The above embodiment is merely an example for explaining the present invention, and is not intended to limit the present invention to only this embodiment. Therefore, the present invention can be implemented in various modes other than the above-described embodiment. For example, if it is not necessary to perform image expansion using a conventional JPEG expansion apparatus, the frequency information for generating the AC Huffman table to be included in the output bit stream can be simply generated by the AC one-dimensional Huffman table used for compression. The event may be added to the AC one-dimensional Huffman table.

【0035】ところで、本明細書では、本発明に従う画
像圧縮の手法を主に説明し、画像展開については特に説
明をしていない。しかし、画像の圧縮と展開は表裏一体
の関係にあり、圧縮の変換操作を逆に行えば展開が行え
るから、当業者とり、圧縮の変換操作を知れば、展開の
変換操作は自明である。それ故、各請求項に記述された
本発明の技術的範囲には、まさにその記述通りの圧縮装
置及び方法のみならず、それと表裏一体の関係にある展
開装置及び方法をも含むものである。
By the way, in this specification, the image compression technique according to the present invention is mainly described, and the image expansion is not particularly described. However, compression and decompression of an image are two sides of the same coin, and decompression can be performed by reversing the compression conversion operation. Therefore, if a person skilled in the art knows the compression conversion operation, the decompression conversion operation is obvious. Therefore, the technical scope of the present invention described in each claim includes not only the compression apparatus and method exactly as described, but also the expansion apparatus and method which are in an integral relationship with the compression apparatus and method.

【図面の簡単な説明】[Brief description of the drawings]

【図1】従来のJPEGベースライン法でAC係数のハ
フマン符号化に用いられている二次元ハフマンテーブル
を示す説明図。
FIG. 1 is an explanatory diagram showing a two-dimensional Huffman table used for Huffman coding of AC coefficients in a conventional JPEG baseline method.

【図2】本発明の一実施形態の構成を示すブロック図。FIG. 2 is a block diagram showing a configuration of an embodiment of the present invention.

【図3】同実施形態においてAC係数のハフマン符号化
に用いられる一次元ハフマンテーブルを示す説明図。
FIG. 3 is an explanatory diagram showing a one-dimensional Huffman table used for Huffman coding of AC coefficients in the embodiment.

【図4】同実施形態におけるAC係数のハフマン符号化
の全体的な流れを示すフローチャート。
FIG. 4 is an exemplary flowchart showing the overall flow of Huffman encoding of AC coefficients in the embodiment.

【図5】AC係数シーケンスの有効データの最後を検出
する処理のフローチャート。
FIG. 5 is a flowchart of a process of detecting the end of valid data of an AC coefficient sequence.

【図6】AC係数の絶対値のビット長を求める処理のフ
ローチャート。
FIG. 6 is a flowchart of a process for obtaining a bit length of an absolute value of an AC coefficient.

【符号の説明】[Explanation of symbols]

1 前処理部 3 DCT符号化部 5 エントロピー符号化 7 ビットストリーム生成部 9 量子化テーブル 11 DC用一次元ハフマンテーブル 13 AC用一次元ハフマンテーブル DESCRIPTION OF SYMBOLS 1 Pre-processing part 3 DCT coding part 5 Entropy coding 7 Bit stream generation part 9 Quantization table 11 One-dimensional Huffman table for DC 13 One-dimensional Huffman table for AC

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5C059 KK08 MA00 MA23 MC01 MC11 MC24 MC33 MC34 MC38 ME02 ME05 PP01 PP15 PP16 SS20 UA02 UA38 UA39 5C078 AA09 BA57 CA01 5J064 AA01 BA08 BA09 BA16 BC01 BC02 BD01  ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 5C059 KK08 MA00 MA23 MC01 MC11 MC24 MC33 MC34 MC38 ME02 ME05 PP01 PP15 PP16 SS20 UA02 UA38 UA39 5C078 AA09 BA57 CA01 5J064 AA01 BA08 BA09 BA16 BC01 BC02 BD01

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 デジタル画像をJPEGベースライン法
で圧縮する装置において、 前記デジタル画像のDCT符号化によって生じたAC係
数をハフマン符号化する際、AC係数の値のみに関係す
る一次元の事象群に対してそれぞれ割り当てられた第1
のハフマン符号語群を用いる画像圧縮装置。
1. An apparatus for compressing a digital image by a JPEG baseline method, wherein a one-dimensional event group related only to the value of the AC coefficient when the AC coefficient generated by the DCT coding of the digital image is Huffman-coded. The first assigned to each
An image compression apparatus using the Huffman codeword group.
【請求項2】 前記第1のハフマン符号語群は、AC係
数がゼロという事象に対して割り当てられたハフマン符
号語を含まず、 ゼロのAC係数をハフマン符号化するときには、前記ゼ
ロのAC係数を別の所定値に置換して、この所定値に対
応した事象に割り当てられたハフマン符号語に変換する
請求項1記載の画像圧縮装置。
2. The first group of Huffman codewords does not include a Huffman codeword assigned to the event that the AC coefficient is zero, and when the Huffman coding of zero AC coefficient is performed, the zero AC coefficient is used. 2. The image compression apparatus according to claim 1, wherein is replaced with another predetermined value, and is converted into a Huffman code word assigned to an event corresponding to the predetermined value.
【請求項3】 前記別の所定値が1である請求項2記載
の画像圧縮装置。
3. The image compression apparatus according to claim 2, wherein said another predetermined value is one.
【請求項4】 前記ハフマン符号化の結果を含んだ出力
ビットストリームを生成する際、ゼロ以外のAC係数と
ゼロのAC係数のランレングスとの組み合わせに関係す
る二次元の事象群に対してそれぞれ割り当てられ、前記
ランレングスがゼロの場合に前記第1のハフマン符号語
群と一致するような第2のハフマン符号語群を生成する
ための情報を、前記出力ビットストリームに含ませる請
求項1記載の画像圧縮装置。
4. When generating an output bit stream containing the result of the Huffman encoding, a two-dimensional event group related to a combination of a non-zero AC coefficient and a run length of a zero AC coefficient is generated. 2. The output bitstream further includes information for generating a second group of Huffman codewords that are assigned and that match the first group of Huffman codewords when the runlength is zero. Image compression device.
【請求項5】 デジタル画像をJPEGベースライン法
で圧縮する方法において、 前記デジタル画像のDCT符号化によって生じたAC係
数をハフマン符号化する際、AC係数の値のみに関係す
る一次元の事象群に対してそれぞれ割り当てられた第1
のハフマン符号語群を用いる画像圧縮方法。
5. A method of compressing a digital image by a JPEG baseline method, wherein a one-dimensional event group related only to the value of the AC coefficient when the AC coefficient generated by the DCT coding of the digital image is Huffman-coded. The first assigned to each
An image compression method using a Huffman codeword group.
【請求項6】 前記第1のハフマン符号語群は、AC係
数がゼロという事象に対して割り当てられたハフマン符
号語を含まず、 ゼロのAC係数をハフマン符号化するときには、前記ゼ
ロのAC係数を別の所定値に置換して、この所定値に対
応した事象に割り当てられたハフマン符号語に変換する
請求項5記載の画像圧縮方法。
6. The first group of Huffman codewords does not include a Huffman codeword assigned to the event that the AC coefficient is zero, and when the Huffman coding of zero AC coefficient is performed, the zero AC coefficient is used. 6. The image compression method according to claim 5, wherein is replaced with another predetermined value, and is converted into a Huffman code word assigned to an event corresponding to the predetermined value.
【請求項7】 前記別の所定値が1である請求項6記載
の画像圧縮方法。
7. The image compression method according to claim 6, wherein said another predetermined value is 1.
【請求項8】 前記ハフマン符号化の結果を含んだ出力
ビットストリームを生成する際、ゼロ以外のAC係数と
ゼロのAC係数のランレングスとの組み合わせに関係す
る二次元の事象群に対してそれぞれ割り当てられ、前記
ランレングスがゼロの場合に前記第1のハフマン符号語
群と一致するような第2のハフマン符号語群を生成する
ための情報を、前記出力ビットストリームに含ませる請
求項5記載の画像圧縮方法。
8. When generating an output bit stream including the result of the Huffman coding, a two-dimensional event group related to a combination of a non-zero AC coefficient and a run length of a zero AC coefficient is respectively specified. 6. The output bitstream further includes information for generating a second group of Huffman codewords that are assigned and that match the first group of Huffman codewords when the run length is zero. Image compression method.
【請求項9】 デジタル画像をJPEGベースライン法
で圧縮するとき、 前記デジタル画像のDCT符号化によって生じたAC係
数をハフマン符号化する際、AC係数の値のみに関係す
る一次元の事象群に対してそれぞれ割り当てられた第1
のハフマン符号語群を用いるよう、コンピュータを動作
させるためのプログラムを担持したコンピュータ読取可
能な記録媒体。
9. When compressing a digital image by a JPEG baseline method, when performing Huffman coding on an AC coefficient generated by DCT coding of the digital image, a one-dimensional event group related only to the value of the AC coefficient is used. The first assigned to each
A computer-readable recording medium carrying a program for operating a computer so as to use the Huffman codeword group.
JP32194699A 1999-11-12 1999-11-12 Image compression apparatus and method Expired - Fee Related JP3952116B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32194699A JP3952116B2 (en) 1999-11-12 1999-11-12 Image compression apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32194699A JP3952116B2 (en) 1999-11-12 1999-11-12 Image compression apparatus and method

Publications (2)

Publication Number Publication Date
JP2001145106A true JP2001145106A (en) 2001-05-25
JP3952116B2 JP3952116B2 (en) 2007-08-01

Family

ID=18138204

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32194699A Expired - Fee Related JP3952116B2 (en) 1999-11-12 1999-11-12 Image compression apparatus and method

Country Status (1)

Country Link
JP (1) JP3952116B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009075107A1 (en) * 2007-12-13 2009-06-18 Panasonic Corporation Image encoding device, encoding rate conversion device, video/audio stream recording device, network distribution system, coefficient conversion device, integrated circuit, and image encoding method
CN102968793A (en) * 2012-11-20 2013-03-13 百年金海安防科技有限公司 Method for identifying natural image and computer generated image based on DCT (Discrete Cosine Transformation)-domain statistic characteristics
JP2013524679A (en) * 2010-04-05 2013-06-17 サムスン エレクトロニクス カンパニー リミテッド Video encoding method, decoding method and apparatus using adaptive coefficient scan order
JP2015080276A (en) * 2015-01-28 2015-04-23 株式会社情報システム総合研究所 Data compression device, data decoding device, data compression method, data decoding method and data compression and decoding system
US9042459B1 (en) 2010-04-05 2015-05-26 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using transformation index, and method and apparatus for decoding video by using transformation index
US9049450B2 (en) 2010-04-05 2015-06-02 Samsung Electronics Co., Ltd. Method and apparatus for encoding video based on internal bit depth increment, and method and apparatus for decoding video based on internal bit depth increment
US9369736B2 (en) 2010-04-05 2016-06-14 Samsung Electronics Co., Ltd. Low complexity entropy-encoding/decoding method and apparatus

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009075107A1 (en) * 2007-12-13 2009-06-18 Panasonic Corporation Image encoding device, encoding rate conversion device, video/audio stream recording device, network distribution system, coefficient conversion device, integrated circuit, and image encoding method
US9369736B2 (en) 2010-04-05 2016-06-14 Samsung Electronics Co., Ltd. Low complexity entropy-encoding/decoding method and apparatus
JP2013524679A (en) * 2010-04-05 2013-06-17 サムスン エレクトロニクス カンパニー リミテッド Video encoding method, decoding method and apparatus using adaptive coefficient scan order
US9042459B1 (en) 2010-04-05 2015-05-26 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using transformation index, and method and apparatus for decoding video by using transformation index
US9042460B1 (en) 2010-04-05 2015-05-26 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using transformation index, and method and apparatus for decoding video by using transformation index
US9049460B1 (en) 2010-04-05 2015-06-02 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using transformation index, and method and apparatus for decoding video by using transformation index
US9049450B2 (en) 2010-04-05 2015-06-02 Samsung Electronics Co., Ltd. Method and apparatus for encoding video based on internal bit depth increment, and method and apparatus for decoding video based on internal bit depth increment
US9294781B2 (en) 2010-04-05 2016-03-22 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using transformation index, and method and apparatus for decoding video by using transformation index
US9602845B2 (en) 2010-04-05 2017-03-21 Samsung Electronics Co., Ltd. Low complexity entropy-encoding/decoding method and apparatus
US9866875B2 (en) 2010-04-05 2018-01-09 Samsung Electronics Co., Ltd. Low complexity entropy-encoding/decoding method and apparatus
US10027991B2 (en) 2010-04-05 2018-07-17 Samsung Electronics Co., Ltd. Low complexity entropy-encoding/decoding method and apparatus
US10158890B2 (en) 2010-04-05 2018-12-18 Samsung Electronics Co., Ltd. Low complexity entropy-encoding/decoding method and apparatus
CN102968793A (en) * 2012-11-20 2013-03-13 百年金海安防科技有限公司 Method for identifying natural image and computer generated image based on DCT (Discrete Cosine Transformation)-domain statistic characteristics
JP2015080276A (en) * 2015-01-28 2015-04-23 株式会社情報システム総合研究所 Data compression device, data decoding device, data compression method, data decoding method and data compression and decoding system

Also Published As

Publication number Publication date
JP3952116B2 (en) 2007-08-01

Similar Documents

Publication Publication Date Title
US6643408B2 (en) Image coding and decoding apparatus, method of image coding and decoding, and recording medium for recording program for image coding and decoding
US20060067582A1 (en) Progressive JPEG decoding system
JP2001136526A (en) Method for image processing, device thereof and storage medium
JP4831547B2 (en) Method for image compression and decompression acceleration
JP2003198851A (en) Signaling adaptive-quantization matrices in jpeg using end-of-block codes
JP2003199105A (en) Image information compression method, image information compression apparatus, and image information compression program
JP3952116B2 (en) Image compression apparatus and method
JP2000151415A (en) Data processing method/system/device, computer readable medium and program storage device
JP3469438B2 (en) Image signal processing method and apparatus, recording medium
JPH07240845A (en) Image data compression and expansion
JPH0487460A (en) Picture processor
EP1734738A2 (en) Image encoding and decoding method and apparatus, and computer-readable recording medium storing program for executing the method
JP2518524B2 (en) Image data compression / decompression method
JP3676651B2 (en) Stepwise reversible image signal encoding method, decoding method, encoding device, decoding device, and encoding and decoding program recording medium
JP2002051221A (en) Device, system and method for encoding and decoding image and storage medium
JP2000013797A (en) Image compressing device and image expanding device
JP3795960B2 (en) Image display device
JP2003333339A (en) Image encoding apparatus and image encoding method
JPH0896141A (en) Image processor
US20010014179A1 (en) Reduction of ringing artifacts after decompression of a dwt-based compressed image
JPH09205552A (en) Image coding method and device therefor
JPH0746407A (en) Picture data compressing device and picture data restoring device
JP2001128176A (en) Image compressing and expanding device
JPH09219861A (en) Digital image expansion system
JP2000050271A (en) Image compressor

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060302

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060307

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060428

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20060428

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061124

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070122

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070404

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070417

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110511

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120511

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120511

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130511

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140511

Year of fee payment: 7

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees