JPH02250581A - Highly efficient encoding method for video signal - Google Patents

Highly efficient encoding method for video signal

Info

Publication number
JPH02250581A
JPH02250581A JP1072441A JP7244189A JPH02250581A JP H02250581 A JPH02250581 A JP H02250581A JP 1072441 A JP1072441 A JP 1072441A JP 7244189 A JP7244189 A JP 7244189A JP H02250581 A JPH02250581 A JP H02250581A
Authority
JP
Japan
Prior art keywords
block
video signal
coefficients
prediction
quantization
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
JP1072441A
Other languages
Japanese (ja)
Inventor
Masazumi Yamada
正純 山田
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP1072441A priority Critical patent/JPH02250581A/en
Publication of JPH02250581A publication Critical patent/JPH02250581A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/004Predictors, e.g. intraframe, interframe coding

Abstract

PURPOSE:To highly efficiently encode a video signal by limiting orthogonal transformation coefficients for quantization within a small range. CONSTITUTION:A picture is divided in units of a block consisting of longitudinal eight picture elements X lateral eight picture elements. The picture elements in one block accumulated in a buffer memory 1 are prediction-encoded in the prediction direction fixed beforehand with the use of a DPCM encoder 2. A differential signal is inputted to an orthogonal transformation unit 3, orthogonally transformed on a two-dimensional basis, and the transformed coefficients are fed to a quantized range setting device 4, and it is limited to the quantization range set at every block. Consequently the orthogonally transformed coefficients can be made much concentrated in a small range than usual. Thus the video signal can be highly efficiently encoded.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は直交変換による符号化が効率的に行なわれる映
像信号の高能率符号化方法に関する。
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to a high-efficiency encoding method for video signals in which encoding by orthogonal transformation is efficiently performed.

従来の技術 映像信号の高能率符号化方法の一つに直交変換によるも
のがある。
One of the conventional high-efficiency encoding methods for video signals is based on orthogonal transformation.

これは画面を小ブロックに分割し、各ブロック内を直交
変換し、この係数を符号化するものである。一般に映像
信号では、画素間の相関性が強く、小ブロックに分割し
たものに直交変換を施すと、第7図に示すように、値の
大きな係数は低周波部分、すなわち2次元の行列で示し
た場合の左上の部分に集中する傾向がある。また、ブロ
ック内に特徴的な周波数成分がみられる場合には、その
周波数に相当する部分の係数が大きく現われる。
This divides the screen into small blocks, orthogonally transforms each block, and encodes the coefficients. Generally, in a video signal, there is a strong correlation between pixels, and when orthogonal transformation is applied to a signal divided into small blocks, as shown in Figure 7, coefficients with large values are represented in the low frequency part, that is, in a two-dimensional matrix. It tends to be concentrated in the upper left part of the screen. Furthermore, when a characteristic frequency component is found within a block, the coefficient of the portion corresponding to that frequency appears large.

このように集中した係数の付近のみに量子化する範囲を
限定したり、量子化の幅を可変にすることにより、係数
の符号化に要するビット数を小さくすることができる。
By limiting the range of quantization to only the vicinity of concentrated coefficients or by making the quantization width variable, the number of bits required for encoding coefficients can be reduced.

従来の直交変換における係数の量子化範囲の設定方法を
第8図〜10図に示す。第8図は量子化の範囲を、予め
定めた領域(ここでは破線で示した長方形の領域)に限
定するものである。この範囲外の係数をゼロとみなすこ
とにより、量子化を行なう係数の数を制限することがで
きる。
A method of setting the quantization range of coefficients in a conventional orthogonal transform is shown in FIGS. 8 to 10. In FIG. 8, the range of quantization is limited to a predetermined area (here, a rectangular area indicated by a broken line). By regarding coefficients outside this range as zero, the number of coefficients to be quantized can be limited.

第9図は量子化の範囲を、係数の直流成分(左上隅)を
1つの頂点とし、係数がすべてゼロであるような行及び
列に囲まれた最小の長方形の部分に限定するものとし、
縦横の範囲を示すアドレスを送る。この範囲外の係数は
ゼロであるので、量子化器に送らない。
In FIG. 9, the range of quantization is limited to the smallest rectangular part surrounded by rows and columns in which the DC component (upper left corner) of the coefficient is one vertex and the coefficients are all zero,
Send an address indicating the vertical and horizontal range. Coefficients outside this range are zero and are therefore not sent to the quantizer.

第10図はジグザグスキャンにより非ゼロである最後の
係数を見つけ、この部分までを量子化する。この場合に
はゼロである係数の個数と非ゼロ係数の値を量子化する
方法が一般に用いられる。
In FIG. 10, the last non-zero coefficient is found by zigzag scanning, and up to this part is quantized. In this case, a method is generally used in which the number of coefficients that are zero and the value of non-zero coefficients are quantized.

また、これらの方法に加えさらに情報量を抑えたい場合
には、あるしきい値以下の係数をゼロとみなし、量子化
を行なう係数の数を抑える方法も用いられる。
In addition to these methods, if it is desired to further reduce the amount of information, a method may be used in which coefficients below a certain threshold are regarded as zero and the number of coefficients to be quantized is reduced.

発明が解決しようとする課題 しかしながら、従来の°方法では、画素間の相関が低い
場合などでは量子化範囲を十分に小さく限定することが
困難で、効率よく量子化を行なうことができない。
Problems to be Solved by the Invention However, in conventional methods, when the correlation between pixels is low, it is difficult to limit the quantization range to a sufficiently small size, and quantization cannot be performed efficiently.

本発明はかかる点に鑑み、量子化を行う直交変換係数を
従来よりも更に小さい範囲に限定させ、より効率の高い
映像信号の高能率符号化方法を提供することを目的とす
る。
In view of this, it is an object of the present invention to provide a highly efficient coding method for video signals by limiting orthogonal transform coefficients for quantization to a smaller range than in the past.

課題を解決するための手段 本発明は平行四辺形のブロックにより画面を分割し各ブ
ロック内を符号化する方法において、ブロック内の信号
に対し直交変換を行なう前に、同ブロック内において予
測符号化を行ない、その差分信号に対し直交変換を行な
うことを特徴とする映像信号の高能率符号化方法であり
、 また、その際の各ブロック内の予測方向を、ブロックの
境界を形成するいずれかの1辺と平行に、かつ各々の列
または行について同方向に定めることを特徴とする映像
信号の高能率符号化方法であり、各ブロック内の予測方
向を、あらかじめ定めておいた数種類の中から、それぞ
れに対して求められる1ブロック内の予測誤差を比較す
ることにより適応的に選択することを特徴とする映像信
号の高能率符号化方法であり、 各ブロック内の直交変換係数のスキャン方向を、予測方
向が縦方向の場合は横方向に、予測方向が横方向の場合
は縦方向にそれぞれ選択することを特徴とする映像信号
の高能率符号化方法である。
Means for Solving the Problems The present invention is a method of dividing a screen into parallelogram blocks and encoding each block, and before performing orthogonal transformation on the signal within the block, predictive encoding is performed within the block. This is a high-efficiency video signal encoding method characterized by performing orthogonal transformation on the difference signal, and at this time, the prediction direction within each block is determined by changing the prediction direction within each block to one of the blocks forming the boundary. This is a high-efficiency coding method for video signals that is characterized by setting the prediction direction parallel to one side and in the same direction for each column or row.The prediction direction within each block is determined from among several predetermined types. , is a high-efficiency coding method for video signals, which adaptively selects the prediction error in one block by comparing the prediction errors found for each block. This is a highly efficient encoding method for a video signal, characterized in that when the prediction direction is vertical, the horizontal direction is selected, and when the prediction direction is horizontal, the vertical direction is selected.

作用 本発明は前記した方法により、直交変換係数を従来より
集中させることができ、より効率の高い符号化を行なう
ことができる。
Effect of the Invention The present invention allows orthogonal transform coefficients to be concentrated more than ever before, and more efficient encoding can be performed using the method described above.

実施例 第1図(a)(b)は、本発明の第1の実施例における
映像信号の高能率符号化方法に用いられる符号器、復号
器の構成図である。
Embodiment FIGS. 1(a) and 1(b) are block diagrams of an encoder and a decoder used in a high-efficiency encoding method for video signals in a first embodiment of the present invention.

