JP2002057585A - Decoder - Google Patents

Decoder

Info

Publication number
JP2002057585A
JP2002057585A JP2000238485A JP2000238485A JP2002057585A JP 2002057585 A JP2002057585 A JP 2002057585A JP 2000238485 A JP2000238485 A JP 2000238485A JP 2000238485 A JP2000238485 A JP 2000238485A JP 2002057585 A JP2002057585 A JP 2002057585A
Authority
JP
Japan
Prior art keywords
group
huffman
code
codeword
code word
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
JP2000238485A
Other languages
Japanese (ja)
Other versions
JP3565147B2 (en
Inventor
Takao Yamabe
孝朗 山辺
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan Ltd
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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2000238485A priority Critical patent/JP3565147B2/en
Publication of JP2002057585A publication Critical patent/JP2002057585A/en
Application granted granted Critical
Publication of JP3565147B2 publication Critical patent/JP3565147B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a decoder which enables decrease in the retrieval frequency for decoding a Huffman code, can fast decode the Huffman code and also enables reduction in the table capacity. SOLUTION: This decoder is provided with a code retrieval table 10 where each record is composed of a decoding index, the code length and the number of samples, these records are divided into groups for each code length and the records included these groups are aligned in order of larger value of the corresponding Huffman code words, an input signal organization means 13 which inputs successively the Huffman coded signals and composes these signals into a retrieval bit string corresponding to the code length of the group to be retrieved, a code word generation means 14 which generates the largest Huffman code word in the group to be retrieved from the smallest Huffman code word and the number of samples included in the group and then generates the smallest Huffman code word of the next group from the difference value between the code length and that of the next group to be retrieved and the above largest Huffman code word, a comparison means 15 which compares the generated largest Huffman code word in the group with the composed input signals and a position calculation means 16 which calculates the entry position of the decoding index included in the group from the difference value obtained by the comparison.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、可変長復号化デー
タを復号する復号装置に係り、特に、高速にハフマン符
号を復号することができ、しかもテーブルの容量を低減
することができる復号装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a decoding device for decoding variable-length decoded data, and more particularly to a decoding device capable of decoding Huffman codes at high speed and reducing the capacity of a table. .

【0002】[0002]

【従来の技術】オーディオやビデオなどのデジタル化さ
れたデータは、その内容を一定の手順に従って符号化す
ることでデータを圧縮してから、伝送や記録などが行わ
れている。このような情報源のデータを可逆的に圧縮す
る技術の一つに可変長符号化方式があり、その中の代表
的な符号化方式がハフマン符号化方式として知られてい
る。ハフマン符号は、情報源の統計的性質が既知である
場合に最適な符号を割当てるもので、シンボルの出現確
率分布に応じてデータを符号化する方式であり、出現確
率の高い情報には短い符号を、出現確率の低い情報には
長い符号を割り当てることで、情報源全体の平均ビット
長を短縮する方式である。
2. Description of the Related Art Digitized data such as audio data and video data is compressed and then transmitted or recorded by encoding the contents according to a predetermined procedure. One of the techniques for reversibly compressing the data of such an information source is a variable-length coding method, and a representative coding method among them is known as a Huffman coding method. The Huffman code allocates an optimal code when the statistical properties of an information source are known. The Huffman code is a method of encoding data according to a symbol appearance probability distribution, and a short code is used for information having a high appearance probability. And assigning a long code to information with a low appearance probability to reduce the average bit length of the entire information source.

【0003】図5は、ハフマン符号化の一例を示した説
明図である。同図(a)に示すように、情報源の16種
類のインデックス(index)「0」〜「15」の出現確
率分布が予め与えられており、例えば、インデックス
「9」の出現確率は「0.25」、インデックス「1
0」は「0.126」、インデックス「8」は「0.1
25」、・・・・というように与えられている。
FIG. 5 is an explanatory diagram showing an example of Huffman coding. As shown in FIG. 9A, the appearance probability distribution of 16 types of indexes “0” to “15” of the information source is given in advance. For example, the appearance probability of the index “9” is “0”. .25 ", index" 1
"0" is "0.126", and index "8" is "0.126".
25 ",....

【0004】これらの各インデックスにハフマン符号を
割り当てると、例えば、同図(b)に示すようなハフマ
ンテーブルが作成される。このハフマンテーブル例で
は、符号長の短い方に「0」を与えるように符号が割り
当てられており、結果として、最も出現確率の高いイン
デックス「9」には最も符号長(length)の短い符号語
(codeword)「00」が割り当てられ、次に出現確率の
高いインデックス「10」「8」「13」にはインデッ
クス「9」を区別化することができる最も短い符号語
「010」〜「100」が割り当てられている。更に、
次に出現確率の高いインデックス「0」「1」「7」に
はインデックス「9」「10」「8」「13」を区別化
することができる最も短い符号語「1010」〜「11
00」が割り当てられている。同様にして、出現確率の
高いインデックスほど短い符号語が、出現確率の低いイ
ンデックスほど長い符号語が割り当てられることにな
る。
When a Huffman code is assigned to each of these indices, for example, a Huffman table as shown in FIG. In this example of the Huffman table, codes are assigned so as to give “0” to the shorter code length. As a result, the code word with the shortest code length (length) is assigned to the index “9” having the highest occurrence probability. (Codeword) “00” is assigned, and the shortest codewords “010” to “100” that can distinguish the index “9” from the indexes “10”, “8”, and “13” having the next highest occurrence probabilities Is assigned. Furthermore,
The indexes “0”, “1”, and “7” having the next highest appearance probabilities are the shortest code words “1010” to “11” that can distinguish the indexes “9”, “10”, “8”, and “13”.
00 ”is assigned. Similarly, a shorter codeword is assigned to an index with a higher appearance probability, and a longer codeword is assigned to an index with a lower appearance probability.

【0005】このような符号化されたデータ信号を復号
するには、図5(b)に示したように符号語とインデッ
クスとが対になって構成されたハフマンテーブルを用い
て、変換されたハフマン符号語から一意定められるイン
デックスを、このテーブルの中から検索して、元信号を
得るようにしている。尚、このハフマンテーブルは予め
符号長の昇順にソートされており、更に、検索効率を高
めるために同一の符号長内は出現確率の降順に並んでい
る。
In order to decode such an encoded data signal, as shown in FIG. 5 (b), the data signal is converted using a Huffman table composed of a pair of a code word and an index. An index uniquely determined from the Huffman code word is searched from this table to obtain an original signal. Note that this Huffman table is sorted in ascending order of code length in advance, and further within the same code length is arranged in descending order of appearance probability in order to improve search efficiency.

【0006】検索手順を具体的に説明すると、ハフマン
テーブルの先頭の符号長は2ビットであるので、符号化
された信号が入力されると、先頭の2ビットを読み出し
て、読み出したデータを符号語「00」と比較する。一
致すれば対応するインデックス「9」を引き出し、逆に
一致しない場合には次のコードの符号長を調べる。図5
(b)の例では、次のコードの符号長は3ビットである
ので、先に読み出した2ビットに続けて更に1ビット読
み出し、都合3ビットのデータを符号長を3ビットの符
号語「100」「011」「010」と比較する。この
うちのどれかと一致すれば、それに対応するインデック
スを引き出し、一致しない場合には、更に、次の符号長
を調べて検索を進める。
The search procedure will be specifically described. Since the head code length of the Huffman table is 2 bits, when a coded signal is input, the head 2 bits are read and the read data is encoded. Compare with the word "00". If they match, the corresponding index “9” is extracted, and if they do not match, the code length of the next code is checked. FIG.
In the example of (b), since the code length of the next code is 3 bits, one more bit is read following the previously read 2 bits, and the 3-bit data is converted to the 3-bit code word “100”. "011" and "010". If it matches any one of them, the corresponding index is extracted, and if not, the next code length is further checked and the search is advanced.

【0007】このように検索対象のビット数を増やしな
がら、最終的にはハフマンテーブル内の最大符号長まで
検索を行い、これを超えた場合には符号誤りとなる。
As described above, while the number of bits to be searched is increased, the search is ultimately performed up to the maximum code length in the Huffman table, and if it exceeds this, a code error occurs.

【0008】尚、符号長毎の検索を容易にするために、
同一符号長をもつコード群の最終データに検索対象フラ
グをセットしておくこともある。
In order to facilitate a search for each code length,
A search target flag may be set in the last data of a code group having the same code length.

【0009】このように、従来のハフマン復号では、使
用されるハフマンテーブルは高次の情報を持つ配列によ
って構成され、出現頻度の高いコードから逐次比較し、
一致するまで比較処理を繰り返す。符号語と一致したと
ころで、それに対応したインデックスから復号信号値を
取得している。
As described above, in the conventional Huffman decoding, a Huffman table to be used is constituted by an array having higher-order information, and the Huffman table is sequentially compared with a code having a high appearance frequency.
Repeat the comparison process until they match. When the code word matches, the decoded signal value is obtained from the index corresponding to the code word.

【0010】[0010]

【発明が解決しようとする課題】上記のように、従来、
ハフマン符号を復号する場合には、メモリ上に展開され
たハフマンテーブルを用いて、復号する符号毎にテーブ
ルを先頭からシーケンシャルに検索していく必要がある
ため、検索回数が増大する傾向にあり(最大検索回数は
テーブルのエントリー数回となる)、処理速度の面から
改善が求められていた。特に、オーディオやビデオなど
の再生装置では、リアルタイムで復号して再生すること
から、処理速度の一層の向上が求められている。
As described above, conventionally,
When decoding a Huffman code, it is necessary to sequentially search the table from the beginning for each code to be decoded using a Huffman table expanded on a memory, and thus the number of searches tends to increase ( The maximum number of searches is several times the number of entries in the table), and improvements in processing speed have been required. In particular, a playback device for audio or video, for example, decodes and plays in real time, so that a further improvement in processing speed is required.

【0011】また、検索に用いられるハフマンテーブル
も、符号語、インデックス、符号長、更には検索終了フ
ラグなど、多くの情報を必要とし、テーブル容量の増大
を招いており、回路規模の面から容量の削減が求められ
ている。特に、近年、AV機器は小型化、軽量化されて
おり、メモリ容量規模の改善は重要な課題となってい
る。
The Huffman table used for searching also requires a large amount of information such as a code word, an index, a code length, and a search end flag, which results in an increase in table capacity. Reduction is required. In particular, in recent years, AV devices have been reduced in size and weight, and improvement of the memory capacity scale has become an important issue.

【0012】本発明は、このような問題に鑑みてなされ
たものであり、その目的とするところは、ハフマン符号
を復号する際の検索回数を削減し、高速にハフマン符号
を復号することができ、しかもテーブルの容量を低減す
ることができる復号装置を提供することにある。
The present invention has been made in view of such a problem, and an object of the present invention is to reduce the number of searches for decoding a Huffman code and to decode a Huffman code at high speed. Another object of the present invention is to provide a decoding device capable of reducing the capacity of a table.

【0013】[0013]

【課題を解決するための手段】上記目的を達成するた
め、請求項1に記載の発明は、入力されるハフマン符号
化信号を復号する復号装置であって、復号インデックス
と符号長とサンプル数とから各レコードが構成され、前
記レコードは前記符号長毎にグループ化され、かつグル
ープ内のレコードは対応するハフマン符号語の値の昇順
に並び、先頭のグループの最小ハフマン符号語が初期値
として与えられるコード検索テーブルと、前記ハフマン
符号化信号を順次入力し、検索するグループの符号長に
応じた検索ビット列に編成する入力信号編成手段と、検
索するグループ内の最小ハフマン符号語と前記サンプル
数とから当該グループ内の最大ハフマン符号語を生成
し、当該グループの符号長及び次に検索するグループの
符号長の差分値と前記最大ハフマン符号語とから次のグ
ループの最小ハフマン符号語を生成する符号語生成手段
と、生成した前記グループ内最大ハフマン符号語と編成
した前記入力信号とを比較する比較手段と、この比較結
果による差分値から前記グループ内の復号インデックス
のエントリ位置を算出する位置算出手段と、を有するこ
とを特徴とする。
According to a first aspect of the present invention, there is provided a decoding apparatus for decoding an input Huffman coded signal, comprising: a decoding index, a code length, a number of samples, , The records are grouped by the code length, and the records in the group are arranged in ascending order of the value of the corresponding Huffman code word, and the minimum Huffman code word of the first group is given as an initial value. Code search table, the input signal organizing means for sequentially inputting the Huffman coded signal, and organizing into a search bit string corresponding to the code length of the group to be searched, the minimum Huffman code word in the group to be searched and the number of samples. Generates the maximum Huffman code word in the group from the code length of the group and the difference value between the code length of the next search group and the A codeword generating means for generating a minimum Huffman codeword of the next group from the large Huffman codeword; a comparing means for comparing the generated input signal with the generated maximum Huffman codeword in the group; Position calculating means for calculating the entry position of the decoding index in the group from the difference value.

【0014】また、請求項2に記載の発明は、前記符号
語生成手段は、前記最大ハフマン符号語に1を加算し、
更にそれを前記差分値に応じたビット数分右シフトする
ことで、次のグループの最小ハフマン符号語を生成する
ことを特徴とする。
According to a second aspect of the present invention, the codeword generating means adds 1 to the maximum Huffman codeword,
Furthermore, the minimum Huffman code word of the next group is generated by shifting it to the right by the number of bits according to the difference value.

【0015】本発明に係る復号装置によれば、ハフマン
テーブル作成時に同一レングスのグループ内の符号値が
連番になることを利用して、符号長、サンプル数、及び
初期値であるグループ内最小符号語等からハフマン符号
語を生成することができる。従来のハフマンテーブルで
必要とされたハフマン符号語に比べて、本発明で必要と
なるサンプル数はフィールド長を短くすることができる
ため、結果的にテーブル容量を削減することができ、メ
モリを節約することができる。
According to the decoding apparatus of the present invention, the code length, the number of samples, and the minimum value within the group, which is the initial value, are utilized by making use of the fact that the code values within the group of the same length are serialized when the Huffman table is created. Huffman codewords can be generated from codewords and the like. Compared to the Huffman codeword required in the conventional Huffman table, the number of samples required in the present invention can shorten the field length, resulting in a reduction in table capacity and memory saving. can do.

【0016】また、生成したハフマン符号語、サンプル
数等を用いて、検索対象ビット列が現在検索しているグ
ループ内に存在するかどうか判定し、存在する場合には
グループ内のどのエントリに位置する算出し、また、存
在しない場合には次のグループを検索するようにしてい
る。従って、最大検索回数を(グループ数+1)回にす
ることができ、従来に比べて復号に要する処理時間を短
縮することができる。
Further, it is determined whether or not the search target bit string exists in the group currently being searched using the generated Huffman code word, the number of samples, and the like, and if so, which entry in the group is located. It is calculated, and if it does not exist, the next group is searched. Therefore, the maximum number of searches can be set to (the number of groups + 1) times, and the processing time required for decoding can be reduced as compared with the related art.

【0017】また、請求項3に記載の発明は、前記コー
ド検索テーブルは、符号長の短いインデックスに「0」
を与える符号化方式で作成され、前記初期値として与え
られる前記コード検索テーブルの先頭グループの最小ハ
フマン符号語の値は「0」であることを特徴とする。
According to a third aspect of the present invention, in the code search table, the index having a short code length is set to “0”.
And the value of the minimum Huffman code word of the first group of the code search table given as the initial value is “0”.

【0018】このように符号長の短い方に「0」を与え
るように符号を割り当てるようにすれば、グループ内最
小ハフマン符号語の初期値を与えなくても、ゼロである
と仮定して処理を行うことができる。
By allocating codes such that "0" is given to the shorter code length, it is assumed that the code is zero even if the initial value of the minimum Huffman code word in the group is not given. It can be performed.

【0019】[0019]

【発明の実施の形態】以下、本発明に係る復号装置の実
施形態について、図面を参照しながら詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of the decoding device according to the present invention will be described in detail with reference to the drawings.

【0020】図1は、本実施形態に係る復号装置1の構
成を示したブロック図である。この復号装置1は、ハフ
マンテーブル10、サンプル数(Sam_num)レジスタ1
1、符号長(length)レジスタ12、検索対象の信号値
(bit_data)編成器13、符号語(codeword)及び最大
符号語(code_max)生成器14、コード一致判定器1
5、ポイント(point)生成器16、インデックス(ind
ex)レジスタ17から構成されている。
FIG. 1 is a block diagram showing a configuration of a decoding device 1 according to the present embodiment. The decoding device 1 includes a Huffman table 10, a sample number (Sam_num) register 1
1, code length (length) register 12, signal value (bit_data) organizer 13 to be searched, codeword and maximum codeword (code_max) generator 14, code match determiner 1
5, point generator 16, index (ind)
ex) A register 17 is provided.

