JPH04196695A - Image data compression device - Google Patents

Image data compression device

Info

Publication number
JPH04196695A
JPH04196695A JP2321768A JP32176890A JPH04196695A JP H04196695 A JPH04196695 A JP H04196695A JP 2321768 A JP2321768 A JP 2321768A JP 32176890 A JP32176890 A JP 32176890A JP H04196695 A JPH04196695 A JP H04196695A
Authority
JP
Japan
Prior art keywords
coefficients
zero
difference
output
signal
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.)
Pending
Application number
JP2321768A
Other languages
Japanese (ja)
Inventor
Hitoshi Yamakado
均 山門
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson 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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2321768A priority Critical patent/JPH04196695A/en
Publication of JPH04196695A publication Critical patent/JPH04196695A/en
Pending legal-status Critical Current

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Image Processing (AREA)

Abstract

PURPOSE:To reduce the amount of code generation by inserting zeros in the places where a certain amount of zero coefficients continuously appear in the quantized coefficients and the coefficients which come after these coefficients are assumed to have no effect. CONSTITUTION:The picture data compression device is provided with a block conversion means 102 dividing picture signal into two dimensional blocks of NXN (N is an integer) picture elements, a difference means 103 taking a difference between the block signal and the picture signal which is one frame prior one, an orthogonal transformation means 105 orthogonally transforming the difference block signals and outputting the transformation coefficients, a quantization means 106 quantizing the transformation coefficients and outputting the quantized coefficients and a variable length coding means 108 making the quantized coefficients into variable length coding. And zero coefficient discrimination means 107 checks the values of the coefficients for zero or non-zero in the direction from the lower frequency components to the higher frequency components for all NXN coefficients which are the outputs of the quantization means 106, makes all zero coefficients, if zero coefficients continuously appear for n numbers and outputs them. Thus, the degradation of picture quality is prevented and a reduction of the amount of code generation is realized.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、画像信号を直交変換して量子化する画像デー
タ圧縮装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an image data compression device that orthogonally transforms and quantizes an image signal.

〔従来の技術〕[Conventional technology]

画像情報のデータ量は一般に膨大であるために、その蓄
積や伝送を行なう場合には、なんらかの情報圧縮を行な
って処理している。この情報圧縮手段の一つとして、C
CITT、5GXV (伝送システム及び装置)で標準
化が進んでいるp×64kbit/sオーディオビジュ
アル・サービス用ビデオ符号化方式(H,261)があ
る。H,261では、入力画像信号は8×8画素の2次
元ブロックに分割され、直交変換(離散コサイン変換)
および量子化を行なわれた後、可変長符合化され出力さ
れる。この可変長符合化にはハフマン符号化か用いられ
ており、連続した零(ラン)とそれに続く零以外のif
!(レベル)により符号語か決定される。
Since the amount of image information is generally enormous, when storing or transmitting it, some kind of information compression is performed. As one of the information compression means, C
There is a px64 kbit/s video encoding system (H, 261) for audiovisual services that is being standardized in CITT and 5GXV (transmission systems and equipment). In H,261, the input image signal is divided into two-dimensional blocks of 8 x 8 pixels and subjected to orthogonal transformation (discrete cosine transformation).
After being quantized, it is variable length coded and output. Huffman encoding is used for this variable-length encoding, and a continuous zero (run) followed by a non-zero if
! The code word is determined by (level).

従来は、量子化手段の出力を可変長符合化して発生符号
量を求め、その結果に応じて量子化ステップを変化させ
ることにより発生符号量を制御していた。制御方法は、
1989年電子情報通信学会秋期全国大会D−45に述
べられているように、量子化手段の出力を可変長符合化
して発生符号量を求めることを量子化ステップを変えて
数回行い、その結果から設定符号量で量子化するための
量子化ステップを決定するものであった。
Conventionally, the output of the quantization means is variable-length coded to obtain the generated code amount, and the generated code amount is controlled by changing the quantization step according to the result. The control method is
As stated in D-45 of the 1989 Institute of Electronics, Information and Communication Engineers Autumn National Conference, the output of the quantization means is variable-length coded to obtain the generated code amount several times by changing the quantization step, and the result is The quantization step for quantizing with a set code amount is determined from the above.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

