JP3015001B2 - Huffman decoding device - Google Patents

Huffman decoding device

Info

Publication number
JP3015001B2
JP3015001B2 JP10112465A JP11246598A JP3015001B2 JP 3015001 B2 JP3015001 B2 JP 3015001B2 JP 10112465 A JP10112465 A JP 10112465A JP 11246598 A JP11246598 A JP 11246598A JP 3015001 B2 JP3015001 B2 JP 3015001B2
Authority
JP
Japan
Prior art keywords
huffman
code
decoded data
codes
occurrence frequency
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.)
Expired - Fee Related
Application number
JP10112465A
Other languages
Japanese (ja)
Other versions
JPH11308116A (en
Inventor
憲司 平野
達彦 村田
Original Assignee
鐘紡株式会社
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 鐘紡株式会社 filed Critical 鐘紡株式会社
Priority to JP10112465A priority Critical patent/JP3015001B2/en
Priority to PCT/JP1999/000860 priority patent/WO1999044368A1/en
Priority to US09/622,424 priority patent/US6961474B1/en
Publication of JPH11308116A publication Critical patent/JPH11308116A/en
Application granted granted Critical
Publication of JP3015001B2 publication Critical patent/JP3015001B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、入力されるハフマ
ン符号を復号化して復号化データを出力するハフマン復
号化装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a Huffman decoding device for decoding an input Huffman code and outputting decoded data.

【0002】[0002]

【従来の技術】画像データは非常に多くの情報量を含ん
でいる。そのため、画像データをそのままの形で処理す
るのは、メモリ容量および通信速度の点で実用的ではな
い。そこで、画像データ圧縮技術が重要となる。
2. Description of the Related Art Image data contains a very large amount of information. Therefore, it is not practical to process the image data as it is in terms of memory capacity and communication speed. Therefore, image data compression technology becomes important.

【0003】画像データ圧縮技術の国際標準の一つとし
てJPEG(Joint Photographic Expert Group)があ
る。JPEGでは、非可逆符号化を行うDCT(離散コ
サイン変換)方式と、二次元空間でDPCM(Differen
tial PCM) を行う可逆符号化方式が採用されている。以
下、DCT方式の画像データ圧縮を説明する。
One of the international standards for image data compression technology is JPEG (Joint Photographic Expert Group). In JPEG, DCT (Discrete Cosine Transform) for lossy encoding and DPCM (Differen
rial PCM). Hereinafter, DCT image data compression will be described.

【0004】図3はDCT方式の画像データ圧縮および
画像データ伸長を実行するためのシステムの基本構成を
示すブロック図である。
FIG. 3 is a block diagram showing the basic configuration of a system for executing image data compression and image data expansion in the DCT system.

【0005】符号化側では、DCT処理部100が、入
力される原画像データに離散コサイン変換(以下、DC
Tと呼ぶ)処理を行い、DCT係数を出力する。このD
CT処理では、まず、図4に示すように、画像データを
複数の8×8画素ブロックに分割する。図5に示すよう
に、1つの8×8画素ブロック内には、64個の画素デ
ータPXY(X,Y=0,…,7)が含まれる。分割され
た各8×8画素ブロックに対して二次元DCT処理を行
うと、64個のDCT係数SUV(U,V=0,…,7)
が得られる。
On the encoding side, the DCT processing unit 100 converts the input original image data into a discrete cosine transform (hereinafter, DC
T) and outputs DCT coefficients. This D
In the CT processing, first, as shown in FIG. 4, image data is divided into a plurality of 8 × 8 pixel blocks. As shown in FIG. 5, one 8 × 8 pixel block includes 64 pieces of pixel data P XY (X, Y = 0,..., 7). When two-dimensional DCT processing is performed on each of the divided 8 × 8 pixel blocks, 64 DCT coefficients S UV (U, V = 0,..., 7)
Is obtained.

【0006】DCT係数S00はDC係数と呼ばれ、残り
の63個のDCT係数はAC係数と呼ばれる。図5に示
すように、DCT処理されたブロックの左から右に進む
につれて高周波の水平周波数成分を多く含み、上から下
へ進むにつれて高周波の垂直周波数成分を多く含むこと
になる。
[0006] The DCT coefficient S00 is called a DC coefficient, and the remaining 63 DCT coefficients are called AC coefficients. As shown in FIG. 5, a block subjected to the DCT processing includes more high-frequency horizontal frequency components from left to right, and includes more high-frequency vertical frequency components from top to bottom.

【0007】図3の量子化部200は、量子化テーブル
400を参照してDCT処理部100から出力されたD
CT係数に量子化を行い、量子化されたDCT係数を出
力する。この量子化により画質および符号化情報量が制
御される。図7に量子化部200から出力されるDCT
係数の一例を示す。図6において、“A”,“B”,
“C”,“D”,“E”,“F”は“0”以外の値を表
わしている。
[0007] The quantization unit 200 of FIG. 3 refers to the quantization table 400 and outputs the D output from the DCT processing unit 100.
The quantization is performed on the CT coefficients, and the quantized DCT coefficients are output. The image quality and the amount of encoded information are controlled by the quantization. FIG. 7 shows the DCT output from the quantization unit 200.
An example of the coefficient is shown. In FIG. 6, "A", "B",
“C”, “D”, “E”, and “F” represent values other than “0”.

【0008】図4のハフマン符号化装置300は、符号
化テーブル500を参照して量子化部200から出力さ
れたDCT係数にハフマン符号化処理を行い、圧縮画像
データを出力する。DC係数の符号化では、1つ前のブ
ロックのDC係数と現在のブロックのDC係数との差分
値を求め、その差分値に対してハフマン符号が割り当て
られる。
[0010] The Huffman coding apparatus 300 shown in FIG. 4 performs Huffman coding on the DCT coefficients output from the quantization unit 200 with reference to the coding table 500 and outputs compressed image data. In the coding of the DC coefficient, a difference value between the DC coefficient of the immediately preceding block and the DC coefficient of the current block is obtained, and a Huffman code is assigned to the difference value.

【0009】AC係数の符号化では、図7に示すよう
に、AC係数が、まず、ジグザグスキャンによって一次
元に配列される。この一次元に配列されたAC係数は、
連続する“0”の係数(無効係数)の長さを示すラン長
と、“0”以外の係数(有効係数)の値とを用いて符号
化される。有効係数はグループ分けされ、各有効係数に
グループ番号が割り当てられる。AC係数の符号化で
は、ラン長とグループ番号との組み合わせに対してハフ
マン符号が割り当てられる。上記のようにして、原画像
データが圧縮画像データに符号化される。
In the coding of AC coefficients, as shown in FIG. 7, first, the AC coefficients are arranged one-dimensionally by zigzag scanning. This one-dimensionally arranged AC coefficient is
Encoding is performed using a run length indicating the length of successive coefficients (ineffective coefficients) of “0” and values of coefficients (effective coefficients) other than “0”. Effective coefficients are grouped, and a group number is assigned to each effective coefficient. In the coding of AC coefficients, Huffman codes are assigned to combinations of run lengths and group numbers. As described above, the original image data is encoded into the compressed image data.

【0010】復号化側では、ハフマン復号化装置600
が、ハフマン復号化処理により圧縮画像データをラン長
およびグループ番号からなる復号化データに復号化し、
その復号化データに基づいて量子化されたDCT係数を
出力する。逆量子化部700は、量子化テーブル400
を参照して量子化されたDCT係数に逆量子化を行い、
DCT係数を出力する。逆DCT処理部800は、DC
T係数に逆DCT処理を行い、再生画像データを出力す
る。
On the decoding side, the Huffman decoding device 600
Decodes the compressed image data into decoded data consisting of a run length and a group number by Huffman decoding,
A DCT coefficient quantized based on the decoded data is output. The inverse quantization unit 700 includes a quantization table 400
Inverse quantization is performed on the quantized DCT coefficient with reference to
Output the DCT coefficient. The inverse DCT processing unit 800
An inverse DCT process is performed on the T coefficient to output reproduced image data.

【0011】図8は従来のハフマン復号化装置の一例を
示すブロック図である。頭出し処理部11は、圧縮画像
データからハフマン符号の先頭位置を検出し、検出され
た先頭位置からハフマン符号の最大符号長に相当するビ
ット数の圧縮画像データをメモリ12のアドレス入力端
子ADにアドレス信号として与える。
FIG. 8 is a block diagram showing an example of a conventional Huffman decoding device. The cueing processing unit 11 detects the head position of the Huffman code from the compressed image data, and sends the compressed image data of the number of bits corresponding to the maximum code length of the Huffman code from the detected head position to the address input terminal AD of the memory 12. Give as address signal.

【0012】メモリ12は、2k ワードの記憶容量を有
する。ここで、kはハフマン符号の最大符号長を表す。
メモリ12内の各アドレスには、そのアドレスが表すハ
フマン符号に対応する復号化データが格納される。各復
号化データは、上記のラン長およびグループ番号からな
る。
The memory 12 has a storage capacity of 2 k words. Here, k represents the maximum code length of the Huffman code.
At each address in the memory 12, decoded data corresponding to the Huffman code represented by the address is stored. Each decoded data includes the above-described run length and group number.

【0013】例えば、ハフマン符号の最大符号長kを1
6とすると、16ビット長のハフマン符号“11111
11111110101”に対応する復号化データは、
アドレス“1111111111110101”に格納
される。15ビット長のハフマン符号“1111111
11000010”に対応する復号化データは、2つの
アドレス“111111111000010X”に格納
される。ここで、Xは0および1を表す。また、2ビッ
ト長のハフマン符号“01”に対応する復号化データ
は、214個のアドレス“01XXXXXXXXXXXX
XX”に格納される。
For example, if the maximum code length k of the Huffman code is 1
6, the Huffman code “11111” having a length of 16 bits is used.
The decrypted data corresponding to 11111110101 ″ is
It is stored at the address “1111111111110101”. 15-bit length Huffman code "1111111"
The decoded data corresponding to “11000010” is stored at two addresses “1111111111000010X”, where X represents 0 and 1. The decoded data corresponding to the 2-bit length Huffman code “01” is , 14 addresses "01XXXXXXXXXXXXXXX"
XX ".

【0014】このように、メモリ12には、最大符号長
に相当する16ビットの圧縮画像データがアドレス信号
として与えられるので、最大符号長よりも短いハフマン
符号に対応する復号化データは、複数のアドレスに格納
しておく必要がある。
As described above, since 16-bit compressed image data corresponding to the maximum code length is given as an address signal to the memory 12, the decoded data corresponding to the Huffman code shorter than the maximum code length includes a plurality of pieces of decoded data. Must be stored at the address.

【0015】例えば、圧縮画像データが2ビットのハフ
マン符号“01”を含む場合には、メモリ12には、1
6ビットの圧縮画像データ“01…”がアドレス信号と
して与えられる。それにより、アドレス“01…”に格
納された復号化データが読み出され、データ出力端子D
Oから出力される。このようにして、圧縮画像データに
含まれるハフマン符号が復号化される。
For example, when the compressed image data includes a 2-bit Huffman code “01”, the memory 12 stores
6-bit compressed image data "01 ..." is given as an address signal. As a result, the decoded data stored at the address “01...” Is read out, and the data output terminal D
Output from O. In this manner, the Huffman code included in the compressed image data is decoded.

【0016】[0016]

【発明が解決しようとする課題】上記のように、従来の
ハフマン復号化装置では、ハフマン符号の最大符号長k
に相当するビット数の圧縮画像データがアドレス信号と
してメモリ12に与えられるので、メモリ12の記憶容
量は2k ワード必要となる。
As described above, in the conventional Huffman decoding device, the maximum code length k of the Huffman code is k.
Is given to the memory 12 as an address signal, so that the memory 12 requires a storage capacity of 2 k words.

【0017】この場合、最大符号長kよりも短いハフマ
ン符号に対応する復号化データは複数のアドレスに格納
される。すなわち、ハフマン符号の数よりもはるかに多
くの数のアドレスに余分な復号化データを格納する必要
がある。ハフマン符号の数をnとすると、メモリ12の
利用効率はn/2k と非常に低くなる。
In this case, the decoded data corresponding to the Huffman code shorter than the maximum code length k is stored at a plurality of addresses. That is, it is necessary to store extra decoded data at a much larger number of addresses than the number of Huffman codes. Assuming that the number of Huffman codes is n, the utilization efficiency of the memory 12 is very low at n / 2k .

【0018】その結果、ハフマン復号化装置の回路規模
が大きくなり、かつ処理の高速化を図ることが困難とな
る。
As a result, the circuit scale of the Huffman decoding device becomes large, and it is difficult to increase the processing speed.

【0019】本発明の目的は、小型化および処理の高速
化が図られたハフマン復号化装置を提供することであ
る。
It is an object of the present invention to provide a Huffman decoding device that is reduced in size and speed of processing.

【0020】[0020]

【課題を解決するための手段および発明の効果】(1)
第1の発明 第1の発明に係るハフマン復号化装置は、入力されるハ
フマン符号を復号化して復号化データを出力するハフマ
ン復号化装置であって、複数の第1の記憶手段、複数の
一致検出手段、第2の記憶手段、発生頻度生成手段およ
び第3の記憶手段を備える。
Means for Solving the Problems and Effects of the Invention (1)
First invention A Huffman decoding device according to a first invention is a Huffman decoding device that decodes an input Huffman code and outputs decoded data, wherein a plurality of first storage units, a plurality of coincidence units are provided. The apparatus includes a detection unit, a second storage unit, an occurrence frequency generation unit, and a third storage unit.

【0021】複数の第1の記憶手段は、複数のハフマン
符号のうち所定数のハフマン符号を記憶する。複数の一
致検出手段は、複数の第1の記憶手段に対応して設けら
れ、各々が入力されるハフマン符号と対応する第1の記
憶手段に記憶されるハフマン符号との一致を検出する。
第2の記憶手段は、上記所定数のハフマン符号にそれぞ
れ対応する所定数の復号化データを記憶し、複数の一致
検出手段の出力信号に応答して上記所定数の復号化デー
タのうちいずれかを出力する。発生頻度生成手段は、入
力されるハフマン符号に基づいて対応する発生頻度を生
成する。第3の記憶手段は、複数のハフマン符号のうち
少なくとも残りの複数のハフマン符号の発生頻度が示す
アドレスに復号化データを記憶し、発生頻度生成手段に
より生成される発生頻度をアドレス信号として受け、ア
ドレス信号により指定されるアドレスから復号化データ
を出力する。
[0021] The plurality of first storage means stores a predetermined number of Huffman codes among the plurality of Huffman codes. The plurality of coincidence detecting means are provided corresponding to the plurality of first storage means, and detect coincidence between the input Huffman code and the Huffman code stored in the corresponding first storage means.
The second storage means stores a predetermined number of decoded data corresponding to the predetermined number of Huffman codes, respectively, and responds to output signals of the plurality of coincidence detection means to output any one of the predetermined number of decoded data. Is output. The occurrence frequency generation means generates a corresponding occurrence frequency based on the input Huffman code. The third storage means stores the decoded data at an address indicated by the occurrence frequency of at least the remaining plurality of Huffman codes among the plurality of Huffman codes, and receives the occurrence frequency generated by the occurrence frequency generation means as an address signal, The decoded data is output from the address specified by the address signal.

【0022】本発明に係るハフマン復号化装置において
は、複数のハフマン符号のうち所定数のハフマン符号が
複数の第1の記憶手段に記憶される。また、上記所定数
のハフマン符号にそれぞれ対応する所定数の復号化デー
タが第2の記憶手段に記憶される。さらに、複数のハフ
マン符号のうち少なくとも残りの複数のハフマン符号に
対応する復号化データが第3の記憶手段に記憶される。
各復号化データは、対応するハフマン符号の発生頻度が
示すアドレスに記憶される。
[0022] In the Huffman decoding apparatus according to the present invention, a predetermined number of Huffman codes of the plurality of Huffman codes are stored in the plurality of first storage means. Further, a predetermined number of decoded data respectively corresponding to the predetermined number of Huffman codes are stored in the second storage means. Further, decoded data corresponding to at least the remaining plurality of Huffman codes among the plurality of Huffman codes is stored in the third storage unit.
Each decoded data is stored at the address indicated by the frequency of occurrence of the corresponding Huffman code.

【0023】入力されるハフマン符号と複数の第1の記
憶手段に記憶されるハフマン符号との一致が複数の一致
検出手段によりそれぞれ検出される。入力されるハフマ
ン符号と複数の第1の記憶手段に記憶されるハフマン符
号のいずれかとの一致が一致検出手段により検出された
場合には、複数の一致検出手段の出力信号に応答して第
2の記憶手段に記憶された所定数の復号化データのうち
いずれかが出力される。この場合には、一致検出手段に
よる一致検出および第2の記憶手段からの復号化データ
の出力により、入力されたハフマン符号が高速に復号化
される。
A match between the input Huffman code and the Huffman code stored in the plurality of first storage means is detected by each of the plurality of match detection means. When a match between the input Huffman code and one of the plurality of Huffman codes stored in the first storage means is detected by the match detection means, the second Huffman code is output in response to the output signals of the plurality of match detection means. Of the predetermined number of pieces of decoded data stored in the storage means. In this case, the input Huffman code is decoded at high speed by the match detection by the match detection means and the output of the decoded data from the second storage means.

【0024】一方、入力されるハフマン符号に基づいて
発生頻度生成手段により対応する発生頻度が生成され
る。発生頻度生成手段により生成される発生頻度はアド
レス信号として第3の記憶手段に与えられる。入力され
るハフマン符号と複数の第1の記憶手段に記憶されるハ
フマン符号とが一致しない場合には、発生頻度生成手段
からアドレス信号として与えられた発生頻度に基づいて
第3の記憶手段から復号化データが出力される。
On the other hand, a corresponding occurrence frequency is generated by the occurrence frequency generation means based on the input Huffman code. The occurrence frequency generated by the occurrence frequency generation means is given to the third storage means as an address signal. If the input Huffman code and the Huffman code stored in the plurality of first storage means do not match, decoding is performed from the third storage means based on the occurrence frequency given as an address signal from the occurrence frequency generation means. Coded data is output.

【0025】このように、所定数のハフマン符号にそれ
ぞれ対応する所定数の復号化データが第2の記憶手段に
記憶されるので、入力されるハフマン符号が所定数のハ
フマン符号のいずれかと一致した場合には、第2の記憶
手段から対応する復号化データが高速に読み出される。
また、入力されるハフマン符号が所定数のハフマン符号
と一致しない場合には、入力されるハフマン符号の発生
頻度が生成され、その発生頻度に基づいて第3の記憶手
段から対応する復号化データが読み出される。
As described above, the predetermined number of decoded data respectively corresponding to the predetermined number of Huffman codes are stored in the second storage means, so that the input Huffman code matches one of the predetermined number of Huffman codes. In this case, the corresponding decoded data is read from the second storage means at high speed.
If the input Huffman code does not match the predetermined number of Huffman codes, the frequency of occurrence of the input Huffman code is generated, and the corresponding decoded data is stored in the third storage unit based on the frequency of occurrence. Is read.

【0026】ハフマン符号と発生頻度とは1対1に対応
し、発生頻度と復号化データも1対1に対応しているの
で、第3の記憶手段に記憶される復号化データの数は多
くとも複数のハフマン符号の数と同じになる。そのた
め、第3の記憶手段に必要な記憶容量が小さくなる。
Since the Huffman code and the frequency of occurrence have a one-to-one correspondence, and the frequency of occurrence and the decoded data also have a one-to-one correspondence, the number of decoded data stored in the third storage means is large. Both have the same number as a plurality of Huffman codes. Therefore, the storage capacity required for the third storage means is reduced.

【0027】したがって、小型化および処理の高速化が
図られたハフマン復号化装置が得られる。
Therefore, a Huffman decoding device which is reduced in size and speeded up in processing can be obtained.

【0028】(2)第2の発明 第2の発明に係るハフマン復号化装置は、第1の発明に
係るハフマン復号化装置の構成において、上記所定数の
ハフマン符号は、残りのハフマン符号よりも高い発生頻
度を有するものである。これにより、発生頻度の高いハ
フマン符号を高速に復号化することができるので、ハフ
マン復号化装置の動作が全体としてより高速化される。
(2) Second invention The Huffman decoding device according to the second invention is the Huffman decoding device according to the first invention, wherein the predetermined number of Huffman codes is larger than the remaining Huffman codes. It has a high frequency of occurrence. As a result, a Huffman code that occurs frequently can be decoded at a high speed, so that the operation of the Huffman decoding device is further accelerated as a whole.

【0029】(3)第3の発明 第3の発明に係るハフマン復号化装置は、第1または第
2の発明に係るハフマン復号化装置の構成において、発
生頻度生成手段は、ハフマン符号の符号長ごとに設定さ
れた定数を記憶する定数記憶手段と、ハフマン符号の符
号長ごとの最小符号を記憶する最小符号記憶手段と、最
小符号記憶手段に記憶される符号長ごとの最小符号に基
づいて入力されたハフマン符号の符号長を検出する符号
長検出手段と、符号長検出手段により検出された符号長
に基づいて定数記憶手段に記憶された定数のいずれかを
選択する定数選択手段と、定数選択手段により選択され
た定数および入力されたハフマン符号に基づいて発生頻
度を算出する算出手段とを備えたものである。
(3) Third invention A Huffman decoding device according to a third invention is the configuration of the Huffman decoding device according to the first or second invention, wherein the occurrence frequency generation means includes a code length of the Huffman code. Constant storage means for storing a constant set for each, a minimum code storage means for storing a minimum code for each code length of the Huffman code, and an input based on the minimum code for each code length stored in the minimum code storage means. Code length detecting means for detecting the code length of the detected Huffman code; constant selecting means for selecting any of the constants stored in the constant storage means based on the code length detected by the code length detecting means; Calculating means for calculating the occurrence frequency based on the constant selected by the means and the input Huffman code.

【0030】ハフマン符号の発生頻度は、ハフマン符号
から符号長ごとに設定された定数を減算することにより
得られる。定数記憶手段には、ハフマン符号の符号長ご
とに設定された定数が記憶される。また、最小符号記憶
手段には、ハフマン符号の符号長ごとの最小符号が記憶
される。最小符号記憶手段に記憶される符号長ごとの最
小符号に基づいて、入力されたハフマン符号の符号長が
検出され、検出された符号長に基づいて定数記憶手段に
記憶された定数のいずれかが選択される。そして、選択
された定数および入力されたハフマン符号に基づいて発
生頻度が算出される。
The frequency of occurrence of the Huffman code is obtained by subtracting a constant set for each code length from the Huffman code. The constant storage means stores constants set for each code length of the Huffman code. Further, the minimum code storage means stores the minimum code for each code length of the Huffman code. The code length of the input Huffman code is detected based on the minimum code for each code length stored in the minimum code storage unit, and any of the constants stored in the constant storage unit is determined based on the detected code length. Selected. Then, the occurrence frequency is calculated based on the selected constant and the input Huffman code.

【0031】(4)第4の発明 第4の発明に係るハフマン符号化装置は、第1、第2ま
たは第3の発明に係るハフマン符号化装置の構成におい
て、第2および第3の記憶手段から出力される復号化デ
ータを選択的に出力する復号化データ選択手段をさらに
備えたものである。
(4) Fourth invention The Huffman coding apparatus according to the fourth invention is the same as the Huffman coding apparatus according to the first, second or third invention, except that the second and third storage means are provided. And decoding data selection means for selectively outputting the decoding data output from.

【0032】入力されるハフマン符号が所定数のハフマ
ン符号と一致する場合には、第2の記憶手段から出力さ
れる復号化データが選択的に出力され、入力されるハフ
マン符号が所定数のハフマン符号と一致しない場合に
は、第3の記憶手段から出力される復号化データが選択
的に出力される。
If the input Huffman code matches a predetermined number of Huffman codes, the decoded data output from the second storage means is selectively output, and the input Huffman code is converted to a predetermined number of Huffman codes. If they do not match, the decoded data output from the third storage means is selectively output.

【0033】[0033]

【発明の実施の形態】図1は本発明の一実施例における
ハフマン復号化装置の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a Huffman decoding apparatus according to an embodiment of the present invention.

【0034】図1のハフマン復号化装置は、頭出し処理
部1、発生頻度生成部2、メモリ3、i個のレジスタR
1〜Ri、i個の比較器C1〜Ci、レジスタ4および
セレクタ5を含む。ここで、ハフマン符号の数をn個と
すると、iは0<i<nの関係を有する。本実施例で
は、i=20である。また、本実施例では、ハフマン符
号の最大符号長kを16ビットとする。通常、符号長の
短いハフマン符号ほど発生頻度が高く、例えば、発生頻
度が最上位から20番目までのハフマン符号は8ビット
以下の符号長を有する。
The Huffman decoding apparatus shown in FIG. 1 has a cue processing unit 1, an occurrence frequency generation unit 2, a memory 3, and i registers R
1 to Ri, i comparators C1 to Ci, a register 4 and a selector 5. Here, assuming that the number of Huffman codes is n, i has a relationship of 0 <i <n. In this embodiment, i = 20. In this embodiment, the maximum code length k of the Huffman code is 16 bits. Generally, the shorter the Huffman code, the higher the frequency of occurrence. For example, the Huffman codes with the highest frequency of occurrence from the top to the twentieth have a code length of 8 bits or less.

【0035】頭出し処理部1は、入力される圧縮画像デ
ータから各ハフマン符号の先頭位置を検出し、検出され
た先頭位置から16ビットの圧縮画像データを発生頻度
生成部2に与え、検出された先頭位置から8ビットの圧
縮画像データを比較器C1〜Ciに与える。
The cueing processing unit 1 detects the head position of each Huffman code from the input compressed image data, and supplies 16-bit compressed image data from the detected head position to the occurrence frequency generation unit 2 to detect the Huffman code. The 8-bit compressed image data from the head position is supplied to the comparators C1 to Ci.

【0036】発生頻度生成部2は、頭出し処理部1から
与えられた圧縮画像データに含まれるハフマン符号の発
生頻度を後述する方法で生成し、生成された発生頻度を
メモリ3のアドレス入力端子ADにアドレス信号として
与える。
The occurrence frequency generation unit 2 generates the occurrence frequency of the Huffman code included in the compressed image data provided from the cueing processing unit 1 by a method described later, and outputs the generated occurrence frequency to an address input terminal of the memory 3. It is given to AD as an address signal.

【0037】メモリ3としては、RAM(ランダムアク
セスメモリ)等が用いられる。このメモリ3の各アドレ
スには、そのアドレスが示す発生頻度を有するハフマン
符号に対応する復号化データが記憶されている。復号化
データはラン長(連続する0の数)およびグループ番号
からなる。ハフマン符号と発生頻度とは1対1に対応
し、発生頻度と復号化データとは1対1に対応してい
る。したがって、メモリ3には、最大n個の復号化デー
タが記憶される。
As the memory 3, a RAM (random access memory) or the like is used. At each address of the memory 3, decoded data corresponding to the Huffman code having the frequency of occurrence indicated by the address is stored. The decoded data includes a run length (the number of consecutive 0s) and a group number. The Huffman code and the occurrence frequency have a one-to-one correspondence, and the occurrence frequency and the decoded data have a one-to-one correspondence. Therefore, the memory 3 stores a maximum of n pieces of decoded data.

【0038】発生頻度をメモリ3のアドレス入力端子A
Dにアドレス信号として与えることにより、その発生頻
度のハフマン符号に対応する復号化データがデータ出力
端子DOから出力される。
The frequency of occurrence is determined by the address input terminal A of the memory 3.
By giving it to D as an address signal, decoded data corresponding to the Huffman code of the occurrence frequency is output from the data output terminal DO.

【0039】i個のレジスタR1〜Riには、発生頻度
が最上位からi番目までのi個のハフマン符号がそれぞ
れ格納される。比較器C1〜CiはレジスタR1〜Ri
にそれぞれ対応して設けられている。比較器C1〜Ci
は、頭出し処理部1から与えられた圧縮画像データに含
まれるハフマン符号をそれぞれ対応するレジスタR1〜
Riに格納されるハフマン符号と比較する。各比較器C
1〜Ciは、頭出し処理部1から与えられたハフマン符
号と対応するレジスタR1〜Riに格納されたハフマン
符号とが一致したときに例えばハイレベルの一致信号を
出力し、それらが一致しないときに例えばローレベルの
不一致信号を出力する。
The i registers R1 to Ri store i Huffman codes whose occurrence frequencies are from the highest to the i-th, respectively. Comparators C1 to Ci are connected to registers R1 to Ri.
Is provided corresponding to each of them. Comparators C1 to Ci
Registers the Huffman codes included in the compressed image data supplied from the cueing processing unit 1 in the corresponding registers R1 to R1.
Compare with the Huffman code stored in Ri. Each comparator C
1 to Ci output, for example, a high-level match signal when the Huffman code given from the cueing processing unit 1 matches the Huffman code stored in the corresponding register R1 to Ri, and when they do not match. For example, a low-level mismatch signal is output.

【0040】レジスタ4は、レジスタR1〜Riに対応
してi個の記憶領域M1〜Miを有する。このレジスタ
4の記憶領域M1〜Miには、発生頻度が最上位からi
番目までのハフマン符号に対応する復号化データがそれ
ぞれ記憶される。各復号化データはラン長およびグルー
プ番号からなる。
The register 4 has i storage areas M1 to Mi corresponding to the registers R1 to Ri. In the storage areas M1 to Mi of the register 4, the occurrence frequency is i
Decoded data corresponding to the first Huffman code is stored. Each decoded data includes a run length and a group number.

【0041】セレクタ5は、メモリ3から出力される復
号化データまたはレジスタ4から出力される復号化デー
タを選択的に出力する。
The selector 5 selectively outputs the decoded data output from the memory 3 or the decoded data output from the register 4.

【0042】本実施例では、レジスタR1〜Riが第1
の記憶手段に相当し、比較器C1〜Ciが一致検出手段
に相当し、レジスタ4が第2の記憶手段に相当する。ま
た、発生頻度生成部2が発生頻度生成手段に相当し、メ
モリ3が第3の記憶手段に相当し、セレクタ5が選択手
段に相当する。
In this embodiment, the registers R1 to Ri are the first
, The comparators C1 to Ci correspond to the coincidence detecting means, and the register 4 corresponds to the second storing means. Further, the occurrence frequency generation unit 2 corresponds to an occurrence frequency generation unit, the memory 3 corresponds to a third storage unit, and the selector 5 corresponds to a selection unit.

【0043】図2は図1のハフマン復号化装置における
発生頻度生成部2の構成を示すブロック図である。
FIG. 2 is a block diagram showing the configuration of the occurrence frequency generation unit 2 in the Huffman decoding apparatus of FIG.

【0044】発生頻度生成部2は、定数記憶部21、最
小符号記憶部22、符号長検出部23、セレクタ24お
よび加算器25を含む。ハフマン符号と発生頻度との間
には次式の関係式が成り立つ。
The occurrence frequency generation unit 2 includes a constant storage unit 21, a minimum code storage unit 22, a code length detection unit 23, a selector 24, and an adder 25. The following relational expression holds between the Huffman code and the occurrence frequency.

【0045】発生頻度=ハフマン符号−定数m 定数mはハフマン符号の符号長に固有であり、予め計算
により求めることができる。よって、入力されたハフマ
ン符号の符号長を検出し、検出された符号長に対応する
定数mを用いて発生頻度を算出することができる。
Frequency of occurrence = Huffman code-constant m The constant m is unique to the code length of the Huffman code and can be obtained in advance by calculation. Therefore, the code length of the input Huffman code can be detected, and the occurrence frequency can be calculated using the constant m corresponding to the detected code length.

【0046】図2の定数記憶部21には、1ビットから
16ビットの符号長にそれぞれ対応する定数mが記憶さ
れる。定数記憶部21は、例えばレジスタからなる。
The constant storage unit 21 shown in FIG. 2 stores constants m corresponding to code lengths of 1 bit to 16 bits. The constant storage unit 21 includes, for example, a register.

【0047】最小符号記憶部22には、ハフマン符号の
符号長ごとの最小符号が記憶されている。すなわち、最
小符号記憶部22には、符号長が1ビットのハフマン符
号の最小符号から符号長が16ビットのハフマン符号の
最小符号までの合計16個の最小符号が記憶される。た
とえば、4ビットの符号長を有するハフマン符号が“1
010”、“1011”および“1100”の3つであ
るとすると、最小符号記憶部22には、符号長が4ビッ
トのハフマン符号の最小符号として“1010”が記憶
される。この最小符号記憶部22は、例えばレジスタか
らなる。
The minimum code storage unit 22 stores the minimum code for each code length of the Huffman code. That is, the minimum code storage unit 22 stores a total of 16 minimum codes from the minimum code of the Huffman code having a code length of 1 bit to the minimum code of the Huffman code having a code length of 16 bits. For example, a Huffman code having a code length of 4 bits is "1".
Assuming that there are three bits, “010”, “1011” and “1100”, “1010” is stored as the minimum code of the Huffman code having a code length of 4 bits in the minimum code storage unit 22. The unit 22 includes, for example, a register.

【0048】符号長検出部23は、入力されるハフマン
符号と最小符号記憶部22から出力される16個のハフ
マン符号とを比較することにより入力されるハフマン符
号の符号長を検出する。
The code length detection unit 23 detects the code length of the input Huffman code by comparing the input Huffman code with the 16 Huffman codes output from the minimum code storage unit 22.

【0049】セレクタ24は、符号長検出部23により
検出された符号長に基づいて定数記憶部21から出力さ
れる16個の定数mのうち1つを選択し、選択された定
数mを加算器25の一方の入力端子に与える。加算器2
5の他方の入力端子には、入力されたハフマン符号が与
えられる。
The selector 24 selects one of the 16 constants m output from the constant storage unit 21 based on the code length detected by the code length detection unit 23, and adds the selected constant m to an adder. 25 to one input terminal. Adder 2
The other input terminal 5 is provided with the input Huffman code.

【0050】加算器25は、入力されたハフマン符号か
ら定数mを減算することにより発生頻度を算出し、算出
された発生頻度をメモリ3のアドレス入力端子ADにア
ドレス信号として与える。それにより、メモリ3のデー
タ出力端子DOから対応するラン長およびグループ番号
からなる復号化データが出力される。
The adder 25 calculates the occurrence frequency by subtracting the constant m from the input Huffman code, and supplies the calculated occurrence frequency to the address input terminal AD of the memory 3 as an address signal. Thereby, decoded data including the corresponding run length and group number is output from the data output terminal DO of the memory 3.

【0051】本実施例では、定数記憶部21が定数記憶
手段に相当し、最小符号記憶部22が最小符号記憶手段
に相当し、符号長検出部23が符号長検出手段に相当す
る。また、セレクタ24が定数選択手段に相当し、加算
器25が算出手段に相当する。
In this embodiment, the constant storage unit 21 corresponds to constant storage means, the minimum code storage unit 22 corresponds to minimum code storage means, and the code length detection unit 23 corresponds to code length detection means. Further, the selector 24 corresponds to constant selecting means, and the adder 25 corresponds to calculating means.

【0052】次に、図1のハフマン復号化装置の動作を
説明する。頭出し処理部1は、圧縮画像データに含まれ
る各ハフマン符号の先頭位置を検出し、検出された先頭
位置から16ビットの圧縮画像データを発生頻度生成部
2に与え、検出された先頭位置から8ビットの圧縮画像
データをi個の比較器C1〜Ciに与える。
Next, the operation of the Huffman decoding apparatus shown in FIG. 1 will be described. The cueing processing unit 1 detects the head position of each Huffman code included in the compressed image data, gives 16-bit compressed image data from the detected head position to the occurrence frequency generation unit 2, and starts from the detected head position. The 8-bit compressed image data is supplied to i comparators C1 to Ci.

【0053】各比較器C1〜Ciは、頭出し処理部1か
ら与えられた圧縮画像データに含まれるハフマン符号を
それぞれ対応するレジスタR1〜Riに格納されるハフ
マン符号と比較する。頭出し処理部1から与えられるハ
フマン符号がレジスタR1〜Riに格納されるi個のハ
フマン符号のいずれかと一致すると、比較器C1〜Ci
のいずれかから例えばハイレベルの一致信号が出力さ
れ、他の比較器からは例えばローレベルの不一致信号が
出力される。
Each of the comparators C1 to Ci compares the Huffman code included in the compressed image data supplied from the cueing processing unit 1 with the Huffman code stored in the corresponding register R1 to Ri. When the Huffman code supplied from the cueing processing unit 1 matches one of the i Huffman codes stored in the registers R1 to Ri, the comparators C1 to Ci
For example, a high-level match signal is output from any of the comparators, and a low-level mismatch signal is output from the other comparators.

【0054】比較器C1〜Ciの出力信号はアドレス信
号としてレジスタ4に与えられる。それにより、レジス
タ4の記憶領域M1〜Miのうち一致信号を出力した比
較器に対応する記憶領域から復号化データが出力され
る。
The output signals of the comparators C1 to Ci are supplied to the register 4 as address signals. As a result, the decoded data is output from the storage area corresponding to the comparator that has output the match signal among the storage areas M1 to Mi of the register 4.

【0055】この場合、比較器C1〜Ciおよびレジス
タR1〜Riによる復号化データの出力は、基準信号の
1サイクルで行われる。
In this case, the output of the decoded data by the comparators C1 to Ci and the registers R1 to Ri is performed in one cycle of the reference signal.

【0056】頭出し処理部1から与えられる圧縮画像デ
ータに含まれるハフマン符号がレジスタR1〜Riに格
納されるハフマン符号のいずれとも一致しない場合に
は、圧縮画像データに含まれるハフマン符号に基づいて
発生頻度生成部2から発生頻度が出力される。
If the Huffman code included in the compressed image data supplied from the cueing processing unit 1 does not match any of the Huffman codes stored in the registers R1 to Ri, the Huffman code included in the compressed image data is used. The occurrence frequency is output from the occurrence frequency generation unit 2.

【0057】発生頻度生成部2から出力された発生頻度
はアドレス信号としてメモリ3のアドレス入力端子AD
に与えられる。それにより、メモリ3のデータ出力端子
DOからその発生頻度を有するハフマン符号に対応する
復号化データが出力される。
The occurrence frequency output from the occurrence frequency generation unit 2 is used as an address signal as an address signal at the address input terminal AD of the memory 3.
Given to. As a result, decoded data corresponding to the Huffman code having the occurrence frequency is output from the data output terminal DO of the memory 3.

【0058】この場合、発生頻度生成部2およびメモリ
3による復号化データの出力は、基準信号の3サイクル
で行われる。
In this case, the output of the decoded data by the occurrence frequency generator 2 and the memory 3 is performed in three cycles of the reference signal.

【0059】セレクタ5は、頭出し処理部1から与えら
れるハフマン符号が上位i番目までの発生頻度を有する
ハフマン符号である場合には、レジスタ4から出力され
る復号化データを出力し、頭出し処理部1から与えられ
るハフマン符号が上位i番目までの発生頻度を有するハ
フマン符号でない場合には、メモリ3から出力される復
号化データを出力する。
If the Huffman code supplied from the cueing processing unit 1 is a Huffman code having the highest i-th occurrence frequency, the selector 5 outputs the decoded data output from the register 4 and performs cueing. If the Huffman code given from the processing unit 1 is not a Huffman code having the highest i-th occurrence frequency, the decoded data output from the memory 3 is output.

【0060】最上位から20番目までの発生頻度を有す
るハフマン符号の出現確率は約90%以上であるので、
頭出し処理部1から与えられるハフマン符号の約90%
が比較器C1〜Ciおよびレジスタ4による1サイクル
の処理で復号化される。したがって、ハフマン復号化装
置の処理が全体として高速化される。
Since the appearance probability of the Huffman code having the frequency of occurrence from the top to the twentieth is about 90% or more,
Approximately 90% of the Huffman code given from the cueing processing unit 1
Are decoded by one cycle of processing by the comparators C1 to Ci and the register 4. Therefore, the processing of the Huffman decoding device is speeded up as a whole.

【0061】また、ハフマン符号と発生頻度とは1対1
に対応し、発生頻度と復号化データは1対1に対応する
ので、メモリ3に必要な記憶容量はハフマン符号と同数
の最大nワードとなる。したがって、ハフマン復号化装
置が小型化される。
The Huffman code and the frequency of occurrence are one-to-one.
, And the occurrence frequency and the decoded data have a one-to-one correspondence, so that the storage capacity required for the memory 3 is the same as the Huffman code, that is, a maximum of n words. Therefore, the Huffman decoding device is downsized.

【0062】なお、上記実施例では、複数のハフマン符
号のうち発生頻度が最上位から20番目までのハフマン
符号をレジスタR1〜Riに格納しているが、レジスタ
R1〜Riに格納するハフマン符号の数はこれに限定さ
れず、任意の数のハフマン符号をレジスタに格納するこ
とができる。
In the above embodiment, among the plurality of Huffman codes, the Huffman codes whose occurrence frequencies are from the highest to the twentieth are stored in the registers R1 to Ri. The number is not limited to this, and any number of Huffman codes can be stored in the register.

【0063】また、上記実施例では、メモリ3にすべて
のハフマン符号に対応する復号化データを格納している
が、レジスタR1〜Riに格納されるi個のハフマン符
号を除くハフマン符号に対応する復号化データをメモリ
3に格納してもよい。
Further, in the above embodiment, the decoded data corresponding to all the Huffman codes are stored in the memory 3, but they correspond to the Huffman codes except for the i Huffman codes stored in the registers R1 to Ri. The decoded data may be stored in the memory 3.

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

【図1】本発明の一実施例におけるハフマン復号化装置
の構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a Huffman decoding device according to an embodiment of the present invention.

【図2】図1のハフマン復号化装置に含まれる発生頻度
生成部の構成を示すブロック図である。
FIG. 2 is a block diagram illustrating a configuration of an occurrence frequency generation unit included in the Huffman decoding device of FIG. 1;

【図3】DCT方式の画像データ圧縮および画像データ
伸長を実行するためのシステムの基本構成を示すブロッ
ク図である。
FIG. 3 is a block diagram showing a basic configuration of a system for executing image data compression and image data expansion of a DCT method.

【図4】画像データのブロック化を示す図である。FIG. 4 is a diagram showing blocking of image data.

【図5】8×8画素ブロックおよびDCT処理されたブ
ロックを示す図である。
FIG. 5 is a diagram showing an 8 × 8 pixel block and a block subjected to DCT processing.

【図6】量子化されたDCT係数の一例を示す図であ
る。
FIG. 6 is a diagram illustrating an example of quantized DCT coefficients.

【図7】ジグザグスキャンを説明するための図である。FIG. 7 is a diagram for explaining zigzag scanning.

【図8】従来のハフマン復号化装置の一例を示すブロッ
ク図である。
FIG. 8 is a block diagram illustrating an example of a conventional Huffman decoding device.

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

1 頭出し処理部 2 発生頻度生成部 3 メモリ 4 レジスタ 5 セレクタ R1,Ri レジスタ C1,Ci 比較器 21 定数記憶部 22 最小符号記憶部 23 符号長検出部 24 セレクタ 25 加算器 DESCRIPTION OF SYMBOLS 1 Start-up processing part 2 Occurrence frequency generation part 3 Memory 4 Register 5 Selector R1, Ri register C1, Ci Comparator 21 Constant storage part 22 Minimum code storage part 23 Code length detection part 24 Selector 25 Adder

フロントページの続き (58)調査した分野(Int.Cl.7,DB名) H03M 7/40 Continuation of the front page (58) Field surveyed (Int.Cl. 7 , DB name) H03M 7/40

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 入力されるハフマン符号を復号化して復
号化データを出力するハフマン復号化装置であって、 複数のハフマン符号のうち所定数のハフマン符号を記憶
する複数の第1の記憶手段と、 前記複数の第1の記憶手段に対応して設けられ、各々が
入力されるハフマン符号と対応する第1の記憶手段に記
憶されるハフマン符号との一致を検出する複数の一致検
出手段と、 前記所定数のハフマン符号にそれぞれ対応する所定数の
復号化データを記憶し、前記複数の一致検出手段の出力
信号に応答して前記所定数の復号化データのうちいずれ
かを出力する第2の記憶手段と、 入力されるハフマン符号に基づいて対応する発生頻度を
生成する発生頻度生成手段と、 前記複数のハフマン符号のうち少なくとも残りの複数の
ハフマン符号の発生頻度が示すアドレスに復号化データ
を記憶し、前記発生頻度生成手段により生成される発生
頻度をアドレス信号して受け、アドレス信号により指定
されるアドレスから復号化データを出力する第3の記憶
手段とを備えたことを特徴とするハフマン復号化装置。
An Huffman decoding apparatus for decoding an input Huffman code and outputting decoded data, wherein a plurality of first Huffman codes storing a predetermined number of Huffman codes among the plurality of Huffman codes is provided. And a plurality of coincidence units provided corresponding to the plurality of first storage units, each of which detects coincidence between the input Huffman code and the corresponding Huffman code stored in the corresponding first storage unit. Detecting means for storing a predetermined number of decoded data respectively corresponding to the predetermined number of Huffman codes, and outputting one of the predetermined number of decoded data in response to output signals of the plurality of coincidence detecting means A second storage unit that generates a corresponding occurrence frequency based on the input Huffman code; and a generation unit that generates at least the remaining plurality of Huffman codes among the plurality of Huffman codes. Third storage means for storing the decoded data at the address indicated by the frequency, receiving the occurrence frequency generated by the occurrence frequency generation means as an address signal, and outputting the decoded data from the address specified by the address signal; A Huffman decoding device comprising:
【請求項2】 前記所定数のハフマン符号は、残りのハ
フマン符号よりも高い発生頻度を有することを特徴とす
る請求項1記載のハフマン復号化装置。
2. The Huffman decoding apparatus according to claim 1, wherein said predetermined number of Huffman codes has a higher frequency of occurrence than the remaining Huffman codes.
【請求項3】 前記発生頻度生成手段は、 ハフマン符号の符号長ごとに設定された定数を記憶する
定数記憶手段と、 ハフマン符号の符号長ごとの最小符号を記憶する最小符
号記憶手段と、 前記最小符号記憶手段に記憶される符号長ごとの最小符
号に基づいて入力されたハフマン符号の符号長を検出す
る符号長検出手段と、 前記符号長検出手段により検出された符号長に基づいて
前記定数記憶手段に記憶された定数のいずれかを選択す
る定数選択手段と、 前記定数選択手段により選択された定数および入力され
たハフマン符号に基づいて発生頻度を算出する算出手段
とを備えたことを特徴とする請求項1または2記載のハ
フマン復号化装置。
3. A constant frequency storage means for storing a constant set for each code length of the Huffman code, a minimum code storage means for storing a minimum code for each code length of the Huffman code, Code length detection means for detecting the code length of the input Huffman code based on the minimum code for each code length stored in the minimum code storage means; and the constant based on the code length detected by the code length detection means A constant selection means for selecting any of the constants stored in the storage means; and a calculation means for calculating an occurrence frequency based on the constant selected by the constant selection means and the input Huffman code. 3. The Huffman decoding device according to claim 1, wherein
【請求項4】 前記第2および第3の記憶手段から出力
される復号化データを選択的に出力する復号化データ選
択手段をさらに備えたことを特徴とする請求項1、2ま
たは3記載のハフマン復号化装置。
4. The apparatus according to claim 1, further comprising: decoded data selecting means for selectively outputting decoded data output from said second and third storage means. Huffman decoding device.
JP10112465A 1998-02-27 1998-04-22 Huffman decoding device Expired - Fee Related JP3015001B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP10112465A JP3015001B2 (en) 1998-04-22 1998-04-22 Huffman decoding device
PCT/JP1999/000860 WO1999044368A1 (en) 1998-02-27 1999-02-24 Image data processing device and processing method
US09/622,424 US6961474B1 (en) 1998-02-27 1999-02-24 Huffman encoder for encoding/decoding DCT coefficients

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10112465A JP3015001B2 (en) 1998-04-22 1998-04-22 Huffman decoding device

Publications (2)

Publication Number Publication Date
JPH11308116A JPH11308116A (en) 1999-11-05
JP3015001B2 true JP3015001B2 (en) 2000-02-28

Family

ID=14587330

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10112465A Expired - Fee Related JP3015001B2 (en) 1998-02-27 1998-04-22 Huffman decoding device

Country Status (1)

Country Link
JP (1) JP3015001B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6603413B2 (en) 2001-02-07 2003-08-05 Canon Kabushiki Kaisha Variable-length decoding apparatus and method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4526209B2 (en) * 2001-05-15 2010-08-18 パナソニック株式会社 Variable length code decompression method and apparatus, and variable length code compression and decompression method and apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6603413B2 (en) 2001-02-07 2003-08-05 Canon Kabushiki Kaisha Variable-length decoding apparatus and method

Also Published As

Publication number Publication date
JPH11308116A (en) 1999-11-05

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
JP3135061B2 (en) Image decoding method
US5510785A (en) Method of coding a digital signal, method of generating a coding table, coding apparatus and coding method
JP3442028B2 (en) Data decoding method and apparatus
JP3332619B2 (en) Decoding device and method thereof
US5732157A (en) Image processing apparatus and method using lossless encoding of a difference between image blocks
EP1237123A2 (en) Decoding apparatus and method
JP3278948B2 (en) Variable length coding method
US6606039B2 (en) Huffman encoder, Huffman encoding method and recording medium having program for Huffman encoding process recorded thereon
US6157327A (en) Encoding/decoding device
JP3015001B2 (en) Huffman decoding device
JP3277425B2 (en) Digital signal encoding method, encoding table generation method, encoding apparatus, and encoding method
JP3282527B2 (en) Image coding device
JP3009993B2 (en) Huffman decoding device
JP3358721B2 (en) Huffman code decoder
JP3014200B2 (en) Image data encoding apparatus and encoding method
JP2000138933A (en) Image coder
JP3005384B2 (en) Huffman decoding circuit
JP2912601B1 (en) Huffman coding device
KR0134359B1 (en) Coding and decoding system of variable scan region
JPH0583564A (en) Image processor
JP3436412B2 (en) Image signal encoding method
JPH0385871A (en) Method and apparatus for picture data coding
JP2003309848A (en) Image encoding apparatus and control method thereof
JPH02188074A (en) Encoding and decoding device

Legal Events

Date Code Title Description
S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20081217

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20091217

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20101217

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20111217

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20121217

Year of fee payment: 13

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

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

Free format text: PAYMENT UNTIL: 20121217

Year of fee payment: 13

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20131217

Year of fee payment: 14

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees