JPH0595292A - Variable length decoder - Google Patents

Variable length decoder

Info

Publication number
JPH0595292A
JPH0595292A JP4178391A JP4178391A JPH0595292A JP H0595292 A JPH0595292 A JP H0595292A JP 4178391 A JP4178391 A JP 4178391A JP 4178391 A JP4178391 A JP 4178391A JP H0595292 A JPH0595292 A JP H0595292A
Authority
JP
Japan
Prior art keywords
code
variable length
length
variable
address
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
JP4178391A
Other languages
Japanese (ja)
Other versions
JP3036868B2 (en
Inventor
Kohei Eguchi
公平 江口
Osamu Noguchi
修 野口
Kiyoshi Yokota
潔 横田
Yoshiya Murakami
好也 村上
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP3041783A priority Critical patent/JP3036868B2/en
Publication of JPH0595292A publication Critical patent/JPH0595292A/en
Application granted granted Critical
Publication of JP3036868B2 publication Critical patent/JP3036868B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the decoding table by setting a variable length code to a same coding value in the decoding table and devising one variable length code to occupy only one address. CONSTITUTION:A variable length code of an input buffer 11 is program-searched by a barrel shifter 12 and a head address of the variable length code of a decoding table 13 is outputted from an offset generating circuit 15. Simultaneously, the variable length code is inputted to a displacement generating circuit 14, in which parts other than an ID code of the variable length code (displacement) are extracted. An adder circuit 16 adds an output of the circuit 15 and an output V of the circuit 14 and outputs the result of the sum. It is inputted as an address of the table 13 and data stored in the address are outputted. Then the table 13 sets the variable length code to a same coding value and devises it that one coding value occupied only one address. Thus, the capacity of the coding table is reduced.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、可変長符号化されたデ
ィジタル画像、音声信号、データ等のデータ列に対し、
復号化を行う可変長復号化器に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a variable length coded digital image, voice signal, data string of data, etc.
The present invention relates to a variable length decoder that performs decoding.

【0002】[0002]

【従来の技術】可変長符号化は、固定長の情報サンプル
に対して発生頻度の高い情報サンプルには短い符号を割
当て、発生頻度の低い情報サンプルには長い符号を割当
てることにより、全体としての発生情報量を小さくする
符号化方式である(参考:情報理論 瀧 保夫著 岩波
書店 P66〜68 3.4情報源の符号化)。
2. Description of the Related Art Variable-length coding is performed as a whole by assigning a short code to an information sample having a high frequency of occurrence to a fixed-length information sample and a long code to an information sample having a low frequency of occurrence. This is a coding method that reduces the amount of generated information (Reference: Information Theory by Yasuo Taki Iwanami Shoten P66-68 3.4 Coding of Information Source).

【0003】図3(A)には瞬時復号可能な場合の符号
の木を示す。この符号の木は可変長符号の全符号語を表
したもので、各端点(リーフ)が符号語を表す。この符
号の木の各枝(ブランチ)には「0」または「1」が割
当てられており、各リーフに対応する符号語は原点から
このリーフに到達するまでに通るブランチのビット列に
対応する。従って、発生確立の高い情報サンプルは符号
の木の中のブランチの数が少ない(ビット列の短い)リ
ーフに割当てられ、発生確立の低い情報サンプルは符号
の木の中のブランチの数が多い(ビット列の長い)リー
フに割当てられて、全体の発生情報量を抑えている。な
お、瞬時復号可能な符号とは、符号語が符号の木の端点
のみに存在することを意味する。
FIG. 3A shows a code tree when instantaneous decoding is possible. This code tree represents all the code words of the variable length code, and each end point (leaf) represents the code word. "0" or "1" is assigned to each branch of the tree of this code, and the code word corresponding to each leaf corresponds to the bit string of the branch that passes from the origin to this leaf. Therefore, information samples with a high probability of occurrence are assigned to leaves with a small number of branches (short bit strings) in the code tree, and information samples with a low probability of occurrence have a large number of branches in the code tree (bit string). (Longer) leaves are allocated to suppress the total amount of generated information. The code that can be decoded instantaneously means that the code word exists only at the end points of the code tree.

【0004】従来の可変長復号化器を図2を基に説明す
る。だだし、瞬時復号可能な符号を前提とする。
A conventional variable length decoder will be described with reference to FIG. However, it is assumed that a code that can be instantaneously decoded is used.

【0005】この可変長復号化器は主に、連続した可変
長符号列を格納する入力バッファ(INーBUFF)1
と、入力バッファ1より取り出した可変長符号列から従
来のシフト入力に基づき符号の頭出しをするバレルシフ
タ(BーSFT)2と、このバレルシフタ2の出力を固
定長の情報に復号化する復号化テーブル(DECーTB
L)3と、バレルシフタ2の出力である可変長符号の符
号長を判定し、バレルシフタ2のシフト入力へこの符号
長を入力する符号長判定テーブル(VLーTBL)4と
から構成されている。
This variable length decoder is mainly composed of an input buffer (IN-BUFF) 1 for storing a continuous variable length code string.
And a barrel shifter (B-SFT) 2 for cueing a code based on a conventional shift input from a variable length code string extracted from the input buffer 1, and a decoding for decoding the output of the barrel shifter 2 into fixed length information. Table (DEC-TB
L) 3 and a code length determination table (VL-TBL) 4 for determining the code length of the variable length code output from the barrel shifter 2 and inputting this code length to the shift input of the barrel shifter 2.

【0006】そして、この可変長復号化器では、可変長
符号の連続したデータ列が入力されると、バレルシフタ
2で可変長符号の先頭が検出(頭出し)され、復号化テ
ーブル3で可変長符号が復号化され、さらに符合長判定
テーブル4で次の符号語の先頭の検出のためにこの符号
語の符号語長が判定され、この符号語長に基づいてバレ
ルシフタ2が次の符号の頭出しを行う。即ち、連続した
可変長符号化列から各可変長符号の頭出しを逐次行い、
その都度復号化テーブル3によって固定長符号に復号化
する。
In this variable-length decoder, when a continuous data string of variable-length codes is input, the barrel shifter 2 detects (starts) the beginning of the variable-length code, and the decoding table 3 changes the variable-length code. The code is decoded, and the codeword length of this codeword is determined by the code length determination table 4 to detect the beginning of the next codeword. Based on this codeword length, the barrel shifter 2 starts the next codeword. Send out. That is, each variable length code is sequentially searched from a continuous variable length coded sequence,
Each time, it is decoded into a fixed length code by the decoding table 3.

【0007】ここで、可変長符号の符号長の判定は、以
下のようにして行われる。図3(B)に示すように、同
一符号長の符号に対しては符号の語頭(以下「IDコー
ド」という)を同一パターンで構成しておき、符号長判
定テーブル4においてこのIDコードを検出することで
符号長を判定する。例えば図3(B)の場合、a0、a
1、a2、a3の符号語は全て4ビットであり、IDコ
ードは「00」となる。また、a4、a5の符号語はと
もに3ビットで、IDコードは「01」である。a6、
a7の符号語はともに2ビットで、IDコードは「1」
となる。(参考:IBM TechnicaL Disclosure Bulle
tin:DECOMPACTION:VOL.26 NO.9 February 1984)
Here, the code length of the variable length code is determined as follows. As shown in FIG. 3B, for the code having the same code length, the word beginning of the code (hereinafter referred to as “ID code”) is formed in the same pattern, and this ID code is detected in the code length determination table 4. By doing so, the code length is determined. For example, in the case of FIG. 3B, a0, a
The code words of 1, a2, and a3 are all 4 bits, and the ID code is "00". Further, the codewords of a4 and a5 are both 3 bits, and the ID code is "01". a6,
The code word of a7 is 2 bits, and the ID code is "1".
Becomes (Reference: IBM TechnicaL Disclosure Bulle
tin: DECOMPACTION: VOL.26 NO.9 February 1984)

【0008】[0008]

【発明が解決しようとする課題】ところで、復号化テー
ブル3は読出し専用メモリ(ROM)で実現されてお
り、入力アドレスは全て可変長符号の最大語長分のビッ
ト数(図3の例においては4ビット)を持っている。そ
して、各可変長符号のアドレスにこの可変長符号の復号
化されたデータが格納されている。
By the way, the decoding table 3 is realized by a read-only memory (ROM), and all the input addresses are the number of bits corresponding to the maximum word length of the variable-length code (in the example of FIG. 3, in the example of FIG. 3). 4 bits). Then, the decoded data of the variable length code is stored in the address of each variable length code.