しかし、このような従来の技術では設定符号量を64 
kbps程度の低レートとした場合、量子化ステップサ
イズが相当大きくなり、直流係数に近い係数が荒く量子
化されるため、復号画像に量子化雑音やブロック歪など
が顕著に現われ、見た目の画像を見苦しくするという問
題点と、設定符号量にするためにフィードバック制御を
行なうため処理時間が増加するという問題点を有する。
However, in such conventional technology, the set code amount is set to 64.
When the rate is as low as kbps, the quantization step size becomes considerably large, and coefficients close to DC coefficients are roughly quantized, so quantization noise and block distortion appear prominently in the decoded image, making it difficult to see the image. This has the problem of making it unsightly, and the problem of increasing processing time because feedback control is performed to achieve the set code amount.

そこで、本発明はこのような問題点を解決するものであ
り、その目的とするところは、原画像と復号画像との間
の画質の劣化を少なくし、かつ発生符号量を減少させ、
さらに処理時間の増加を防ぐ手法を提供するところにあ
る。
Therefore, the present invention is intended to solve these problems, and its purpose is to reduce the deterioration in image quality between the original image and the decoded image, and to reduce the amount of generated code.
Furthermore, a method for preventing an increase in processing time is provided.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の画像データ圧縮装置は、画像信号をN×N(N
・整数)画素の2次元ブロックに分割するブロック化手
段と、ブロック化手段の出力であるN×N画素のブロッ
ク信号と1フレーム前の画像信号との差分を取る差分手
段と、差分手段の出力であるN×N画素の差分ブロック
信号を直交変換して、N×N個の変換係数を出力する直
交変換手段と、変換係数を量子化しN×N個の量子化係
数を出力する量子化手段と、量子化係数を可変長符号化
する可変長符号化手段を備えた画像データ圧縮装置にお
いて、 量子化手段の出力のN×N個の全係数において、低周波
成分から高周波成分に向かい係数の値が零か非零かを調
べ、零係数が連続してn個現われたらそれ以降の係数を
すべて零にして出力する零係数判別手段を備えたことを
特徴とする。
The image data compression device of the present invention converts image signals into N×N (N
・Blocking means for dividing into two-dimensional blocks of pixels (integer); difference means for taking the difference between the block signal of N×N pixels that is the output of the blocking means and the image signal of one frame before; and the output of the difference means. orthogonal transform means for orthogonally transforming a differential block signal of N×N pixels and outputting N×N transform coefficients; and quantization means for quantizing the transform coefficients and outputting N×N quantized coefficients. In an image data compression device equipped with variable length encoding means for variable length encoding quantized coefficients, in all N×N coefficients output from the quantization means, the coefficients are changed from low frequency components to high frequency components. The present invention is characterized in that it includes a zero coefficient determining means that checks whether a value is zero or non-zero, and when n zero coefficients appear consecutively, sets all subsequent coefficients to zero and outputs them.

〔実 施 例〕〔Example〕

以下本発明をその実施例を示す図面に基づき詳述する。 Hereinafter, the present invention will be explained in detail based on drawings showing embodiments thereof.

第1図は本発明をH,261の画像符号化器に適用した
場合のブロック図である。
FIG. 1 is a block diagram when the present invention is applied to an H.261 image encoder.

第1図において、入力端子101からの人力画像信号は
、ブロック化手段102により8×8のブロックと、輝
度信号4ブロツクと色差信号2ブロツクの計6ブロツク
より成るマクロブロックに分けられる。予測は通常フレ
ーム間で行なわれるため、符号化コントロール104に
よりスイッチ113、スイッチ114は第1図に示すと
おり下側につながっている。ブロック化手段102から
マクロブロック単位で出力された画像信号は、まず動き
補償予測手段111に人力され、既に記憶されている1
フレーム前の信号より、予測誤差が最小になるマクロブ
ロックの信号を呼び出しく動ベクトル検出)、そのマク
ロブロックの信号か出力される。この信号はブロック毎
にループフィルタ112を通った後、差分手段103に
おいて人力画像信号との差分が取られる。この差分手段
は、離散コサイン変換手段105で変換され、この出力
はジグザグスキャンされる。そして、量子化手段106
で量子化され、零係数判別手段107に出力される。零
係数判別手段107からの出力は、可変長符号化手段1
08においてハフマン符号化され出力端子115に出力
される。さらに、零係数判別手段107の出力は逆量子
化手段10って逆量子化され、逆離散コサイン変換手段
110て逆コサイン変換された後、動ベクトルで指示さ
れるブロックの信号をループフィルタ112を通した信
号と加算されて動き補償予測手段111に記録される。
In FIG. 1, a human input image signal from an input terminal 101 is divided by a blocking means 102 into macroblocks consisting of 8×8 blocks, 4 blocks of luminance signals, and 2 blocks of color difference signals, a total of 6 blocks. Since prediction is normally performed between frames, the switches 113 and 114 are connected to the lower side as shown in FIG. 1 by the encoding control 104. The image signal output from the blocking means 102 in units of macroblocks is first manually inputted to the motion compensation prediction means 111,
Motion vector detection calls the signal of the macroblock with the minimum prediction error from the previous frame signal), and the signal of that macroblock is output. After this signal passes through a loop filter 112 for each block, a difference between it and the human image signal is taken by a difference means 103. This difference means is transformed by a discrete cosine transformation means 105, and the output is zigzag scanned. And quantization means 106
is quantized and output to the zero coefficient discriminating means 107. The output from the zero coefficient discriminating means 107 is transmitted to the variable length encoding means 1.
08, the signal is Huffman encoded and output to the output terminal 115. Furthermore, the output of the zero coefficient discriminating means 107 is dequantized by the dequantizing means 10 and inverse cosine transformed by the inverse discrete cosine transform means 110, and then the signal of the block indicated by the motion vector is passed through the loop filter 112. It is added to the passed signal and recorded in the motion compensation prediction means 111.

