JPH0819002A - Image processing unit and its method - Google Patents

Image processing unit and its method

Info

Publication number
JPH0819002A
JPH0819002A JP6165227A JP16522794A JPH0819002A JP H0819002 A JPH0819002 A JP H0819002A JP 6165227 A JP6165227 A JP 6165227A JP 16522794 A JP16522794 A JP 16522794A JP H0819002 A JPH0819002 A JP H0819002A
Authority
JP
Japan
Prior art keywords
segment
data
stage
segments
image data
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.)
Withdrawn
Application number
JP6165227A
Other languages
Japanese (ja)
Inventor
Kazuhiro Saito
和浩 斎藤
Paburobitsuku Danko
パブロビック ダンコ
Riido Deibitsuto
リード デイビット
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Publication of JPH0819002A publication Critical patent/JPH0819002A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/005Statistical coding, e.g. Huffman, run length coding

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Image Processing (AREA)
  • Color Television Systems (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

PURPOSE:To store image data effectively with a segment information table of a minimum scale by using a stored segment number for an address number of a table in which code data of a stage and a segment number to be selected next are stored for an address number. CONSTITUTION:Code data of stages (1)-(4) are written respectively 9 in segments S-1 to S-4. When the segment S-1 is filled, an idle segment S-5 is selected for code data in the stage (1) and the data are stored therein. Then a number '5' of a selected segment is written in the address 1 of the segment information table. Similarly, when the segments S-2, S-3 are filled, idle segments S-6, S-7 are respectively selected and the segment numbers '6', '7' are written in the addresses 2, 3. The segment numbers are stored in a table configured by a single memory.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、カラー画像データを圧
縮/伸長して蓄積する画像処理装置及びその方法に関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing apparatus and method for compressing / decompressing color image data for storage.

【0002】[0002]

【従来の技術】従来より、DCT変換(離散余弦変換)
に基づくカラー画像の圧縮伸張方式では、符号化の手法
として可変長符号化方式を用いているため、一般的な適
用方法では、圧縮データ量の制御ができない。そこで、
複数のセグメントで区切られたメモリシステムと、得ら
れた符号データを多段階に振り分ける手法についての提
案がある。
2. Description of the Related Art Conventionally, DCT transform (discrete cosine transform)
In the color image compression / expansion method based on, the variable length coding method is used as a coding method, and therefore the compression data amount cannot be controlled by a general application method. Therefore,
There is a proposal for a memory system divided into a plurality of segments and a method for distributing the obtained code data in multiple stages.

【0003】これら多段階に振り分けられた符号データ
は、その段階ごとにメモリのセグメントを適宜、選択し
て格納される。そして、選択するセグメントがなくなっ
た場合は、既に格納されたセグメントの内、優先度の低
い段階の符号データが格納されたセグメントを無効に
し、そこに、新たに上書きすることにより圧縮データ制
御を実現している。また、伸張時には、そのセグメント
メモリ内の符号データを正しく取り出す必要があるた
め、そのセグメント情報が保存されたセグメント情報テ
ーブルに関しても提案がなされている。
The code data distributed in these multiple stages is stored by properly selecting a memory segment for each stage. Then, when there are no more segments to select, among the already stored segments, the segment in which the code data of the low priority stage is stored is invalidated, and overwriting is newly performed to realize compressed data control. are doing. Further, since it is necessary to correctly take out the code data in the segment memory at the time of decompression, a proposal has been made for a segment information table in which the segment information is stored.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上記従
来のセグメント情報テーブルは、振り分ける段階ごとに
選択されたセグメント番号が格納されるテーブルを必要
とするため、振り分ける段階数と同じ数のテーブルを持
つ必要がある。また、圧縮データ量の制御精度を向上さ
せるためには、段階数を多くとる必要があり、上記従来
のセグメント情報テーブルでは、段階数を増やすに従っ
てセグメント情報テーブルの規模も大きくなってしまう
という問題がある。
However, the above-mentioned conventional segment information table requires a table in which the segment number selected for each distribution step is stored, and therefore it is necessary to have the same number of tables as the number of distribution steps. There is. Further, in order to improve the control accuracy of the amount of compressed data, it is necessary to increase the number of stages, and in the above-mentioned conventional segment information table, there is a problem that the scale of the segment information table increases as the number of stages increases. is there.

【0005】本発明は、上述の課題に鑑みてなされたも
ので、その目的とするところは、複数のセグメントに区
切られたメモリに符号化データを振り分ける段階数にか
かわず、最小規模のセグメント情報テーブルにて画像デ
ータを効果的に蓄積する画像処理装置及びその方法を提
供することである。
The present invention has been made in view of the above-mentioned problems, and an object of the present invention is to provide a minimum-scale segment information regardless of the number of stages of distributing encoded data to a memory divided into a plurality of segments. An object of the present invention is to provide an image processing device and method for effectively storing image data in a table.

【0006】[0006]

【課題を解決するための手段及び作用】上記の目的を達
成するため、請求項1に記載の発明は、カラー画像デー
タを空間周波数成分に変換し、該変換後のデータを量子
化して該カラー画像を圧縮処理する画像処理装置におい
て、前記量子化された画像データを所定の複数の段階に
振り分ける手段と、前記複数の段階に振り分けられた画
像データの各々を符号化する手段と、前記符号化された
画像データを保存するための複数のセグメントに区切ら
れた第1の保存手段と、あらかじめ決められた前記複数
のセグメントの選択順次を保存する第2の保存手段と、
前記符号データを、前記選択順次に従って前記複数の段
階の該段階ごとに保存するため、前記第1の保存手段の
セグメントを選択する手段と、前記選択結果を前記第2
の保存手段に格納する手段とを備える。
In order to achieve the above object, the invention according to claim 1 converts color image data into spatial frequency components, and quantizes the converted data to obtain the color data. In an image processing device for compressing an image, means for distributing the quantized image data in a plurality of predetermined stages, means for encoding each of the image data distributed in the plurality of stages, and the encoding First storage means divided into a plurality of segments for storing the selected image data, and second storage means for storing a predetermined selection sequence of the plurality of segments,
In order to store the code data in each of the plurality of stages according to the selection sequence, means for selecting a segment of the first storage means, and the selection result in the second
Storing means in the storage means.

【0007】以上の構成において、セグメント総数分の
エントリーを持つセグメント番号を単一メモリにて構成
されたテーブルに格納し、符号データを振り分ける段階
数が増しても、セグメント情報のテーブルの規模が大き
くならず、低コストで圧縮画像データの蓄積ができる。
また、請求項5に記載の発明は さらに、前記符号デー
タを前記段階ごとに復号化する手段と、前記復号化が要
求する段階に応じて、前記第1の保存手段のセグメント
を選択するセグメント選択手段と、前記復号化にて得ら
れた量子化係数を逆量子化し、該逆量子化された空間周
波数成分の画像データをカラー画像データに逆変換する
手段とを備える。
In the above structure, the segment number table having a large number of entries is stored in a table constituted by a single memory, and the scale of the segment information table is large even if the number of steps for distributing the code data increases. Therefore, compressed image data can be stored at low cost.
Further, the invention according to claim 5 is further provided with a means for decoding the coded data at each of the steps, and a segment selection for selecting a segment of the first storage means according to a step required by the decoding. And means for inversely quantizing the quantized coefficient obtained by the decoding and inversely converting the inversely quantized image data of the spatial frequency component into color image data.

【0008】この構成をとることで、1つのセグメント
情報テーブルを用いて圧縮し、蓄積された画像データを
伸長して復号化処理できる。
With this configuration, one segment information table can be used for compression, and the accumulated image data can be expanded and decoded.

【0009】[0009]

【実施例】以下、添付図面を参照して、本発明に係る好
適な実施例を詳細に説明する。図1は、本発明の実施例
に係る画像処理装置の構成を示すブロック図である。同
図に示す装置には、後述するセグメント情報テーブルと
その制御装置が適用される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of the present invention will be described in detail below with reference to the accompanying drawings. FIG. 1 is a block diagram showing the arrangement of an image processing apparatus according to an embodiment of the present invention. A segment information table described later and its control device are applied to the device shown in FIG.

【0010】図1において、符号1は色変換部、2はサ
ブサンプリング部、3はDCT(離散余弦変換)部、4
は量子化部、5は量子化テーブル、6〜9はハフマン符
号部、10はハフマンテーブルである。また、11はセ
グメント制御部、12はセグメント情報テーブル、13
は圧縮メモリ、14は、本装置全体の制御を行なうCP
U(中央制御部)、15は、CPU14の動作プログラ
ム等のデータを格納するROM、16は、各種プログラ
ムのワークエリアとして用いるRAMである。
In FIG. 1, reference numeral 1 is a color conversion unit, 2 is a sub-sampling unit, 3 is a DCT (discrete cosine transform) unit, and 4 are
Is a quantization unit, 5 is a quantization table, 6 to 9 are Huffman coding units, and 10 is a Huffman table. Further, 11 is a segment control unit, 12 is a segment information table, 13
Is a compression memory, and 14 is a CP for controlling the entire apparatus.
U (central control unit), 15 is a ROM for storing data such as an operation program of the CPU 14, and 16 is a RAM used as a work area for various programs.

【0011】図1に示す色変換部1では、RGBの画像
データから、下記の式(1)で示される3×3線形行列
変換によって、Y,U,Vを求める。 ここで、Yは輝度成分を示し、U,Vは色度成分を示し
ている。
The color conversion unit 1 shown in FIG. 1 obtains Y, U, and V from RGB image data by 3 × 3 linear matrix conversion represented by the following equation (1). Here, Y indicates a luminance component, and U and V indicate chromaticity components.

【0012】また、サブサンプリング部2では、人間の
目の感度特性が色度成分U,Vよりも輝度成分Yの方が
敏感であるということを利用して、Y,U,Vのサブサ
ンプリングが行なわれる。この場合、Y:U:V=4:
1:1、あるいいはY:U:V=4:2:2の比率によ
る変換、及びサンプリングが行なわれる。DCT部3で
は、Y,U,V各々に対して、8×8ブロックごとに離
散余弦変換され、空間周波数成分に変換が行なわれる。
なお、ここでは、このように変換された係数をDCT係
数と呼ぶ。
Further, the sub-sampling unit 2 utilizes the fact that the sensitivity characteristic of the human eye is more sensitive to the luminance component Y than to the chromaticity components U and V, so that the sub-sampling of Y, U and V is performed. Is performed. In this case, Y: U: V = 4:
Conversion and sampling with a ratio of 1: 1, or Y: U: V = 4: 2: 2 are performed. The DCT unit 3 performs discrete cosine transform on each of 8 × 8 blocks for each of Y, U, and V to transform into spatial frequency components.
Note that here, the coefficients thus transformed are called DCT coefficients.

【0013】量子化部4では、上記のDCT係数は、8
×8ブロックごとに量子化テーブル5を用いて量子化さ
れる。このように量子化された係数を量子化係数と呼
ぶ。そして、8×8の2次元の量子化係数は、図2に示
されているように、ジグザグスキャンにより低周波成分
から高周波成分へと1次元的に並べ替える。プログレッ
シブ符号化では、この1次元に並べられた量子化係数
を、図3に示すように、低周波成分から高周波成分まで
数段階に(図3のステージ(1)〜ステージ(4))に
分割する。そして、ステージ(1)はハフマン符号部6
にて、ステージ(2)はハフマン符号部7にて、ステー
ジ(3)はハフマン符号部8にて、ステージ(4)はハ
フマン符号部9にて、それぞれハフマン符号化される。
In the quantizer 4, the above DCT coefficient is 8
Quantization is performed using the quantization table 5 for each × 8 block. The coefficient quantized in this way is called a quantized coefficient. Then, the 8 × 8 two-dimensional quantized coefficients are one-dimensionally rearranged from low frequency components to high frequency components by zigzag scanning, as shown in FIG. In progressive coding, the quantized coefficients arranged in one dimension are divided into several stages (stage (1) to stage (4) in FIG. 3) from low frequency components to high frequency components, as shown in FIG. To do. The stage (1) has a Huffman encoding unit 6
The stage (2) is Huffman-encoded by the Huffman encoder 7, the stage (3) is Huffman-encoder 8 and the stage (4) is Huffman-encoder 9.

【0014】ただし、これらのハフマン符号部6〜9
は、全て同一のハフマンテーブル10を用いて符号化さ
れる。なお、ここでは、ハフマン符号化して得られたデ
ータを符号化データと呼ぶ。圧縮メモリ13は、図4で
示されるように、セグメント(例えば、1セグメント1
00kBytes )が、S−1〜S−Nまで区切られた構成
をとる。また、そのセグメント選択は、図5で示される
セグメントの選択推移表に従って選択され、図6で示さ
れるセグメント情報テーブルに書き込まれる。図5に示
すセグメント選択推移表は、各々ステージ(1)〜
(4)に関する情報を示しており、同表の1列目は、ス
テージ(1)の符号化データが書き込まれる圧縮メモリ
13の選択されたセグメント番号(S−1〜S−N)を
示し、左方向から右方向に進むに従い、画像の先頭から
終端に進むことを示す。また、表中の`END´は、各
ステージにおける符号化データが終了したことを示す。
However, these Huffman code units 6 to 9
Are all encoded using the same Huffman table 10. Note that, here, the data obtained by Huffman coding is referred to as coded data. The compression memory 13, as shown in FIG.
00 kBytes) is divided into S-1 to SN. Also, the segment selection is selected according to the segment selection transition table shown in FIG. 5 and written in the segment information table shown in FIG. The segment selection transition table shown in FIG.
The information regarding (4) is shown, and the first column of the table shows the selected segment numbers (S-1 to SN) of the compression memory 13 in which the encoded data of the stage (1) is written, It indicates that the image goes from the beginning to the end as it goes from left to right. In addition, "END '" in the table indicates that the encoded data in each stage is completed.

【0015】次に、ステージごとに符号化データを圧縮
メモリ13に書き込む場合の手順、つまり、画像データ
の多段階符号化、及びその符号化データを、複数のセグ
メントに区切られたメモリに書き込む方法について説明
する。図7は、本実施例における、符号データを複数の
セグメントで区切られた圧縮メモリ13に格納する処理
手順を説明するフローチャートである。
Next, the procedure for writing the encoded data in the compression memory 13 for each stage, that is, the multi-step encoding of the image data and the method for writing the encoded data in the memory divided into a plurality of segments. Will be described. FIG. 7 is a flowchart illustrating a processing procedure for storing code data in the compression memory 13 divided into a plurality of segments according to the present embodiment.

【0016】本実施例に係る画像処理装置では、可変長
符号化方式であるハフマン符号化方式を用いているの
で、各ステージにおける符号量も異なってくる。この符
号量は、原画像データによって左右されるが、原画像と
して自然画像を用いた場合、一般的には低周波成分にパ
ワーが集中する。従って、上記のステージ(1)〜
(4)を比較した場合、ステージ(1)の方が、ステー
ジ(4)より出力される符号量が多くなる。
Since the image processing apparatus according to the present embodiment uses the Huffman coding method which is a variable length coding method, the code amount in each stage also differs. The code amount depends on the original image data, but when a natural image is used as the original image, the power is generally concentrated on the low frequency component. Therefore, the stages (1) to
When comparing (4), the amount of codes output from the stage (4) is larger in the stage (1).

【0017】図5の2列目(No.2の欄)に示される
ように、各ステージで出力された符号化データは、各々
セグメントS−1,S−2,S−3,S−4に書き込ま
れる。そして、ステージ(1)では低周波成分のデータ
が符号化されるので、他のステージに比べて早くセグメ
ントS−1が満たされ、空いているセグメントS−5に
対する書き込みが始まる。
As shown in the second column of FIG. 5 (column No. 2), the encoded data output at each stage is segment S-1, S-2, S-3, S-4. Written in. Then, in the stage (1), since the low frequency component data is encoded, the segment S-1 is filled earlier than the other stages, and the writing to the empty segment S-5 starts.

【0018】次に、ステージ(2),(3)において
は、各セグメントS−2,S−3への書き込みが満たさ
れ、それぞれセグメントS−5,S−6への書き込みが
開始される(ステップS31)。次の段階では、ステー
ジ(4)がセグメントS−4への書き込みを終了する前
に、ステージ(1)がセグメントS−5への書き込みを
終了してしまった場合、空いているセグメントS−8は
ステージ(4)に割り当てられず、ステージ(1)に割
り当てられる。これは、ステージ(1)で発生する符号
量が、ステージ(4)より多いために起こる。
Next, in stages (2) and (3), the writing to the segments S-2 and S-3 is satisfied, and the writing to the segments S-5 and S-6 is started ( Step S31). In the next stage, if stage (1) finishes writing to segment S-5 before stage (4) finishes writing to segment S-4, it leaves empty segment S-8. Is not assigned to stage (4) but to stage (1). This occurs because the code amount generated in the stage (1) is larger than that in the stage (4).

【0019】以下、同様に各ステージにおいて、書き込
んでいるセグメントが満たされたならば、空いているセ
グメントを選択して、そこに符号化データを書き込む
(ステップS32,ステップS33,ステップS3
4)。本実施例では、原画像をいくつかのステージに分
けて符号化する方法を用いている。そこで、各ステージ
の符号化データ量が目標の圧縮(符号)メモリ量より小
さい場合には、無効ステージは現れない。しかし、符号
化している途中で目標の圧縮(符号)データ量に達した
場合には、指示したステージ(図5では、ステージ
(4))を無効とし、そのステージに割り当てられてい
たセグメントS−4,S−11,S−15,…に、他の
ステージ(1)〜(3)の符号化データを書き込む。
Similarly, in each stage, if the segment to be written is satisfied in each stage, a vacant segment is selected and the encoded data is written therein (step S32, step S33, step S3).
4). In this embodiment, a method of dividing the original image into several stages and encoding is used. Therefore, when the encoded data amount of each stage is smaller than the target compression (code) memory amount, the invalid stage does not appear. However, when the target compressed (coded) data amount is reached during encoding, the designated stage (stage (4) in FIG. 5) is invalidated, and the segment S- 4, the encoded data of the other stages (1) to (3) are written in S-11, S-15, ....

【0020】この処理は、図5の8〜11行目(No.
8〜No.11)に該当し、8列目のステージ(2)に
おいて、セグメントS−Nが割り当てられたので、圧縮
メモリ13の全てのセグメントが割り当てられることに
なる。そこで、圧縮メモリ13の不足分を補うために、
ステージ(4)を無効(”0”)とし、9列目で示され
ているように、ステージ(4)で用いられていたセグメ
ントS−4をステージ(1)にて用い、また、セグメン
トS−11をステージ(2)に用いる。
This processing is performed on the 8th to 11th lines (No.
8 to No. 11) and the segment SN is assigned in the stage (2) of the eighth column, all the segments of the compression memory 13 are assigned. Therefore, in order to make up for the shortage of the compression memory 13,
The stage (4) is invalidated (“0”), the segment S-4 used in the stage (4) is used in the stage (1), and the segment S is used as shown in the ninth column. -11 is used for stage (2).

【0021】ステージ(2)は、セグメントS−11で
符号データが終了したので、それ以降は、図5に示すよ
うにENDマークがつく。また、ステージ(1)では、
その10列目のように、ステージ(4)で用いられてい
たセグメント15が割り当てられ、以後、符号データが
終了したので、ENDマークがつけられる(ステップS
35)。
At the stage (2), the code data ends at the segment S-11, and thereafter, the END mark is added as shown in FIG. Also, on stage (1),
As in the tenth column, the segment 15 used in the stage (4) is allocated, and since the code data is completed thereafter, the END mark is added (step S
35).

【0022】次に、図6に示す、選択されたセグメント
番号が格納されるセグメント情報テーブル、及び、図8
に示すフローチャートを参照してその制御手順を、さら
に、図9を参照してセグメント制御部11の構成につい
て説明する。図6に示すセグメント情報テーブルは、圧
縮メモリのセグメント総数分だけのアドレスと、その1
アドレス当たり、圧縮メモリのセグメント総数を表わせ
るビット数で構成されるメモリである。そして、テーブ
ルの内容は、ある段階の符号データの選択されたセグメ
ント番号を示すとともに、その段階の符号データが、次
に選択するセグメント番号が格納されるアドレス番号を
も示す。
Next, the segment information table shown in FIG. 6 in which the selected segment number is stored, and FIG.
The control procedure will be described with reference to the flowchart shown in FIG. 6 and the configuration of the segment control unit 11 will be described with reference to FIG. The segment information table shown in FIG. 6 has addresses corresponding to the total number of segments in the compressed memory and
It is a memory configured by the number of bits that can represent the total number of compressed memory segments per address. The contents of the table indicate the selected segment number of the code data at a certain stage, and the code data at the stage also indicate the address number at which the segment number to be selected next is stored.

【0023】本実施例では、符号データの段階数は4で
あるので、ステージ(1)〜(4)の符号データは、そ
れぞれセグメントS−1〜S−4に書き込まれ、ステー
ジ(1)の次に選択するセグメント番号は、アドレス1
に書き込まれる。同様に、ステージ(2),(3),
(4)の次に選択するセグメント番号は、それぞれ、ア
ドレス2,3,4に書き込まれる。
In this embodiment, since the number of stages of code data is 4, the code data of stages (1) to (4) are written in the segments S-1 to S-4, respectively. The next segment number to select is address 1
Is written to. Similarly, stages (2), (3),
The segment numbers selected next to (4) are written in addresses 2, 3 and 4, respectively.

【0024】図8に示すフローチャートにおいて、その
ステップS11では、ステージ(1)〜(4)の符号デ
ータは、それぞれ、セグメントS−1〜S−4に書き込
まれる。ここで、符号データは未終了であるから(ステ
ップS12でNO)、次に、ステップS13で、満たさ
れたセグメントの有無を判断する。つまり、セグメント
S−1が満たされたので(ステップ13でYES)、ス
テージ(1)の符号データについては、空いているセグ
メントS−5が選択され、格納される。従って、ステッ
プS14では、セグメント情報テーブルのアドレス1に
は、選択されたセグメント番号である`5´が書き込ま
れる(図6参照)。
In the flowchart shown in FIG. 8, in step S11, the code data of stages (1) to (4) are written in the segments S-1 to S-4, respectively. Here, since the code data has not been completed (NO in step S12), the presence or absence of the filled segment is determined in step S13. That is, since the segment S-1 is satisfied (YES in step 13), the empty segment S-5 is selected and stored as the code data of the stage (1). Therefore, in step S14, the selected segment number "5 '" is written in the address 1 of the segment information table (see FIG. 6).

【0025】同様に、セグメントS−2,3が満たされ
ると、それぞれ、空いているセグメントS−6,7が選
択され、そのセグメント番号`6´,`7´が、アドレ
ス2,3に書き込まれる。セグメントS−5が満たされ
ると、ステージ(1)の符号データは、空いているセグ
メントS−8が選択され、そのセグメント番号`8´
は、アドレス5番地に書き込まれる。
Similarly, when the segments S-2 and 3 are filled, the vacant segments S-6 and 7 are selected, and the segment numbers "6 ',"7'are written to the addresses 2, 3. Be done. When the segment S-5 is filled, the vacant segment S-8 is selected as the code data of the stage (1), and the segment number -8 '
Is written in the address 5.

【0026】以下、同様に、セグメントが満たされたな
らば空いているセグメントを選択し、その選択したセグ
メント番号が、その満たされたセグメント番号と同じア
ドレスに書き込まれる。符号化している途中で目標の圧
縮(符号)メモリ量に達した場合には、指示したステー
ジの符号データを無効とし、そのステージに割り当てら
れたセグメントに、他の有効な符号化データを書き込
む。
Similarly, if a segment is filled, a free segment is selected, and the selected segment number is written at the same address as the filled segment number. When the target compression (code) memory amount is reached during encoding, the code data of the designated stage is invalidated, and other valid coded data is written in the segment assigned to that stage.

【0027】図6に示すセグメント情報テーブルでは、
アドレスN−3にセグメント番号Nが書き込まれている
ので、全ての圧縮データのセグメントが選択されたこと
を意味する。そして、上述のように、ステージ(4)の
割り当てられたセグメントは無効となるので、セグメン
トS−4,S−11,S−15,…はフリーの状態とな
り、セグメントS−4は、新たにステージ(1)の符号
化データに割り当てられる。従って、セグメント情報テ
ーブルのアドレスN−1には、セグメント番号`4´が
書き込まれる。
In the segment information table shown in FIG. 6,
Since the segment number N is written in the address N-3, it means that all the compressed data segments have been selected. Then, as described above, since the segment to which the stage (4) is assigned is invalid, the segments S-4, S-11, S-15, ... Are in a free state, and the segment S-4 is newly added. It is assigned to the encoded data of stage (1). Therefore, the segment number "4 '" is written in the address N-1 of the segment information table.

【0028】また、セグメントS−11は、ステージ
(2)の符号化データに割り当てられ、今までにアクセ
スしていたセグメント番号Nと同じアドレスNにセグメ
ント番号`11´が書き込まれる。そして、最後に、セ
グメントS−4が満たされると、空いているセグメント
S−15が選択され、アドレス4にセグメント番号`1
5´が、新たに書き込まれる(ステップS15〜ステッ
プS18)。
Further, the segment S-11 is assigned to the encoded data of the stage (2), and the segment number "11 '" is written in the same address N as the segment number N which has been accessed so far. Finally, when the segment S-4 is filled, the vacant segment S-15 is selected and the segment number "1" is assigned to the address 4.
5'is newly written (step S15 to step S18).

【0029】次に、セグメント制御部11の構成につい
て詳細に説明する。図9に示すセグメント制御部におい
て、空きセグメント生成部20は、未使用のセグメント
番号を出力する。次セグメントラッチ21は、圧縮時に
は、全てのセグメントが選択された後に、無効となった
セグメント番号を一時的に保存し、そのセグメントが次
に選択される。また、伸張時には、次に選択するセグメ
ント番号をセグメント情報テーブルから取り出し、一時
保存しておく。
Next, the structure of the segment controller 11 will be described in detail. In the segment control unit shown in FIG. 9, the free segment generation unit 20 outputs an unused segment number. During compression, the next segment latch 21 temporarily stores the invalid segment number after all the segments have been selected, and that segment is selected next. When decompressing, the segment number to be selected next is taken out from the segment information table and temporarily stored.

【0030】ゲート22,27は、信号の開閉を行なう
ゲート部であり、ステージ1ラッチ23,ステージ2ラ
ッチ24,ステージ3ラッチ25,ステージ4ラッチ2
6には、それぞれ、ステージ1,2,3,4の符号デー
タの、現在選択されているセグメント番号が書き込まれ
ている。図9に示すセグメント制御部では、初期設定と
して、ステージ1ラッチ23,ステージ2ラッチ24,
ステージ3ラッチ25,ステージ4ラッチ26には、そ
れぞれ、最初に選択するセグメント番号`1´,`2
´,`3´,`4´が書き込まれる。そして、圧縮メモ
リ13には、その段階のステージラッチ(23〜26)
の出力に基づいてセグメントが選択され、符号データが
書き込まれる。
Gates 22 and 27 are gate portions for opening and closing signals, and are stage 1 latch 23, stage 2 latch 24, stage 3 latch 25, stage 4 latch 2
In 6, the segment numbers of the code data of the stages 1, 2, 3, 4 which are currently selected are written. In the segment controller shown in FIG. 9, the stage 1 latch 23, the stage 2 latch 24,
The stage 3 latch 25 and the stage 4 latch 26 respectively have the segment numbers “1 ′” and “2” to be selected first.
',' 3 ', and'4' are written. Then, the compression memory 13 has a stage latch (23 to 26) at that stage.
A segment is selected on the basis of the output of, and the code data is written.

【0031】セグメントS−1が満たされたならば、ス
テージ1ラッチ23の出力1をセグメント情報テーブル
12のアドレスとして、空きセグメント生成部20より
出力される空きセグメント番号`5´が、ゲート27を
介してセグメント情報テーブル12に書き込まれる。ま
た、その空きセグメント番号`5´は、ステージ1ラッ
チ23に新たに書き込まれ、ステージ1の符号データ
は、以後、この新たに書き込まれたセグメント番号`5
´の圧縮メモリ13に格納される。
When the segment S-1 is satisfied, the output 1 of the stage 1 latch 23 is used as the address of the segment information table 12, and the empty segment number "5 '" output from the empty segment generator 20 changes the gate 27. It is written in the segment information table 12 via The empty segment number 5'is newly written in the stage 1 latch 23, and the code data of the stage 1 is the newly written segment number 5 '.
'Is stored in the compression memory 13.

【0032】ステージ2,3に関しても同様な処理が行
なわれ、それぞれ、セグメントS−2,3が満たされた
ならば、ステージ2ラッチ24,ステージ3ラッチ25
の出力2,3をセグメント情報テーブル12のアドレス
として、空きセグメント生成部20より出力される空セ
グメント番号`6´,`7´が、ゲート27を介して新
たにセグメント情報テーブル12に書き込まれる。
Similar processing is performed for the stages 2 and 3, and if the segments S-2 and 3 are respectively filled, the stage 2 latch 24 and the stage 3 latch 25 are provided.
The outputs 2 and 3 of 1 are used as the addresses of the segment information table 12, and the empty segment numbers “6 ′” and “7 ′” output from the empty segment generator 20 are newly written in the segment information table 12 via the gate 27.

【0033】また、これらの空きセグメント番号`6
´,`7´は、それぞれ、ステージ2ラッチ24とステ
ージ3ラッチ25に新たに書き込まれ、ステージ2,3
の符号データは、以後、この新たに書き込まれたセグメ
ント番号に基づいて圧縮メモリ13に格納される。この
ように、全てのセグメントが選択されるまでは、上記と
同様、セグメントの選択処理が行なわれ、全てのセグメ
ントが選択されたならば、次セグメントラッチ21に無
効とするステージ符号が格納されている最初の無効セグ
メント番号が書き込まれる。上述のように、本実施例で
は、ステージ(4)が無効となるので、セグメント番号
`4´が次セグメントラッチ21に書き込まれる。そし
て、ステージ(1)のセグメントS−(N−1)が満た
されたならば、次の3つの動作が行なわれる。すなわ
ち、 (1)ステージ1ラッチ23の出力N−1をセグメント
情報テーブル12のアドレスとして、次セグメントラッ
チ21の出力4が、新たに書き込まれる。
Also, these empty segment numbers-6
′ And ‘7’ are newly written in the stage 2 latch 24 and the stage 3 latch 25, respectively.
Thereafter, the code data of is stored in the compression memory 13 based on the newly written segment number. In this way, until all the segments are selected, the segment selection processing is performed in the same manner as above, and if all the segments are selected, the invalid stage code is stored in the next segment latch 21. The first invalid segment number is written. As described above, in this embodiment, since the stage (4) is invalid, the segment number "4 '" is written in the next segment latch 21. Then, if segment S- (N-1) of stage (1) is satisfied, the following three operations are performed. That is, (1) With the output N-1 of the stage 1 latch 23 as the address of the segment information table 12, the output 4 of the next segment latch 21 is newly written.

【0034】(2)ステージ1ラッチ23に次セグメン
トラッチ21の出力選択された空きセグメント番号`4
´が、新たに書き込まれる。 (3)選択された空きセグメント番号4を、ゲート22
を通してセグメント情報テーブル12のアドレスとし
て、次の空きセグメント番号`11´をセグメント情報
テーブル12から読み出して、次セグメントラッチ21
に格納する。
(2) Output of the next segment latch 21 to the stage 1 latch 23 Selected empty segment number `4
′ Is newly written. (3) The selected empty segment number 4 is set to the gate 22
Through the segment information table 12 as the address of the segment information table 12, the next segment latch 21 is read from the segment information table 12.
To be stored.

【0035】以下、同様の処理を符号データが終了する
まで繰り返す。これに対して、圧縮メモリ13に格納さ
れた上記の圧縮されたデータの伸張の際には、有効のス
テージ(1)〜(3)のみを用いて画像データを復号す
る。図1に示すハフマン符号部6〜9には、4つのハフ
マン復号部が設けられ、ハフマンテーブル10には、当
該テーブルの符号化に対する復号化のためのハフマン復
号テーブルが、量子化部4には逆量子化部、量子化テー
ブル5には逆量子化テーブル、そして、DCT部3に
は、逆DCT部が、それぞれ対応するように設けられ
る。
Hereinafter, the same processing is repeated until the code data is completed. On the other hand, when decompressing the compressed data stored in the compression memory 13, the image data is decoded using only the valid stages (1) to (3). The Huffman coding units 6 to 9 shown in FIG. 1 are provided with four Huffman decoding units, the Huffman table 10 includes a Huffman decoding table for decoding the coding of the tables, and the quantization unit 4 includes The inverse quantization unit and the quantization table 5 are provided with an inverse quantization table, and the DCT unit 3 is provided with an inverse DCT unit, respectively.

【0036】この伸張処理では、セグメント制御部11
は、セグメント情報テーブル12に従って符号データを
圧縮メモリ13から読み出す。以下、その処理過程を説
明する。本実施例では、ステージ(4)の符号データは
無効となっているので、初期設定として、ステージ1ラ
ッチ23,ステージ2ラッチ24,ステージ3ラッチ2
5には、それぞれ、最初にその選択するセグメント番号
`1´,`2´,`3´が書き込まれる。そして、ハフ
マン復号化部の要求する符号データのステージ番号に応
じて、例えば、ステージ(1)の符号データが要求され
たならば、ステージ1ラッチ23に格納されているセグ
メント番号`1´の符号データが、圧縮メモリ13より
ハフマン符号部に転送される。
In this decompression processing, the segment control unit 11
Reads the coded data from the compression memory 13 according to the segment information table 12. The processing steps will be described below. In this embodiment, since the code data of the stage (4) is invalid, the initial setting is the stage 1 latch 23, the stage 2 latch 24, and the stage 3 latch 2.
5, the segment numbers "1 '", "2'" and "3 '" to be initially selected are written in 5, respectively. Then, for example, if the code data of the stage (1) is requested according to the stage number of the code data requested by the Huffman decoding unit, the code of the segment number `1 ′ stored in the stage 1 latch 23 The data is transferred from the compression memory 13 to the Huffman coding section.

【0037】また、そのとき、ステージ1ラッチ23の
出力1をセグメント情報テーブル12のアドレスとし
て、ステージ(1)の次に選択するセグメント番号`5
´をセグメント情報テーブル12から次セグメントラッ
チ21に書き込んでおく。そして、セグメントS−1が
全て読み出されたならば、次セグメントラッチ21のセ
グメント番号`5´は、ステージ1ラッチ23に書き込
まれ、ステージ(1)の符号データは、圧縮メモリ13
のセグメントS−5から読み出される。
At that time, the output 1 of the stage 1 latch 23 is used as the address of the segment information table 12, and the segment number 5 to be selected next to the stage (1) is selected.
′ Is written from the segment information table 12 to the next segment latch 21. When all the segments S-1 have been read, the segment number 5'of the next segment latch 21 is written in the stage 1 latch 23, and the code data of the stage (1) is stored in the compression memory 13
Is read from the segment S-5.

【0038】以降、同様にして、各々のステージの符号
データを圧縮メモリ13から読み出して、上記4つのハ
フマン復号化部に転送する。そして、この4つのハフマ
ン復号部では、各々のステージの符号化データを上記の
ハフマン復号テーブルを用いて復号化し、上記逆量子化
部に転送される処理が行なわれる。この逆量子化部で
は、有効な全てのステージの復号データから、8×8ブ
ロックごとに逆量子化が行なわれる。
Thereafter, similarly, the coded data of each stage is read from the compression memory 13 and transferred to the above four Huffman decoding units. Then, in these four Huffman decoding units, the encoded data of each stage is decoded using the above Huffman decoding table, and transferred to the dequantization unit. In this inverse quantization unit, inverse quantization is performed for each 8 × 8 block from the decoded data of all valid stages.

【0039】また、上記の逆DCT部では、上記逆量子
化部のデータを8×8ブロックごとに逆DCT変換する
処理が行なわれる。そして、サブサンプリング部では、
そのサブサンプリング部に応じた拡大処理が行われ、色
変換部では、上記の式(1)の逆変換処理が行なわれ
る。以上説明したように、本実施例によれば、セグメン
ト情報テーブルにおいて、格納されたセグメント番号
を、多段階に振り分けられた符号データの内、その段階
の符号データが次に選択するセグメント番号が格納され
るテーブルのアドレス番号とすることにより、段階数分
のセグメント情報テーブルを用意する必要がなく、セグ
メント情報テーブル1つだけで圧縮データ量の制御がで
き、符号データを振り分ける段階数が増しても、セグメ
ント情報のテーブルの規模は大きくならず、低コストで
圧縮データ量の制御を実現することができる。
Further, the inverse DCT unit performs an inverse DCT transform on the data of the inverse quantization unit for each 8 × 8 block. And in the sub-sampling unit,
Enlargement processing corresponding to the sub-sampling unit is performed, and the color conversion unit performs the inverse conversion process of the above equation (1). As described above, according to the present embodiment, in the segment information table, the stored segment number is stored as the segment number selected next by the code data of that stage among the code data distributed in multiple stages. By using the address number of the table to be stored, it is not necessary to prepare segment information tables for the number of stages, and the compressed data amount can be controlled with only one segment information table, and even if the number of stages for distributing the code data increases. The size of the segment information table does not become large, and control of the amount of compressed data can be realized at low cost.

【0040】なお、本発明は、複数の機器から構成され
るシステムに適用しても1つの機器から成る装置に適用
しても良い。また、本発明は、システムあるいは装置に
プログラムを供給することによって達成される場合にも
適用できることは言うまでもない。
The present invention may be applied to a system composed of a plurality of devices or an apparatus composed of a single device. Further, it goes without saying that the present invention can be applied to the case where it is achieved by supplying a program to a system or an apparatus.

【0041】[0041]

【発明の効果】以上説明したように、請求項1に記載の
発明によれば、セグメント総数分のエントリーを持つセ
グメント番号を単一メモリにて構成されたテーブルに格
納して、符号データを振り分ける段階数が増しても、セ
グメント情報のテーブルの規模が大きくならず、低コス
トで圧縮画像データの蓄積ができる。
As described above, according to the first aspect of the present invention, the segment number having the entries for the total number of segments is stored in the table constituted by the single memory, and the code data is distributed. Even if the number of stages increases, the size of the segment information table does not increase, and compressed image data can be stored at low cost.

【0042】また、請求項5に記載の発明によれば、1
つのセグメント情報テーブルを用いて圧縮し、蓄積され
た画像データを伸長して復号化処理できる。
According to the invention described in claim 5, 1
It is possible to perform compression by using one segment information table, decompress the accumulated image data, and perform decoding processing.

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

【図1】本発明の実施例に係る画像処理装置の構成を示
すブロック図である。
FIG. 1 is a block diagram showing a configuration of an image processing apparatus according to an embodiment of the present invention.

【図2】ジグザグスキャンを示す図である。FIG. 2 is a diagram showing a zigzag scan.

【図3】プログレッシブ符号化の段階数と量子化係数を
示す図である。
[Fig. 3] Fig. 3 is a diagram illustrating the number of stages of progressive coding and a quantization coefficient.

【図4】圧縮メモリ13のセグメントに区切られた構成
を示す図である。
FIG. 4 is a diagram showing a structure of a compression memory 13 divided into segments.

【図5】セグメントの選択推移表を示す図である。FIG. 5 is a diagram showing a segment selection transition table.

【図6】セグメント情報テーブルを示す図である。FIG. 6 is a diagram showing a segment information table.

【図7】セグメントの選択手順を示すフローチャートで
ある。
FIG. 7 is a flowchart showing a segment selection procedure.

【図8】選択されたセグメント番号の格納手順を示すフ
ローチャートである。
FIG. 8 is a flowchart showing a storage procedure of selected segment numbers.

【図9】セグメント制御部11の構成を示すブロック図
である。
9 is a block diagram showing a configuration of a segment control unit 11. FIG.

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

1 色変換部 2 サブサンプリング部 3 DCT(離散余弦変換)部 4 量子化部 5 量子化テーブル 6〜9 ハフマン符号部 10 ハフマンテーブル 11 セグメント制御部 12 セグメント情報テーブル 13 圧縮メモリ 14 CPU(中央制御部) 15 ROM 16 RAM DESCRIPTION OF SYMBOLS 1 color conversion part 2 sub-sampling part 3 DCT (discrete cosine transform) part 4 quantization part 5 quantization table 6-9 Huffman coding part 10 Huffman table 11 segment control part 12 segment information table 13 compression memory 14 CPU (central control part) ) 15 ROM 16 RAM

───────────────────────────────────────────────────── フロントページの続き (72)発明者 デイビット リード オーストラリア国 ニューサウスウェール ズ州 2074,ツラムラ,デンマン ストリ ート 11 ─────────────────────────────────────────────────── --Continued Front Page (72) Inventor David Reid Denman Street, Tramla, 2074, New South Wales, Australia 11

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 カラー画像データを空間周波数成分に変
換し、該変換後のデータを量子化して該カラー画像を圧
縮処理する画像処理装置において、 前記量子化された画像データを所定の複数の段階に振り
分ける手段と、 前記複数の段階に振り分けられた画像データの各々を符
号化する手段と、 前記符号化された画像データを保存するための複数のセ
グメントに区切られた第1の保存手段と、 あらかじめ決められた前記複数のセグメントの選択順次
を保存する第2の保存手段と、 前記符号データを、前記選択順次に従って前記複数の段
階の該段階ごとに保存するため、前記第1の保存手段の
セグメントを選択する手段と、 前記選択結果を前記第2の保存手段に格納する手段とを
備えることを特徴とする画像処理装置。
1. An image processing apparatus for converting color image data into a spatial frequency component, quantizing the converted data and compressing the color image, wherein the quantized image data is subjected to a plurality of predetermined steps. A means for allocating each of the image data distributed to the plurality of stages, a first storage means partitioned into a plurality of segments for storing the encoded image data, Second storage means for storing a predetermined selection sequence of the plurality of segments; and the first storage means of the first storage means for storing the code data at each stage of the plurality of stages according to the selection sequence. An image processing apparatus comprising: a unit that selects a segment; and a unit that stores the selection result in the second storage unit.
【請求項2】 前記第2の保存手段は、前記第1の保存
手段を区切る前記複数のセグメントのセグメント総数分
のアドレスを有し、該アドレスの1単位は、該セグメン
ト総数を表現できるビットサイズを有することを特徴と
する請求項1に記載の画像処理装置。
2. The second storage means has addresses for the total number of segments of the plurality of segments that divide the first storage means, and one unit of the address is a bit size capable of expressing the total number of segments. The image processing apparatus according to claim 1, further comprising:
【請求項3】 前記第2の保存手段に保存されたセグメ
ントの選択順次は、前記複数の段階の内の所定の段階に
ある符号データが次に選択するセグメントの選択順次が
格納される該第2の保存手段のアドレスを示すことを特
徴とする請求項1に記載の画像処理装置。
3. The selection sequence of the segments stored in the second storage means stores the selection sequence of the segment to be selected next by the code data at a predetermined stage of the plurality of stages. The image processing apparatus according to claim 1, wherein the address of the second storage unit is indicated.
【請求項4】 さらに、前記圧縮処理の際、前記符号デ
ータのデータ量が所定のデータ量に達したか否かを判断
する手段と、 前記符号データのデータ量が所定のデータ量に達した場
合、前記複数の段階の中の所定段階に割り当てられた画
像データを無効にする手段と、 前記無効となった画像データに対応するセグメントの番
号を保存するセグメント保存手段とを備え、 所定のセグメントが満たされた段階の画像データは、前
記セグメント保存手段に保存されたセグメントに相当す
るアドレスのセグメントを空きセグメントとして、該セ
グメントに書き込まれることを特徴とする請求項1に記
載の画像処理装置。
4. The means for determining whether or not the data amount of the code data has reached a predetermined data amount during the compression processing, and the data amount of the code data has reached a predetermined data amount. In this case, the predetermined segment includes means for invalidating image data assigned to a predetermined step among the plurality of steps, and segment storage means for storing the number of the segment corresponding to the invalid image data. 2. The image processing apparatus according to claim 1, wherein the image data at the stage where is satisfied is written in a segment having an address corresponding to the segment stored in the segment storage unit as a free segment.
【請求項5】 さらに、前記符号データを前記段階ごと
に復号化する手段と、 前記復号化が要求する段階に応じて、前記第1の保存手
段のセグメントを選択するセグメント選択手段と、 前記復号化にて得られた量子化係数を逆量子化し、該逆
量子化された空間周波数成分の画像データをカラー画像
データに逆変換する手段とを備えることを特徴とする請
求項1に記載の画像処理装置。
5. A means for decoding the coded data at each of the steps, a segment selecting means for selecting a segment of the first storage means according to a step required by the decoding, and the decoding. 2. The image according to claim 1, further comprising: a unit that inversely quantizes the quantized coefficient obtained by the quantization, and inversely converts the image data of the dequantized spatial frequency component into color image data. Processing equipment.
【請求項6】 前記セグメント選択手段は、さらに、前
記複数の段階の各段階の符号データごとに、該各段階が
現在選択しているセグメントの番号を保持する手段と、 前記現在選択しているセグメントを全て読み出した場
合、当該段階が次に選択するセグメントの番号を保持す
る手段とを備えることを特徴とする請求項5に記載の画
像処理装置。
6. The segment selecting means further holds, for each code data of each of the plurality of steps, a number of a segment currently selected by each of the steps, and the current selection. The image processing apparatus according to claim 5, further comprising means for holding the number of the segment to be selected next, when all the segments are read out.
【請求項7】 カラー画像データを空間周波数成分に変
換し、該変換後のデータを量子化して該カラー画像を圧
縮処理する画像処理方法において、 前記量子化された画像データを所定の複数の段階に振り
分ける工程と、 前記複数の段階に振り分けられた画像データの各々を符
号化する工程と、 前記符号化された画像データを保存するための複数のセ
グメントに区切られた第1のメモリに保存する第1の保
存工程と、 あらかじめ決められた前記複数のセグメントの選択順次
を第2のメモリに保存する第2の保存工程と、 前記符号データを、前記選択順次に従って前記複数の段
階の該段階ごとに保存するため、前記第1のメモリのセ
グメントを選択する工程と、 前記選択結果を前記第2のメモリに格納する工程とを備
えることを特徴とする画像処理方法。
7. An image processing method for converting color image data into spatial frequency components, quantizing the converted data and compressing the color image, wherein the quantized image data is subjected to a plurality of predetermined steps. And a step of encoding each of the image data distributed in the plurality of stages, and storing the encoded image data in a first memory divided into a plurality of segments for storing the encoded image data. A first storing step; a second storing step of storing a predetermined selection sequence of the plurality of segments in a second memory; and the code data for each of the plurality of stages according to the selection sequence. An image comprising: selecting a segment of the first memory for storage in a second memory; and storing the selection result in the second memory. Processing method.
JP6165227A 1994-06-28 1994-07-18 Image processing unit and its method Withdrawn JPH0819002A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
AU66068/94 1994-06-28
AU66068/94A AU666273B1 (en) 1994-06-28 1994-06-28 Image processing apparatus and method therefor

Publications (1)

Publication Number Publication Date
JPH0819002A true JPH0819002A (en) 1996-01-19

Family

ID=3750695

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6165227A Withdrawn JPH0819002A (en) 1994-06-28 1994-07-18 Image processing unit and its method

Country Status (2)

Country Link
JP (1) JPH0819002A (en)
AU (1) AU666273B1 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4774587A (en) * 1987-06-02 1988-09-27 Eastman Kodak Company Still video transceiver processor
NL8800988A (en) * 1988-04-15 1989-11-01 Philips Nv SYSTEM FOR TRANSMISSION OF VIDEO SIGNALS WITH ADAPTIVE CODEWORD ALLOCATION, AND TRANSMITTER AND RECEIVER SUITABLE FOR THE SYSTEM.

Also Published As

Publication number Publication date
AU666273B1 (en) 1996-02-01

Similar Documents

Publication Publication Date Title
US5815097A (en) Method and apparatus for spatially embedded coding
US7804430B2 (en) Methods and apparatus for processing variable length coded data
US6664902B2 (en) Storing coding image data in storage of fixed memory size
EP0593968B1 (en) Cache-based data compression/decompression
US7257264B2 (en) Image processing apparatus and method for compression-encoding image area information
JP3341962B2 (en) Variable length decoder and method for decoding variable length code value
USRE39925E1 (en) Fast JPEG huffman encoding and decoding
US5838834A (en) Image processing apparatus and method for quantizing image data and quantization errors using single quantizing unit and pluralities of quantization tables
JP3410629B2 (en) Variable length coding circuit and variable length coding method
JP2010503254A (en) Apparatus and method for encoding data signal, and apparatus and method for decoding data signal
JP2007267384A (en) Compression apparatus and compression method
EP0586074A2 (en) Image processing apparatus suitable for multistage compression
CN1552016A (en) Apparatus and method for extracting and loading data to/from a buffer
US5907635A (en) Picture data decompression apparatus
JPH03503707A (en) A system for decoding statistically encoded digital data
US5959872A (en) Apparatus and method for bidirectional scanning of video coefficients
US5825312A (en) DX JPEG Huffman decoder
JPH1098731A (en) Device and method for decoding digital image
US5835033A (en) Decoding apparatus and method for coded data
KR100742518B1 (en) Compressed storage of information
JPH0819002A (en) Image processing unit and its method
JP3170312B2 (en) Image processing device
JP2918360B2 (en) Inverse quantization method and image data restoration device
JP3304998B2 (en) Image processing method and apparatus
JPH08116268A (en) Information processing unit

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20011002