【0021】検索対象の信号値(bit_data)編成器13
は、入力信号であるハフマン符号化信号を順次入力し、
検索するグループの符号長に応じた検索ビット列に編成
する入力信号編成手段である。
Signal value (bit_data) organizer 13 to be searched
Sequentially inputs Huffman coded signals as input signals,
This is an input signal organizing means for organizing into a search bit string according to the code length of the group to be searched.

【0022】符号語(codeword)及び最大符号語(code
_max)生成器14は、検索するグループ内の最小ハフマ
ン符号語とサンプル数とから当該グループ内の最大ハフ
マン符号語を生成し、また、当該グループの符号長及び
次に検索するグループの符号長の差分値と最大ハフマン
符号語とから次のグループの最小ハフマン符号語を生成
する符号語生成手段である。
A codeword and a maximum codeword (code
_max) generator 14 generates the maximum Huffman code word in the group from the minimum Huffman code word in the group to be searched and the number of samples, and calculates the code length of the group and the code length of the next group to be searched. The codeword generation unit generates a next group of minimum Huffman codewords from the difference value and the maximum Huffman codeword.

【0023】コード一致判定器15は、符号語生成手段
が生成したグループ内最大ハフマン符号語と入力信号編
成手段が編成した入力信号とを比較する比較手段であ
る。
The code coincidence determiner 15 is a comparing means for comparing the maximum Huffman code word in the group generated by the code word generating means with the input signal organized by the input signal organizing means.

【0024】ポイント(point)生成器16は、比較手
段による比較結果の差分値からグループ内の復号インデ
ックスのエントリ位置を算出する位置算出手段である。
The point generator 16 is a position calculating means for calculating the entry position of the decoding index in the group from the difference value of the comparison result by the comparing means.

【0025】ハフマンテーブル10は、復号インデック
スと符号長とサンプル数とから各レコードが構成され、
これらのレコードは符号長毎にグループ化され、かつグ
ループ内のレコードは対応するハフマン符号語の値の昇
順に並んでいる。このハフマンテーブル10の作成手順
を図3に、作成例を図4に示す。
Each record of the Huffman table 10 is composed of a decoding index, a code length, and the number of samples.
These records are grouped by code length, and the records in the group are arranged in ascending order of the value of the corresponding Huffman code word. FIG. 3 shows a procedure for creating the Huffman table 10, and FIG.

【0026】図3に示すように、先ず、従来の手法に沿
ってハフマンテーブルを作成する(Step31)。例えば、
図5(b)のようなハフマンテーブルが作成される。こ
の際、符号長の短い方に「0」を与えるように符号を割
り当てるようにすると、最も出現確率の大きいインデッ
クス「9」に対し、最も小さい値の符号「00」が割当
てられる。また、同一レングスのグループ内ではハフマ
ン符号値が連番となるように符号の割当てを行う。この
際、同一レングスのグループ内のインデックスは出現確
率順である必要はない。
As shown in FIG. 3, first, a Huffman table is created according to a conventional method (Step 31). For example,
A Huffman table as shown in FIG. 5B is created. At this time, if a code is assigned so as to give “0” to the shorter code length, the code “00” having the smallest value is assigned to the index “9” having the highest appearance probability. In addition, codes are assigned so that Huffman code values are consecutive numbers within a group of the same length. At this time, the indices within the group of the same length need not be in the order of the appearance probabilities.

【0027】次に、作成したハフマンテーブルを符号語
の昇順に並び替え(Step32)、更にそれを符号長の昇順
に並び替える(Step33)。すると、図4に示すように、
符号長毎に符号長の降順にグループ化され、かつグルー
プ内のレコードは対応するハフマン符号語の値の昇順
(連番)に並んだハフマンテーブルができる。
Next, the created Huffman table is rearranged in ascending order of codewords (Step 32), and further rearranged in ascending order of code length (Step 33). Then, as shown in FIG.
Huffman tables are grouped in descending order of code length for each code length, and the records in the group are arranged in ascending order (serial number) of the value of the corresponding Huffman code word.

【0028】更に、各レコードにグループ内のサンプル
数(sam_num)を設定する(Step34)。つまり、符号長
が2ビットのグループにはサンプル数は1を設定し、符
号長が3ビットのグループにはサンプル数を3、符号長
4ビットのグループにもサンプル数3、符号長2ビット
のグループにもサンプル数を3、符号長6ビットのグル
ープにはサンプル数は6となる。
Further, the number of samples (sam_num) in the group is set to each record (Step 34). That is, the number of samples is set to 1 for a group having a code length of 2 bits, the number of samples is set to 3 for a group having a code length of 3 bits, and the number of samples is set to 3 for a group having a code length of 4 bits. The number of samples is also 3 for the group, and 6 for the group having the code length of 6 bits.

【0029】また、本発明に係るハフマンテーブルに
は、インデックスの対となる符号語は必要としないの
で、テーブルから除外する(図4の点線部)。すなわ
ち、本ハフマンテーブルは、インデックス(index)、
符号長(length)、サンプル数(sam_num)で構成され
る。従来必要とされた符号語に比べて、本発明のサンプ
ル数のフィールド長は短くすることができるため、結果
的にテーブルサイズを削減することができる。例えば、
図4を例にすると、符号語のフィールド長は6ビット必
要であるが、サンプル数のフィールドは4ビットあれば
「0」〜「15」まで表現することができる。
Since the Huffman table according to the present invention does not require a codeword that is a pair of indexes, it is excluded from the table (dotted line in FIG. 4). That is, this Huffman table is composed of an index,
It is composed of a code length (length) and the number of samples (sam_num). Since the field length of the number of samples according to the present invention can be reduced as compared with a conventionally required codeword, the table size can be reduced as a result. For example,
In FIG. 4 as an example, the codeword requires a field length of 6 bits, but if the field of the number of samples is 4 bits, “0” to “15” can be expressed.

【0030】次に、このハフマンテーブルを用いて、ハ
フマン符号化信号を復号する処理動作例を図2のフロー
チャートに従って説明する。例として、「1011」と
いうビット列の符号化信号が入力されるものとする。
Next, an example of a processing operation for decoding a Huffman coded signal using the Huffman table will be described with reference to the flowchart of FIG. As an example, it is assumed that an encoded signal of a bit string “1011” is input.

【0031】処理動作に先立って、初期値として、グル
ープ内最小ハフマン符号語(codeword)とハフマンテー
ブルのエントリ位置(point)が与えられる(Step0
1)。
Prior to the processing operation, the minimum Huffman codeword (codeword) in the group and the entry position (point) of the Huffman table are given as initial values (Step 0).
1).