一方、画像の1枚目のフレームやシーンチェンジなどの
場合では、予測はフレーム内で行なわれるため、符号化
コントロール104によりスイッチ113、スイッチ1
14は上側につながっている。ブロック化手段102か
ら出力された画像信号は、ブロック毎に離散コサイン変
換手段1.05で変換され、量子化手段106で量子化
され、零係数判別手段107に出力される。零係数判別
手段からの出力は、可変長符号化手段108においてハ
フマン符号化され出力端子115に出力される。さらに
、零係数判別手段の出力は逆量子化手段109で逆量子
化され、逆離散コサイン変換手段110で逆コサイン変
換された後、動き補償予測手段111に記録される。
On the other hand, in the case of the first frame of an image or a scene change, prediction is performed within the frame, so the encoding control 104 switches the switch 113 and the switch 1
14 is connected to the upper side. The image signal output from the blocking means 102 is transformed block by block by the discrete cosine transform means 1.05, quantized by the quantization means 106, and outputted to the zero coefficient discrimination means 107. The output from the zero coefficient discriminating means is Huffman encoded by the variable length encoding means 108 and output to the output terminal 115. Furthermore, the output of the zero coefficient discrimination means is dequantized by the dequantization means 109 and subjected to inverse cosine transformation by the inverse discrete cosine transformation means 110, and then recorded in the motion compensation prediction means 111.

ここで、零係数判別手段107ての処理について第2図
のフローチャートに従い説明する。
Here, the processing by the zero coefficient discriminating means 107 will be explained according to the flowchart of FIG.

