JPH11272443A - Data processor and storage medium - Google Patents

Data processor and storage medium

Info

Publication number
JPH11272443A
JPH11272443A JP7001898A JP7001898A JPH11272443A JP H11272443 A JPH11272443 A JP H11272443A JP 7001898 A JP7001898 A JP 7001898A JP 7001898 A JP7001898 A JP 7001898A JP H11272443 A JPH11272443 A JP H11272443A
Authority
JP
Japan
Prior art keywords
bits
data
length
byte
bit
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
JP7001898A
Other languages
Japanese (ja)
Other versions
JP3709704B2 (en
Inventor
Yuji Arai
雄二 荒井
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP7001898A priority Critical patent/JP3709704B2/en
Publication of JPH11272443A publication Critical patent/JPH11272443A/en
Application granted granted Critical
Publication of JP3709704B2 publication Critical patent/JP3709704B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve processing efficiency without the need of a data operation in a bit unit by executing a conversion processing on data with a first length and data with a second length to which non-used data is added, based on a conversion table. SOLUTION: When compiling (compressing) data where six subsequent bits are effective in one byte, three types of compilation tables are available. 3-8 bits in eight left bits and 3-4 bits in eight right bits, that is, eight bits in total, on a first byte and a second byte (objective area α1 ) from its head are extracted by using a compilation table A111, and they are stored in an output area 1. In the compilation table A111, integer values constituted of effective bits are stored in respective array elements being one-dimensional arrays, which correspond to the integer values of two bytes and have the sizes of 2<16> . When a value stored in the address of the integer value represented by the objective area α1 is taken in, it is equivalent to the extraction of the effective bit.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、図1に示すよう
に、データ領域内のビットデータに対して、有効なビッ
トデータのみを詰める圧縮処理、あるいは有効なビット
データのまとまり毎にデータ操作をしやすい単位(例え
ばバイト単位)に広げる展開処理のような、ビットデー
タの編集処理に関する。
BACKGROUND OF THE INVENTION As shown in FIG. 1, according to the present invention, a compression process for packing only valid bit data into bit data in a data area or a data operation for each group of valid bit data is performed. The present invention relates to bit data editing processing, such as expansion processing for expanding data into units (for example, byte units) that are easy to perform.

【0002】衛星による地球観測画像のようなデータに
おいては、センサの特性(分解能)によって、必ずしも
計算機が処理しやすい単位(バイト単位)のデータ形式
になっていないことが多い。(たとえば1画素が6ビッ
トであったり、10ビットであったりする。)本発明
は、このような場合の効率的な処理を実現するものであ
る。
2. Description of the Related Art In many cases, data such as earth observation images obtained by satellites are not always in a data format of a unit (byte unit) that can be easily processed by a computer due to the characteristics (resolution) of a sensor. (For example, one pixel has 6 bits or 10 bits.) The present invention realizes efficient processing in such a case.

【0003】[0003]

【従来の技術】従来のビットデータの編集処理では、ビ
ット毎にデータを抽出し、それを転送(シフト)すると
いう処理を行っていた。
2. Description of the Related Art In conventional bit data editing processing, data has been extracted for each bit and transferred (shifted).

【0004】[0004]

【発明が解決しようとする課題】従来技術ではデータを
ビット単位に処理するため、処理効率が悪い(処理時間
がかかる)。本発明はかかる事情に鑑みてなされたもの
であって、効率的な処理を実現することを目的とする。
In the prior art, since data is processed in units of bits, processing efficiency is low (processing time is long). The present invention has been made in view of such circumstances, and has as its object to realize efficient processing.

【0005】[0005]

【課題を解決するための手段】上記の課題は、変換対象
のデータ位置と、変換先のデータ位置の関係を記憶した
変換テーブルと、前記変換テーブルに基づいて、第1の
長さのデータと、第1の長さより長いデータであって第
1の長さのデータに未使用のデータを付加した第2の長
さのデータとの間の変換処理を行う変換手段とを備える
ことで、解決される。
The object of the present invention is to provide a conversion table storing a relationship between a data position to be converted and a data position to be converted, and a data having a first length based on the conversion table. Conversion means for performing a conversion process between data having a longer length than the first length and data of a second length obtained by adding unused data to data of the first length. Is done.

【0006】[0006]

【発明の実施の形態】以下、本発明を詳細に説明する。
図2は、ビットデータの編集処理に本発明を適用する場
合のシステム構成を示す。本システムは有効なビットと
無効なビットが混在するデータ10と、有効なビットの
みで構成されるデータ20と、これらのデータを入力し
てそれぞれビットデータの圧縮処理または展開処理を行
う編集プログラム100と、圧縮処理の際に用いる圧縮
用編集テーブル110と、展開処理の際にに用いる展開
用編集テーブル120とから構成される。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below in detail.
FIG. 2 shows a system configuration in a case where the present invention is applied to bit data editing processing. The system includes a data 10 in which valid bits and invalid bits coexist, a data 20 composed of only valid bits, and an editing program 100 that inputs these data and performs compression processing or decompression processing of bit data, respectively. And an editing table for compression 110 used in the compression process and an editing table for expansion 120 used in the expansion process.

【0007】まず圧縮用編集テーブルを用いた圧縮処理
の考え方を、1バイト領域中の後ろ6ビットが有効なデ
ータを詰めて編集する(圧縮する)場合を例に説明す
る。以下に詳しく述べるように、この場合編集テーブル
は全部で3種類ある。図3で、10は1バイト中先頭2
ビットが無効で後ろ6ビットが有効なデータ、111、
112、113は圧縮用の編集テーブル、20は無効ビ
ットを削除して圧縮されたデータを示す。
First, the concept of the compression process using the compression editing table will be described by taking as an example a case where the last 6 bits in a 1-byte area are packed with valid data and edited (compressed). As described in detail below, there are three types of editing tables in this case. In FIG. 3, 10 is the first 2 in 1 byte.
The data where the bit is invalid and the last 6 bits are valid, 111,
Reference numerals 112 and 113 denote editing tables for compression, and reference numeral 20 denotes data compressed by removing invalid bits.

【0008】まず先頭から1バイト目と2バイト目(対
象領域α1 )について、左(上位)8ビットの内3〜8
ビットおよび右(下位)8ビットの内3〜4ビットの計
8ビットを編集テーブルAを用いて抽出し、出力領域1
に格納する。このために第一の編集テーブルAを用い
る。編集テーブルAは具体的には図5に示すように、2
バイトの整数値(0〜216−1)に対応した216の大き
さを持った1次元の配列であり各配列要素には有効ビッ
ト(上位8ビットの内3〜8ビットおよび下位8ビット
の内3〜4ビットの計8ビット)で構成される整数値
(a3×27+a4×26+a5×25+a6×24+a7×23+a8×22
b3×21+b4×20)が格納されている。このため対象領域
α1 が表す整数値のアドレスに格納されている値を取り
込めば、有効ビットを抽出したことに相当するのであ
る。
First, for the first and second bytes (target area α 1 ) from the beginning, 3 to 8 of the left (upper) 8 bits
A total of 8 bits, 3 to 4 bits out of the 8 bits and the right (lower) 8 bits, are extracted using the editing table A, and the output area 1
To be stored. For this purpose, the first editing table A is used. The editing table A is, as shown in FIG.
It is a one-dimensional array having a size of 2 16 corresponding to an integer value of a byte (0 to 2 16 -1). Each array element has valid bits (3 to 8 bits of the upper 8 bits and lower 8 bits) Integer value (a 3 × 2 7 + a 4 × 2 6 + a 5 × 2 5 + a 6 × 2 4 + a 7 × 2 3 + a 8 × 2 2 +)
b 3 × 2 1 + b 4 × 2 0 ) are stored. Therefore, taking in the value stored at the address of the integer value represented by the target area α 1 corresponds to extracting the valid bit.