同図(a)は符号器の構成図であり、1はバッファメモ
リ、2はブロック内DPCMエンコーダ、3は直交変換
器、4は量子化範囲設定器、5は量子化器、8は部分復
号器である。部分復号器6は量子化器7、係数行列復元
器8、直交変換器9、DPCMデコーダ10.  バッ
ファメモリ11を含んでおり、前記DPCMエンコーダ
2は遅延回路、予測係数乗算回路を含んでいる。
Figure (a) is a block diagram of the encoder, where 1 is a buffer memory, 2 is an intra-block DPCM encoder, 3 is an orthogonal transformer, 4 is a quantization range setter, 5 is a quantizer, and 8 is a partial decoder. It is a vessel. The partial decoder 6 includes a quantizer 7, a coefficient matrix restorer 8, an orthogonal transformer 9, a DPCM decoder 10. The DPCM encoder 2 includes a buffer memory 11, and the DPCM encoder 2 includes a delay circuit and a prediction coefficient multiplication circuit.

本実施例では、まず縦8画素×横8画素を1ブロック単
位として画面を分割する。バッファメモリ1に蓄えられ
た1ブロック内の画素は、まずDPCMエンコーダ2を
用いてあらかじめ定められた予測方向に予測符号化を行
なわれる。ここでは、予測方向を第2図(a−1)に示
すように横方向に平行に定める。ブロック内各列の最初
の画素は、すでに符号化、復号化の済んでいる前ブロッ
ク内の隣接している画素を予測値として用いて予測符号
化を行なう。画面の左端のブロックは、前ブロックの画
素を予測に用いるこ七ができないので、ブロック内の全
画素の平均値を予測値として用い、差分を送るものとす
る。このような差分値は、2次元周波数特性で表すと第
2図(a−2)のように横方向の高周波部分に集中する
と考えられる。
In this embodiment, the screen is first divided into blocks each having 8 pixels vertically by 8 pixels horizontally. Pixels within one block stored in the buffer memory 1 are first predictively encoded using a DPCM encoder 2 in a predetermined prediction direction. Here, the prediction direction is set parallel to the lateral direction as shown in FIG. 2 (a-1). The first pixel in each column in a block is predictively encoded using adjacent pixels in the previous block that have already been encoded and decoded as predicted values. For the block at the left end of the screen, the pixels of the previous block cannot be used for prediction, so the average value of all pixels in the block is used as the predicted value and the difference is sent. When expressed in terms of two-dimensional frequency characteristics, such a difference value is considered to be concentrated in a high frequency portion in the horizontal direction as shown in FIG. 2 (a-2).

同様に第2図(b−1)のような縦方向の差分値の周波
数特性は第2図(b−2)に示すように縦方向の高周波
部分に集中すると考えられる。
Similarly, the frequency characteristics of the vertical difference values as shown in FIG. 2(b-1) are considered to be concentrated in the high frequency portion in the vertical direction as shown in FIG. 2(b-2).

差分信号は直交変換器3に入力され、2次元直交変換さ
れる。変換された係数は量子化範囲設定器4に送られ、
あらかじめ設定しておいた量子化の範囲、またはスキャ
ンなどの方法によって各ブロック毎に設定された量子化
範囲に限定される。
The difference signal is input to the orthogonal transformer 3 and subjected to two-dimensional orthogonal transformation. The converted coefficients are sent to the quantization range setter 4,
The quantization range is limited to a preset quantization range or a quantization range set for each block by a method such as scanning.

先に第2図(a−2)に示したように、この場合の係数
は横方向の高周波成分に集中すると考えられるため、こ
こでは量子化の範囲を、第3図に示すように高周波成分
(右下隅)を1つの頂点とし、係数がすべてゼロである
ような行及び列に囲まれた最小の長方形の部分に限定す
るものとし、縦横の範囲を示すアドレスを送る。この範
囲外の係数はゼロであるので、量子化器5に送らない。
As previously shown in Figure 2 (a-2), the coefficients in this case are considered to be concentrated in the high frequency components in the horizontal direction, so here the range of quantization is limited to the high frequency components as shown in Figure 3. (lower right corner) is one vertex, and is limited to the smallest rectangular part surrounded by rows and columns where all coefficients are zero, and an address indicating the vertical and horizontal range is sent. Coefficients outside this range are zero and are therefore not sent to the quantizer 5.

このような手順で制限された係数は、量子化器5によっ
て量子化される。量子化された係数は、出力されるとと
もに、部分復号器8におくられ、符号化と逆の手順で復
号化される。復号された信号は、バッファメモリ11に
蓄えられ、次のブロックの符号化の際に端の画素の予測
に用いられる。
The coefficients limited by such a procedure are quantized by the quantizer 5. The quantized coefficients are output and sent to the partial decoder 8, where they are decoded in the reverse procedure of encoding. The decoded signal is stored in the buffer memory 11 and used for predicting end pixels when encoding the next block.

また、フレーム間符号化を行なう場合の次フレームに対
する予測信号にも用いることができる。
It can also be used as a prediction signal for the next frame when performing interframe coding.

第1図(b)は本実施例における復号器の構成を示した
ものである。同図において、7は量子化器、8は係数復
元器、8は直交変換器、10はDPCMデコーダ、11
はバッファメモリである。
FIG. 1(b) shows the configuration of the decoder in this embodiment. In the figure, 7 is a quantizer, 8 is a coefficient restorer, 8 is an orthogonal transformer, 10 is a DPCM decoder, 11
is the buffer memory.

なお、本実施例において、ブロック内の最初の列(縦方
向の場合は行)の符号化には前ブロック(縦方向の場合
は直上ブロック)の画素を予測値として用いたが、これ
はブロック内の全画素の平均値を求め、これを予測値と
しても良い。また、全画素の平均値の代わりに各行の平
均値、各列の平均値を用いることもできる。これにより
符号化をブロック内で独立に行なうことができる。
Note that in this example, the pixels of the previous block (the block immediately above in the vertical direction) were used as predicted values for encoding the first column (row in the vertical direction) in the block; The average value of all pixels within the range may be calculated and this may be used as the predicted value. Furthermore, instead of the average value of all pixels, the average value of each row or the average value of each column can be used. This allows encoding to be performed independently within a block.

第4図は、本発明における第2の実施例を示した図であ
る。
FIG. 4 is a diagram showing a second embodiment of the present invention.

これは第1の実施例の量子化領域限定においてジグザグ
スキャンを用いた例である。
This is an example in which zigzag scanning is used in limiting the quantization area in the first embodiment.

第1の実施例で説明したように、この場合の係数は横方
向の高周波成分に集中(第2図(a −2)参照)する
と考えられるため、第4図に示すように係数の高周波成
分(右下隅)よりジグザグスキャンを行ない、非ゼロで
ある最後の係数を見つけ、この部分までを量子化する。
As explained in the first embodiment, the coefficient in this case is considered to be concentrated in the high frequency component in the horizontal direction (see FIG. 2 (a-2)), so the high frequency component of the coefficient is (lower right corner), perform a zigzag scan to find the last non-zero coefficient, and quantize up to this part.

量子化にはゼロである係数の個数と非ゼロ係数の大きさ
を合わせて量子化する方法を用いる。
For quantization, a method is used in which the number of zero coefficients and the magnitude of non-zero coefficients are quantized together.

第5図(a)(b)m、本発明における第3の実施例を
示した図である。
FIGS. 5(a), 5(b) and 5m are views showing a third embodiment of the present invention.

これは第1の実施例の量子化領域限定において方向に応
じたスキャンを用いた例である。
This is an example in which direction-dependent scanning is used in limiting the quantization area in the first embodiment.