まず、零係数判別手段107には、量子化手段106の
出力である8×8の量子化係数か人力される。次に、零
係数の連続する数を示すcountと連続する零係数が
閾値を越えたかどうかを示すrlagが初期化されて零
になる。(201)。ここで、flagは連続する零係
数の数が閾値n(1≦n≦63)を越えていない場合O
で、閾値nを越えた場合1となる。次に、flagが零
か非零か判別され(202) 、flagが零の場合は
係数が零か非零か調べる(203)。係数が非零の場合
は、countが零に初期化され(204)flagの
判別(202)に戻る。また、係数が零の場合は、co
un tに1を加え(205)、次にcountが閾値
nを越えているか調べる(206)。countか閾値
n以下の場合はそのままflagの判別(202)に戻
るか、閾値n以上の場合には、flagに1が代入(2
07)された後、rlagの判別(202)に戻る。ま
た、flagの判別202においてf’lagが1の場
合、それ以降の係数はすべて零にされて、出力される。
First, 8×8 quantized coefficients, which are the output of the quantization means 106, are manually input to the zero coefficient determination means 107. Next, count, which indicates the number of consecutive zero coefficients, and rlag, which indicates whether the number of consecutive zero coefficients exceeds a threshold, are initialized to zero. (201). Here, flag is O if the number of consecutive zero coefficients does not exceed the threshold n (1≦n≦63)
If the threshold value n is exceeded, the value becomes 1. Next, it is determined whether the flag is zero or non-zero (202), and if the flag is zero, it is checked whether the coefficient is zero or non-zero (203). If the coefficient is non-zero, count is initialized to zero (204) and the process returns to flag determination (202). Also, if the coefficient is zero, co
Add 1 to un t (205), and then check whether count exceeds the threshold n (206). If the count is less than or equal to the threshold n, the process returns to flag determination (202), or if it is greater than or equal to the threshold n, 1 is assigned to the flag (202).
07), the process returns to rlag determination (202). Further, if f'lag is 1 in flag determination 202, all subsequent coefficients are set to zero and output.

ここで、係数は低周波成分から高周波成分に向かって調
べられる。
Here, the coefficients are examined from low frequency components to high frequency components.

第3図(a)、(b)は、その具体例を示したものであ
る。ここで、第3図(a)は零係数判別手段に人力され
る量子化係数である。ここで、閾値nを5とした場合、
零係数判別手段からの出力は第3図(b)のようになる
。また、画像電子学会のカラーテストチャートNO,1
1の11の画像をH,261のフレーム内モートて量子
化ステップを5として可変長符合化した場合の発生符号
量は、本発明を適用しない場合107 kbitとなる
のに対し、本発明を適用した場合n−5では74kbi
t、またn−3では55kbitとなる。
FIGS. 3(a) and 3(b) show specific examples thereof. Here, FIG. 3(a) shows the quantized coefficients manually entered by the zero coefficient discriminating means. Here, if the threshold value n is 5,
The output from the zero coefficient discriminating means is as shown in FIG. 3(b). Also, the Color Test Chart No. 1 of the Institute of Image Electronics Engineers
When the 11 images of 1 are variable-length encoded using an intra-frame mote of H, 261 and a quantization step of 5, the amount of code generated is 107 kbit when the present invention is not applied, whereas when the present invention is applied In that case, 74kbi for n-5
t and n-3, it is 55 kbit.

H2PO4のリファレンスモデル(RM8)では、出力
バッファのビット専有率に応じてGOB毎に量子化ステ
ップサイズQ(2≦Q≦62)を変更することにより1
フレームでの発生符号量を制御していた。このような方
法では、008間の相関が強い場合、すなわち同じ量子
化ステップサイズQで量子化すると、はぼ同程度の符号
量が発生する場合では問題はないが、008間の相関が
弱い場合には、量子化ステップサイズQがGOB毎に大
きく変動し、1フレームの中で画質が部分的に大きく劣
化する。しかし、本発明を適用した場合、発生符号量が
極端に大きくなるGOBがなくなり、量子化ステップサ
イズの変更も少なく画質の極端な劣化を妨げる。さらに
、閾値nの値も出力バッファのビット専有率に応じてn
−3〜8程度まで変更できるようにすれば、量子化ステ
ップサイズQをほとんど変更しないでよいため、1フレ
ームでの画質の均一性を保てる。
In the H2PO4 reference model (RM8), the quantization step size Q (2≦Q≦62) is changed for each GOB according to the output buffer bit occupancy rate.
It controlled the amount of code generated in a frame. With this method, there is no problem when the correlation between 008s is strong, that is, when quantization with the same quantization step size Q generates approximately the same amount of code, but when the correlation between 008s is weak In this case, the quantization step size Q varies greatly from GOB to GOB, and the image quality deteriorates partially within one frame. However, when the present invention is applied, there are no GOBs in which the generated code amount becomes extremely large, and the quantization step size is hardly changed, preventing extreme deterioration of image quality. Furthermore, the value of the threshold n also depends on the bit occupancy rate of the output buffer.
If it is possible to change the quantization step size Q from about -3 to about 8, the quantization step size Q need hardly be changed, so that uniformity of image quality in one frame can be maintained.