【0032】ここでは、グループ内最小ハフマン符号語
(codeword)に「00」、エントリ位置(point)には
テーブルの先頭を指し示す「1」(start_point)が与
えられる。尚、既述の通り、ハフマンテーブル作成時
に、符号長の短い方に「0」を与えるように符号を割り
当てるようにすれば、グループ内最小ハフマン符号語
(codeword)の初期値を与えなくても、ゼロであると仮
定して処理を行うことができる。
Here, "00" is given to the minimum Huffman codeword (codeword) in the group, and "1" (start_point) indicating the head of the table is given to the entry position (point). As described above, if a code is assigned so as to give “0” to the shorter code length when the Huffman table is created, the initial value of the minimum Huffman codeword (codeword) in the group can be omitted. , Zero, the processing can be performed.

【0033】次に、エントリ位置(point)が指し示す
ところの符号長(length)及びサンプル数(sam_num)
を取得する(Step02)。ここでは、エントリ位置(poin
t)はテーブルの先頭、すなわちインデックス「9」を
指しているので、それに対応する符号長「2」とサンプ
ル数「1」が取出され、それぞれ符号長レジスタ12、
サンプル数レジスタ11に格納される。
Next, the code length (length) and the number of samples (sam_num) indicated by the entry position (point)
Is obtained (Step 02). Here, the entry position (poin
Since t) indicates the head of the table, that is, the index “9”, the corresponding code length “2” and the number of samples “1” are extracted, and the code length register 12 and the code length register 12, respectively.
It is stored in the sample number register 11.

【0034】次に、信号値編成器13は、入力信号であ
る符号化データの先頭から符号長(length)分のビット
を取出して検索対象ビット列(bit_data)として編成
し、コード一致判定器15に送る(Step03)。ここでは
符号長レジスタ12の符号長(length)は「2」である
ので、検索対象ビット列(bit_data)は「10」とな
る。
Next, the signal value composer 13 extracts bits of the code length (length) from the beginning of the encoded data as the input signal, organizes them as a search target bit string (bit_data), and Send it (Step03). Here, since the code length (length) of the code length register 12 is “2”, the search target bit string (bit_data) is “10”.

【0035】次に、符号語編成器14は、グループ内の
最大ハフマン符号語(code_max)を下記式により算出し
てコード一致判定器15に送る(Step04)。
Next, the codeword organizer 14 calculates the maximum Huffman codeword (code_max) in the group by the following equation and sends it to the code coincidence determiner 15 (Step 04).

【0036】[0036]

【式1】code_max = codeword + sam_num - 1 ここでは、グループ内最小ハフマン符号語(codeword)
は「00」で、サンプル数(sam_num)は「1」である
ので、グループ内最大ハフマン符号語(code_max)は
「00」となる。
[Equation 1] code_max = codeword + sam_num-1 Here, the minimum Huffman codeword (codeword) in the group
Is “00” and the number of samples (sam_num) is “1”, so that the maximum Huffman codeword (code_max) in the group is “00”.

【0037】次に、算出したグループ内最大ハフマン符
号語(code_max)と検索対象ビット列(bit_data)をコ
ード一致判定器15にて比較する(Step05)。つまり、
目的のハフマン符号がカレントのグループに存在するか
どうかの判定処理である。
Next, the calculated maximum Huffman code word in the group (code_max) is compared with the bit string to be searched (bit_data) by the code match determination unit 15 (Step 05). That is,
This is a process of determining whether the target Huffman code exists in the current group.

【0038】グループ内最大ハフマン符号語(code_ma
x)に1を加算した値より検索対象ビット列(bit_dat
a)の方が小さい場合は、目的のハフマン符号がカレン
トのグループに存在するのでStep06〜Step07の処理を行
って、目的のハフマン符号に対応するインデックス値を
取得する。
The maximum Huffman code word (code_ma
x) plus 1 to the search target bit string (bit_dat
If a) is smaller, the target Huffman code is present in the current group, so that the processing of Step 06 to Step 07 is performed to obtain an index value corresponding to the target Huffman code.

【0039】逆に、等しいか検索対象ビット列(bit_da
ta)の方が大きい場合には、次以降のグループに存在す
るので、Step11〜Step14の処理を行って、次のグループ
へジャンプする処理を行う。
Conversely, a bit string (bit_da
When ta) is larger, since it is present in the next and subsequent groups, the processing of Step 11 to Step 14 is performed, and the processing of jumping to the next group is performed.

【0040】ここでは、code_max + 1 < bit_data であ
るので、次のグループへジャンプするために、ポイント
生成器16は、次式のようにエントリ位置(point)に
サンプル数(sam_num)を加算する(Step11)。する
と、エントリ位置(point)は「2」がセットされる。
Here, since code_max + 1 <bit_data, to jump to the next group, the point generator 16 adds the number of samples (sam_num) to the entry position (point) as shown in the following equation ( Step11). Then, “2” is set as the entry position (point).

【0041】[0041]

【式2】point = point + sam_num 次に、エントリ位置(point)が指し示すところの符号
長(length)及びサンプル数(sam_num)を取得する(S
tep12)。ここでは、エントリ位置(point)はインデッ
クス「13」を指しているので、それに対応する符号長
「3」とサンプル数「3」が取出され、それぞれ符号長
レジスタ12、サンプル数レジスタ11に格納される。
[Formula 2] point = point + sam_num Next, the code length (length) and the number of samples (sam_num) indicated by the entry position (point) are obtained (S
tep12). Here, since the entry position (point) indicates the index “13”, the code length “3” and the number of samples “3” corresponding thereto are extracted and stored in the code length register 12 and the sample number register 11, respectively. You.

【0042】次に、今回のグループの符号長(length)
と前回のグループの符号長(length)の差分値(1_dif
f)を取得する(Step13)。ここでは、差分値「1」で
ある。
Next, the code length (length) of the current group
And the difference between the code length (length) of the previous group (1_dif
f) is obtained (Step 13). Here, the difference value is “1”.

【0043】次に、求めた差分値(1_diff)と前回のグ
ループ内最大ハフマン符号語(code_max)から今回のグ
ループ内最小ハフマン符号語(codeword)を次式により
求める(Step14)。
Next, from the obtained difference value (1_diff) and the previous maximum Huffman codeword in the group (code_max), the current minimum Huffman codeword in the group (codeword) is obtained by the following equation (Step 14).

【0044】[0044]