横方向に予測符号化を行なう(第2図(a−1)参照)
とき、第1の実施例で説明したように、この場合の直交
変換係数は横方向の高周、波成分に集中(第2図(a−
2)参照)すると考えられるため、第5図(a)に示す
ように係数の高周波成分(右下隅)より縦方向にスキャ
ンを行ない、非ゼロである最後の係数を見つけ、この部
分までを量子化する。量子化にはゼロである係数の個数
と非ゼロ係数の値を合わせ不量子化する方法を用いる。
Perform predictive encoding in the horizontal direction (see Figure 2 (a-1))
In this case, as explained in the first embodiment, the orthogonal transform coefficients in this case are concentrated in the high frequency and wave components in the horizontal direction (Fig. 2 (a-
2)), as shown in Figure 5(a), we scan in the vertical direction from the high frequency component of the coefficients (lower right corner), find the last non-zero coefficient, and perform quantum analysis up to this part. become For quantization, a method is used in which the number of zero coefficients and the value of non-zero coefficients are combined and unquantized.

この方法により、ゼロ係数の個数と組み合わせて符号化
する際に、必要な°ビット数を小さく抑えることができ
る。
With this method, the number of required bits can be kept small when encoding in combination with the number of zero coefficients.

また、縦方向に予測を行なう(第2図(b−1)参照)
場合には、係数は縦方向の高周波成分に集中(第2図(
b−2)参照)すると考えられるため、第6図(b)に
示すように係数の高周波成分(右下隅)より横方向にス
キャンを行ない、非ゼロである最後の係数を見つけ、こ
の部分までを量子化する。
Also, prediction is performed in the vertical direction (see Figure 2 (b-1))
In this case, the coefficients are concentrated in the high frequency components in the vertical direction (Fig. 2 (
b-2)) Therefore, as shown in Figure 6(b), we scan in the horizontal direction from the high frequency component of the coefficients (lower right corner), find the last non-zero coefficient, and scan up to this part. Quantize.

第6図(a)(b)は、本発明の第4の実施例における
映像信号の高能率符号化方法に用いられる符号器、復号
器の構成図である。本実施例は予測方向を予測誤差の累
積により切り替えるものである。同図(a)に示す符号
器は、第1の実施例における符号器(第1図(a)参照
)に、予測誤差累積器、比較器を含む予測方向判定器1
2を付設したものである。これら予測誤差累積回路、比
較器θなどはいずれも簡単な構成で実現できる。
FIGS. 6(a) and 6(b) are block diagrams of an encoder and a decoder used in a high-efficiency encoding method for video signals according to a fourth embodiment of the present invention. In this embodiment, the prediction direction is switched based on the accumulation of prediction errors. The encoder shown in FIG. 1(a) includes a prediction direction determiner 1 including a prediction error accumulator and a comparator in addition to the encoder in the first embodiment (see FIG. 1(a)).
2 has been added. These prediction error accumulation circuit, comparator θ, etc. can all be realized with a simple configuration.

本実施例では前記予測誤差累積器により2種類の予測方
向(第2図(a−1)  (b−1)参照)に対する1
ブロック内の予測誤差を累積し、これを前記比較器によ
り大小判定し、最も小さい予測方向を選ぶ。これより得
られる判定コードを出力すると同時に選ばれた予測方向
に対応する復号出力を送る。なお、予測方向の判定に用
いる予測誤差の累積には、例えば予測誤差の絶対値の1
ブロック内の総和をとり、その大小を判定すればよい。
In this embodiment, the prediction error accumulator is used to calculate 1
Prediction errors within a block are accumulated, the comparator judges the magnitude of the errors, and the smallest prediction direction is selected. At the same time as outputting the determination code obtained from this, a decoding output corresponding to the selected prediction direction is sent. Note that the accumulation of prediction errors used to determine the prediction direction includes, for example, 1 of the absolute value of the prediction error.
All you have to do is take the total sum within the block and determine its size.

バッファメモリ11は各予測方向の非線形量子化回路2
から得られた符号語を1ブロック分蓄積しており、判定
コードを受は取ると、このコードの示す予測方向から得
られた1ブロック分の符号語を出力する。予測方向の判
定コード(本実施例では2方向1bit)は各ブロック
の先頭に入れるものとする。
The buffer memory 11 includes a nonlinear quantization circuit 2 for each prediction direction.
One block's worth of code words obtained from the above are stored, and when a judgment code is received, one block's worth of code words obtained from the prediction direction indicated by this code is output. The prediction direction determination code (in this embodiment, 1 bit in two directions) is placed at the beginning of each block.