〔発明の効果〕〔Effect of the invention〕

以上述べたように本発明によれば、量子化ステップサイ
ズをあまり大きくしなくても発生符号量を低減できると
いう効果を有する。すなわち、連続した零(ラン)とそ
れに続く零以外の値(レベル)の二次元符号化をする際
、零の数を多くすることが効果的であり、本発明ではあ
る程度零係数が連続すると、それ以降の係数は画像に対
して支配的でないとして零にすることにより、量子化ス
テップを大きくせずに発生符号量を減らせることが可能
である。さらに、比較的細かく量子化された係数の中で
、低周波成分の係数が残っているため、復号画像は多少
輪郭のはやけたものとなるが、全体的には滑らかなもの
となり、量子化雑音やブロック歪の少ない見やすい画像
を再現できる。また、発生符号量を低減できるため、動
画像符号化器において、駒落しフレーム数も少なくなり
、自然な復号動画が得られる。
As described above, the present invention has the effect that the amount of generated code can be reduced without increasing the quantization step size too much. That is, when performing two-dimensional encoding of consecutive zeros (runs) and subsequent non-zero values (levels), it is effective to increase the number of zeros, and in the present invention, if the zero coefficients are continuous to a certain extent, By setting the subsequent coefficients to zero because they are not dominant to the image, it is possible to reduce the amount of generated code without increasing the quantization step. Furthermore, among the relatively finely quantized coefficients, low-frequency component coefficients remain, so although the decoded image has somewhat sharp edges, it is smooth overall, and the quantization You can reproduce easy-to-see images with less noise and block distortion. Furthermore, since the amount of generated code can be reduced, the number of dropped frames in the video encoder is also reduced, and a natural decoded video can be obtained.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の画像データ圧縮装置の一実施例を示す
ブロック図。 第2図は零係数判別手段のフローチャート図。 第3図は零係数判別手段を説明するための図。 101・・・入力端子 102・・・ブロッ分割手段 103・・・差分手段 104・・・符号化コントロール 105・・・離散コサイン変換手段 106・・・量子化手段 107・・・零係数判別手段 108・・・可変長符号化手段 109・・・逆量子化手段 110・・・逆離散コサイン変換手段 111・・・動き補償予測手段 112・・争ループフィルタ 113・・・スイッチ 114・・・スイッチ 115・・・出力端子 以上 出願人 セイコーエプソン株式会社 ゛ 代理人 弁理士 鈴 木 喜三部(他1名)第1図 第2図
FIG. 1 is a block diagram showing an embodiment of an image data compression device of the present invention. FIG. 2 is a flowchart of the zero coefficient discrimination means. FIG. 3 is a diagram for explaining the zero coefficient discrimination means. 101... Input terminal 102... Block division means 103... Differential means 104... Encoding control 105... Discrete cosine transformation means 106... Quantization means 107... Zero coefficient discrimination means 108 . . . Variable length encoding means 109 . . . Inverse quantization means 110 . . . Inverse discrete cosine transformation means 111 . ...Output terminals and above Applicant: Seiko Epson Corporation Agent: Patent attorney Kizobe Suzuki (and 1 other person) Figure 1 Figure 2

Claims (1)

