JPH0779415B2 - Decompression method of compressed data - Google Patents

Decompression method of compressed data

Info

Publication number
JPH0779415B2
JPH0779415B2 JP1137944A JP13794489A JPH0779415B2 JP H0779415 B2 JPH0779415 B2 JP H0779415B2 JP 1137944 A JP1137944 A JP 1137944A JP 13794489 A JP13794489 A JP 13794489A JP H0779415 B2 JPH0779415 B2 JP H0779415B2
Authority
JP
Japan
Prior art keywords
data
row
compressed data
image data
processing
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 - Lifetime
Application number
JP1137944A
Other languages
Japanese (ja)
Other versions
JPH033566A (en
Inventor
一克 西村
貴 石崎
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP1137944A priority Critical patent/JPH0779415B2/en
Publication of JPH033566A publication Critical patent/JPH033566A/en
Publication of JPH0779415B2 publication Critical patent/JPH0779415B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Editing Of Facsimile Originals (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、圧縮データを伸長して復号する方法に関
し、特に圧縮データを切り出し又は縮小して複合する方
法に関する。
The present invention relates to a method for decompressing and decoding compressed data, and more particularly to a method for cutting out or reducing compressed data to combine them.

〔従来の技術〕[Conventional technology]

白黒2値の画像データを伝送する場合にその帯域を圧縮
して符号化する方法としてM.H(Modified Huffman)符
号化方法がある。この方法は1走査線の画素数1728画素
に対して0〜1728までの同一画素の連続数であるラン長
を64ごとのグループに分け、グループを示す符号(以下
グループ符号という)とグループ内のどの長さのランか
を示す符号(以下ラン符号という)との組合せで示すも
のである。この結果符号の数は64+1728/64=91個とな
り、符号数が減少する。
An MH (Modified Huffman) coding method is a method of compressing and coding the band when transmitting black and white binary image data. This method divides the run length, which is the continuous number of the same pixels from 0 to 1728 for 1728 pixels of one scanning line, into groups of 64, and indicates the group code (hereinafter referred to as group code) and the group This is shown in combination with a code indicating the length of the run (hereinafter referred to as a run code). As a result, the number of codes becomes 64 + 1728/64 = 91, and the number of codes decreases.

第4図は日刊工業新聞社発行の「FAX,OAのための画像の
信号処理」70頁に示されているM.H符号化方法による符
号化の一例を示す図である。
FIG. 4 is a diagram showing an example of encoding by the MH encoding method shown on page 70 of "Image signal processing for FAX, OA" issued by Nikkan Kogyo Shimbun.

第4図において21は符号化の対象となる1行(1ライ
ン)分の画像データを示し、白が19画素連続し、その後
黒66画素、白135画素が連なっている。また22はそれをM
H符号化した圧縮データを示し、図示しない前行とこの
行との間には行の区切りを示し、復号時の同期検出に用
いるEOL(End Of Line)符号(00…01)が挿入されてい
る。ここで白19ラン長は“0001100"、黒66ラン長は64+
2に分けられ、黒64に対応するグループ符号“00000011
11"と黒2に対応するラン符号“11"の組合せで符号化さ
れ、白135ラン長は128+7に分けられ、白128に対応す
るグループ符号“10010"と白7に対応するラン符号“11
11"との組合せで符号化される。
In FIG. 4, reference numeral 21 denotes image data for one row (one line) to be encoded, in which 19 pixels of white are continuous and 66 pixels of black and 135 pixels of white are continuous. Also 22 M
H-encoded compressed data is shown, and a line delimiter is shown between this line and a previous line (not shown), and an EOL (End Of Line) code (00 ... 01) used for synchronization detection at the time of decoding is inserted. There is. White 19 run length is “0001100”, black 66 run length is 64+
Group code “00000011” divided into 2 and corresponding to black 64
It is encoded by a combination of the run code "11" corresponding to 11 "and black 2, the white 135 run length is divided into 128 + 7, and the group code" 10010 "corresponding to white 128 and the run code" 11 corresponding to white 7
It is encoded in combination with 11 ".

符号化された画像データをCRT等の出力装置に表示する
場合に、表示サイズが画像データより小さく、部分的な
画像データ又は縮小した画像データが必要なことがあ
る。
When the encoded image data is displayed on an output device such as a CRT, the display size may be smaller than the image data, and partial image data or reduced image data may be required.

第5図は符号化された圧縮データを復号して縮小画像デ
ータを得る従来の復合方法のフローチャートである。MH
符号化方法は一行分の画像データに注目して、黒又は白
の画素が連続して並ぶそのラン長に対して特定の関数関
係を仮定し、それを系統的な符号語で置き換えたもので
ある。
FIG. 5 is a flowchart of a conventional decoding method that decodes encoded compressed data to obtain reduced image data. MH
The encoding method focuses on one row of image data, assumes a specific functional relationship with respect to its run length in which black or white pixels are arranged consecutively, and replaces it with a systematic codeword. is there.

この符号化された圧縮データの復号化は、MH符号化され
たグループ符号及びラン符号を検出し(S1)、次にEOL
符号の検出の有無を判定し(S2)、EOL符号を検出して
いない場合は区切りを識別することによりその符号に対
応するラン長の黒又は白画素に展開して復号化する(S
3)。EOL符号を検出した場合はステップ3をスキップす
る。次に画像データの全ラインの復号化が終了したか否
かが判定され(S4)、終了していない場合はステップ1
に戻り、全ラインの復号が終わるまで処理を続ける。
Decoding of this encoded compressed data detects the MH encoded group code and run code (S1), then EOL
It is determined whether or not the code is detected (S2), and if the EOL code is not detected, the delimiter is identified to develop into a run-length black or white pixel corresponding to the code for decoding (S2).
3). When the EOL code is detected, step 3 is skipped. Next, it is judged whether or not the decoding of all the lines of the image data is completed (S4), and if not completed, the step 1
Then, the process is continued until the decoding of all lines is completed.

また部分的な画像データ又は縮小した画像データが必要
なときは復号された画像データのその部分の切り出し処
理又は縮小処理を行っている(S5)。切り出し処理、縮
小処理等の画像データの加工を行う場合、従来の方法で
は符号化された圧縮データを画像データの全ラインに亘
って復号した後に、加工を行う必要があった。
Further, when partial image data or reduced image data is required, clipping or reduction processing of that portion of the decoded image data is performed (S5). In the case of performing image data processing such as cutout processing and reduction processing, it is necessary to perform processing after decoding the encoded compressed data over all lines of the image data in the conventional method.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

このような従来の復号方法を用いた場合は、全ラインに
亘って復号した後に、縮小,切り出し処理等の加工を行
っているので、表示までの処理速度が遅く、また使用す
るメモリの容量が大きくなるという問題があった。
When such a conventional decoding method is used, since processing such as reduction and cutout processing is performed after decoding over all lines, the processing speed up to display is slow and the memory capacity used is small. There was a problem of getting bigger.

この発明は上記のような問題点を解決するためになされ
たものであり、縮小又は切り出し加工処理を行う場合に
画像データ1行分の圧縮データ毎に、次行のデータのデ
ータ列内での位置に関するアドレス情報を設け、圧縮デ
ータの復号に際し、画像データの加工情報及び前記アド
レス情報を用いて復号対象の行へのスキップを行うこと
により、圧縮データを全ラインに亘って画像データに復
号する必要をなくすとともに、復号対象の圧縮データに
迅速にアクセスして画像データへの復号及び画像データ
の加工時間を短縮させることができると共に、復号され
た画像データ数を減少させ、それを格納するメモリの容
量を小さくすることができる圧縮データの復号方法を提
供することを目的とする。
The present invention has been made in order to solve the above-mentioned problems, and in the case of performing reduction or clipping processing, for each compressed data of one line of image data, in the data column of the data of the next line. Decoding the compressed data into image data over all lines by providing address information regarding the position and skipping to the line to be decoded using the processing information of the image data and the address information when decoding the compressed data In addition to eliminating the need, it is possible to quickly access the compressed data to be decoded to shorten the time for decoding into image data and the processing of image data, reduce the number of decoded image data, and store it. It is an object of the present invention to provide a decoding method of compressed data that can reduce the capacity of the.

〔課題を解決するための手段〕[Means for Solving the Problems]

この発明に係る圧縮データの復号方法は、画像データを
行毎に圧縮して符号化した符号化データを有する圧縮デ
ータ列から画像データ列への復号及びその加工を行う圧
縮データの復号方法において、画像データの各行に対応
する圧縮データ列毎に、次の行の圧縮データ列の位置に
関するアドレス情報を設け、予め設定された画像データ
の加工に関する加工情報に基づき1行の符号化データを
前記加工情報に応じた画像データに復号し、前記加工情
報及びアドレス情報に基づき次に復号すべき行の符号化
データを選択することを特徴とする。
The decoding method of the compressed data according to the present invention is a decoding method of compressed data for performing decoding from a compressed data string having coded data obtained by compressing and coding image data row by row For each compressed data string corresponding to each row of image data, address information regarding the position of the compressed data row of the next row is provided, and one row of encoded data is processed based on preset processing information regarding processing of image data. The image data is decoded according to the information, and the coded data of the row to be decoded next is selected based on the processing information and the address information.

〔作用〕[Action]

この発明においては、縮小加工処理を行う場合、行方向
(主走査方向)は縮小率に応じた加工情報に基づき復号
が行われ、それと交差する方向(副走査方向)はアドレ
ス情報及び加工情報に基づき復号すべき行までスキップ
し、その行の符号化データの復号が行われる。また切り
出し加工処理を行う場合、行方向は、切り出し範囲に応
じた加工情報に基づき復号が行われ、それと交差する方
向はアドレス情報及び加工情報に基づき切り出し範囲の
行の符号化データを選択して復号が行われる。
In the present invention, when the reduction processing is performed, decoding is performed in the row direction (main scanning direction) based on the processing information according to the reduction ratio, and the direction intersecting it (sub scanning direction) is converted into address information and processing information. Based on this, the line to be decoded is skipped and the encoded data of that line is decoded. When performing the cutting processing, the row direction is decoded based on the processing information according to the cutting range, and the intersecting direction is selected by selecting the encoded data of the row in the cutting range based on the address information and the processing information. Decryption is performed.

〔実施例〕〔Example〕

以下、この発明をその一実施例を示す図面に基づいて説
明する。
The present invention will be described below with reference to the drawings showing an embodiment thereof.

第1図は、この発明に係る圧縮データの復号方法の実施
に用いる復号装置の構成を示すブロック図、第2図は圧
縮データの模式的構造図である。なおここでは縮小加工
処理の場合を説明する。図において5はCPUであり、圧
縮データの復号及び加工処理を行うものである。CPU5は
主記憶装置4をアクセスし、それに記憶されている圧縮
データに所定の縮小加工を施し復号する。主記憶装置4
は符号化された圧縮データを格納する圧縮データ部1
と、圧縮データを予め設定された縮小倍率に従い、行方
向に縮小し、復号するための縮小情報を格納した縮小テ
ーブル部2と、復号された画像データを格納する画像デ
ータ部3とを備えている。
FIG. 1 is a block diagram showing a configuration of a decoding device used for carrying out a method for decoding compressed data according to the present invention, and FIG. 2 is a schematic structural diagram of compressed data. The case of the reduction processing will be described here. In the figure, 5 is a CPU, which performs decoding and processing of compressed data. The CPU 5 accesses the main storage device 4, performs predetermined reduction processing on the compressed data stored therein, and decodes it. Main memory 4
Is a compressed data section 1 for storing encoded compressed data
And a reduction table unit 2 that stores reduction information for reducing and decoding compressed data in the row direction according to a preset reduction ratio, and an image data unit 3 that stores decoded image data. There is.

圧縮データは第2図に示す如く、次行のアドレス情報A
D、MH符号に圧縮された符号化データED及び行の終わり
を示すEOL符号がこの順で画像データの行単位に列をな
し連なっている。
The compressed data is the address information A of the next line as shown in FIG.
Encoded data ED compressed into D and MH codes and an EOL code indicating the end of a row are arranged in this order in columns for each row of image data.

アドレス情報ADは例えば自行の符号化データEDのデータ
長等のデータが記録されており、これにより次行のアド
レス情報ADのデータ列内での位置が判明し、そこにスキ
ップすることが可能になる。即ち復号化する必要のない
行の符号化データEDをスキップして次のアドレス情報を
読出すことが可能となる。
As the address information AD, for example, the data such as the data length of the encoded data ED of the own row is recorded, and the position in the data row of the address information AD of the next row is known and it is possible to skip there. Become. That is, it becomes possible to read the next address information by skipping the encoded data ED of the row that does not need to be decoded.

行方向と交差する方向(副走査方向)の縮小を行わない
場合はスキップは無関係であり、データ列の順に符号化
データを圧縮データ部1から読出して復号していく。こ
れに対して行方向と交差する方向の縮小を行う場合は復
号不要の行の圧縮データを読出す必要はない。この場
合、第2図で2点鎖線で示す行の復号を行ない、次にス
キップすべき※印の行の圧縮データのアドレス情報を読
むことになり、このアドレス情報に従い、次の行の圧縮
データのアドレス情報までスキップする(実線矢符で示
す)。第2図の例では次の行もスキップであり、※※印
のアドレス情報に従い、次の行の圧縮データ列へスキッ
プすることになる。つまり、このようにアドレス情報が
存在しない場合は無用の行の符号化データを順に読んで
復号していくことになるが、本願発明ではそれが不要に
なるのである。
When the reduction in the direction intersecting the row direction (sub-scanning direction) is not performed, the skip is irrelevant, and the encoded data is read from the compressed data unit 1 and decoded in the order of the data string. On the other hand, when performing the reduction in the direction intersecting the row direction, it is not necessary to read the compressed data of the row that does not need decoding. In this case, the line indicated by the chain double-dashed line in FIG. 2 is decoded, and the address information of the compressed data of the line marked with * is read next, and the compressed data of the next line is read according to this address information. Skip to the address information of (shown by a solid arrow). In the example of FIG. 2, the next line is also skipped, and the compressed data string of the next line is skipped according to the address information marked with **. That is, when the address information does not exist in this way, the coded data of the unnecessary row is sequentially read and decoded, which is not necessary in the present invention.

次に以上のように構成された復号装置によるこの発明方
法の動作について説明する。
Next, the operation of the method of the present invention by the decoding device configured as described above will be described.

第3図はCPUが行う縮小復号動作を示すフローチャート
である。圧縮データのアドレス情報AD及び縮小テーブル
部2の縮小情報に基づき最初に第1行として復号すべき
符号化データEDが格納されている行までスキップする
(S51)。そしてこの符号化データEDをとり出し(S5
2)、EOL符号であるかを判定し(S53)、EOL符号でない
場合はそれを復号化処理し、縮小テーブル部2に格納さ
れた縮小情報に基づき、行方向の縮小画像データの画素
数を得る(S54)。次にそれと交差する方向についても
縮小率に対応させるべく、縮小情報及びアドレス情報に
基づき圧縮データの符号すべき行へのスキップを行う
(S55)。またスキップ53でEOL符号の場合はステップ56
に進む。
FIG. 3 is a flowchart showing the reduction decoding operation performed by the CPU. Based on the address information AD of the compressed data and the reduction information of the reduction table unit 2, the first row is skipped to the row in which the encoded data ED to be decoded is stored (S51). Then, the encoded data ED is taken out (S5
2), it is determined whether it is an EOL code (S53), and if it is not an EOL code, it is decoded, and the number of pixels of the reduced image data in the row direction is calculated based on the reduction information stored in the reduction table unit 2. Get (S54). Next, in order to correspond to the reduction ratio also in the direction intersecting with it, the compressed data is skipped to the line to be coded based on the reduction information and the address information (S55). If skip 53 and EOL code, step 56
Proceed to.

以上の処理を縮小情報に基づく要求行数を完了するまで
行い、縮小画像データを得ることができる。
The above processing is performed until the requested number of lines based on the reduction information is completed, and reduced image data can be obtained.

なお、この実施例では縮小加工を行う場合を例に説明し
たが、部分的に切り出す部分加工を行う場合は、切り出
し範囲を指定する切り出し情報を格納した切り出しテー
ブル部を設け、それに基づき切り出しデータの行方向の
画素数を得、それと交差する方向は切り出し情報及びア
ドレス情報に基づき切り出し範囲の行の符号化データを
選択し復号すればよい。
In this embodiment, the case where the reduction processing is performed has been described as an example. However, when performing the partial processing for partially cutting out, a cutting table unit storing cutting information that specifies the cutting range is provided, and the cutout data of The number of pixels in the row direction is obtained, and in the direction intersecting with this, the encoded data of the row in the cutout range may be selected and decoded based on the cutout information and the address information.

さらに拡大の場合は拡大テーブル部を設け、拡大データ
の行方向の画素数を得、それと交差する方向の画素は倍
率に応じて繰返し復号するようにすればよく、縮小加工
処理と同様のプロセスで拡大加工処理が行える。
In the case of further enlargement, an enlargement table unit is provided to obtain the number of pixels in the row direction of the enlarged data, and the pixels in the direction intersecting with it may be repeatedly decoded according to the magnification. Enlargement processing can be performed.

またこの実施例では符号化方法としてMH符号化方法を例
に説明したが、この発明はこれに限るものではなく、他
の圧縮化符号を復号する場合にも適用できることは言う
までもない。
Further, in this embodiment, the MH coding method has been described as an example of the coding method, but the present invention is not limited to this, and it goes without saying that the present invention can be applied to the case of decoding other compression codes.

〔発明の効果〕〔The invention's effect〕

以上説明したとおり、この発明によれば圧縮データの復
号及び加工を行うとき、圧縮データにアドレス情報を付
加し、アドレス情報と加工情報とにより復号すべき行を
選択しているので、加工するときに必ずしも全ての行を
復号する必要がなくなり、画像データへの復号及び加工
時間が減少する。また無用のデータをスキップする処理
がアドレス情報の利用により簡単に行える。更に復号さ
れたデータの格納用メモリの容量を小さくできる等優れ
た効果を奏する。
As described above, according to the present invention, when decoding and processing compressed data, address information is added to the compressed data and the row to be decoded is selected by the address information and the processing information. Therefore, it is not always necessary to decode all rows, and the time for decoding and processing image data is reduced. Further, the process of skipping useless data can be easily performed by using the address information. Further, it has an excellent effect such that the capacity of the memory for storing the decrypted data can be reduced.

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

第1図はこの発明に係る圧縮データの復号方法の実施に
用いる復号装置の構成を示すブロック図、第2図は圧縮
データの模式的構造図、第3図は縮小加工処理の動作を
示すフローチャート、第4図はMH符号化の一例を示す
図、第5図は従来の復号方法の動作を示すフローチャー
トである。 1……圧縮データ部、2……縮小テーブル部、AD……ア
ドレス情報、ED……符号化データ なお、図中、同一符号は同一、又は相当部分を示す。
FIG. 1 is a block diagram showing the configuration of a decoding device used for carrying out the method for decoding compressed data according to the present invention, FIG. 2 is a schematic structural diagram of compressed data, and FIG. 3 is a flowchart showing the operation of reduction processing. FIG. 4 is a diagram showing an example of MH encoding, and FIG. 5 is a flowchart showing the operation of a conventional decoding method. 1 ... Compressed data portion, 2 ... Reduction table portion, AD ... Address information, ED ... Encoded data In the drawings, the same reference numerals indicate the same or corresponding portions.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】画像データを行毎に圧縮して符号化した符
号化データを有する圧縮データ列から画像データ列への
復号及びその加工を行う圧縮データの復号方法におい
て、 画像データの各行に対応する圧縮データ列毎に、次の行
の圧縮データ列の位置に関するアドレス情報を設け、予
め設定された画像データの加工に関する加工情報に基づ
き1行の符号化データを前記加工情報に応じた画像デー
タに復号し、前記加工情報及びアドレス情報に基づき次
に復号すべき行の符号化データを選択することを特徴と
する圧縮データの復号方法。
1. A method of decoding a compressed data sequence having compressed data obtained by compressing and coding image data row by row into an image data stream and processing the compressed data stream, which corresponds to each row of image data. Address information relating to the position of the compressed data row of the next row is provided for each compressed data row, and one line of encoded data is converted into image data according to the processing information based on the preset processing information regarding the processing of the image data. The method for decoding compressed data is characterized in that the encoded data of the row to be decoded next is selected based on the processing information and the address information.
JP1137944A 1989-05-31 1989-05-31 Decompression method of compressed data Expired - Lifetime JPH0779415B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1137944A JPH0779415B2 (en) 1989-05-31 1989-05-31 Decompression method of compressed data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1137944A JPH0779415B2 (en) 1989-05-31 1989-05-31 Decompression method of compressed data

Publications (2)

Publication Number Publication Date
JPH033566A JPH033566A (en) 1991-01-09
JPH0779415B2 true JPH0779415B2 (en) 1995-08-23

Family

ID=15210355

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1137944A Expired - Lifetime JPH0779415B2 (en) 1989-05-31 1989-05-31 Decompression method of compressed data

Country Status (1)

Country Link
JP (1) JPH0779415B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
USRE41146E1 (en) 1992-03-26 2010-02-23 Panasonic Corporation Communication system
USRE42643E1 (en) 1991-03-27 2011-08-23 Panasonic Corporation Communication system
USRE43093E1 (en) 1992-03-26 2012-01-10 Panasonic Corporation Communication system

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0564005A (en) * 1991-09-02 1993-03-12 Mitsubishi Electric Corp Compressed data expansion processing method
JP2599524B2 (en) * 1992-01-09 1997-04-09 松下電送株式会社 Image communication device
JPH06253154A (en) * 1993-02-25 1994-09-09 Fuji Xerox Co Ltd Picture coding/decoding device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58212253A (en) * 1982-06-03 1983-12-09 Mitsubishi Electric Corp Control circuit of picture data memory
JPS6145680A (en) * 1984-08-10 1986-03-05 Mitsubishi Electric Corp Band compressed coding device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
USRE42643E1 (en) 1991-03-27 2011-08-23 Panasonic Corporation Communication system
USRE41146E1 (en) 1992-03-26 2010-02-23 Panasonic Corporation Communication system
USRE43093E1 (en) 1992-03-26 2012-01-10 Panasonic Corporation Communication system

Also Published As

Publication number Publication date
JPH033566A (en) 1991-01-09

Similar Documents

Publication Publication Date Title
US5625355A (en) Apparatus and method for decoding variable-length code
JP3816204B2 (en) Run-length level encoding / decoding system and method
JPH0779415B2 (en) Decompression method of compressed data
JPH07264417A (en) Image coding method
JP2007074412A (en) Image processor for processing packing data of fixed length compressed image and attribute information
US20020081038A1 (en) Graphic image coding
JPH06334872A (en) Picture processing unit
JPH08116268A (en) Information processing unit
US20020034331A1 (en) Image display device and method
JP2003189108A (en) Image compression method
JPH11317673A (en) Run length encoding and decoding method therefor
JP2512195B2 (en) Encoding device and decoding device
JP3108243B2 (en) Encoding and decoding device
JP2003152549A (en) Decoding method, decoder, computer program and recording medium
JPS63155957A (en) Binary picture information compressing device
EP0302432A2 (en) Document decompressing system
JPH07255055A (en) Variable length encoding and decoding circuit and decoding method
JPH10136363A (en) Compressed data decoder and compressed data decoding method
JP3093485B2 (en) Decryption device
JPH06225123A (en) High speed restoring method for picture data
JP3187696B2 (en) Image coding device
JPH0522574A (en) Binary picture data segment system
JPH0494267A (en) Mr decoder
JPH05183759A (en) Encoder and decoder using arithmetic code
JPS6364949B2 (en)

Legal Events

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

Free format text: PAYMENT UNTIL: 20070823

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20080823

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20080823

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20090823

Year of fee payment: 14

EXPY Cancellation because of completion of term