なお、本実施例において、予測方向を2種類に設定した
が、これらの数及び方向は任意である。
Note that in this embodiment, two types of prediction directions are set, but the number and direction of these prediction directions are arbitrary.

また、予測方向の判定には予測誤差の累積を用いたが、
これは差分値の累積でも良い。また、予測誤差の累積を
絶対値の総和で判定したが、これは予測誤差の2乗の総
和やその平方根を用いてもよい。
In addition, although we used the accumulation of prediction errors to determine the prediction direction,
This may be an accumulation of difference values. Further, although the accumulation of prediction errors is determined by the sum of absolute values, the sum of the squares of prediction errors or the square root thereof may also be used.

第5図(b)は本実施例における復号器の構成図である
。復号の際に鑑す、復号回路(量子化器7、係数復元器
8、直交変換器9、DPCMデコーダ10)が1ブロッ
ク分の復号計算を行なった後、予測方向設定器13があ
らかじめ定めておいた方向の中から判定コードにより並
びかえる。
FIG. 5(b) is a block diagram of the decoder in this embodiment. In consideration of decoding, after the decoding circuit (quantizer 7, coefficient restorer 8, orthogonal transformer 9, DPCM decoder 10) performs decoding calculations for one block, the prediction direction setter 13 The order is rearranged according to the judgment code from among the directions placed.

本発明は上記実施例に示すほか、種々の態様に構成する
ことができる。
The present invention can be configured in various ways other than those shown in the above embodiments.

例えば上記実施例では、ブロックの分割を8×8画素毎
としたが、ブロックの大きさは任意である。また、量子
化の方法はゼロである係数の個数と非ゼロ係数の値を合
わせて量子化する方法を用いるとしたが、本方式は量子
化の方法には依らない。
For example, in the above embodiment, the blocks are divided into 8×8 pixels, but the size of the blocks is arbitrary. Further, although the quantization method uses a method of quantizing the number of zero coefficients and the value of non-zero coefficients together, this method does not depend on the quantization method.

発明の詳細 な説明したように、本発明によれば、直交変換係数を従
来より集中させることができ、より効率の高い符号化を
行なうことができる。
As described in detail, according to the present invention, orthogonal transform coefficients can be concentrated more than before, and more efficient encoding can be performed.

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

第1図(a)(b)は本発明の第1の実施例における映
像信号の高能率符号化方法を説明するための符号器(a
)、復号器(b)の構成図、第2図(a−1) (a−
2) (b−1) (b−2)は同実施例におけるブロ
ック内の予測方向(a−1)(b−1)と、差分信号の
周波数成分の分布(a−2)(b−2)との関係を説明
するためのサンプリングパターン図、第3図は同実施例
における直交変換係数の量子化範囲の決定方法を示した
図、第4図は本発明の第2の実施例における直交変換係
数の量子化範囲の決定方法を示した図、第5図(a)(
b)は本発明の第3の実施例における直交変換係数の量
子化範囲の決定方法((a)は縦方向、 (b)は横方
向)を示した図、第6図(a)(b)は本発明の第3の
実施例における映像信号の高能率符号化方法を説明する
ための符号器(a)、復号器(b)の構成図、第7図は
直交変換係数行列の説明図、第8図〜第10図は従来の
直交変換係数の量子化範囲の決定方法を示した図である
。 200.ブロック内DPCMエンコーダ、311.直交
変換器、12.、、予測方向判定器。 代理人の氏名 弁理士 粟野重孝 はか1名第 ! 図 第 図 第 図 第 図 (CL) 瘍 図 富 図 (α−T) スカラロνり (α−2) 第 図 第 国 1km波 嘉周オ 第 図 第!O図
FIGS. 1(a) and 1(b) show an encoder (a) for explaining a high-efficiency encoding method for video signals in the first embodiment of the present invention.
), Block diagram of decoder (b), Figure 2 (a-1) (a-
2) (b-1) (b-2) is the prediction direction (a-1) (b-1) in the block in the same example and the distribution of frequency components of the difference signal (a-2) (b-2 ), FIG. 3 is a diagram showing a method for determining the quantization range of orthogonal transform coefficients in the same embodiment, and FIG. A diagram showing a method for determining the quantization range of transform coefficients, Figure 5 (a) (
b) is a diagram showing the method for determining the quantization range of orthogonal transform coefficients in the third embodiment of the present invention ((a) is in the vertical direction, (b) is in the horizontal direction); ) is a block diagram of an encoder (a) and a decoder (b) for explaining the high-efficiency encoding method of a video signal in the third embodiment of the present invention, and FIG. 7 is an explanatory diagram of an orthogonal transform coefficient matrix. , and FIGS. 8 to 10 are diagrams showing a conventional method for determining the quantization range of orthogonal transform coefficients. 200. Intra-block DPCM encoder, 311. Orthogonal transformer, 12. ,,Prediction direction determiner. Name of agent: Patent attorney Shigetaka Awano Haka 1st person! Figure Figure Figure Figure Figure (CL) Tumor Map (α-T) Scararo νri (α-2) Figure Figure Country 1km Wave Kashuo Figure Figure! O diagram