【特許請求の範囲】 画像信号をN×N(N:整数)画素の2次元ブロックに
分割するブロック化手段と、前記ブロック化手段の出力
であるN×N画素のブロック信号と1フレーム前の画像
信号との差分を取る差分手段と、前記差分手段の出力で
あるN×N画素の差分ブロック信号を直交変換して、N
×N個の変換係数を出力する直交変換手段と、前記変換
係数を量子化しN×N個の量子化係数を出力する量子化
手段と、前記量子化係数を可変長符号化する可変長符号
化手段を備えた画像データ圧縮装置において、 前記量子化手段の出力のN×N個の全係数において、低
周波成分から高周波成分に向かって順番に係数の値が零
か非零かを調べ、零係数が連続してn個(n:整数、1
≦n≦63)現われたらそれ以降の係数をすべて零にし
て出力する零係数判別手段、 を備えたことを特徴とする画像データ圧縮装置。
[Scope of Claims] Blocking means for dividing an image signal into two-dimensional blocks of N×N (N: an integer) pixels, and a block signal of N×N pixels that is the output of the blocking means and one frame previous block signal. A difference block signal of N×N pixels, which is the output of the difference means, is orthogonally transformed by a difference means for taking the difference from the image signal, and then
orthogonal transform means for outputting ×N transform coefficients; quantization means for quantizing the transform coefficients and outputting N×N quantized coefficients; and variable length encoding for variable length encoding the quantized coefficients. In the image data compression apparatus, the method includes checking whether the coefficient values are zero or non-zero in order from low frequency components to high frequency components among all N×N coefficients output from the quantization means, and determining whether the coefficient values are zero or non-zero. n consecutive coefficients (n: integer, 1
≦n≦63) An image data compression device characterized by comprising: zero coefficient discriminating means which, when appearing, sets all subsequent coefficients to zero and outputs them.
JP2321768A 1990-11-26 1990-11-26 Image data compression device Pending JPH04196695A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2321768A JPH04196695A (en) 1990-11-26 1990-11-26 Image data compression device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2321768A JPH04196695A (en) 1990-11-26 1990-11-26 Image data compression device

Publications (1)

Publication Number Publication Date
JPH04196695A true JPH04196695A (en) 1992-07-16

Family

ID=18136222

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2321768A Pending JPH04196695A (en) 1990-11-26 1990-11-26 Image data compression device

Country Status (1)

Country Link
JP (1) JPH04196695A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0651353A1 (en) * 1993-10-28 1995-05-03 Nec Corporation Data processing system for picture coding processing

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0651353A1 (en) * 1993-10-28 1995-05-03 Nec Corporation Data processing system for picture coding processing
US5555511A (en) * 1993-10-28 1996-09-10 Nec Corporation Data processing system for picture coding processing

Similar Documents

Publication Publication Date Title
US5686962A (en) Motion image coder using pre-filter to reduce quantization error
EP0987899B1 (en) Adaptive variable-length coding method for video data
JP3093458B2 (en) Variable rate codec / decoder
JPH07222154A (en) Video coding method and apparatus thereof
JPH0379182A (en) Image encoding control system
US5508745A (en) Apparatus for controlling a quantization level to be modified by a motion vector
JP2894137B2 (en) Prefilter control method and apparatus in video coding
JPH0468988A (en) High efficient coder for moving picture signal
JP4081727B2 (en) Image encoding apparatus, image encoding method, recording apparatus, and recording method
US6320987B1 (en) Pre-DCT residue filter
JP2914607B2 (en) Image signal decoding device
JPH04196695A (en) Image data compression device
JPH04266286A (en) Video signal compression device for videophones
JPH07222173A (en) Image processing device
JP2916027B2 (en) Image coding device
JPS63160495A (en) Coded transmission for image
JPH04342387A (en) Picture data compressor
KR100234239B1 (en) Quantization Method and Device for Reducing Blocking Effect
KR950009678B1 (en) Adaptive Video Coding Device
JP2659635B2 (en) Image communication device
JPH04180486A (en) Video data compression device
JPH04185169A (en) Image data compression device
JPH02222388A (en) Moving picture encoding method
JP3279927B2 (en) Image encoding method and apparatus
JPH0389689A (en) Coding device for moving picture signal