【0009】次に先頭から2バイト目と3バイト目(対
象領域β1 )について、左(上位)8ビットの内5〜8
ビットおよび右(下位)8ビットの内3〜6ビットの計
8ビットを編集テーブルBを用いて抽出し、出力領域2
に格納する。このために第二の編集テーブルBを用い
る。編集テーブルBは具体的には図6に示すように、2
バイトの整数値(0〜216−1)に対応した216の大き
さを持った1次元の配列であり各配列要素には有効ビッ
ト(上位8ビットの内4〜8ビットおよび下位8ビット
の内3〜6ビットの計8ビット)で構成される整数値
(b5×27+b6×26+b7×25+b8×24+c3×23+c4×22
c5×21+c6×20)が格納されている。このため対象領域
β1 が表す整数値のアドレスに格納されている値を取り
込めば、有効ビットを抽出したことに相当するのであ
る。
Next, for the second and third bytes (target area β 1 ) from the top, 5 to 8 of the left (upper) 8 bits
A total of 8 bits of 3 to 6 bits out of the 8 bits and the right (lower) 8 bits are extracted using the editing table B, and the output area 2
To be stored. For this purpose, the second editing table B is used. The editing table B is, as shown in FIG.
It is a one-dimensional array having a size of 2 16 corresponding to a byte integer value (0 to 2 16 -1). Each array element has valid bits (4 to 8 bits of the upper 8 bits and lower 8 bits) integer comprised of eight bits) of 3-6 bits of (b 5 × 2 7 + b 6 × 2 6 + b 7 × 2 5 + b 8 × 2 4 + c 3 × 2 3 + c 4 × 2 2 +
c 5 × 2 1 + c 6 × 2 0 ) is stored. If can capture this reason stored in the address of the integer value representing the target region beta 1 value is to correspond to the extracted valid bit.