Claims (4)

【特許請求の範囲】[Claims] (1)平行四辺形のブロックにより画面を分割し各ブロ
ック内を符号化する方法において、ブロック内の信号に
対し直交変換を行なう前に、同ブロック内において予測
符号化を行ない、その差分信号に対し直交変換を行なう
ことを特徴とする映像信号の高能率符号化方法。
(1) In a method of dividing the screen into parallelogram blocks and encoding each block, before performing orthogonal transformation on the signal within the block, predictive encoding is performed within the block, and the difference signal is A highly efficient encoding method for a video signal, characterized by performing orthogonal transformation on the video signal.
(2)各ブロック内の予測方向を、ブロックの境界を形
成する縦横いずれかの1辺と平行に、かつ各々の列また
は行について同方向に定めることを特徴とする請求項1
記載の映像信号の高能率符号化方法。
(2) Claim 1 characterized in that the prediction direction within each block is set parallel to one vertical or horizontal side forming the boundary of the block, and in the same direction for each column or row.
A highly efficient encoding method of a video signal as described above.
(3)各ブロック内の予測方向を、あらかじめ定めてお
いた数種類の中から、それぞれに対して求められる1ブ
ロック内の予測誤差の累積を比較することにより適応的
に選択することを特徴とする請求項1記載の映像信号の
高能率符号化方法。
(3) The prediction direction within each block is adaptively selected from several predetermined types by comparing the cumulative prediction error within one block obtained for each type. A highly efficient encoding method for a video signal according to claim 1.
(4)各ブロック内の直交変換係数のスキャン方向を、
予測方向が縦方向の場合は横方向に、予測方向が横方向
の場合は縦方向にそれぞれ選択することを特徴とする請
求項2記載の映像信号の高能率符号化方法。
(4) The scan direction of orthogonal transform coefficients in each block is
3. The high-efficiency encoding method of a video signal according to claim 2, wherein when the prediction direction is vertical, the horizontal direction is selected, and when the prediction direction is horizontal, the vertical direction is selected.
JP1072441A 1989-03-24 1989-03-24 Highly efficient encoding method for video signal Pending JPH02250581A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1072441A JPH02250581A (en) 1989-03-24 1989-03-24 Highly efficient encoding method for video signal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1072441A JPH02250581A (en) 1989-03-24 1989-03-24 Highly efficient encoding method for video signal

Publications (1)

Publication Number Publication Date
JPH02250581A true JPH02250581A (en) 1990-10-08

Family

ID=13489381

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1072441A Pending JPH02250581A (en) 1989-03-24 1989-03-24 Highly efficient encoding method for video signal

Country Status (1)