【0009】図4は復号化テーブル3の一例を示す。こ
の復号化テーブル3では、符号語a4、a5のためにそ
れぞれ2個のアドレスが、a6、a7のためにそれぞれ
4個のアドレスが使用されている。さらに、各アドレス
は、最大符号長に合せたビット数に設定されている。
FIG. 4 shows an example of the decoding table 3. In this decoding table 3, two addresses are used for each of the code words a4 and a5, and four addresses are used for each of the a6 and a7. Furthermore, each address is set to the number of bits that matches the maximum code length.

【0010】このため、アドレスは符号語の総数以上の
容量を持たなければならなくなり、復号化テーブル3の
容量が必要以上に大きくなるという問題点がある。
Therefore, the address must have a capacity larger than the total number of code words, and the capacity of the decoding table 3 becomes unnecessarily large.

【0011】本発明は以上の問題点を考慮してなされた
もので、復号化テーブルの容量を符号語の総数分に抑え
ることができる可変長復号化器を提供することを目的と
する。
The present invention has been made in consideration of the above problems, and an object of the present invention is to provide a variable length decoder capable of suppressing the capacity of the decoding table to the total number of code words.

【0012】[0012]

【課題を解決するための手段】かかる課題を解決するた
め、本発明は、可変長符号の復号化を行う可変長復号化
器に関するものである。係る可変長復号化器おいて、1
つの可変長符号に対して1つのアドレスのみを割当て、
かつ全て同一符号長にした可変長符号を復号化してアド
レスに置いた復号化テーブルと、可変長符号の中の符号
長を示すIDコードから復号化テーブルの中の該符号長
に対応する領域の先頭アドレスであるオフセットを発生
させるオフセット発生回路と、可変長符号の中から符号
長を示すIDコード以外の変位を抽出する変位発生回路
と、前記オフセットを前記変位と加算し、加算結果を復
号化テーブルのアドレス入力へ出力する加算回路とを設
けたことを特徴とする。
In order to solve such a problem, the present invention relates to a variable length decoder for decoding a variable length code. In such a variable length decoder, 1
Assign only one address to one variable length code,
And a decoding table in which variable-length codes having the same code length are all decoded and placed at addresses, and an ID code indicating the code length in the variable-length code is used to store an area corresponding to the code length in the decoding table. An offset generation circuit that generates an offset that is a start address, a displacement generation circuit that extracts a displacement other than an ID code that indicates a code length from a variable length code, the offset is added to the displacement, and the addition result is decoded. And an adder circuit for outputting to the address input of the table.