【0010】次に先頭から3バイト目と4バイト目(対
象領域γ1 )について、左(上位)8ビットの内7〜8
ビットおよび右(下位)8ビットの内3〜8ビットの計
8ビットを編集テーブルCを用いて抽出し、出力領域3
に格納する。このために第三の編集テーブルCを用い
る。編集テーブルCは具体的には図7に示すように、2
バイトの整数値(0〜216−1)に対応した216の大き
さを持った1次元の配列であり各配列要素には有効ビッ
ト(上位8ビットの内7〜8ビットおよび下位8ビット
の内3〜8ビットの計8ビット)で構成される整数値
(c7×27+c8×26+d3×25+d4×24+d5×23+d6×22
d7×21+d8×20)が格納されている。このため対象領域
γ1 が表す整数値のアドレスに格納されている値を取り
込めば、有効ビットを抽出したことに相当するのであ
る。
Next, for the third and fourth bytes (target area γ 1 ) from the beginning, 7 to 8 of the left (upper) 8 bits
A total of 8 bits of 3 to 8 bits out of the 8 bits and the right (lower) 8 bits are extracted using the editing table C, and the output area 3
To be stored. For this purpose, the third editing table C is used. The edit table C is, as shown in FIG.
It is a one-dimensional array having a size of 2 16 corresponding to an integer value of a byte (0 to 2 16 -1). Each array element has valid bits (7 to 8 bits of the upper 8 bits and lower 8 bits). integer comprised of eight bits) of 3-8 bits of (c 7 × 2 7 + c 8 × 2 6 + d 3 × 2 5 + d 4 × 2 4 + d 5 × 2 3 + d 6 × 2 2 +
d 7 × 2 1 + d 8 × 2 0 ) is stored. If can capture this reason stored in the address of the integer value representing the target region gamma 1 value is to correspond to the extracted valid bit.

【0011】次の5バイト目から先の処理は、以上述べ
たテーブルA,B,Cを用いた処理の繰り返しとなる。
図10はこの処理のフローを示したものである。次に展
開用編集テーブルを用いた展開処理の考え方を、有効な
ビットの単位が6ビットの場合に、8ビット領域の下位
6ビットに有効ビットを編集する(展開する)例で説明
する。以下に詳しく述べるように、この場合編集テーブ
ルは全部で2種類ある。図4で、20は6ビット単位の
有効ビットが隙間なく詰まったデータ、121、122
は展開用の編集テーブル、10は有効ビットが8ビット
領域の下位6ビットに編集されたデータを示す。
The processing from the next fifth byte onward is a repetition of the processing using the tables A, B and C described above.
FIG. 10 shows the flow of this processing. Next, the concept of the expansion process using the expansion edit table will be described with an example in which, when the unit of the effective bits is 6 bits, the effective bits are edited (developed) in the lower 6 bits of the 8-bit area. As described in detail below, there are two types of editing tables in this case. In FIG. 4, reference numeral 20 denotes data in which effective bits in units of 6 bits are tightly packed, and 121 and 122.
Denotes an editing table for development, and 10 denotes data in which the effective bit is edited in the lower 6 bits of the 8-bit area.