Country Link
JP (1) JPH02250581A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009027541A (en) * 2007-07-20 2009-02-05 Ntt Docomo Inc Image encoding device and its method and program, and image decoding device and its method and program
JP2009513056A (en) * 2005-10-21 2009-03-26 韓國電子通信研究院 Video encoding / decoding apparatus and method using adaptive scanning
JP2010063191A (en) * 2002-11-13 2010-03-18 Sony Electronics Inc Video texture information decoding apparatus and method
JP2012023514A (en) * 2010-07-14 2012-02-02 Nippon Hoso Kyokai <Nhk> Encoding device and decoding device adaptively determining scan order of orthogonal transform coefficient

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010063191A (en) * 2002-11-13 2010-03-18 Sony Electronics Inc Video texture information decoding apparatus and method
JP2009513056A (en) * 2005-10-21 2009-03-26 韓國電子通信研究院 Video encoding / decoding apparatus and method using adaptive scanning
US8199819B2 (en) 2005-10-21 2012-06-12 Electronics And Telecommunications Research Institute Apparatus and method for encoding and decoding moving picture using adaptive scanning
US8520729B2 (en) 2005-10-21 2013-08-27 Electronics And Telecommunications Research Institute Apparatus and method for encoding and decoding moving picture using adaptive scanning
US9118892B2 (en) 2005-10-21 2015-08-25 Electronics And Telecommunications Research Institute Apparatus and method for encoding and decoding moving picture using adaptive scanning
US9838714B2 (en) 2005-10-21 2017-12-05 Electronics And Telecommunications Research Institute Apparatus and method for encoding and decoding moving picture using adaptive scanning
US10187660B2 (en) 2005-10-21 2019-01-22 Electronics And Telecommunications Research Institute Apparatus and method for encoding and decoding moving picture using adaptive scanning
US10575016B2 (en) 2005-10-21 2020-02-25 Electronics And Telecommunications Research Institute Apparatus and method for encoding and decoding moving picture using adaptive scanning
US11134274B2 (en) 2005-10-21 2021-09-28 Electronics And Telecommunications Research Institute Apparatus and method for encoding and decoding moving picture using adaptive scanning
US11729423B2 (en) 2005-10-21 2023-08-15 Electronics And Telecommunications Research Institute Apparatus and method for encoding and decoding moving picture using adaptive scanning
JP2009027541A (en) * 2007-07-20 2009-02-05 Ntt Docomo Inc Image encoding device and its method and program, and image decoding device and its method and program
JP2012023514A (en) * 2010-07-14 2012-02-02 Nippon Hoso Kyokai <Nhk> Encoding device and decoding device adaptively determining scan order of orthogonal transform coefficient

Similar Documents

Publication Publication Date Title
US7869502B2 (en) Video coder providing implicit coefficient prediction and scan adaptation for image coding and intra coding of video
EP0349847B1 (en) Method of and apparatus for compressing image data
US20070165713A1 (en) Method and device for encoding blocks of values
US6173080B1 (en) Prediction method for discrete cosine transform coefficient
JPH10243396A (en) Adaptive quantization method and method for encoding video signal data and system for encoding sampling-processed video signal data
CN109510987B (en) Method and device for determining coding tree node division mode and coding equipment
US20140098863A1 (en) Video coder providing implicit coefficient prediction and scan adaptation for image coding and intra coding of video
US20230319265A1 (en) Intra prediction method and device, decoder, and encoder
JPH02250581A (en) Highly efficient encoding method for video signal
EP1691560B1 (en) Video coder providing implicit coefficient prediction for image coding and intra coding of video
US8045816B2 (en) Image quantization method and apparatus with color distortion removing quantization matrix
US7843997B2 (en) Context adaptive variable length code decoder for decoding macroblock adaptive field/frame coded video data
JP2001061149A (en) Image coder of switching frame structure/field structure
JPH02122767A (en) Encoding/decoding system for picture signal
KR100543611B1 (en) Intra coding method
EP3301917A1 (en) Method and apparatus for spatial guided prediction
JP7449253B2 (en) Encoding device, decoding device and program
US20230049569A1 (en) Method and apparatus for controlling coding tools
JPH11103463A (en) Picture encoding method and storage medium
EP1887804A2 (en) Video coder providing implicit coefficient predication and scan adaption for image coding and intra coding of video
JP2022186939A (en) Encoder, decoder and program
JPH07264591A (en) Scanning method for original image data
Bhujade et al. An Extensive Survey on Compression Algorithm for Neural Network Algorithm
JPH06350856A (en) Picture encoding device
JPH07111592A (en) High efficiency encoding method