【0013】[0013]

【作用】前記構成により、可変長符号はバレルシフタに
よって頭出しされ、オフセット発生回路により復号化テ
ーブルの可変長符号の先頭アドレスが出力される。同時
に可変長符号は変位発生回路にも入力され、可変長符号
のIDコード以外の部分(変位)が抽出される。加算回
路ではオフセット発生回路の出力が変位発生回路の出力
と加算され、加算結果が出力される。この加算結果は復
号化テーブルのアドレスとして入力され、このアドレス
に格納されているデータが出力される。そして、復号化
テーブルにおいては可変長符号を同一符号化値に設定
し、さらに1つの符号化値は1つのアドレスしか占有し
ないようにし、この復号化テーブルの少量化を図ってい
る。
With the above construction, the variable length code is cueed by the barrel shifter, and the head address of the variable length code in the decoding table is output by the offset generating circuit. At the same time, the variable length code is also input to the displacement generating circuit, and the portion (displacement) other than the ID code of the variable length code is extracted. In the adding circuit, the output of the offset generating circuit is added to the output of the displacement generating circuit, and the addition result is output. The result of this addition is input as the address of the decoding table, and the data stored at this address is output. In the decoding table, the variable length code is set to the same coded value, and one coded value is made to occupy only one address, so that the decoding table is made small.

【0014】[0014]

【実施例】以下、本発明の一実施例を添付図面を参照し
ながら詳述する。図1は本実施例に係る可変長復号化器
を示すブロック図である。
An embodiment of the present invention will be described in detail below with reference to the accompanying drawings. FIG. 1 is a block diagram showing a variable length decoder according to this embodiment.

【0015】この可変長復号化器は主に、連続した可変
長符号列を格納する入力バッファ(INーBUFF)1
1と、入力バッファ11より取り出した可変長符号列か
ら後述のシフト入力に基づき符号の頭出しをするバレル
シフタ(BーSFT)12と、1つの可変長符号に対し
て1つのアドレスを割当て、かつ全ての可変長符号を同
一符号長にして同一ビット数のアドレスに置いた復号化
テーブル(DECーTBL)13と、バレルシフタ12
により頭出しされた可変長符号に対し、IDコード以外
の部分(変位の部分)を抽出する変位発生回路としての
変位発生器(DーGEN)14と、バレルシフタ12に
より頭出しされた可変長符号に対し、復号化テーブル1
3の中の該符号語と同一符号長の符号語の符号化値が格
納されている領域の先頭アドレス(以下「オフセット」
という)を該符号語のIDコードに基づいて発生するオ
フセット発生回路としてのオフセット発生器(OFFS
ETーGEN)15と、変位発生器14から出力される
変位とオフセット発生器15から出力されるオフセット
とを加算し、加算結果を復号化テーブル13のアドレス
入力として出力する加算回路としての加算器(ADDE
R)16と、バレルシフタ12により頭出しされた可変
長符号に対し、その符号長を判定し、判定結果をバレル
シフタ12のシフト入力に出力する符号長判定テーブル
(VLーTBL)17とから構成されている。
This variable length decoder mainly comprises an input buffer (IN-BUFF) 1 for storing a continuous variable length code string.
1, a barrel shifter (B-SFT) 12 for cueing a code from a variable length code string extracted from the input buffer 11 based on a shift input described later, and one address for one variable length code, and A decoding table (DEC-TBL) 13 in which all variable-length codes have the same code length and are placed at addresses having the same number of bits, and a barrel shifter 12
With respect to the variable length code cueed by the above, the displacement generator (D-GEN) 14 as a displacement generating circuit for extracting a part (displacement part) other than the ID code, and the variable length code cueed by the barrel shifter 12. Against the decoding table 1
The start address of the area in which the encoded value of the code word having the same code length as the code word in 3 is stored (hereinafter referred to as “offset”).
Offset generator (OFFS) as an offset generation circuit for generating
ET-GEN) 15, the displacement output from the displacement generator 14 and the offset output from the offset generator 15 are added, and the addition result is output as an address input of the decoding table 13 as an adder circuit. (ADDE
R) 16 and a code length determination table (VL-TBL) 17 that determines the code length of the variable length code cueed by the barrel shifter 12 and outputs the determination result to the shift input of the barrel shifter 12. ing.

【0016】なお、各同一符号長の可変長符号の変位は
0から始り、1ずつ増加した値が割当てられる。本実施
例の復号化テーブル13では、図3(A)に示す符号の
木の場合は図5に示すテーブルとなる。
The displacement of each variable length code having the same code length starts from 0 and is incremented by 1. In the decoding table 13 of this embodiment, the table shown in FIG. 5 is used for the code tree shown in FIG.

【0017】次に、図3の符号の木におけるa5の可変
長符号「011」が復号化される過程を示す。なお、a
5のIDコードは「01」、変位は「1」である。
Next, the process of decoding the variable length code "011" of a5 in the code tree of FIG. 3 will be described. Note that a
The ID code of 5 is “01” and the displacement is “1”.

【0018】入力バッファ11の中の可変長符号「01
1」はバレルシフタ12によって頭出しされて出力され
る。検出された可変長符号「011」はオフセット発生
器15に入力され、復号化テーブル13の中において符
号語長3ビットの可変長符号の復号化値が格納されてい
る領域の先頭アドレス「100」が出力される。同時に
可変長符号「011」は変位発生器14にも入力され、
可変長符号の中のIDコード「01」以外の部分(変
位)である「1」が抽出されて出力される。
A variable length code "01" in the input buffer 11
1 ”is output by being cueed by the barrel shifter 12. The detected variable length code “011” is input to the offset generator 15, and the start address “100” of the area in the decoding table 13 where the decoded value of the variable length code having a codeword length of 3 bits is stored. Is output. At the same time, the variable length code “011” is also input to the displacement generator 14,
"1" which is a part (displacement) other than the ID code "01" in the variable length code is extracted and output.

【0019】加算器16ではオフセット発生器15の出
力「100」が変位発生器14の出力「1」と加算さ
れ、加算結果「101」が出力される。加算器16の加
算結果「101」は復号化テーブル13のアドレスとし
て入力される。復号化テーブル13では、アドレス「1
01」に格納されているデータ「a5」が出力される。
In the adder 16, the output "100" of the offset generator 15 is added to the output "1" of the displacement generator 14, and the addition result "101" is output. The addition result “101” of the adder 16 is input as the address of the decoding table 13. In the decryption table 13, the address “1
The data "a5" stored in "01" is output.

【0020】以上のようにして可変長符号「011」は
復号化される。
The variable length code "011" is decoded as described above.

【0021】また、バレルシフタ12によって頭出しさ
れた可変長符号「011」は符合長判定テーブル17に
入力されて符号語長が3ビットであることが判定され
る。この判定結果である符号語長はバレルシフタ12の
シフト入力に入力される。そして、バレルシフタ12で
の次の可変長符号の頭出しは、バレルシフタ12の入力
が3ビットシフトされることにより実行され、次の処理
が行われる。
The variable length code "011" cued by the barrel shifter 12 is input to the code length determination table 17 and it is determined that the code word length is 3 bits. The codeword length that is the result of this determination is input to the shift input of the barrel shifter 12. Then, the cueing of the next variable-length code in the barrel shifter 12 is executed by shifting the input of the barrel shifter 12 by 3 bits, and the next processing is performed.

【0022】以上のように、各同一符号長の可変長符号
の変位は0から始り、1ずつ増加した値が割当てられ、
図3(A)に示す符号の木の場合には、図5に示すよう
に、3ビット長のテーブルとなる。即ち、全て同一符号
長に設定し、さらに1つの可変長符号は1つのアドレス
しか占有しないようにしたので、復号化テーブル13を
大幅に少量化することができる。
As described above, the displacement of each variable length code having the same code length starts from 0 and is incremented by 1,
In the case of the code tree shown in FIG. 3A, the table has a 3-bit length as shown in FIG. That is, all of them are set to the same code length and one variable length code occupies only one address, so that the decoding table 13 can be significantly reduced in number.

【0023】[0023]

【発明の効果】以上のように、本発明によれば、復号化
テーブルにおいて可変長符号を同一符号化値に設定し、
さらに1つの可変長符号は1つのアドレスしか占有しな
いようにしたので、復号化テーブルの少量化を図ること
ができる。
As described above, according to the present invention, the variable length code is set to the same coded value in the decoding table,
Further, since one variable length code occupies only one address, it is possible to reduce the number of decoding tables.

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

【図1】本実施例の可変長復号化器を示すブロック図で
ある。
FIG. 1 is a block diagram showing a variable length decoder of the present embodiment.

【図2】従来の可変長復号化器を示すブロック図であ
る。
FIG. 2 is a block diagram showing a conventional variable length decoder.

【図3】可変長符号と符号の木を示す説明図である。FIG. 3 is an explanatory diagram showing a variable-length code and a code tree.

【図4】従来の復号化テーブルを示す説明図である。FIG. 4 is an explanatory diagram showing a conventional decoding table.

【図5】本実施例の復号化テーブルを示す説明図であ
る。
FIG. 5 is an explanatory diagram showing a decoding table according to the present embodiment.

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

11 入力バッファ 12 バレルシフタ 13 復号化テーブル 14 変位発生器 15 オフセット発生器 16 加算器 17 符合長判定テーブル 11 Input Buffer 12 Barrel Shifter 13 Decoding Table 14 Displacement Generator 15 Offset Generator 16 Adder 17 Code Length Judgment Table

───────────────────────────────────────────────────── フロントページの続き (72)発明者 村上 好也 東京都港区虎ノ門1丁目7番12号 沖電気 工業株式会社内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Yoshiya Murakami 1-7-12 Toranomon, Minato-ku, Tokyo Oki Electric Industry Co., Ltd.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 可変長符号の復号化を行う可変長復号化
器において、 1つの可変長符号に対して1つのアドレスのみを割当
て、かつ全て同一符号長にした可変長符号を復号化して
アドレスに置いた復号化テーブルと、 可変長符号の中の符号長を示すIDコードから復号化テ
ーブルの中の該符号長に対応する領域の先頭アドレスで
あるオフセットを発生させるオフセット発生回路と、 可変長符号の中から符号長を示すIDコード以外の変位
を抽出する変位発生回路と、 前記オフセットを前記変位と加算し、加算結果を復号化
テーブルのアドレス入力へ出力する加算回路とを設けた
ことを特徴とする可変長復号化器。
1. A variable-length decoder for decoding a variable-length code, wherein only one address is assigned to one variable-length code, and the variable-length code having the same code length is all decoded and addressed. A decoding table placed in the variable length code, an offset generating circuit for generating an offset, which is the start address of the area corresponding to the code length in the decoding table from the ID code indicating the code length in the variable length code, and a variable length A displacement generating circuit for extracting a displacement other than the ID code indicating the code length from the code, and an adding circuit for adding the offset to the displacement and outputting the addition result to the address input of the decoding table are provided. Characteristic variable length decoder.
JP3041783A 1991-03-07 1991-03-07 Variable length decoder Expired - Lifetime JP3036868B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3041783A JP3036868B2 (en) 1991-03-07 1991-03-07 Variable length decoder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3041783A JP3036868B2 (en) 1991-03-07 1991-03-07 Variable length decoder

Publications (2)

Publication Number Publication Date
JPH0595292A true JPH0595292A (en) 1993-04-16
JP3036868B2 JP3036868B2 (en) 2000-04-24

Family

ID=12617960

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3041783A Expired - Lifetime JP3036868B2 (en) 1991-03-07 1991-03-07 Variable length decoder

Country Status (1)

Country Link
JP (1) JP3036868B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1994024672A1 (en) * 1993-04-19 1994-10-27 Oki Electric Industry Co., Ltd. Circuit for decoding variable-length code, and system for decoding variable-length code which uses the circuit
JP2009267813A (en) * 2008-04-25 2009-11-12 Mitsubishi Electric Corp Huffman decoding apparatus and huffman decoding method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1994024672A1 (en) * 1993-04-19 1994-10-27 Oki Electric Industry Co., Ltd. Circuit for decoding variable-length code, and system for decoding variable-length code which uses the circuit
US5642114A (en) * 1993-04-19 1997-06-24 Oki Electric Industry Co., Ltd. Variable length code decoder using a content addressable memory with match inhibiting gate
JP2009267813A (en) * 2008-04-25 2009-11-12 Mitsubishi Electric Corp Huffman decoding apparatus and huffman decoding method

Also Published As

Publication number Publication date
JP3036868B2 (en) 2000-04-24

Similar Documents

Publication Publication Date Title
US6778103B2 (en) Encoding and decoding apparatus using context
US4814746A (en) Data compression method
US6876774B2 (en) Method and apparatus for compressing data string
KR950003199B1 (en) Method of transmitting informaiton encoding and decoding device
JP4501288B2 (en) Huffman code decoding method, decoding apparatus, Huffman code decoding table, and method for creating the same
US8200646B2 (en) Efficient retrieval of variable-length character string data
US5561690A (en) High speed variable length code decoding apparatus
US4295124A (en) Communication method and system
JP2008092582A (en) Method and apparatus for adaptive data compression
US5650781A (en) Apparatus for decoding variable length codes
US6222942B1 (en) Method and apparatus for compressing and decompressing messages
US5901177A (en) High speed variable length code decoding apparatus and method
EP0127815B1 (en) Data compression method
US5394144A (en) Variable length code decoding apparatus
KR100486251B1 (en) Decoding apparatus for variable length code and method thereof
JPH08265166A (en) High-speed variable-length code decoder
KR960020495A (en) Variable length decoding device
JP3036868B2 (en) Variable length decoder
US5736946A (en) High speed apparatus and method for decoding variable length code
JPH07107303A (en) Decoding method for huffman code
US5708430A (en) High speed variable length code decoding apparatus
US6104323A (en) Data compression apparatus for compensating a deviation of a compression rate
JP3229690B2 (en) Variable length code decoder
JP3389389B2 (en) Variable length code decoding device
KR100462060B1 (en) UVLC Multiple Decoding Method

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 9

Free format text: PAYMENT UNTIL: 20090225

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

Free format text: PAYMENT UNTIL: 20090225

Year of fee payment: 9

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

Year of fee payment: 10

Free format text: PAYMENT UNTIL: 20100225

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

Free format text: PAYMENT UNTIL: 20110225

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20110225

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20120225

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 12

Free format text: PAYMENT UNTIL: 20120225