【0012】まず先頭から1バイト目と2バイト目(対
象領域α1 )について、左(上位)8ビットの内の1〜
6ビットの6ビットデータ、および上位8ビットのうち
の7〜8ビットに右(下位)8ビットのうちの1〜4ビ
ットを加えた6ビットデータの2個の6ビットデータを
編集テーブルDを用いて抽出し、それぞれ出力領域1お
よび2に格納する。
First, for the first and second bytes (target area α 1 ) from the top, 1 to 8 of the left (upper) 8 bits
The edit table D is composed of 6-bit 6-bit data and 6-bit data obtained by adding 1 to 4 bits of the right (lower) 8 bits to 7 to 8 bits of the upper 8 bits. And stored in output areas 1 and 2, respectively.

【0013】このために第一の編集テーブルDを用い
る。編集テーブルDは具体的には図8に示すように、2
バイトの整数値(0〜216−1)に対応した216×2の
大きさを持った2次元の配列であり各配列要素には有効
ビット(上位8ビットの内1〜6ビットおよび上位8ビ
ットの内7〜8ビットに下位8ビットの内1〜4ビット
を加えた6ビットの2個の6ビットデータ)で構成され
る整数値(a1×25+a2×24+a3×23+a4×22+a5×21
a6×20とa7×25+a8×24+b1×b3+b2×22+b3×21+b4
×20)が格納されている。このため対象領域α1 が表す
整数値のアドレスに格納されている値を取り込めば、有
効ビットを下位6ビットに格納したことに相当するので
ある。
For this purpose, a first editing table D is used. The edit table D is, as shown in FIG.
It is a two-dimensional array having a size of 2 16 × 2 corresponding to a byte integer value (0 to 2 16 -1), and each array element has valid bits (1 to 6 bits of the upper 8 bits and upper bits). Integer value (a 1 × 2 5 + a 2 × 2 4 + a 3 ) composed of 7 bits of 8 bits and 2 bits of 6 bits obtained by adding 1 to 4 bits of lower 8 bits to 8 bits of lower 8 bits × 2 3 + a 4 × 2 2 + a 5 × 2 1 +
a 6 × 2 0 and a 7 × 2 5 + a 8 × 2 4 + b 1 × b 3 + b 2 × 2 2 + b 3 × 2 1 + b 4
× 2 0) is stored. Therefore, taking in the value stored at the address of the integer value represented by the target area α 1 is equivalent to storing the effective bit in the lower 6 bits.

【0014】次に先頭から2バイト目と3バイト目(対
象領域β1 )について、左(上位)8ビットの内の5〜
8ビットに右(下位)8ビットのうちの1〜2ビットを
加えた6ビットデータ、および下位8ビットのうちの3
〜8ビットの6ビットデータの2個の6ビットデータを
編集テーブルEを用いて抽出し、それぞれ出力領域3お
よび4に格納する。
Next, for the second byte and the third byte (target area β 1 ) from the top, 5 to 5 of the left (upper) 8 bits
6-bit data obtained by adding 1 to 2 bits of the right (lower) 8 bits to 8 bits, and 3 of the lower 8 bits
Two 6-bit data of 6-bit data of up to 8 bits are extracted using the editing table E and stored in the output areas 3 and 4, respectively.