【式3】codeword = (code_max + 1) << 1_diff つまり、前回のグループ内最大ハフマン符号語(code_m
ax)「00」に1を加算して、更にそれを差分値(1_di
ff)のビット数だけ右シフトするのである。その結果、
今回のグループ内最小ハフマン符号語(codeword)「0
10」が求まる。
[Equation 3] codeword = (code_max + 1) << 1_diff That is, the last maximum Huffman codeword in the group (code_m
ax) Add 1 to “00” and add it to the difference value (1_di
ff) is shifted right by the number of bits. as a result,
The minimum Huffman codeword (codeword) "0
10 "is obtained.

【0045】再び、Step03に戻り、入力信号である符号
化データの先頭から符号長(length)分のビットを取出
して検索対象ビット列(bit_data)として編成する。こ
こでは符号長レジスタ12の符号長(length)は「3」
に変わっているので、検索対象ビット列(bit_data)は
「101」となる。
Returning again to Step 03, bits corresponding to the code length (length) are extracted from the head of the encoded data as the input signal and organized as a search target bit string (bit_data). Here, the code length (length) of the code length register 12 is “3”.
, The search target bit string (bit_data) is “101”.

【0046】次に、グループ内の最大ハフマン符号語
(code_max)を算出する(Step04)。
Next, the maximum Huffman code word (code_max) in the group is calculated (Step 04).

【0047】ここでは、グループ内最小ハフマン符号語
(codeword)は「010」で、サンプル数(sam_num)
は「3」であるので、グループ内最大ハフマン符号語
(code_max)は「100」となる。
Here, the minimum Huffman codeword (codeword) in the group is “010” and the number of samples (sam_num) is
Is “3”, the maximum Huffman codeword (code_max) in the group is “100”.

【0048】次に、算出したグループ内最大ハフマン符
号語(code_max)と検索対象ビット列(bit_data)を比
較する(Step05)。
Next, the calculated maximum Huffman code word in the group (code_max) is compared with the search target bit string (bit_data) (Step 05).

【0049】ここでは、code_max + 1 < bit_data であ
るので、次のグループへジャンプするために、エントリ
位置(point)にサンプル数(sam_num)を加算する(St
ep11)。すると、エントリ位置(point)は「5」がセ
ットされる。
Here, since code_max + 1 <bit_data, the number of samples (sam_num) is added to the entry position (point) in order to jump to the next group (St.
ep11). Then, “5” is set as the entry position (point).

【0050】次に、エントリ位置(point)が指し示す
ところの符号長(length)及びサンプル数(sam_num)
を取得する(Step12)。ここでは、エントリ位置(poin
t)はインデックス「1」を指しているので、それに対
応する符号長「4」とサンプル数「3」が取出される。
Next, the code length (length) and the number of samples (sam_num) indicated by the entry position (point)
Is obtained (Step 12). Here, the entry position (poin
Since t) indicates the index “1”, the corresponding code length “4” and the number of samples “3” are extracted.

【0051】次に、今回のグループの符号長(length)
と前回のグループの符号長(length)の差分値(1_dif
f)を取得する(Step13)。ここでは、差分値「1」で
ある。
Next, the code length (length) of the current group
And the difference between the code length (length) of the previous group (1_dif
f) is obtained (Step 13). Here, the difference value is “1”.

【0052】次に、求めた差分値(1_diff)と前回のグ
ループ内最大ハフマン符号語(code_max)から今回のグ
ループ内最小ハフマン符号語(codeword)を求める(St
ep14)。前回のグループ内最大ハフマン符号語(code_m
ax)「100」に1を加算して、更にそれを差分値(1_
diff)のビット数右シフトするのである。その結果、今
回のグループ内最小ハフマン符号語(codeword)「10
10」が求まる。
Next, the current minimum group Huffman codeword (codeword) is calculated from the obtained difference value (1_diff) and the previous maximum group Huffman codeword (code_max) (St).
ep14). The largest Huffman codeword in the previous group (code_m
ax) Add 1 to “100” and further add it to the difference value (1_
diff) bits to the right. As a result, the minimum Huffman codeword (10) in this group is “10”.
10 "is obtained.

【0053】再び、Step03に戻り、入力信号である符号
化データの先頭から符号長(length)分のビットを取出
して検索対象ビット列(bit_data)として編成する。こ
こでは符号長(length)は「4」に変わっているので、
検索対象ビット列(bit_data)は「1011」となる。
Returning again to Step 03, bits of the code length (length) are extracted from the beginning of the encoded data as the input signal and organized as a search target bit string (bit_data). Here, the code length (length) has been changed to “4”,
The search target bit string (bit_data) is “1011”.

【0054】次に、グループ内の最大ハフマン符号語
(code_max)を算出する(Step04)。
Next, the maximum Huffman code word (code_max) in the group is calculated (Step 04).

【0055】ここでは、グループ内最小ハフマン符号語
(codeword)は「1010」で、サンプル数(sam_nu
m)は「3」であるので、グループ内最大ハフマン符号
語(code_max)は「1100」となる。
Here, the minimum Huffman codeword (codeword) in the group is “1010” and the number of samples (sam_nu
Since m) is “3”, the maximum Huffman codeword (code_max) in the group is “1100”.

【0056】次に、算出したグループ内最大ハフマン符
号語(code_max)と検索対象ビット列(bit_data)を比
較する(Step05)と、code_max + 1 > bit_data である
ので、次式により今回のグループの中の目的とする符号
の位置へジャンプする(Step06)。
Next, when the calculated maximum Huffman code word (code_max) in the group is compared with the search target bit string (bit_data) (Step 05), since code_max + 1> bit_data, Jump to the position of the target code (Step 06).

【0057】[0057]

【式4】diff = bit_data - codeword point = point + diff ここでは、diffには「1」がセットされ、従ってエント
リ位置(point)には「6」がセットされる。
[Formula 4] diff = bit_data-codeword point = point + diff Here, "1" is set in diff, and therefore "6" is set in the entry position (point).

【0058】次に、エントリ位置(point)が指し示す
インデックス(index)値「7」を取得してインデック
スレジスタに格納し(Step07)、処理を終了する。
Next, an index value “7” indicated by the entry position (point) is obtained and stored in the index register (Step 07), and the process is terminated.

【0059】以上、説明したように、本発明に係る復号
装置においては、ハフマンテーブル作成時に同一レング
スのグループ内の符号値が連番になることを利用して、
符号長、サンプル数、及び初期値であるグループ内最小
符号語等からハフマン符号語を生成することができる。
従来のハフマンテーブルで必要とされたハフマン符号語
に比べて、本発明で必要となるサンプル数はフィールド
長を短くすることができるため、結果的にテーブル容量
を削減することができる。
As described above, the decoding apparatus according to the present invention utilizes the fact that code values in a group of the same length are serialized when a Huffman table is created.
A Huffman codeword can be generated from the code length, the number of samples, the minimum codeword in the group that is the initial value, and the like.
Compared with the Huffman codeword required in the conventional Huffman table, the field length of the number of samples required in the present invention can be shortened, and consequently the table capacity can be reduced.

【0060】また、生成したハフマン符号語、サンプル
数等を用いて、検索対象ビット列が現在検索しているグ
ループ内に存在するかどうか判定し、存在する場合には
グループ内のどのエントリに位置する算出し、また、存
在しない場合には次のグループを検索するようにしてい
る。従って、最大検索回数を(グループ数+1)回にす
ることができ、従来に比べて復号に要する処理時間を短
縮することができる。
Further, using the generated Huffman code word, the number of samples, and the like, it is determined whether or not the search target bit string exists in the currently searched group, and if so, which entry in the group is located. It is calculated, and if it does not exist, the next group is searched. Therefore, the maximum number of searches can be set to (the number of groups + 1) times, and the processing time required for decoding can be reduced as compared with the related art.

【0061】以上、本発明の実施形態について詳細に説
明したが、本発明は本実施例に限定されず、本発明の主
旨を逸脱しない範囲において、種々の改良や変更を成し
得るであろう。
Although the embodiments of the present invention have been described in detail, the present invention is not limited to the embodiments, and various improvements and modifications may be made without departing from the gist of the present invention. .

【0062】従って、本発明はこの開示から妥当な特許
請求の範囲に係わる発明特定事項によってのみ限定され
るものでなければならない。
Accordingly, the present invention should be limited only by the matters specifying the invention according to the claims that are reasonable from this disclosure.

【0063】[0063]

【発明の効果】以上説明したように、本発明に係る復号
装置においては、ハフマンテーブル作成時に同一レング
スのグループ内の符号値が連番になることを利用して、
符号長、サンプル数、及び初期値であるグループ内最小
符号語等からハフマン符号語を生成することができる。
従来のハフマンテーブルで必要とされたハフマン符号語
に比べて、本発明で必要となるサンプル数はフィールド
長を短くすることができるため、結果的にテーブル容量
を削減することができ、メモリを節約することができ
る。
As described above, the decoding apparatus according to the present invention utilizes the fact that code values in a group of the same length are serialized when a Huffman table is created.
A Huffman codeword can be generated from the code length, the number of samples, the minimum codeword in the group that is the initial value, and the like.
Compared to the Huffman codeword required in the conventional Huffman table, the number of samples required in the present invention can shorten the field length, resulting in a reduction in table capacity and memory saving. can do.

【0064】また、生成したハフマン符号語、サンプル
数等を用いて、検索対象ビット列が現在検索しているグ
ループ内に存在するかどうか判定し、存在する場合には
グループ内のどのエントリに位置する算出し、また、存
在しない場合には次のグループを検索するようにしてい
る。従って、最大検索回数を(グループ数+1)回にす
ることができ、従来に比べて復号に要する処理時間を短
縮することができる。
Also, using the generated Huffman code word, the number of samples, and the like, it is determined whether or not the search target bit string exists in the currently searched group, and if so, which entry in the group is located. It is calculated, and if it does not exist, the next group is searched. Therefore, the maximum number of searches can be set to (the number of groups + 1) times, and the processing time required for decoding can be reduced as compared with the related art.

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

【図1】本発明に係る復号装置の一実施例を示すブロッ
ク図である。
FIG. 1 is a block diagram showing an embodiment of a decoding device according to the present invention.

【図2】図1に示した復号装置における復号処理の動作
手順例を示すフローチャートである。
FIG. 2 is a flowchart illustrating an example of an operation procedure of a decoding process in the decoding device illustrated in FIG. 1;

【図3】図1に示した復号装置で用いるハフマンテーブ
ルの作成手順例を示すフローチャートである。
FIG. 3 is a flowchart illustrating an example of a procedure for creating a Huffman table used in the decoding device illustrated in FIG. 1;

【図4】図1に示した復号装置で用いるハフマンテーブ
ルの作成例を示した説明図である。
FIG. 4 is an explanatory diagram showing an example of creating a Huffman table used in the decoding device shown in FIG. 1;

【図5】従来のハフマンテーブルの作成例を示した説明
図である。
FIG. 5 is an explanatory diagram showing an example of creating a conventional Huffman table.

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

1....復号装置 10....ハフマンテーブル 11....サンプル数レジスタ 12....符号長レジスタ 13....検索対象の信号値編成器 14....符号語生成器 15....コード一致判定器 16....ポイント生成器 17....インデックスレジスタ 1. Decoding device 10. Huffman table 11. Sample number register 12. Code length register 13. Signal value organizer to be searched 14. Code word generation 15. Code matcher 16. Point generator 17. Index register

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 入力されるハフマン符号化信号を復号す
る復号装置であって、 復号インデックスと符号長とサンプル数とから各レコー
ドが構成され、前記レコードは前記符号長毎にグループ
化され、かつグループ内のレコードは対応するハフマン
符号語の値の昇順に並び、先頭のグループの最小ハフマ
ン符号語が初期値として与えられるコード検索テーブル
と、 前記ハフマン符号化信号を順次入力し、検索するグルー
プの符号長に応じた検索ビット列に編成する入力信号編
成手段と、 検索するグループ内の最小ハフマン符号語と前記サンプ
ル数とから当該グループ内の最大ハフマン符号語を生成
し、当該グループの符号長及び次に検索するグループの
符号長の差分値と前記最大ハフマン符号語とから次のグ
ループの最小ハフマン符号語を生成する符号語生成手段
と、 生成した前記グループ内最大ハフマン符号語と編成した
前記入力信号とを比較する比較手段と、 この比較結果による差分値から前記グループ内の復号イ
ンデックスのエントリ位置を算出する位置算出手段と、 を有することを特徴とする復号装置。
1. A decoding device for decoding an input Huffman coded signal, wherein each record is composed of a decoding index, a code length, and the number of samples, wherein the records are grouped by the code length, and Records in the group are arranged in ascending order of the value of the corresponding Huffman code word, a code search table in which the minimum Huffman code word of the first group is given as an initial value, and the Huffman coded signal is sequentially input, and the An input signal organizing means for organizing into a search bit string according to a code length; a maximum Huffman code word in the group from the minimum Huffman code word in the group to be searched and the number of samples; Generating the minimum Huffman code word of the next group from the difference value of the code length of the group to be searched and the maximum Huffman code word Codeword generating means, and comparing means for comparing the generated maximum Huffman codeword in the group with the organized input signal; and a position for calculating an entry position of a decoding index in the group from a difference value based on the comparison result. A decoding device, comprising: calculation means.
【請求項2】 請求項1に記載の復号装置において、 前記符号語生成手段は、前記最大ハフマン符号語に1を
加算し、更にそれを前記差分値に応じたビット数分右シ
フトすることで、次のグループの最小ハフマン符号語を
生成することを特徴とする復号装置。
2. The decoding device according to claim 1, wherein the codeword generating unit adds 1 to the maximum Huffman codeword, and further shifts the codeword to the right by the number of bits according to the difference value. And a next group of minimum Huffman codewords.
【請求項3】 請求項1ないし請求項2のいずれかに記
載の復号装置において、 前記コード検索テーブルは、符号長の短いインデックス
に「0」を与える符号化方式で作成され、前記初期値と
して与えられる前記コード検索テーブルの先頭グループ
の最小ハフマン符号語の値は「0」であることを特徴と
する復号装置。
3. The decoding device according to claim 1, wherein the code search table is created by an encoding method that gives “0” to an index having a short code length, and the code search table is used as the initial value. A decoding apparatus, wherein a value of a minimum Huffman code word of a leading group of the code search table provided is "0".
JP2000238485A 2000-08-07 2000-08-07 Decryption device Expired - Lifetime JP3565147B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000238485A JP3565147B2 (en) 2000-08-07 2000-08-07 Decryption device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000238485A JP3565147B2 (en) 2000-08-07 2000-08-07 Decryption device

Publications (2)

Publication Number Publication Date
JP2002057585A true JP2002057585A (en) 2002-02-22
JP3565147B2 JP3565147B2 (en) 2004-09-15

Family

ID=18730180

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000238485A Expired - Lifetime JP3565147B2 (en) 2000-08-07 2000-08-07 Decryption device

Country Status (1)

Country Link
JP (1) JP3565147B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009267813A (en) * 2008-04-25 2009-11-12 Mitsubishi Electric Corp Huffman decoding apparatus and huffman decoding method
GB2483319A (en) * 2010-08-28 2012-03-07 Mingying Lu Huffman decoder using modified Huffman Code Table

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009267813A (en) * 2008-04-25 2009-11-12 Mitsubishi Electric Corp Huffman decoding apparatus and huffman decoding method
GB2483319A (en) * 2010-08-28 2012-03-07 Mingying Lu Huffman decoder using modified Huffman Code Table

Also Published As

Publication number Publication date
JP3565147B2 (en) 2004-09-15

Similar Documents

Publication Publication Date Title
US8838551B2 (en) Multi-level database compression
US6982661B2 (en) Method of performing huffman decoding
JP3309031B2 (en) Method and apparatus for compressing and decompressing short block data
EP0584992B1 (en) Text compression technique using frequency ordered array of word number mappers
JP4501288B2 (en) Huffman code decoding method, decoding apparatus, Huffman code decoding table, and method for creating the same
JP3778087B2 (en) Data encoding apparatus and data decoding apparatus
JPH06243009A (en) Method for compressing all text indexes
EP0688104A2 (en) Data compression method and apparatus
JPH1188192A (en) Method for compressing data and its device
JP2007043595A (en) Variable length code decoding method and device and data decompression device
US7348901B2 (en) Method and system for decoding variable length encoded signals, computer program product therefor
US6297754B1 (en) Decoding device
JPH10208405A (en) Decoding system and decoding method in efm format and efm-plus format in optical disk (cd and dvd) reading apparatus
JPH09130264A (en) High-speed code generating method and device for recording information in magnetic medium
JP2002057585A (en) Decoder
US20120319875A1 (en) Method for storing node information of huffman tree and corresponding decoding method
JPH07107303A (en) Decoding method for huffman code
US6563442B1 (en) Multiple symbol length lookup table
US6765513B2 (en) Decoding bit streams compressed with compression techniques employing variable length codes
US11640265B2 (en) Apparatus for processing received data
US20240106459A1 (en) Compression device and compression method
JP2003273746A (en) Variable length code decoder
KR101270633B1 (en) Fast Multimedia Huffman Decoding Method and Apparatus for Adapting Plurality of Huffman Tables
GB2402584A (en) Method of performing Huffman decoding
JP2005175926A (en) Decoder and decoding method

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040224

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040416

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: 20040518

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040531

R151 Written notification of patent or utility model registration

Ref document number: 3565147

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

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

Free format text: PAYMENT UNTIL: 20090618

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20090618

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20100618

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20110618

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20120618

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20120618

Year of fee payment: 8

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20120618

Year of fee payment: 8

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: 20120618

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20130618

Year of fee payment: 9

EXPY Cancellation because of completion of term