【0015】このために第一の編集テーブルEを用い
る。編集テーブルEは具体的には図6に示すように、2
バイトの整数値(0〜216−1)に対応した216×2の
大きさを持った2次元の配列であり各配列要素には有効
ビット(上位8ビットの内5〜8ビットに下位8ビット
の内1〜2ビットを加えた6ビットおよび下位8ビット
の内3〜8ビットの2個の6ビットデータ)で構成され
る整数値(b5×25+b6×24+b7×23+b8×22+c1×21
c2×20とc3×c5+c4×24+c5×b3+c6×22+c7×21+c8
×20)が格納されている。このため対象領域β1 が表す
整数値のアドレスに格納されている値を取り込めば、有
効ビットを下位6 ビットに格納したことに相当するので
ある。
For this purpose, the first editing table E is used. Specifically, as shown in FIG.
It is a two-dimensional array having a size of 2 16 × 2 corresponding to the integer value of a byte (0 to 2 16 -1). Each array element has valid bits (5 to 8 bits out of the upper 8 bits and lower bits to 8 to 8 bits). integer composed of 8 two 6-bit data of 3-8 bits of 6 bits and lower 8 bits plus 1-2 bits of the bit) (b 5 × 2 5 + b 6 × 2 4 + b 7 × 2 3 + b 8 × 2 2 + c 1 × 2 1 +
c 2 × 2 0 and c 3 × c 5 + c 4 × 2 4 + c 5 × b 3 + c 6 × 2 2 + c 7 × 2 1 + c 8
× 2 0) is stored. If you can capture this reason stored in the address of the integer value representing the target region beta 1 value is to correspond to storing the valid bit in the lower 6 bits.

【0016】次の4バイト目から先の処理は、以上述べ
たテーブルD,Eを用いた処理の繰り返しとなる。以上
有効ビットが6ビットの場合の実施例に従って本発明を
説明したが、本発明はこれに限定されるものではない。
有効ビット長が6ビット以外の任意の場合でも、それに
応じた編集テーブルを用意することによって、種々のビ
ットデータの編集を可能とする。
The processing from the fourth byte onward is a repetition of the processing using the tables D and E described above. Although the present invention has been described according to the embodiment in which the number of valid bits is 6 bits, the present invention is not limited to this.
Even if the effective bit length is arbitrary other than 6 bits, it is possible to edit various bit data by preparing an editing table corresponding to the effective bit length.

【0017】[0017]

【発明の効果】以上説明したように、本発明によればデ
ータの圧縮(詰め)やデータの展開(バイト単位に有効
データを展開)において、専用の編集テーブルを用いる
ことによりビット単位のデータ操作を行う必要がなくな
り、処理効率の向上を図ることができる。
As described above, according to the present invention, in data compression (stuffing) and data expansion (expanding effective data in byte units), data manipulation in bit units is performed by using a dedicated edit table. Need not be performed, and the processing efficiency can be improved.

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

【図1】ビットデータ編集処理の説明図である。FIG. 1 is an explanatory diagram of a bit data editing process.

【図2】本発明を適用した場合のシステム構成図であ
る。
FIG. 2 is a system configuration diagram when the present invention is applied.

【図3】編集テーブルを用いた圧縮処理の概念の説明図
である。
FIG. 3 is an explanatory diagram of a concept of compression processing using an editing table.

【図4】編集テーブルを用いた展開処理の概念の説明図
である。
FIG. 4 is an explanatory diagram of a concept of a developing process using an editing table.

【図5】圧縮用編集テーブルの説明図である。FIG. 5 is an explanatory diagram of a compression editing table.

【図6】圧縮用編集テーブルの説明図である。FIG. 6 is an explanatory diagram of an editing table for compression.

【図7】圧縮用編集テーブルの説明図である。FIG. 7 is an explanatory diagram of a compression editing table.

【図8】展開用編集テーブルの説明図である。FIG. 8 is an explanatory diagram of a development editing table.

【図9】展開用編集テーブルの説明図である。FIG. 9 is an explanatory diagram of a development editing table.

【図10】圧縮処理の場合の処理フローの説明図であ
る。
FIG. 10 is an explanatory diagram of a processing flow in the case of compression processing.

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

10 無効(未使用)データを含む展開されたビット
データ 20 有効データのみで構成される圧縮されたビット
データ 100 ビットデータ編集用のプログラム 110 圧縮用の編集テーブル 120 展開用の編集テーブル
10 Expanded bit data including invalid (unused) data 20 Compressed bit data composed only of valid data 100 Program for editing bit data 110 Editing table for compression 120 Editing table for expansion

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】第1の長さのデータと、第1の長さより長
いデータであって前記第1の長さのデータに未使用のデ
ータを付加した第2の長さデータとの関連を管理するデ
ータ処理装置において、 変換対象のデータ位置と、変換先のデータ位置の関係を
記憶した変換テーブルと、 前記変換テーブルに基づいて、第1の長さのデータと第
2の長さのデータとの間の変換処理を行う変換手段とを
備えたことを特徴とするデータ処理装置。
An association between data of a first length and data of a second length which is longer than the first length and is obtained by adding unused data to the data of the first length. In the data processing device to be managed, a conversion table storing a relationship between a data position to be converted and a data position of a conversion destination; a first length data and a second length data based on the conversion table. And a conversion means for performing conversion processing between the data processing apparatus and the data processing apparatus.
【請求項2】第1の長さのデータと、第1の長さより長
いデータであって前記第1の長さのデータに未使用のデ
ータを付加した第2の長さデータとの関連を管理するた
めのプログラムを格納したコンピュータ読み取り可能な
記憶媒体であって、 変換対象のデータ位置と、変換先のデータ位置の関係を
記憶した変換テーブルと、 前記変換テーブルに基づいて、第1の長さのデータと第
2の長さのデータとの間の変換処理を行わせる変換手段
とを機能させるためのプログラムを格納したコンピュー
タ読み取み可能な記憶媒体。
2. An association between data of a first length and data of a length longer than the first length, wherein unused data is added to the data of the first length. A computer-readable storage medium storing a program for management, comprising: a conversion table storing a relationship between a data position to be converted and a data position to be converted; A computer-readable storage medium storing a program for causing a conversion unit to perform a conversion process between data of a second length and data of a second length.
JP7001898A 1998-03-19 1998-03-19 Data processing apparatus and storage medium Expired - Fee Related JP3709704B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7001898A JP3709704B2 (en) 1998-03-19 1998-03-19 Data processing apparatus and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7001898A JP3709704B2 (en) 1998-03-19 1998-03-19 Data processing apparatus and storage medium

Publications (2)

Publication Number Publication Date
JPH11272443A true JPH11272443A (en) 1999-10-08
JP3709704B2 JP3709704B2 (en) 2005-10-26

Family

ID=13419461

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7001898A Expired - Fee Related JP3709704B2 (en) 1998-03-19 1998-03-19 Data processing apparatus and storage medium

Country Status (1)

Country Link
JP (1) JP3709704B2 (en)

Also Published As

Publication number Publication date
JP3709704B2 (en) 2005-10-26

Similar Documents

Publication Publication Date Title
JPS6063678A (en) Image processor
JPH0793559A (en) Method for storage of compressed image of high-resolution computer graphics
JP4610450B2 (en) Image processing apparatus for processing fixed length compressed image and packing data of attribute information
JPH11272443A (en) Data processor and storage medium
US20060159350A1 (en) Apparatus and method for image processing
JP2002064714A (en) Image processing unit and method and storage medium
JP2008068547A (en) Image forming device
CN101217673B (en) Format conversion apparatus from band interleave format to band separate format
JPS6362083A (en) Projection data generation system
JPH04175884A (en) Management system for composite document of different kinds of data
JPH0789649B2 (en) Image data processor
JPH05260322A (en) Binary image compressing system
JPH07152524A (en) Change processing system for graphics data
JPH05151264A (en) Information retrieving device
JP2012014576A (en) Data compression device, data decompression device, data compression method and data decompression method
JPS6188375A (en) Picture data converting device
JPH07152357A (en) Data converting method and device therefor
JPS63226783A (en) Segmenting control system for image data
JPH01201780A (en) Information processor
JPH0363825A (en) Format overlay object compression system
JPH0638264B2 (en) Hash circuit
JP2006260477A (en) Pipeline image processor, image processing method and program
JPH09214709A (en) Picture processor
JPS60171859A (en) Picture data processing system
JPH06324840A (en) Data compressing device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040302

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040430

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040914

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041014

A911 Transfer of reconsideration by examiner before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20041117

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050801

R150 Certificate of patent (=grant) or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20090819

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090819

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100819

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20110819

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20120819

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20120819

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20130819

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees