JP2018121318A - Encoder, decoder and program - Google Patents

Encoder, decoder and program Download PDF

Info

Publication number
JP2018121318A
JP2018121318A JP2017026529A JP2017026529A JP2018121318A JP 2018121318 A JP2018121318 A JP 2018121318A JP 2017026529 A JP2017026529 A JP 2017026529A JP 2017026529 A JP2017026529 A JP 2017026529A JP 2018121318 A JP2018121318 A JP 2018121318A
Authority
JP
Japan
Prior art keywords
intra prediction
orthogonal transform
image
unit
residual 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.)
Granted
Application number
JP2017026529A
Other languages
Japanese (ja)
Other versions
JP7202769B2 (en
Inventor
俊輔 岩村
Shunsuke Iwamura
俊輔 岩村
市ヶ谷 敦郎
Atsuro Ichigaya
敦郎 市ヶ谷
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.)
Japan Broadcasting Corp
Original Assignee
Nippon Hoso Kyokai NHK
Japan Broadcasting 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 Nippon Hoso Kyokai NHK, Japan Broadcasting Corp filed Critical Nippon Hoso Kyokai NHK
Publication of JP2018121318A publication Critical patent/JP2018121318A/en
Priority to JP2021167016A priority Critical patent/JP7246449B2/en
Application granted granted Critical
Publication of JP7202769B2 publication Critical patent/JP7202769B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce increase of entropy in intra-prediction, even when using a reference pixel on the underside or the right side.SOLUTION: An encoder 1 includes an intra-prediction section 14a configured to generate a prediction image by using an intra-prediction mode, a residual signal generation section 14b configured to generate a residual signal by the difference of the prediction image and the original image, and an orthogonal transformation section 14c configured to perform orthogonal transformation processing of the residual signal, after inverting the base of at least one of the horizontal direction and the vertical direction, when the intra-prediction section 14a generates a prediction image by using a reference pixel located on at least one of the right side and the underside.SELECTED DRAWING: Figure 3

Description

本発明は、符号化装置、復号装置及びプログラムに関する。   The present invention relates to an encoding device, a decoding device, and a program.

H.265/HEVC(High Efficiency Video Coding)
に代表される動画像(映像)符号化方式では、フレーム間の時間的相関を利用したインタ
ー予測及びフレーム内の空間的相関を利用したイントラ予測の2種類の予測を切り替えな
がら予測を行って残差信号を生成した後、直交変換処理やループフィルタ処理やエントロ
ピー符号化処理を行い得られたストリームを出力するように構成されている。
H.265 / HEVC (High Efficiency Video Coding)
In a moving image (video) encoding method represented by the above, prediction is performed while switching between two types of prediction, inter prediction using temporal correlation between frames and intra prediction using spatial correlation within a frame. After the difference signal is generated, a stream obtained by performing orthogonal transform processing, loop filter processing, and entropy encoding processing is output.

HEVCにおけるイントラ予測では、Planer予測やDC予測や方向予測の計35
種類のモードが用意されており、エンコーダで決定されたモードに従って、隣接する復号
済み参照画素を用いてイントラ予測を行うように構成されている。
In the intra prediction in HEVC, a total of 35 of the Planer prediction, the DC prediction, and the direction prediction.
Different types of modes are prepared and configured to perform intra prediction using adjacent decoded reference pixels according to the mode determined by the encoder.

ここで、イントラ予測では、フレーム内で最も左上に位置する符号化対象ブロック(以
下、「CU:Coding Unit」と呼ぶ)等、隣接する復号済み参照画素が存在し
ないCUでは、規定した値(10ビットの動画像であれば「512」)を埋める処理によ
り、予測画像を生成する際に用いる参照画素を作り出すように構成されている。
Here, in intra prediction, a specified value (10) for a CU in which there is no adjacent decoded reference pixel, such as a coding target block (hereinafter referred to as “CU: Coding Unit”) located at the upper left in the frame. In the case of a bit moving image, “512”) is embedded to create a reference pixel used when generating a predicted image.

また、従来のHEVCでは、符号化処理が、左上からラスタースキャン順に行われるた
めに、参照画素が復号済みでない場合がある。このような場合には、最も近い復号済み参
照画素を0次外挿した値を用いて予測画像を生成するように構成されている。
Further, in the conventional HEVC, since the encoding process is performed in the order of raster scan from the upper left, the reference pixel may not be decoded. In such a case, a predicted image is generated using a value obtained by extrapolating the nearest decoded reference pixel by zero order.

とりわけ、従来のHEVCにおけるイントラ予測では、図8(a)に示すラスタースキ
ャン順による符号化処理により、TUの分割形状によりフレームの端以外でも、CUの左
下や右上に位置する参照画素が復号済みでない場合が多く(図8(b)参照)、このよう
な場合に、復号済みでない参照画素が存在する方向からの方向予測を行うと予測精度が低
下し、符号化効率が低減してしまうという問題点があった。
In particular, in the intra prediction in the conventional HEVC, the reference pixels located at the lower left and upper right of the CU have been decoded by the encoding process in the raster scan order shown in FIG. There are many cases (see FIG. 8B), and in such a case, performing direction prediction from a direction in which reference pixels that have not been decoded exist predicts that the prediction accuracy decreases and the coding efficiency decreases. There was a problem.

かかる問題点を解決するために、イントラ予測において、CU内に存在する複数の変換
ブロック(以下、「TU:Transform Unit」と呼ぶ)に対する符号化処理
順として、ラスタースキャン順(例えば、Z型)の他、U型やX型等の符号化順に自由度
を持たせることによって予測精度の向上を図る技術が知られている(非特許文献1参照)
In order to solve such a problem, in intra prediction, a raster scan order (for example, Z-type) is used as an encoding process order for a plurality of transform blocks (hereinafter referred to as “TU: Transform Unit”) existing in a CU. In addition, there is known a technique for improving the prediction accuracy by providing a degree of freedom in the encoding order such as U type and X type (see Non-Patent Document 1).
.

なお、図8(a)及び図8(b)の例では、左下から右上に向かう方向(図8(a)及
び図8(b)における破線矢印が示す方向の逆方向)において方向予測を行うように構成
されており、左下の参照画素を用いて、破線矢印上の画素を予測する。なお、本明細書の
図において、イントラ予測モードの方向(予測方向)を示す矢印は、HEVC規格書にお
ける記載と同様に、イントラ予測の対象の画素から参照画素に向かうものとする(以下同
様)。
In the example of FIGS. 8A and 8B, the direction prediction is performed in the direction from the lower left to the upper right (the direction opposite to the direction indicated by the dashed arrow in FIGS. 8A and 8B). The pixel on the broken line arrow is predicted using the lower left reference pixel. In the drawings of the present specification, the arrow indicating the direction (prediction direction) of the intra prediction mode is assumed to be directed from the pixel subject to intra prediction to the reference pixel, as described in the HEVC standard (the same applies hereinafter). .

望月等、「平均値座標に基づいた適用イントラ予測方式」、情報処理学会研究報告、vol、2012-AVM-77、No.12Mochizuki et al., “Applied Intra Prediction Method Based on Average Coordinates”, Information Processing Society of Japan, Vol. 2012-AVM-77, No. 12

従来のHEVCでは、図9に示すように、イントラ予測が空間的に隣接する上側又は左
側の復号済み参照画素を利用した予測であり、復号済み参照画素に近い位置の予測画像の
精度が高く、復号済み参照画素から遠い位置の予測画像の精度が低くなる傾向にあること
を利用し、復号済み参照画素の位置する左側及び上側方向から水平及び垂直方向に離散サ
イン変換(以下、「DST」と呼ぶ)或いは離散コサイン変換(以下、「DCT」と呼ぶ
)等の直交変換を適用し、残差信号のエントロピーを減少させている。
In the conventional HEVC, as shown in FIG. 9, intra prediction is prediction using the upper or left decoded reference pixels that are spatially adjacent, and the accuracy of the predicted image near the decoded reference pixels is high, Using the tendency that the accuracy of the predicted image far from the decoded reference pixel tends to be low, the discrete sine transform (hereinafter referred to as “DST”) from the left side and the upper side where the decoded reference pixel is located to the horizontal and vertical directions. Or orthogonal transform such as discrete cosine transform (hereinafter referred to as “DCT”) is applied to reduce the entropy of the residual signal.

特に、DSTのインパルス応答の形状は、図10に示すように、一端が閉じており他端
が広がるような非対称な形状をしているため、図11に示すように、生成された残差信号
の信号強度に合わせてDSTを適用することで、エントロピーの減少を効果的に行うこと
ができる。
In particular, the shape of the impulse response of the DST has an asymmetric shape in which one end is closed and the other end is widened as shown in FIG. 10, so that the generated residual signal is shown in FIG. By applying DST in accordance with the signal strength, it is possible to effectively reduce entropy.

上述のように、非特許文献1に記載されている技術では、イントラ予測において、下側
又は右側の参照画素を用いるケースがある。
As described above, in the technique described in Non-Patent Document 1, there are cases where lower or right reference pixels are used in intra prediction.

かかるケースでは、残差信号において、参照画素の位置に近い下側や右側の信号強度が
小さくなり、参照画素の位置から遠い上側や左側の信号強度が高くなる傾向となるため、
通常通りに直交変換を適用すると、エントロピーが増大してしまう場合があり、これが符
号化効率を低下させる原因となってしまうという問題点があった。
In such a case, in the residual signal, the signal strength on the lower side and the right side close to the position of the reference pixel decreases, and the signal strength on the upper side and the left side far from the position of the reference pixel tends to increase.
When orthogonal transformation is applied as usual, entropy may increase, which causes a problem of reducing encoding efficiency.

そこで、本発明は、上述した課題を解決するためになされたものであり、イントラ予測
において、下側又は右側の参照画素を用いる場合であっても、エントロピーの増大を低減
させることができる符号化装置、復号装置及びプログラムを提供することを目的とする。
Therefore, the present invention has been made to solve the above-described problem, and is an encoding that can reduce an increase in entropy even when a lower or right reference pixel is used in intra prediction. An object is to provide a device, a decoding device, and a program.

本発明の第1の特徴は、動画像を構成するフレーム単位の原画像を符号化対象ブロック
に分割して符号化するように構成されている符号化装置であって、イントラ予測モードを
用いて予測画像を生成するように構成されているイントラ予測部と、前記予測画像と原画
像との差分により残差信号を生成するように構成されている残差信号生成部と、前記イン
トラ予測部が、右側及び下側の少なくとも一方に位置する参照画素を用いて前記予測画像
を生成した場合に、前記残差信号に対して、水平方向及び垂直方向の少なくとも一方の基
底を反転させた上で直交変換処理を施すように構成されている直交変換部とを具備するこ
とを要旨とする。
A first feature of the present invention is an encoding device configured to divide and encode an original image in frame units constituting a moving image into encoding target blocks, and uses an intra prediction mode. An intra prediction unit configured to generate a prediction image, a residual signal generation unit configured to generate a residual signal based on a difference between the prediction image and the original image, and the intra prediction unit When the predicted image is generated using reference pixels located on at least one of the right side and the lower side, the base is orthogonal to the residual signal by inverting at least one base in the horizontal direction and the vertical direction. The gist of the present invention is to include an orthogonal transform unit configured to perform transform processing.

本発明の第2の特徴は、動画像を構成するフレーム単位の原画像を符号化対象ブロック
に分割して復号するように構成されている復号装置であって、イントラ予測モードを用い
て予測画像を生成するように構成されているイントラ予測部と、前記イントラ予測部が、
右側及び下側の少なくとも一方に位置する参照画素を用いて前記予測画像を生成した場合
に、水平方向及び垂直方向の少なくとも一方の基底を反転させた上で変換係数に対して逆
直交変換処理を施すことによって残差信号を生成するように構成されている逆変換部とを
具備することを要旨とする。
A second feature of the present invention is a decoding apparatus configured to divide a frame-unit original image constituting a moving image into decoding target blocks and decode the predicted image using an intra prediction mode. An intra prediction unit configured to generate and the intra prediction unit,
When the predicted image is generated using reference pixels located on at least one of the right side and the lower side, an inverse orthogonal transform process is performed on the transform coefficient after inverting at least one base in the horizontal direction and the vertical direction. And an inverse transform unit configured to generate a residual signal.

本発明の第3の特徴は、動画像を構成するフレーム単位の原画像を符号化対象ブロック
に分割して符号化するように構成されている符号化装置であって、イントラ予測モードを
用いて予測画像を生成するように構成されているイントラ予測部と、前記予測画像と原画
像との差分により残差信号を生成するように構成されている残差信号生成部と、前記イン
トラ予測部が、右側及び下側の少なくとも一方に位置する参照画素を用いて前記予測画像
を生成した場合に、前記残差信号を水平方向及び垂直方向の少なくとも一方に反転した上
で直交変換処理を施すように構成されている直交変換部とを具備することを要旨とする。
A third feature of the present invention is an encoding device configured to divide and encode an original image in frame units constituting a moving image into encoding target blocks, and uses an intra prediction mode. An intra prediction unit configured to generate a prediction image, a residual signal generation unit configured to generate a residual signal based on a difference between the prediction image and the original image, and the intra prediction unit When the predicted image is generated using reference pixels located on at least one of the right side and the lower side, the residual signal is inverted in at least one of the horizontal direction and the vertical direction and then subjected to orthogonal transform processing. The gist of the present invention is to include a configured orthogonal transform unit.

本発明の第4の特徴は、動画像を構成するフレーム単位の原画像を符号化対象ブロック
に分割して復号するように構成されている復号装置であって、イントラ予測モードを用い
て予測画像を生成するように構成されているイントラ予測部と、前記イントラ予測部が、
右側及び下側の少なくとも一方に位置する参照画素を用いて前記予測画像を生成した場合
に、変換係数に逆直交変換処理を施すことで得られる信号を水平方向及び垂直方向の少な
くとも一方に反転することによって残差信号を生成するように構成されている逆変換部と
を具備することを要旨とする。
A fourth feature of the present invention is a decoding apparatus configured to divide a frame-unit original image constituting a moving image into decoding target blocks and decode the prediction image using an intra prediction mode. An intra prediction unit configured to generate and the intra prediction unit,
When the predicted image is generated using reference pixels located on at least one of the right side and the lower side, a signal obtained by performing an inverse orthogonal transform process on the transform coefficient is inverted to at least one of the horizontal direction and the vertical direction. And an inverse transform unit configured to generate a residual signal.

本発明の第5の特徴は、コンピュータを、上述の第1又は第3の特徴に記載の符号化装
置として機能させるためのプログラムであることを要旨とする。
The fifth feature of the present invention is summarized as being a program for causing a computer to function as the encoding device described in the first or third feature.

本発明の第6の特徴は、コンピュータを、上述の第2又は第4の特徴に記載の復号装置
として機能させるためのプログラムであることを要旨とする。
The gist of the sixth feature of the present invention is that it is a program for causing a computer to function as the decoding device described in the second or fourth feature.

本発明によれば、イントラ予測において、下側又は右側の参照画素を用いる場合であっ
ても、エントロピーの増大を低減させることができる符号化装置、復号装置及びプログラ
ムを提供することができる。
ADVANTAGE OF THE INVENTION According to this invention, even if it is a case where a lower or right side reference pixel is used in intra prediction, the encoding apparatus, decoding apparatus, and program which can reduce an entropy increase can be provided.

図1は、第1の実施形態に係る符号化装置1の機能ブロック図である。FIG. 1 is a functional block diagram of an encoding apparatus 1 according to the first embodiment. 図2は、第1の実施形態においてTU分割が行われる場合のイントラ予測の一例を示す図である。FIG. 2 is a diagram illustrating an example of intra prediction when TU partitioning is performed in the first embodiment. 図3は、第1の実施形態に係る符号化装置1の動作を示すフローチャートである。FIG. 3 is a flowchart showing the operation of the encoding apparatus 1 according to the first embodiment. 図4は、第1の実施形態に係る復号装置3の機能ブロック図である。FIG. 4 is a functional block diagram of the decoding device 3 according to the first embodiment. 図5は、第1の実施形態に係る復号装置3の動作を示すフローチャートである。FIG. 5 is a flowchart showing the operation of the decoding device 3 according to the first embodiment. 図6は、第2の実施形態に係る符号化装置1の動作を示すフローチャートである。FIG. 6 is a flowchart showing the operation of the encoding apparatus 1 according to the second embodiment. 図7は、第2の実施形態に係る復号装置3の動作を示すフローチャートである。FIG. 7 is a flowchart showing the operation of the decoding device 3 according to the second embodiment. 図8は、従来のHEVCについて説明するための図である。FIG. 8 is a diagram for explaining a conventional HEVC. 図9は、従来のHEVCについて説明するための図である。FIG. 9 is a diagram for explaining a conventional HEVC. 図10は、従来のHEVCについて説明するための図である。FIG. 10 is a diagram for explaining a conventional HEVC. 図11は、従来のHEVCについて説明するための図である。FIG. 11 is a diagram for explaining the conventional HEVC.

(第1の実施形態)
以下、図1〜図5を参照して、本発明の第1の実施形態に係る符号化装置1及び復号装
置3について説明する。ここで、本実施形態に係る符号化装置1及び復号装置3は、HE
VC等の動画像符号化方式におけるイントラ予測に対応するように構成されている。なお
、本実施形態に係る符号化装置1及び復号装置3は、イントラ予測を行う動画像符号化方
式であれば、任意の動画像符号化方式に対応することができるように構成されている。
(First embodiment)
Hereinafter, the encoding device 1 and the decoding device 3 according to the first embodiment of the present invention will be described with reference to FIGS. Here, the encoding device 1 and the decoding device 3 according to this embodiment are HE
It is configured to support intra prediction in a moving picture coding scheme such as VC. Note that the encoding device 1 and the decoding device 3 according to the present embodiment are configured to be compatible with any video encoding scheme as long as the video encoding scheme performs intra prediction.

本実施形態に係る符号化装置1は、動画像を構成するフレーム単位の原画像をCUに分
割して符号化するように構成されている。また、本実施形態に係る符号化装置1は、CU
を複数のTUに分割することができるように構成されていてもよい。以下、本実施形態で
は、CUを複数のTUに分割するケースを例に挙げて説明するが、本発明は、CUを複数
のTUに分割しないケースにも適用可能である。
The encoding apparatus 1 according to the present embodiment is configured to divide and encode a frame-unit original image constituting a moving image into CUs. In addition, the encoding apparatus 1 according to the present embodiment includes a CU
May be divided into a plurality of TUs. Hereinafter, in the present embodiment, a case where a CU is divided into a plurality of TUs will be described as an example. However, the present invention is also applicable to a case where a CU is not divided into a plurality of TUs.

なお、本実施形態では、フレーム内で最も左上に位置するCU等、隣接する復号済み参
照画素が存在しない符号化対象のCUでは、規定した値(10ビットの動画像であれば「
512」)を埋める処理により、予測画像を生成する際に用いる参照画素を作り出すよう
に構成されているため、符号化対象のCUの左側に隣接する画素について全て参照画素と
することができるものとする。
In the present embodiment, for a CU to be encoded that does not have an adjacent decoded reference pixel, such as the CU located at the upper left in the frame, a specified value (if a 10-bit moving image is “
512 ”) is created so as to generate reference pixels to be used when generating a predicted image, so that all pixels adjacent to the left side of the CU to be encoded can be used as reference pixels. To do.

図1に示すように、本実施形態に係る符号化装置1は、イントラ予測モード決定部11
と、TU分割決定部12と、符号化順制御部13と、逐次局部復号画像生成部14と、メ
モリ15と、エントロピー符号化部16とを具備している。
As illustrated in FIG. 1, the encoding device 1 according to the present embodiment includes an intra prediction mode determination unit 11.
A TU partition determination unit 12, a coding order control unit 13, a sequential local decoded image generation unit 14, a memory 15, and an entropy coding unit 16.

イントラ予測モード決定部11は、CUに適用する最適なイントラ予測モードを決定す
るように構成されている。
The intra prediction mode determination unit 11 is configured to determine an optimal intra prediction mode to be applied to the CU.

TU分割決定部12は、CUを複数のTUに分割するか否かについて決定するように構
成されている。なお、本実施形態では、CUを複数のTUに分割する方法として、4分割
のケースを例に挙げて説明しているが、CUを複数のTUに分割する際の分割数や分割形
状については、かかるケースに制限されるものではない。
The TU partition determination unit 12 is configured to determine whether to divide a CU into a plurality of TUs. In this embodiment, as a method of dividing a CU into a plurality of TUs, a case of four divisions is described as an example. However, regarding the number of divisions and division shapes when a CU is divided into a plurality of TUs. However, it is not limited to such a case.

符号化順制御部13は、イントラ予測モード(例えば、イントラ予測モードの方向)に
基づいてCU内のTUの符号化順を決定するように構成されている。
The encoding order control unit 13 is configured to determine the encoding order of the TUs in the CU based on the intra prediction mode (for example, the direction of the intra prediction mode).

具体的には、符号化順制御部13は、TU分割決定部12によってCUを複数のTUに
分割することが決定された場合に、図2(a)〜図2(d)に示すように、イントラ予測
モード決定部11によって決定されたイントラ予測モードの方向が左下から右上に向かう
方向である場合(すなわち、左下から右上に向かって方向予測が行われる場合)に、CU
内のTUの符号化順として、従来のラスタースキャン順(図8(a)に示すようなZ型)
でなく、TU#A3(CU#A内の左下のTU)→TU#A4(CU#A内の右下のTU
)→TU#A1(CU#A内の左上のTU)→TU#A2(CU#A内の右上のTU)と
いう符号化順、或いは、TU#A3(CU#A内の左下のTU)→TU#A1(CU#A
内の左上のTU)→TU#A4(CU#A内の右下のTU)→TU#A2(CU#A内の
右上のTU)という符号化順のうち、予め規定した符号化順を採用するように構成されて
いてもよい。
Specifically, when the TU division determination unit 12 determines to divide a CU into a plurality of TUs, the encoding order control unit 13 as illustrated in FIGS. 2 (a) to 2 (d). When the direction of the intra prediction mode determined by the intra prediction mode determination unit 11 is the direction from the lower left to the upper right (that is, when the direction prediction is performed from the lower left to the upper right), the CU
The conventional raster scan order (Z type as shown in FIG. 8 (a))
TU # A3 (lower left TU in CU # A) → TU # A4 (lower right TU in CU # A)
) → TU # A1 (upper left TU in CU # A) → TU # A2 (upper right TU in CU # A) or TU # A3 (lower left TU in CU # A) → TU # A1 (CU # A
Among the coding orders of TU # A4 (TU # A4 (bottom right TU) → TU # A2 (CU #A top right TU)), a predetermined coding order is adopted. It may be configured to.

また、符号化順制御部13は、TU分割決定部12によってCUを複数のTUに分割す
ることが決定された場合で、且つ、イントラ予測モード決定部11によって決定されたイ
ントラ予測モードの方向が右上から左下に向かう方向である場合(すなわち、右上から左
下に向かって方向予測が行われる場合)に、従来のラスタースキャン順(図8(a)に示
すようなZ型)でなく、TU#A2(CU#A内の右上のTU)→TU#A4(CU#A
内の右下のTU)→TU#A1(CU#A内の左上のTU)→TU#A3(CU#A内の
左下のTU)という符号化順、或いは、TU#A2(CU#A内の右上のTU)→TU#
A1(CU#A内の左上のTU)→TU#A4(CU#A内の右下のTU)→TU#A3
(CU#A内の左下のTU)という符号化順のうち、予め規定した符号化順を採用するよ
うに構成されていてもよい。
In addition, the encoding order control unit 13 determines that the TU partition determination unit 12 determines to divide a CU into a plurality of TUs, and the intra prediction mode direction determined by the intra prediction mode determination unit 11 is When the direction is from the upper right to the lower left (that is, when direction prediction is performed from the upper right to the lower left), instead of the conventional raster scan order (Z type as shown in FIG. 8A), TU # A2 (upper right TU in CU # A) → TU # A4 (CU # A
TU # A1 (upper left TU in CU # A) → TU # A3 (lower left TU in CU # A) or TU # A2 (in CU # A) TU at the top right of) → TU #
A1 (upper left TU in CU # A) → TU # A4 (lower right TU in CU # A) → TU # A3
Of the encoding orders (lower left TU in CU # A), a predetermined encoding order may be adopted.

逐次局部復号画像生成部14は、符号化順制御部13によって決定された符号化順及び
CUのTUへの分割方法に基づいて局部復号画像(TUごとの復号画像)を生成するよう
に構成されている。
The sequential local decoded image generation unit 14 is configured to generate a local decoded image (decoded image for each TU) based on the encoding order determined by the encoding order control unit 13 and the method of dividing the CU into TUs. ing.

具体的には、逐次局部復号画像生成部14は、TU分割決定部12によってCUを複数
のTUに分割することが決定された場合に、符号化順制御部13により決定された符号化
順に従って、逐次、局部復号画像を生成するように構成されている。
Specifically, the sequential local decoded image generation unit 14 follows the encoding order determined by the encoding order control unit 13 when the TU division determination unit 12 determines to divide a CU into a plurality of TUs. The local decoded image is generated sequentially.

図1に示すように、逐次局部復号画像生成部14は、イントラ予測部14aと、残差信
号生成部14bと、直交変換・量子化部14cと、逆量子化部・逆直交変換部14dと、
局部復号画像生成部14eとを具備している。
As shown in FIG. 1, the sequential local decoded image generation unit 14 includes an intra prediction unit 14a, a residual signal generation unit 14b, an orthogonal transform / quantization unit 14c, an inverse quantization unit / inverse orthogonal transform unit 14d, ,
A local decoded image generation unit 14e.

イントラ予測部14aは、イントラ予測モード決定部11により決定されたイントラ予
測モードを用いて予測画像を生成するように構成されている。すなわち、イントラ予測部
14aは、予測画像を生成する際に用いる参照画素の位置を決定するように構成されてい
る。
The intra prediction unit 14a is configured to generate a prediction image using the intra prediction mode determined by the intra prediction mode determination unit 11. That is, the intra prediction unit 14a is configured to determine the position of the reference pixel used when generating a predicted image.

具体的には、イントラ予測部14aは、TU分割決定部12によってCUを複数のTU
に分割することが決定された場合で、図2(a)〜図2(d)に示すように、イントラ予
測モードの方向(予測方向)が左下から右上に向かう方向である場合、TU#A3(CU
#A内の左下のTU)→TU#A4(CU#A内の右下のTU)→TU#A1(CU#A
内の左上のTU)→TU#A2(CU#A内の右上のTU)という符号化順、或いは、T
U#A3(CU#A内の左下のTU)→TU#A1(CU#A内の左上のTU)→TU#
A4(CU#A内の右下のTU)→TU#A2(CU#A内の右上のTU)という符号化
順のうち、予め規定した符号化順で、予測画像を生成するように構成されていてもよい。
Specifically, the intra prediction unit 14a uses the TU partition determination unit 12 to convert a CU into a plurality of TUs.
2 (a) to 2 (d), when the intra prediction mode direction (prediction direction) is the direction from the lower left to the upper right, TU # A3 (CU
TU # A4 (lower right TU in CU # A) → TU # A1 (CU # A)
The upper left TU) → TU # A2 (upper right TU in CU # A), or T
U # A3 (lower left TU in CU # A) → TU # A1 (upper left TU in CU # A) → TU #
Of the coding orders of A4 (lower right TU in CU # A) → TU # A2 (upper right TU in CU # A), a prediction image is generated in a predetermined coding order. It may be.

ここで、イントラ予測部14aは、図2(c)及び図2(d)に示すように、隣接する
下側の参照画素が復号されているTU#A1(CU#A内の左上のTU)及びTU#A2
(CU#A内の右上のTU)については、左側及び下側に隣接する復号済み参照画素を用
いて予測画像を生成するように構成されていてもよい。
Here, as shown in FIG. 2C and FIG. 2D, the intra prediction unit 14a TU # A1 (upper left TU in CU # A) in which the adjacent lower reference pixel is decoded And TU # A2
(Upper right TU in CU # A) may be configured to generate a prediction image using decoded reference pixels adjacent to the left side and the lower side.

また、本実施形態に係る符号化装置1では、イントラ予測部14aは、TU分割決定部
12によってCUを複数のTUに分割することが決定された場合で、且つ、イントラ予測
モードの方向(予測方向)が右上から左下に向かう方向である場合、TU#A2(CU#
A内の右上のTU)→TU#A4(CU#A内の右下のTU)→TU#A1(CU#A内
の左上のTU)→TU#A3(CU#A内の左下のTU)という符号化順、或いは、TU
#A2(CU#A内の右上のTU)→TU#A1(CU#A内の左上のTU)→TU#A
4(CU#A内の右下のTU)→TU#A3(CU#A内の左下のTU)という符号化順
のうち、予め規定した符号化順で、予測画像を生成するように構成されていてもよい。
Also, in the encoding device 1 according to the present embodiment, the intra prediction unit 14a is a case where the TU partition determination unit 12 determines to divide a CU into a plurality of TUs, and the direction of the intra prediction mode (prediction Direction) is a direction from the upper right to the lower left, TU # A2 (CU #
TU # A4 (lower right TU in CU # A) → TU # A1 (upper left TU in CU # A) → TU # A3 (lower left TU in CU # A) Coding order or TU
# A2 (upper right TU in CU # A) → TU # A1 (upper left TU in CU # A) → TU # A
4 (lower right TU in CU # A) → TU # A3 (lower left TU in CU # A) is configured to generate a predicted image in a predetermined coding order. It may be.

ここで、イントラ予測部14aは、隣接する右側の参照画素が復号されているTU#A
1(CU#A内の左上のTU)及びTU#A3(CU#A内の左下のTU)については、
上側及び右側に隣接する復号済み参照画素を用いて、予測画像を生成するように構成され
ていてもよい。
Here, the intra prediction unit 14a performs TU # A in which the adjacent right reference pixel is decoded.
For 1 (upper left TU in CU # A) and TU # A3 (lower left TU in CU # A),
You may be comprised so that a prediction image may be produced | generated using the decoded reference pixel adjacent to the upper side and the right side.

或いは、イントラ予測部14aは、TU#A3(CU#A内の左下のTU)→TU#A
4(CU#A内の右下のTU)→TU#A1(CU#A内の左上のTU)→TU#A2(
CU#A内の右上のTU)という符号化順、或いは、TU#A3(CU#A内の左下のT
U)→TU#A1(CU#A内の左上のTU)→TU#A4(CU#A内の右下のTU)
→TU#A2(CU#A内の右上のTU)という符号化順が用いられる場合には、上側に
隣接する参照画素が復号済みであるTU(分割されたTU群のうち最上段に位置するTU
、図2の例では、TU#A1及びTU#A2)については、CU#A内で共通のイントラ
予測方向でなく、かかるTUの左側や上側や下側に隣接する復号済み参照画素を用いた線
形補間等の予め規定した予測を行うように構成されていてもよい。
Alternatively, the intra prediction unit 14a calculates TU # A3 (lower left TU in CU # A) → TU # A.
4 (lower right TU in CU # A) → TU # A1 (upper left TU in CU # A) → TU # A2 (
The encoding order of TU # A in the upper right TU), or TU # A3 (lower left T in CU # A)
U) → TU # A1 (upper left TU in CU # A) → TU # A4 (lower right TU in CU # A)
→ When the encoding order of TU # A2 (upper right TU in CU # A) is used, the upper adjacent reference pixel is the decoded TU (located in the uppermost stage of the divided TU group) TU
In the example of FIG. 2, for TU # A1 and TU # A2), decoded reference pixels adjacent to the left side, upper side, and lower side of the TU are used instead of the intra prediction direction common in CU # A. You may be comprised so that prediction previously prescribed | regulated, such as linear interpolation, may be performed.

すなわち、イントラ予測部14aは、下側、左側及び上側といった3方向に隣接する復
号済み参照画素を用いて、予測画像を生成するように構成されていてもよい。
That is, the intra prediction unit 14a may be configured to generate a predicted image using decoded reference pixels adjacent in three directions such as the lower side, the left side, and the upper side.

或いは、イントラ予測部14aは、右側、左側及び上側といった3方向に隣接する復号
済み参照画素を用いて、予測画像を生成するように構成されていてもよい。
Alternatively, the intra prediction unit 14a may be configured to generate a predicted image using decoded reference pixels adjacent in three directions such as the right side, the left side, and the upper side.

残差信号生成部14bは、イントラ予測部14aによって生成された予測画像と原画像
との差分により残差信号を生成するように構成されている。
The residual signal generation unit 14b is configured to generate a residual signal based on the difference between the predicted image generated by the intra prediction unit 14a and the original image.

直交変換・量子化部14cは、残差信号生成部14bによって生成された残差信号に対
して直交変換処理及び量子化処理を施し、量子化された変換係数を生成するように構成さ
れている。
The orthogonal transform / quantization unit 14c is configured to perform orthogonal transform processing and quantization processing on the residual signal generated by the residual signal generation unit 14b to generate a quantized transform coefficient. .

ここで、直交変換・量子化部14cは、イントラ予測部14aによって決定された予測
画像を生成する際に用いる参照画素の位置に基づいて、直交変換処理に用いる基底を反転
させるか否かについて判定するように構成されている。
Here, the orthogonal transform / quantization unit 14c determines whether to invert the base used for the orthogonal transform process based on the position of the reference pixel used when generating the predicted image determined by the intra prediction unit 14a. Is configured to do.

例えば、イントラ予測部14aが、右側及び下側の少なくとも一方に位置する参照画素
(すなわち、右側及び下側の少なくとも一方に隣接する参照画素)を用いて予測画像を生
成した場合に、直交変換・量子化部14cは、残差信号生成部14bによって生成された
残差信号に対して、垂直方向及び水平方向の少なくとも一方の基底を反転させた上で直交
変換処理を施すように構成されている。
For example, when the intra prediction unit 14a generates a predicted image using reference pixels located on at least one of the right side and the lower side (that is, reference pixels adjacent to at least one of the right side and the lower side), The quantizing unit 14c is configured to perform orthogonal transform processing on the residual signal generated by the residual signal generating unit 14b after inverting at least one of the bases in the vertical direction and the horizontal direction. .

一方、イントラ予測部14aが、右側及び下側のいずれに位置する参照画素を用いても
予測画像を生成していない場合には、直交変換・量子化部14cは、残差信号生成部14
bによって生成された残差信号に対して、基底を反転させることなく直交変換処理を施す
ように構成されている。
On the other hand, when the intra prediction unit 14a does not generate a predicted image using reference pixels located on either the right side or the lower side, the orthogonal transform / quantization unit 14c includes the residual signal generation unit 14
An orthogonal transform process is performed on the residual signal generated by b without inverting the base.

例えば、イントラ予測部14aが、左側及び下側に位置する参照画素を用いて予測画像
を生成した場合に、直交変換・量子化部14cは、垂直方向の基底を反転した上で直交変
換処理を施すように構成されていてもよい。
For example, when the intra prediction unit 14a generates a predicted image using reference pixels located on the left side and the lower side, the orthogonal transform / quantization unit 14c performs the orthogonal transform process after inverting the base in the vertical direction. You may be comprised so that it may give.

また、イントラ予測部14aが、右側及び上側に位置する参照画素を用いて予測画像を
生成した場合に、直交変換・量子化部14cは、水平方向の基底を反転した上で直交変換
処理を施すように構成されていてもよい。
In addition, when the intra prediction unit 14a generates a prediction image using reference pixels located on the right side and the upper side, the orthogonal transform / quantization unit 14c performs the orthogonal transform process after inverting the horizontal base. It may be configured as follows.

さらに、イントラ予測部14aが、右側及び下側に位置する参照画素を用いて予測画像
を生成した場合に、直交変換・量子化部14cは、垂直方向及び水平方向の基底を反転し
た上で直交変換処理を施すように構成されていてもよい。
Further, when the intra prediction unit 14a generates a prediction image using reference pixels located on the right side and the lower side, the orthogonal transform / quantization unit 14c performs orthogonality after inverting the bases in the vertical direction and the horizontal direction. You may be comprised so that a conversion process may be performed.

なお、イントラ予測部14aが、右側及び下側の少なくとも一方に位置する参照画素を
用いて予測画像を生成した場合で、且つ、適用する直交変換処理が、非対称な直交変換処
理(例えば、DST等)である場合に、直交変換・量子化部14cは、残差信号生成部1
4bによって生成された残差信号に対して、直交変換処理に用いる垂直方向及び水平方向
の少なくとも一方の基底を反転させるように構成されていてもよい。
Note that the intra prediction unit 14a generates a predicted image using reference pixels located on at least one of the right side and the lower side, and the applied orthogonal transform process is an asymmetric orthogonal transform process (for example, DST or the like). ), The orthogonal transform / quantization unit 14c outputs the residual signal generation unit 1
The residual signal generated by 4b may be configured to invert at least one base in the vertical direction and the horizontal direction used for orthogonal transform processing.

すなわち、イントラ予測部14aが、右側及び下側の少なくとも一方に位置する参照画
素を用いて予測画像を生成した場合であっても、適用する直交変換処理が、対称な直交変
換処理(例えば、DCT等)である場合に、直交変換・量子化部14cは、残差信号生成
部14bによって生成された残差信号に対して、直交変換処理に用いる基底を反転させな
いように構成されていてもよい。
That is, even when the intra prediction unit 14a generates a predicted image using reference pixels located on at least one of the right side and the lower side, the applied orthogonal transform process is a symmetric orthogonal transform process (for example, DCT Etc.), the orthogonal transform / quantization unit 14c may be configured not to invert the basis used for the orthogonal transform process with respect to the residual signal generated by the residual signal generation unit 14b. .

また、イントラ予測部14aが、下側、左側及び上側といった3方向に隣接する参照画
素を用いて予測画像を生成した場合、直交変換・量子化部14cは、残差信号生成部14
bによって生成された残差信号に対して、直交変換処理に用いる基底を反転させないよう
に構成されていてもよい。
In addition, when the intra prediction unit 14a generates a prediction image using reference pixels adjacent in three directions such as the lower side, the left side, and the upper side, the orthogonal transform / quantization unit 14c includes the residual signal generation unit 14
The base used for the orthogonal transform process may not be inverted with respect to the residual signal generated by b.

かかる構成によれば、残差信号において、参照画素に近い上側及び下側のどちらにおい
ても信号強度が低くなっている可能性が高いため、上述の反転処理を行わないことで、符
号化装置1の処理量を低減することができる。
According to such a configuration, in the residual signal, there is a high possibility that the signal intensity is low on both the upper side and the lower side close to the reference pixel. Therefore, the encoding apparatus 1 is not performed by performing the above inversion processing. The amount of processing can be reduced.

また、イントラ予測部14aが、右側、左側及び上側といった3方向に隣接する参照画
素を用いて予測画像を生成した場合、直交変換・量子化部14cは、残差信号生成部14
bによって生成された残差信号に対して、直交変換処理に用いる基底を反転させないよう
に構成されていてもよい。
Further, when the intra prediction unit 14a generates a predicted image using reference pixels adjacent in three directions such as the right side, the left side, and the upper side, the orthogonal transform / quantization unit 14c includes the residual signal generation unit 14
The base used for the orthogonal transform process may not be inverted with respect to the residual signal generated by b.

かかる構成によれば、残差信号において、参照画素に近い右側及び左側のどちらにおい
ても信号強度が低くなっている可能性が高いため、上述の反転処理を行わないことで、符
号化装置1の処理量を低減することができる。
According to such a configuration, in the residual signal, there is a high possibility that the signal strength is low on both the right side and the left side close to the reference pixel. Therefore, by performing the above inversion processing, The amount of processing can be reduced.

逆量子化部・逆直交変換部14dは、直交変換・量子化部14cによって生成された量
子化された変換係数に対して、再び逆量子化処理及び逆直交変換処理を施し、残差信号を
生成するように構成されている。
The inverse quantization unit / inverse orthogonal transform unit 14d performs inverse quantization processing and inverse orthogonal transform processing again on the quantized transform coefficient generated by the orthogonal transform / quantization unit 14c, and generates a residual signal. Configured to generate.

ここで、直交変換・量子化部14cが、直交変換処理で用いる基底を反転している場合
には、逆量子化部・逆直交変換部14dは、基底を反転した上で逆直交変換処理を施すよ
うに構成されている。
Here, when the orthogonal transform / quantization unit 14c inverts the base used in the orthogonal transform process, the inverse quantization unit / inverse orthogonal transform unit 14d performs the inverse orthogonal transform process after inverting the base. It is configured to apply.

局部復号画像生成部14eは、逆量子化部・逆直交変換部14dによって生成された残
差信号に対してイントラ予測部14aによって生成された予測画像を加えることで局部復
号画像を生成するように構成されている。
The local decoded image generation unit 14e generates a local decoded image by adding the prediction image generated by the intra prediction unit 14a to the residual signal generated by the inverse quantization unit / inverse orthogonal transformation unit 14d. It is configured.

メモリ15は、逐次局部復号画像生成部14によって生成された局部復号画像を参照画
像として利用可能に保持するように構成されている。
The memory 15 is configured to hold the local decoded image generated by the sequential local decoded image generation unit 14 so that it can be used as a reference image.

エントロピー符号化部16は、イントラ予測モード決定部11によって決定されたイン
トラ予測モード等を含むフラグ情報や量子化された変換係数に対してエントロピー符号化
処理を施してストリーム出力するように構成されている。
The entropy encoding unit 16 is configured to perform entropy encoding processing on flag information including the intra prediction mode determined by the intra prediction mode determination unit 11 and the quantized transform coefficient, and output the stream. Yes.

図3に、本実施形態に係る符号化装置1の動作の一例について説明するためのフローチ
ャートについて示す。
FIG. 3 shows a flowchart for explaining an example of the operation of the encoding apparatus 1 according to the present embodiment.

図3に示すように、ステップS101において、符号化装置1は、CUに適用する最適
なイントラ予測モードを決定する。
As illustrated in FIG. 3, in step S101, the encoding device 1 determines an optimal intra prediction mode to be applied to the CU.

ステップS102において、符号化装置1は、CUを複数のTUに分割するか否かにつ
いて決定する。ステップS102において、CUを複数のTUに分割すると決定された場
合には、本動作は、ステップS103に進む。一方、ステップS102において、CUを
複数のTUに分割しないと決定された場合には、本動作は、ステップS108に進む。
In step S102, the encoding apparatus 1 determines whether to divide a CU into a plurality of TUs. When it is determined in step S102 that the CU is divided into a plurality of TUs, the operation proceeds to step S103. On the other hand, when it is determined in step S102 that the CU is not divided into a plurality of TUs, the operation proceeds to step S108.

ステップS103において、イントラ予測モードの方向が左下から右上に向かう方向或
いは右上から左下に向かう方向であると決定された場合には、本動作は、ステップS10
5に進む。一方、ステップS103において、イントラ予測モードの方向が左下から右上
に向かう方向及び右上から左下に向かう方向以外であると決定された場合には、本動作は
、ステップS104に進む。
When it is determined in step S103 that the direction of the intra prediction mode is the direction from the lower left to the upper right or the direction from the upper right to the lower left, the operation is performed in step S10.
Proceed to 5. On the other hand, when it is determined in step S103 that the direction of the intra prediction mode is other than the direction from the lower left to the upper right and the direction from the upper right to the lower left, the operation proceeds to step S104.

ステップS104において、符号化装置1は、上述の符号化順として、従来のHEVC
で用いられているラスタースキャン順(図8(a)に示すようなZ型)を採用する。
In step S104, the encoding apparatus 1 uses the conventional HEVC as the encoding order described above.
The raster scan order (Z-type as shown in FIG. 8A) used in FIG.

ステップS108において、符号化装置1は、符号化対象のTUに対して、かかるTU
の左側及び上側に隣接する復号済み参照画素を用いて、予め規定した予測を行う。
In step S108, the encoding apparatus 1 performs the TU on the TU to be encoded.
Predetermined prediction is performed using decoded reference pixels adjacent to the left side and the upper side.

イントラ予測モードの方向が左下から右上に向かう方向であると決定された場合(ステ
ップS105)には、ステップS106において、符号化装置1は、上述の符号化順とし
て、TU#A3(CU#A内の左下のTU)→TU#A4(CU#A内の右下のTU)→
TU#A1(CU#A内の左上のTU)→TU#A2(CU#A内の右上のTU)という
符号化順、或いは、TU#A3(CU#A内の左下のTU)→TU#A1(CU#A内の
左上のTU)→TU#A4(CU#A内の右下のTU)→TU#A2(CU#A内の右上
のTU)という符号化順のうち、予め規定した符号化順を採用する。
When it is determined that the direction of the intra prediction mode is the direction from the lower left to the upper right (step S105), in step S106, the encoding device 1 sets TU # A3 (CU # A) as the above-described encoding order. TU # A4 (bottom right TU in CU # A) →
TU # A1 (upper left TU in CU # A) → TU # A2 (upper right TU in CU # A) or TU # A3 (lower left TU in CU # A) → TU # A1 (upper left TU in CU # A) → TU # A4 (lower right TU in CU # A) → TU # A2 (upper right TU in CU # A) in the encoding order defined in advance Encoding order is adopted.

一方、イントラ予測モードの方向が左下から右上に向かう方向でないと決定された場合
(ステップS105)には、ステップS111において、符号化装置1は、上述の符号化
順として、TU#A2(CU#A内の右上のTU)→TU#A4(CU#A内の右下のT
U)→TU#A1(CU#A内の左上のTU)→TU#A3(CU#A内の左下のTU)
という符号化順、或いは、TU#A2(CU#A内の右上のTU)→TU#A1(CU#
A内の左上のTU)→TU#A4(CU#A内の右下のTU)→TU#A3(CU#A内
の左下のTU)という符号化順のうち、予め規定した符号化順を採用する。
On the other hand, when it is determined that the direction of the intra prediction mode is not the direction from the lower left to the upper right (step S105), in step S111, the encoding device 1 uses TU # A2 (CU #) as the encoding order described above. TU in the upper right in A) → TU # A4 (T in the lower right in CU # A)
U) → TU # A1 (upper left TU in CU # A) → TU # A3 (lower left TU in CU # A)
Or TU # A2 (upper right TU in CU # A) → TU # A1 (CU #
Among the coding orders of the upper left TU in A) → TU # A4 (lower right TU in CU # A) → TU # A3 (lower left TU in CU # A), a predetermined coding order is used. adopt.

ステップS107において、符号化装置1は、符号化対象のTUの上側に隣接する参照
画素が復号済みであるか否かについて判定する。ステップS107において、復号済みで
ある場合、本動作は、ステップS109に進み、復号済みでない場合、本動作は、ステッ
プS110に進む。
In step S107, the encoding device 1 determines whether or not the reference pixel adjacent to the upper side of the TU to be encoded has been decoded. In step S107, if the decoding has been completed, the operation proceeds to step S109. If the decoding has not been completed, the operation proceeds to step S110.

ステップS109において、符号化装置1は、符号化対象のTUに対して、かかるTU
の左側及び上側及び下側に隣接する復号済み参照画素を用いて、予め規定した予測を行う
In step S109, the encoding apparatus 1 performs the TU on the TU to be encoded.
Predetermined prediction is performed using decoded reference pixels adjacent to the left side, upper side, and lower side.

ステップS110において、符号化装置1は、符号化対象のTUに対して、かかるTU
の左側及び下側に隣接する復号済み参照画素を用いて、予め規定した予測を行う。
In step S110, the encoding device 1 performs the TU on the TU to be encoded.
Predetermined prediction is performed using the decoded reference pixels adjacent to the left side and the lower side.

ステップS112において、符号化装置1は、符号化対象のTUの左側に隣接する参照
画素が復号済みであるか否かについて判定する。ステップS112において、復号済みで
ある場合、本動作は、ステップS113に進み、復号済みでない場合、本動作は、ステッ
プS114に進む。
In step S112, the encoding device 1 determines whether or not the reference pixel adjacent to the left side of the TU to be encoded has been decoded. In step S112, when the decoding has been completed, the operation proceeds to step S113. When the decoding has not been completed, the operation proceeds to step S114.

ステップS113において、符号化装置1は、符号化対象のTUに対して、かかるTU
の左側及び上側及び右側に隣接する復号済み参照画素を用いて、予め規定した予測を行う
In step S113, the encoding apparatus 1 performs the TU on the TU to be encoded.
Predetermined prediction is performed using decoded reference pixels adjacent to the left side, the upper side, and the right side.

ステップS114において、符号化装置1は、符号化対象のTUに対して、かかるTU
の右側及び上側に隣接する復号済み参照画素を用いて、予め規定した予測を行う。
In step S114, the encoding apparatus 1 performs the TU on the TU to be encoded.
Predetermined prediction is performed using the decoded reference pixels adjacent to the right side and the upper side.

ステップS115において、符号化装置1は、残差信号に対して、基底を反転させた上
で直交変換処理を施し、その後の処理を行う。
In step S115, the encoding apparatus 1 performs orthogonal transform processing on the residual signal after inverting the base, and performs subsequent processing.

ステップS116において、符号化装置1は、残差信号に対して、基底を反転させるこ
となく直交変換処理を施し、その後の処理を行う。
In step S116, the encoding apparatus 1 performs orthogonal transform processing on the residual signal without inverting the base, and performs subsequent processing.

本実施形態に係る符号化装置1によれば、右側及び下側の少なくとも一方に位置する参
照画素を用いて予測画像を生成した場合には、残差信号に対して、基底を反転させた上で
直交変換処理を施すように構成されているため、エントロピーの増大を低減させることが
できる。
According to the encoding device 1 according to the present embodiment, when the prediction image is generated using the reference pixels located on at least one of the right side and the lower side, the base is inverted with respect to the residual signal. Therefore, an increase in entropy can be reduced.

また、本実施形態に係る復号装置3は、動画像を構成するフレーム単位の原画像をCU
に分割して復号するように構成されている。また、本実施形態に係る復号装置3は、本実
施形態に係る符号化装置1と同様に、CUを複数のTUに分割することができるように構
成されている。
Also, the decoding device 3 according to the present embodiment converts the original image in units of frames constituting the moving image into the CU.
It is comprised so that it may divide | segment into and decode. Also, the decoding device 3 according to the present embodiment is configured to be able to divide a CU into a plurality of TUs, similarly to the encoding device 1 according to the present embodiment.

図4に示すように、本実施形態に係る復号装置3は、エントロピー復号部31と、復号
順制御部32と、逐次局部復号画像生成部33と、メモリ34とを具備している。
As illustrated in FIG. 4, the decoding device 3 according to the present embodiment includes an entropy decoding unit 31, a decoding order control unit 32, a sequential local decoded image generation unit 33, and a memory 34.

エントロピー復号部31は、符号化装置1から出力されたストリームから、変換係数や
フラグ情報等を復号するように構成されている。ここで、変換係数は、符号化装置1によ
って、フレーム単位の原画像をCUに分割して符号化された信号として得られた量子化さ
れた変換係数である。また、フラグ情報は、予測モード等の付随する情報を含む。
The entropy decoding unit 31 is configured to decode transform coefficients, flag information, and the like from the stream output from the encoding device 1. Here, the transform coefficient is a quantized transform coefficient obtained by the encoding apparatus 1 as a signal encoded by dividing an original image in frame units into CUs. The flag information includes accompanying information such as a prediction mode.

復号順制御部32は、イントラ予測モードに基づいてCU内のTUの復号順を決定する
ように構成されている。
The decoding order control unit 32 is configured to determine the decoding order of the TUs in the CU based on the intra prediction mode.

具体的には、復号順制御部32は、エントロピー復号部31によって出力されたTU分
割が行われた否か(CUが複数のTUに分割されているか否か)について示すフラグ及び
イントラ予測モードの方向に応じて、CU内のTUの復号順を決定するように構成されて
いる。
Specifically, the decoding order control unit 32 includes a flag indicating whether the TU division output by the entropy decoding unit 31 has been performed (whether the CU is divided into a plurality of TUs) and the intra prediction mode. The decoding order of TUs in the CU is determined according to the direction.

例えば、復号順制御部32は、符号化順制御部13と同様に、CUが複数のTUに分割
されている場合で、且つ、イントラ予測モードの方向が左下から右上に向かう方向である
場合、TU#A3(CU#A内の左下のTU)→TU#A4(CU#A内の右下のTU)
→TU#A1(CU#A内の左上のTU)→TU#A2(CU#A内の右上のTU)とい
う復号順、或いは、TU#A3(CU#A内の左下のTU)→TU#A1(CU#A内の
左上のTU)→TU#A4(CU#A内の右下のTU)→TU#A2(CU#A内の右上
のTU)という復号順のうち、予め規定した復号順で、復号処理を行うように構成されて
いてもよい。
For example, the decoding order control unit 32, like the coding order control unit 13, is a case where the CU is divided into a plurality of TUs and the direction of the intra prediction mode is a direction from the lower left to the upper right. TU # A3 (lower left TU in CU # A) → TU # A4 (lower right TU in CU # A)
→ TU # A1 (upper left TU in CU # A) → decoding order TU # A2 (upper right TU in CU # A) or TU # A3 (lower left TU in CU # A) → TU # Of the decoding order of A1 (upper left TU in CU # A) → TU # A4 (lower right TU in CU # A) → TU # A2 (upper right TU in CU # A) The decoding process may be performed in order.

また、復号順制御部32は、符号化順制御部13と同様に、CUが複数のTUに分割さ
れている場合で、且つ、イントラ予測モードの方向が右上から左下に向かう方向である場
合、TU#A2(CU#A内の右上のTU)→TU#A4(CU#A内の右下のTU)→
TU#A1(CU#A内の左上のTU)→TU#A3(CU#A内の左下のTU)という
復号順、或いは、TU#A2(CU#A内の右上のTU)→TU#A1(CU#A内の左
上のTU)→TU#A4(CU#A内の右下のTU)→TU#A3(CU#A内の左下の
TU)というという復号順のうち、予め規定した復号順で、復号処理を行うように構成さ
れていてもよい。
Similarly to the encoding order control unit 13, the decoding order control unit 32 is a case where the CU is divided into a plurality of TUs and the direction of the intra prediction mode is a direction from the upper right to the lower left. TU # A2 (upper right TU in CU # A) → TU # A4 (lower right TU in CU # A) →
Decoding order of TU # A1 (upper left TU in CU # A) → TU # A3 (lower left TU in CU # A), or TU # A2 (upper right TU in CU # A) → TU # A1 Of the decoding order of (upper left TU in CU # A) → TU # A4 (lower right TU in CU # A) → TU # A3 (lower left TU in CU # A) The decoding process may be performed in order.

逐次局部復号画像生成部33は、復号順制御部32によって決定された復号順及びCU
のTUへの分割方法に基づいて局部復号画像(TUごとの復号画像)を生成するように構
成されている。
The sequential local decoded image generation unit 33 includes the decoding order and the CU determined by the decoding order control unit 32.
The local decoded image (decoded image for each TU) is generated based on the method of dividing the TU into TUs.

具体的には、逐次局部復号画像生成部33は、CUが複数のTUに分割されている場合
に、復号順制御部32によって決定された復号順に従って、エントロピー復号部31によ
って出力された量子化された変換係数に対して、逐次、イントラ予測や逆量子化処理や逆
直交変換処理を行うことによって、局部復号画像を生成するように構成されている。
Specifically, when the CU is divided into a plurality of TUs, the sequential local decoded image generation unit 33 performs the quantization output by the entropy decoding unit 31 according to the decoding order determined by the decoding order control unit 32. A local decoded image is generated by sequentially performing intra prediction, inverse quantization processing, and inverse orthogonal transform processing on the transformed coefficients.

図4に示すように、逐次局部復号画像生成部33は、イントラ予測部33aと、逆量子
化・逆変換部33bと、復号画像生成部33cとを具備している。
As shown in FIG. 4, the sequential local decoded image generation unit 33 includes an intra prediction unit 33a, an inverse quantization / inverse conversion unit 33b, and a decoded image generation unit 33c.

イントラ予測部33aは、復号順制御部32によって決定した復号順に従って、エント
ロピー復号部31によって出力されたイントラ予測モードを用いて、予測画像を生成する
ように構成されていてもよい。
The intra prediction unit 33a may be configured to generate a prediction image using the intra prediction mode output by the entropy decoding unit 31 according to the decoding order determined by the decoding order control unit 32.

具体的には、イントラ予測部33aは、CUが複数のTUに分割されている場合で、且
つ、イントラ予測モードの方向が左下から右上に向かう方向である場合、TU#A3(C
U#A内の左下のTU)→TU#A4(CU#A内の右下のTU)→TU#A1(CU#
A内の左上のTU)→TU#A2(CU#A内の右上のTU)という復号順、或いは、T
U#A3(CU#A内の左下のTU)→TU#A1(CU#A内の左上のTU)→TU#
A4(CU#A内の右下のTU)→TU#A2(CU#A内の右上のTU)という復号順
のうち、予め規定した復号順で、予測画像を生成するように構成されていてもよい。
Specifically, when the CU is divided into a plurality of TUs and the direction of the intra prediction mode is the direction from the lower left to the upper right, TU # A3 (C
TU # A4 (bottom right TU in CU # A) → TU # A1 (CU #)
Decoding order of upper left TU in A) → TU # A2 (upper right TU in CU # A), or T
U # A3 (lower left TU in CU # A) → TU # A1 (upper left TU in CU # A) → TU #
Among the decoding orders of A4 (lower right TU in CU # A) → TU # A2 (upper right TU in CU # A), a prediction image is generated in a predetermined decoding order. Also good.

ここで、イントラ予測部33aは、図2(c)及び図2(d)に示すように、隣接する
下側の参照画素が復号されているTU#A1(CU#A内の左上のTU)及びTU#A2
(CU#A内の右上のTU)については、左側及び下側に隣接する復号済み参照画素を用
いて予測画像を生成するように構成されていてもよい。
Here, as shown in FIGS. 2C and 2D, the intra prediction unit 33a TU # A1 (upper left TU in CU # A) in which the adjacent lower reference pixel is decoded And TU # A2
(Upper right TU in CU # A) may be configured to generate a prediction image using decoded reference pixels adjacent to the left side and the lower side.

また、本実施形態に係る復号装置3では、イントラ予測部33aは、CUが複数のTU
に分割されている場合で、且つ、イントラ予測モードの方向(予測方向)が右上から左下
に向かう方向である場合、TU#A2(CU#A内の右上のTU)→TU#A4(CU#
A内の右下のTU)→TU#A1(CU#A内の左上のTU)→TU#A3(CU#A内
の左下のTU)という復号順、或いは、TU#A2(CU#A内の右上のTU)→TU#
A1(CU#A内の左上のTU)→TU#A4(CU#A内の右下のTU)→TU#A3
(CU#A内の左下のTU)という復号順のうち、予め規定した復号順で、予測画像を生
成するように構成されていてもよい。
Further, in the decoding device 3 according to the present embodiment, the intra prediction unit 33a includes a TU having a plurality of TUs.
And the direction of the intra prediction mode (prediction direction) is the direction from the upper right to the lower left, TU # A2 (upper right TU in CU # A) → TU # A4 (CU #)
Decoding order of TU # A1 (upper left TU in CU # A) → TU # A3 (lower left TU in CU # A) → TU # A2 (in CU # A) TU at the top right of) → TU #
A1 (upper left TU in CU # A) → TU # A4 (lower right TU in CU # A) → TU # A3
Of the decoding order (the lower left TU in CU # A), the prediction image may be generated in a predetermined decoding order.

ここで、イントラ予測部33aは、隣接する右側の参照画素が復号されているTU#A
1(CU#A内の左上のTU)及びTU#A3(CU#A内の左下のTU)については、
上側及び右側に隣接する復号済み参照画素を用いて予測画像を生成するように構成されて
いてもよい。
Here, the intra prediction unit 33a performs TU # A in which the adjacent right reference pixel is decoded.
For 1 (upper left TU in CU # A) and TU # A3 (lower left TU in CU # A),
The prediction image may be generated using the decoded reference pixels adjacent to the upper side and the right side.

或いは、イントラ予測部33aは、TU#A3(CU#A内の左下のTU)→TU#A
4(CU#A内の右下のTU)→TU#A1(CU#A内の左上のTU)→TU#A2(
CU#A内の右上のTU)という復号順、或いは、TU#A3(CU#A内の左下のTU
)→TU#A1(CU#A内の左上のTU)→TU#A4(CU#A内の右下のTU)→
TU#A2(CU#A内の右上のTU)という復号順が用いられる場合には、上側に隣接
する参照画素が復号済みであるTU(分割されたTU群のうち最上段に位置するTU、図
2の例では、TU#A1及びTU#A2)については、CU#A内で共通のイントラ予測
方向でなく、かかるTUの左側や上側や下側に隣接する復号済み参照画素を用いた線形補
間等の予め規定した予測を行うように構成されていてもよい。
Alternatively, the intra prediction unit 33a determines TU # A3 (lower left TU in CU # A) → TU # A.
4 (lower right TU in CU # A) → TU # A1 (upper left TU in CU # A) → TU # A2 (
Decoding order of TU # A upper right TU), or TU # A3 (lower left TU in CU # A)
) → TU # A1 (upper left TU in CU # A) → TU # A4 (lower right TU in CU # A) →
When the decoding order of TU # A2 (upper right TU in CU # A) is used, the TU in which the reference pixel adjacent on the upper side has been decoded (TU located in the uppermost stage among the divided TU groups, In the example of FIG. 2, for TU # A1 and TU # A2), linearity using decoded reference pixels adjacent to the left side, upper side, and lower side of the TU, not the common intra prediction direction in CU # A. You may be comprised so that prediction previously prescribed | regulated, such as interpolation, may be performed.

逆量子化・逆変換部33bは、エントロピー復号部31によって出力された量子化され
た変換係数に対して逆量子化処理及び逆変換処理(例えば、逆直交変換処理)を施すこと
によって、残差信号を生成するように構成されている。
The inverse quantization / inverse transform unit 33b performs an inverse quantization process and an inverse transform process (for example, an inverse orthogonal transform process) on the quantized transform coefficient output from the entropy decoding unit 31, thereby obtaining a residual. It is configured to generate a signal.

例えば、イントラ予測部33aが、右側及び下側の少なくとも一方に位置する参照画素
(すなわち、右側及び下側の少なくとも一方に隣接する参照画素)を用いて予測画像を生
成した場合に、逆量子化・逆変換部33bは、垂直方向及び水平方向の少なくとも一方の
基底を反転させた上で、上述の変換係数に対して逆直交変換処理を施すことによって残差
信号を生成するように構成されている。
For example, when the intra prediction unit 33a generates a prediction image using reference pixels located on at least one of the right side and the lower side (that is, reference pixels adjacent to at least one of the right side and the lower side), inverse quantization is performed. The inverse transform unit 33b is configured to generate a residual signal by performing inverse orthogonal transform processing on the transform coefficient after inverting at least one base in the vertical direction and the horizontal direction. Yes.

一方、イントラ予測部33aが、右側及び下側のいずれに位置する参照画素を用いても
予測画像を生成していない場合には、逆量子化・逆変換部33bは、基底を反転させるこ
となく、上述の変換係数に対して逆直交変換処理を施すことによって残差信号を生成する
ように構成されている。
On the other hand, if the intra prediction unit 33a has not generated a predicted image using reference pixels located on either the right side or the lower side, the inverse quantization / inverse transform unit 33b does not invert the base. The residual signal is generated by performing an inverse orthogonal transform process on the transform coefficient described above.

例えば、イントラ予測部33aが、左側及び下側に位置する参照画素を用いて予測画像
を生成した場合に、逆量子化・逆変換部33bは、垂直方向の基底を反転させた上で、上
述の変換係数に対して逆直交変換処理を施すことによって残差信号を生成するように構成
されていてもよい。
For example, when the intra prediction unit 33a generates a prediction image using the reference pixels located on the left side and the lower side, the inverse quantization / inverse conversion unit 33b inverts the vertical base and The residual signal may be generated by performing an inverse orthogonal transform process on the transform coefficient.

また、イントラ予測部33aが、右側及び上側に位置する参照画素を用いて予測画像を
生成した場合に、逆量子化・逆変換部33bは、水平方向の基底を反転させた上で、上述
の変換係数に対して逆直交変換処理を施すことによって残差信号を生成するように構成さ
れていてもよい。
In addition, when the intra prediction unit 33a generates a prediction image using reference pixels located on the right side and the upper side, the inverse quantization / inverse conversion unit 33b inverts the horizontal base and The residual signal may be generated by performing inverse orthogonal transform processing on the transform coefficient.

さらに、イントラ予測部33aが、右側及び下側に位置する参照画素を用いて予測画像
を生成した場合に、逆量子化・逆変換部33bは、垂直方向及び水平方向の基底を反転さ
せた上で、上述の変換係数に対して逆直交変換処理を施すことによって残差信号を生成す
るように構成されていてもよい。
Further, when the intra prediction unit 33a generates a prediction image using the reference pixels located on the right side and the lower side, the inverse quantization / inverse conversion unit 33b is obtained by inverting the bases in the vertical direction and the horizontal direction. Thus, the residual signal may be generated by performing an inverse orthogonal transform process on the transform coefficient described above.

なお、イントラ予測部33aが、右側及び下側の少なくとも一方に位置する参照画素を
用いて予測画像を生成した場合で、且つ、適用する直交変換処理が、非対称な直交変換処
理(例えば、DST等)である場合に、逆量子化・逆変換部33bは、基底を反転させた
上で、上述の変換係数に対して逆直交変換処理を施すことによって残差信号を生成するよ
うに構成されていてもよい。
Note that when the intra prediction unit 33a generates a prediction image using reference pixels located on at least one of the right side and the lower side, and the applied orthogonal transform process is an asymmetric orthogonal transform process (for example, DST or the like). ), The inverse quantization / inverse transform unit 33b is configured to generate a residual signal by performing an inverse orthogonal transform process on the transform coefficient after inverting the base. May be.

すなわち、イントラ予測部33aが、右側及び下側の少なくとも一方に位置する参照画
素を用いて予測画像を生成した場合であっても、適用する直交変換処理が、対称な直交変
換処理(例えば、DCT等)である場合に、逆量子化・逆変換部33bは、基底を反転さ
せることなく、上述の変換係数に対して逆直交変換処理を施すことによって残差信号を生
成するように構成されていてもよい。
That is, even when the intra prediction unit 33a generates a prediction image using reference pixels located on at least one of the right side and the lower side, the applied orthogonal transformation process is a symmetric orthogonal transformation process (for example, DCT Etc.), the inverse quantization / inverse transform unit 33b is configured to generate a residual signal by performing the inverse orthogonal transform process on the transform coefficient without inverting the base. May be.

また、イントラ予測部33aが、下側、左側及び上側といった3方向に隣接する参照画
素を用いて予測画像を生成した場合、逆量子化・逆変換部33bは、上述の変換係数に対
して、逆直交変換処理に用いる基底を反転させないように構成されていてもよい。
In addition, when the intra prediction unit 33a generates a prediction image using reference pixels adjacent in three directions such as the lower side, the left side, and the upper side, the inverse quantization / inverse conversion unit 33b You may comprise so that the base used for an inverse orthogonal transformation process may not be reversed.

また、イントラ予測部33aが、右側、左側及び上側といった3方向に隣接する参照画
素を用いて予測画像を生成した場合、逆量子化・逆変換部33bは、上述の変換係数に対
して、逆直交変換処理に用いる基底を反転させないように構成されていてもよい。
In addition, when the intra prediction unit 33a generates a predicted image using reference pixels adjacent in three directions such as the right side, the left side, and the upper side, the inverse quantization / inverse transform unit 33b performs an inverse operation on the transform coefficient described above. The base used for the orthogonal transformation process may be configured not to be inverted.

復号画像生成部33cは、イントラ予測部33aによって生成された予測画像と逆量子
化・逆変換部33bによって生成された残差信号とを加えることで局部復号画像を生成す
るように構成されている。
The decoded image generation unit 33c is configured to generate a local decoded image by adding the prediction image generated by the intra prediction unit 33a and the residual signal generated by the inverse quantization / inverse conversion unit 33b. .

メモリ34は、逐次局部復号画像生成部33によって生成された局部復号画像を、イン
トラ予測及びインター予測のための参照画像として利用可能に保持するように構成されて
いる。
The memory 34 is configured to hold the local decoded image generated by the sequential local decoded image generation unit 33 so as to be usable as a reference image for intra prediction and inter prediction.

図5に、本実施形態に係る復号装置3によって、上述の復号順を決定する動作の一例に
ついて説明するためのフローチャートについて示す。
FIG. 5 shows a flowchart for explaining an example of the operation for determining the decoding order described above by the decoding device 3 according to the present embodiment.

図5に示すように、ステップS201において、復号装置3は、符号化装置1から出力
されたストリームから、イントラ予測モードを取得する。
As illustrated in FIG. 5, in step S <b> 201, the decoding device 3 acquires an intra prediction mode from the stream output from the encoding device 1.

ステップS202において、復号装置3は、符号化装置1から出力されたストリームに
含まれているフラグ情報に基づいて、CUが複数のTUに分割されているか否かについて
判定する。ステップS202において、CUが複数のTUに分割されていると判定された
場合には、本動作は、ステップS203に進む。一方、ステップS202において、CU
が複数のTUに分割されていないと判定された場合には、本動作は、ステップS205に
進む。
In step S202, the decoding device 3 determines whether the CU is divided into a plurality of TUs based on the flag information included in the stream output from the encoding device 1. If it is determined in step S202 that the CU is divided into a plurality of TUs, the operation proceeds to step S203. On the other hand, in step S202, the CU
If it is determined that is not divided into a plurality of TUs, the operation proceeds to step S205.

ステップS205において、復号装置3は、復号対象のTUに対して、かかるTUの左
側及び上側に隣接する復号済み参照画素を用いて、予め規定した予測を行う。
In step S205, the decoding apparatus 3 performs a predetermined prediction on the decoding target TU using the decoded reference pixels adjacent to the left side and the upper side of the TU.

ステップS203において、復号装置3は、イントラ予測モードの方向が左下から右上
に向かう方向或いは右上から左下に向かう方向であるか否かについて判定する。ステップ
S203において、イントラ予測モードの方向が左下から右上に向かう方向或いは右上か
ら左下に向かう方向であると判定された場合には、本動作は、ステップS206に進む。
In step S203, the decoding device 3 determines whether or not the direction of the intra prediction mode is a direction from the lower left to the upper right or a direction from the upper right to the lower left. When it is determined in step S203 that the direction of the intra prediction mode is the direction from the lower left to the upper right or the direction from the upper right to the lower left, the operation proceeds to step S206.

一方、ステップS203において、イントラ予測モードの方向が左下から右上に向かう
方向及び右上から左下に向かう方向以外であると判定された場合には、本動作は、ステッ
プS204に進む。
On the other hand, when it is determined in step S203 that the direction of the intra prediction mode is other than the direction from the lower left to the upper right and the direction from the upper right to the lower left, the operation proceeds to step S204.

ステップS204において、復号装置3は、上述の復号順として、HEVCで用いられ
ている従来のラスタースキャン順(図8(a)に示すようなZ型)を採用する。
In step S204, the decoding apparatus 3 employs the conventional raster scan order (Z type as shown in FIG. 8A) used in HEVC as the above-described decoding order.

イントラ予測モードの方向が左下から右上に向かう方向であると決定された場合(ステ
ップS206)には、ステップS207において、復号装置3は、上述の復号順として、
TU#A3(CU#A内の左下のTU)→TU#A4(CU#A内の右下のTU)→TU
#A1(CU#A内の左上のTU)→TU#A2(CU#A内の右上のTU)という復号
順、或いは、TU#A3(CU#A内の左下のTU)→TU#A1(CU#A内の左上の
TU)→TU#A4(CU#A内の右下のTU)→TU#A2(CU#A内の右上のTU
)という復号順のうち、予め規定した復号順を採用する。
When it is determined that the direction of the intra prediction mode is the direction from the lower left to the upper right (step S206), in step S207, the decoding device 3 determines that the decoding order is as described above.
TU # A3 (lower left TU in CU # A) → TU # A4 (lower right TU in CU # A) → TU
Decoding order of # A1 (upper left TU in CU # A) → TU # A2 (upper right TU in CU # A) or TU # A3 (lower left TU in CU # A) → TU # A1 ( TU # A, upper left TU) → TU # A4 (lower right TU in CU # A) → TU # A2 (upper right TU in CU # A)
The decoding order defined in advance is adopted among the decoding orders.

一方、イントラ予測モードの方向が左下から右上に向かう方向でないと決定された場合
(ステップS206)には、ステップS211において、復号装置3は、上述の復号順と
して、TU#A2(CU#A内の右上のTU)→TU#A4(CU#A内の右下のTU)
→TU#A1(CU#A内の左上のTU)→TU#A3(CU#A内の左下のTU)とい
う復号順、或いは、TU#A2(CU#A内の右上のTU)→TU#A1(CU#A内の
左上のTU)→TU#A4(CU#A内の右下のTU)→TU#A3(CU#A内の左下
のTU)という復号順のうち、予め規定した復号順を採用する。
On the other hand, when it is determined that the direction of the intra prediction mode is not the direction from the lower left to the upper right (step S206), in step S211, the decoding device 3 uses TU # A2 (in CU # A as the decoding order). TU in the upper right of) → TU # A4 (lower right TU in CU # A)
→ TU # A1 (upper left TU in CU # A) → TU # A3 (lower left TU in CU # A) or TU # A2 (upper right TU in CU # A) → TU # Of the decoding order A1 (upper left TU in CU # A) → TU # A4 (lower right TU in CU # A) → TU # A3 (lower left TU in CU # A) Adopt order.

ステップS208において、復号装置3は、復号対象のTUの上側に隣接する参照画素
が復号済みであるか否かについて判定する。ステップS208において、復号済みである
場合、本動作は、ステップS209に進み、復号済みでない場合、本動作は、ステップS
210に進む。
In step S208, the decoding device 3 determines whether or not the reference pixel adjacent to the upper side of the decoding target TU has been decoded. If it has been decoded in step S208, the operation proceeds to step S209. If it has not been decoded, the operation is performed in step S209.
Proceed to 210.

ステップS209において、復号装置3は、復号対象のTUに対して、かかるTUの左
側及び上側及び下側に隣接する復号済み参照画素を用いて、予め規定した予測を行う。
In step S209, the decoding device 3 performs a predetermined prediction on the decoding target TU using decoded reference pixels adjacent to the left side, the upper side, and the lower side of the TU.

ステップS210において、復号装置3は、復号対象のTUに対して、かかるTUの左
側及び下側に隣接する復号済み参照画素を用いて、予め規定した予測を行う。
In step S210, the decoding device 3 performs a predetermined prediction on the decoding target TU using the decoded reference pixels adjacent to the left side and the lower side of the TU.

ステップS212において、復号装置3は、復号対象のTUの左側に隣接する参照画素
が復号済みであるか否かについて判定する。ステップS212において、復号済みである
場合、本動作は、ステップS213に進み、復号済みでない場合、本動作は、ステップS
214に進む。
In step S212, the decoding device 3 determines whether the reference pixel adjacent to the left side of the decoding target TU has been decoded. In step S212, when the decoding has been completed, the operation proceeds to step S213. When the decoding has not been completed, the operation proceeds to step S213.
Proceed to 214.

ステップS213において、復号装置3は、復号対象のTUに対して、かかるTUの左
側及び上側及び右側に隣接する復号済み参照画素を用いて、予め規定した予測を行う。
In step S213, the decoding device 3 performs a predetermined prediction on the decoding target TU using the decoded reference pixels adjacent to the left side, the upper side, and the right side of the TU.

ステップS214において、復号装置3は、復号対象のTUに対して、かかるTUの右
側及び上側に隣接する復号済み参照画素を用いて、予め規定した予測を行う。
In step S214, the decoding device 3 performs a predetermined prediction on the decoding target TU using the decoded reference pixels adjacent to the right side and the upper side of the TU.

ステップS215において、復号装置3は、垂直方向及び水平方向の少なくとも一方の
基底を反転させた上で、上述の変換係数に対して逆直交変換処理を施すことによって残差
信号を生成し、その後の処理を行う。
In step S215, the decoding device 3 inverts at least one of the bases in the vertical direction and the horizontal direction, and then performs an inverse orthogonal transform process on the transform coefficient described above to generate a residual signal, and then Process.

ステップS216において、復号装置3は、基底を反転させることなく、上述の変換係
数に対して逆直交変換処理を施すことによって残差信号を生成し、その後の処理を行う。
In step S216, the decoding device 3 generates a residual signal by performing an inverse orthogonal transform process on the above-described transform coefficient without inverting the base, and performs the subsequent processing.

本実施形態に係る復号装置3によれば、右側及び下側の少なくとも一方に位置する参照
画素を用いて予測画像を生成した場合には、変換係数に対して、基底を反転させた上で逆
直交変換処理を施すように構成されているため、エントロピーの増大を低減させることが
できる。
According to the decoding device 3 according to the present embodiment, when a predicted image is generated using reference pixels located on at least one of the right side and the lower side, the basis is inverted with respect to the transform coefficient and then inverted. Since it is configured to perform orthogonal transform processing, an increase in entropy can be reduced.

(第2の実施形態)
以下、図6及び図7を参照して、本発明の第2の実施形態に係る符号化装置1及び復号
装置3について、上述の第1の実施形態に係る符号化装置1及び復号装置3との相違点に
着目して説明する。
(Second Embodiment)
Hereinafter, with reference to FIGS. 6 and 7, the encoding device 1 and the decoding device 3 according to the second embodiment of the present invention are described below. The difference will be described below.

本実施形態に係る符号化装置1では、イントラ予測部14aが、右側及び下側の少なく
とも一方に位置する参照画素を用いて予測画像を生成した場合に、直交変換・量子化部1
4cは、残差信号生成部14bによって生成された残差信号を水平方向及び垂直方向の少
なくとも一方に反転した上で直交変換処理を施すように構成されている。
In the encoding device 1 according to the present embodiment, when the intra prediction unit 14a generates a predicted image using reference pixels located on at least one of the right side and the lower side, the orthogonal transform / quantization unit 1
4c is configured to invert the residual signal generated by the residual signal generation unit 14b in at least one of the horizontal direction and the vertical direction and then perform orthogonal transformation processing.

例えば、イントラ予測部14aが、左側及び下側に位置する参照画素を用いて予測画像
を生成した場合に、直交変換・量子化部14cは、残差信号生成部14bによって生成さ
れた残差信号を垂直方向に反転した上で直交変換処理を施すように構成されていてもよい
For example, when the intra prediction unit 14a generates a predicted image using the reference pixels located on the left side and the lower side, the orthogonal transform / quantization unit 14c uses the residual signal generated by the residual signal generation unit 14b. May be configured to perform orthogonal transformation processing after inverting in the vertical direction.

また、イントラ予測部14aが、右側及び上側に位置する参照画素を用いて予測画像を
生成した場合に、直交変換・量子化部14cは、残差信号生成部14bによって生成され
た残差信号を水平方向に反転した上で直交変換処理を施すように構成されていてもよい。
In addition, when the intra prediction unit 14a generates a prediction image using reference pixels located on the right side and the upper side, the orthogonal transform / quantization unit 14c uses the residual signal generated by the residual signal generation unit 14b. You may comprise so that an orthogonal transformation process may be performed after inverting in a horizontal direction.

さらに、イントラ予測部14aが、右側及び下側に位置する参照画素を用いて予測画像
を生成した場合に、直交変換・量子化部14cは、残差信号生成部14bによって生成さ
れた残差信号を垂直方向及び水平方向に反転した上で直交変換処理を施すように構成され
ていてもよい。
Further, when the intra prediction unit 14a generates a prediction image using the reference pixels located on the right side and the lower side, the orthogonal transform / quantization unit 14c generates the residual signal generated by the residual signal generation unit 14b. It is also possible to perform orthogonal transformation processing after inverting in the vertical and horizontal directions.

なお、イントラ予測部14aが、右側及び下側の少なくとも一方に位置する参照画素を
用いて予測画像を生成した場合で、且つ、適用する直交変換処理が、非対称な直交変換処
理(例えば、DST等)である場合に、直交変換・量子化部14cは、残差信号生成部1
4bによって生成された残差信号を水平方向及び垂直方向の少なくとも一方に反転させた
上で直交変換処理を施すように構成されていてもよい。
Note that the intra prediction unit 14a generates a predicted image using reference pixels located on at least one of the right side and the lower side, and the applied orthogonal transform process is an asymmetric orthogonal transform process (for example, DST or the like). ), The orthogonal transform / quantization unit 14c outputs the residual signal generation unit 1
The residual signal generated by 4b may be inverted in at least one of the horizontal direction and the vertical direction and then subjected to orthogonal transform processing.

すなわち、イントラ予測部14aが、右側及び下側の少なくとも一方に位置する参照画
素を用いて予測画像を生成した場合であっても、適用する直交変換処理が、対称な直交変
換処理(例えば、DCT等)である場合に、直交変換・量子化部14cは、残差信号生成
部14bによって生成された残差信号を反転させることなく直交変換処理を施すように構
成されていてもよい。
That is, even when the intra prediction unit 14a generates a predicted image using reference pixels located on at least one of the right side and the lower side, the applied orthogonal transform process is a symmetric orthogonal transform process (for example, DCT Or the like, the orthogonal transform / quantization unit 14c may be configured to perform orthogonal transform processing without inverting the residual signal generated by the residual signal generation unit 14b.

また、イントラ予測部14aが、下側、左側及び上側といった3方向に隣接する参照画
素を用いて予測画像を生成した場合、直交変換・量子化部14cは、残差信号生成部14
bによって生成された残差信号を反転させることなく直交変換処理を施すように構成され
ていてもよい。
In addition, when the intra prediction unit 14a generates a prediction image using reference pixels adjacent in three directions such as the lower side, the left side, and the upper side, the orthogonal transform / quantization unit 14c includes the residual signal generation unit 14
You may comprise so that an orthogonal transformation process may be performed, without inverting the residual signal produced | generated by b.

また、イントラ予測部14aが、右側、左側及び上側といった3方向に隣接する参照画
素を用いて予測画像を生成した場合、直交変換・量子化部14cは、残差信号生成部14
bによって生成された残差信号を反転させることなく直交変換処理を施すように構成され
ていてもよい。
Further, when the intra prediction unit 14a generates a predicted image using reference pixels adjacent in three directions such as the right side, the left side, and the upper side, the orthogonal transform / quantization unit 14c includes the residual signal generation unit 14
You may comprise so that an orthogonal transformation process may be performed, without inverting the residual signal produced | generated by b.

図6に、本実施形態に係る符号化装置1の動作の一例について説明するためのフローチ
ャートについて示す。
FIG. 6 shows a flowchart for explaining an example of the operation of the encoding apparatus 1 according to the present embodiment.

図6に示すように、ステップS301〜S314の動作は、図3に示すステップS10
1〜S114の動作と同一である。
As shown in FIG. 6, the operations in steps S301 to S314 are the same as those in step S10 shown in FIG.
1 to S114.

ステップ315において、符号化装置1は、上述の残差信号を反転させることなく直交
変換処理を施し、その後の処理を行う。
In step 315, the encoding apparatus 1 performs orthogonal transform processing without inverting the above-described residual signal, and performs subsequent processing.

ステップ316において、符号化装置1は、上述の残差信号を水平方向及び垂直方向の
少なくとも一方に反転した上で直交変換処理を施し、その後の処理を行う。
In step 316, the encoding apparatus 1 inverts the above-described residual signal in at least one of the horizontal direction and the vertical direction, performs orthogonal transform processing, and then performs subsequent processing.

本実施形態に係る符号化装置1によれば、右側及び下側の少なくとも一方に位置する参
照画素を用いて予測画像を生成した場合には、残差信号を水平方向及び垂直方向の少なく
とも一方に反転した上で直交変換処理を施すように構成されているため、エントロピーの
増大を低減させることができる。
According to the encoding device 1 according to the present embodiment, when a predicted image is generated using reference pixels located on at least one of the right side and the lower side, the residual signal is set to at least one of the horizontal direction and the vertical direction. Since it is configured to perform the orthogonal transformation process after being inverted, an increase in entropy can be reduced.

本実施形態に係る復号装置3では、イントラ予測部33aが、右側及び下側の少なくと
も一方に位置する参照画素を用いて予測画像を生成した場合に、逆量子化・逆変換部33
bは、上述の変換係数に逆直交変換処理を施すことで得られる信号を水平方向及び垂直方
向の少なくとも一方に反転するように構成されている。
In the decoding device 3 according to the present embodiment, when the intra prediction unit 33a generates a prediction image using reference pixels located on at least one of the right side and the lower side, the inverse quantization / inverse conversion unit 33 is used.
b is configured to invert a signal obtained by performing inverse orthogonal transform processing on the transform coefficient described above in at least one of the horizontal direction and the vertical direction.

例えば、イントラ予測部33aが、左側及び下側に位置する参照画素を用いて予測画像
を生成した場合に、逆量子化・逆変換部33bは、上述の変換係数に逆直交変換処理を施
すことで得られる信号を垂直方向に反転するように構成されていてもよい。
For example, when the intra prediction unit 33a generates a predicted image using reference pixels located on the left side and the lower side, the inverse quantization / inverse transform unit 33b performs an inverse orthogonal transform process on the transform coefficient described above. The signal obtained in (1) may be inverted in the vertical direction.

また、イントラ予測部33aが、右側及び上側に位置する参照画素を用いて予測画像を
生成した場合に、逆量子化・逆変換部33bは、上述の変換係数に逆直交変換処理を施す
ことで得られる信号を水平方向に反転するように構成されていてもよい。
In addition, when the intra prediction unit 33a generates a prediction image using reference pixels located on the right side and the upper side, the inverse quantization / inverse transform unit 33b performs inverse orthogonal transform processing on the transform coefficient described above. The obtained signal may be configured to be inverted in the horizontal direction.

さらに、イントラ予測部33aが、右側及び下側に位置する参照画素を用いて予測画像
を生成した場合に、逆量子化・逆変換部33bは、上述の変換係数に逆直交変換処理を施
すことで得られる信号を垂直方向及び水平方向に反転するように構成されていてもよい。
Further, when the intra prediction unit 33a generates a predicted image using the reference pixels located on the right side and the lower side, the inverse quantization / inverse transform unit 33b performs an inverse orthogonal transform process on the transform coefficient described above. The signal obtained in (1) may be inverted in the vertical and horizontal directions.

なお、イントラ予測部33aが、右側及び下側の少なくとも一方に位置する参照画素を
用いて予測画像を生成した場合で、且つ、適用する直交変換処理が、非対称な直交変換処
理(例えば、DST等)である場合に、逆量子化・逆変換部33bは、上述の変換係数に
逆直交変換処理を施すことで得られる信号を反転するように構成されていてもよい。
Note that when the intra prediction unit 33a generates a prediction image using reference pixels located on at least one of the right side and the lower side, and the applied orthogonal transform process is an asymmetric orthogonal transform process (for example, DST or the like). ), The inverse quantization / inverse transform unit 33b may be configured to invert a signal obtained by performing an inverse orthogonal transform process on the transform coefficient described above.

すなわち、イントラ予測部33aが、右側及び下側の少なくとも一方に位置する参照画
素を用いて予測画像を生成した場合であっても、適用する直交変換処理が、対称な直交変
換処理(例えば、DCT等)である場合に、逆量子化・逆変換部33bは、上述の変換係
数に逆直交変換処理を施すことで得られる信号を反転させないように構成されていてもよ
い。
That is, even when the intra prediction unit 33a generates a prediction image using reference pixels located on at least one of the right side and the lower side, the applied orthogonal transformation process is a symmetric orthogonal transformation process (for example, DCT Etc.), the inverse quantization / inverse transform unit 33b may be configured not to invert a signal obtained by performing an inverse orthogonal transform process on the transform coefficient described above.

また、イントラ予測部33aが、下側、左側及び上側といった3方向に隣接する参照画
素を用いて予測画像を生成した場合、逆量子化・逆変換部33bは、上述の変換係数に逆
直交変換処理を施すことで得られる信号を反転させないように構成されていてもよい。
In addition, when the intra prediction unit 33a generates a prediction image using reference pixels adjacent in three directions such as the lower side, the left side, and the upper side, the inverse quantization / inverse transform unit 33b performs inverse orthogonal transform to the transform coefficient described above. You may be comprised so that the signal obtained by processing may not be reversed.

また、イントラ予測部33aが、右側、左側及び上側といった3方向に隣接する参照画
素を用いて予測画像を生成した場合、逆量子化・逆変換部33bは、上述の変換係数に逆
直交変換処理を施すことで得られる信号を反転させないように構成されていてもよい。
In addition, when the intra prediction unit 33a generates a prediction image using reference pixels adjacent in three directions such as the right side, the left side, and the upper side, the inverse quantization / inverse transform unit 33b performs an inverse orthogonal transform process on the transform coefficient described above. The signal obtained by applying may be configured not to be inverted.

図7に、本実施形態に係る復号装置3の動作の一例について説明するためのフローチャ
ートについて示す。
FIG. 7 shows a flowchart for explaining an example of the operation of the decoding device 3 according to the present embodiment.

図7に示すように、ステップS401〜S414の動作は、図5に示すステップS20
1〜S214の動作と同一である。
As shown in FIG. 7, the operations in steps S401 to S414 are the same as those in step S20 shown in FIG.
1 to S214.

ステップ415において、復号装置3は、上述の変換係数に逆直交変換処理を施すこと
で得られる信号を反転させずに、その後の処理を行う。
In step 415, the decoding device 3 performs the subsequent processing without inverting the signal obtained by performing the inverse orthogonal transform process on the transform coefficient described above.

ステップ416において、復号装置3は、上述の変換係数に逆直交変換処理を施すこと
で得られる信号を水平方向及び垂直方向の少なくとも一方に反転した上で、その後の処理
を行う。
In step 416, the decoding device 3 inverts the signal obtained by performing the inverse orthogonal transform process on the above-described transform coefficient in at least one of the horizontal direction and the vertical direction, and then performs the subsequent process.

(その他の実施形態)
上述のように、本発明について、上述した実施形態によって説明したが、かかる実施形
態における開示の一部をなす論述及び図面は、本発明を限定するものであると理解すべき
ではない。かかる開示から当業者には様々な代替実施形態、実施例及び運用技術が明らか
となろう。
(Other embodiments)
As described above, the present invention has been described by using the above-described embodiment. However, it should not be understood that the description and drawings constituting a part of the disclosure in the embodiment limit the present invention. From this disclosure, various alternative embodiments, examples and operational techniques will be apparent to those skilled in the art.

また、上述の実施形態では特に触れていないが、上述の符号化装置1及び復号装置3に
よって行われる各処理をコンピュータに実行させるプログラムが提供されてもよい。また
、かかるプログラムは、コンピュータ読取り可能媒体に記録されていてもよい。コンピュ
ータ読取り可能媒体を用いれば、かかるプログラムをコンピュータにインストールするこ
とが可能である。ここで、かかるプログラムが記録されたコンピュータ読取り可能媒体は
、非一過性の記録媒体であってもよい。非一過性の記録媒体は、特に限定されるものでは
ないが、例えば、CD-ROMやDVD-ROM等の記録媒体であってもよい。
Further, although not particularly mentioned in the above-described embodiment, a program for causing a computer to execute each process performed by the above-described encoding device 1 and decoding device 3 may be provided. Such a program may be recorded on a computer-readable medium. If a computer readable medium is used, such a program can be installed in the computer. Here, the computer-readable medium on which such a program is recorded may be a non-transitory recording medium. The non-transitory recording medium is not particularly limited, but may be a recording medium such as a CD-ROM or a DVD-ROM.

或いは、上述の符号化装置1及び復号装置3内の少なくとも一部の機能を実現するため
のプログラムを記憶するメモリ及びメモリに記憶されたプログラムを実行するプロセッサ
によって構成されるチップが提供されてもよい。
Alternatively, a chip configured by a memory that stores a program for realizing at least a part of the functions in the encoding device 1 and the decoding device 3 and a processor that executes the program stored in the memory may be provided. Good.

1…符号化装置
11…イントラ予測モード決定部
12…TU分割決定部
13…符号化順制御部
14…逐次局部復号画像生成部
14a…イントラ予測部
14b…残差信号生成部
14c…直交変換・量子化部
14d…逆量子化部・逆直交変換部
14e…局部復号画像生成部
15…メモリ
16…エントロピー符号化部
3…復号装置
31…エントロピー復号部
32…復号順制御部
33…逐次局部復号画像生成部
33a…イントラ予測部
33b…逆量子化・逆変換部
33c…復号画像生成部
34…メモリ
DESCRIPTION OF SYMBOLS 1 ... Coding apparatus 11 ... Intra prediction mode determination part 12 ... TU division | segmentation determination part 13 ... Coding order control part 14 ... Sequential local decoded image generation part 14a ... Intra prediction part 14b ... Residual signal generation part 14c ... Orthogonal transformation * Quantization unit 14d ... inverse quantization unit / inverse orthogonal transformation unit 14e ... local decoded image generation unit 15 ... memory 16 ... entropy encoding unit 3 ... decoding device 31 ... entropy decoding unit 32 ... decoding order control unit 33 ... sequential local decoding Image generation unit 33a ... Intra prediction unit 33b ... Inverse quantization / inverse conversion unit 33c ... Decoded image generation unit 34 ... Memory

Claims (10)

動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して符号化するよ
うに構成されている符号化装置であって、
イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部
と、
前記予測画像と原画像との差分により残差信号を生成するように構成されている残差信
号生成部と、
前記イントラ予測部が、右側及び下側の少なくとも一方に位置する参照画素を用いて前
記予測画像を生成した場合に、前記残差信号に対して、水平方向及び垂直方向の少なくと
も一方の基底を反転させた上で直交変換処理を施すように構成されている直交変換部とを
具備することを特徴とする符号化装置。
An encoding device configured to divide and encode an original image of a frame unit constituting a moving image into encoding target blocks,
An intra prediction unit configured to generate a prediction image using the intra prediction mode;
A residual signal generator configured to generate a residual signal based on a difference between the predicted image and the original image;
When the intra prediction unit generates the predicted image using reference pixels located on at least one of the right side and the lower side, the base of at least one of the horizontal direction and the vertical direction is inverted with respect to the residual signal. And an orthogonal transform unit configured to perform an orthogonal transform process.
前記イントラ予測部が、右側及び下側の少なくとも一方に位置する参照画素を用いて前
記予測画像を生成した場合で、且つ、適用する直交変換処理が、非対称な直交変換処理で
ある場合に、前記直交変換部は、前記残差信号に対して、水平方向及び垂直方向の少なく
とも一方の基底を反転させた上で直交変換処理を施すように構成されていることを特徴と
する請求項1に記載の符号化装置。
When the intra prediction unit generates the predicted image using reference pixels located on at least one of the right side and the lower side, and the orthogonal transform process to be applied is an asymmetric orthogonal transform process, The orthogonal transform unit is configured to perform orthogonal transform processing on the residual signal after inverting at least one base in a horizontal direction and a vertical direction. Encoding device.
動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して復号するよう
に構成されている復号装置であって、
イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部
と、
前記イントラ予測部が、右側及び下側の少なくとも一方に位置する参照画素を用いて前
記予測画像を生成した場合に、水平方向及び垂直方向の少なくとも一方の基底を反転させ
た上で変換係数に対して逆直交変換処理を施すことによって残差信号を生成するように構
成されている逆変換部とを具備することを特徴とする復号装置。
A decoding device configured to divide and decode an original image of a frame unit constituting a moving image into encoding target blocks,
An intra prediction unit configured to generate a prediction image using the intra prediction mode;
When the intra prediction unit generates the prediction image using reference pixels located on at least one of the right side and the lower side, the transform coefficient is obtained after inverting at least one base in the horizontal direction and the vertical direction. And an inverse transform unit configured to generate a residual signal by performing an inverse orthogonal transform process.
前記イントラ予測部が、右側及び下側の少なくとも一方に位置する参照画素を用いて前
記予測画像を生成した場合で、且つ、適用する直交変換処理が、非対称な直交変換処理で
ある場合に、前記逆変換部は、水平方向及び垂直方向の少なくとも一方の基底を反転させ
た上で変換係数に対して逆直交変換処理を施すことによって残差信号を生成するように構
成されていることを特徴とする請求項3に記載の復号装置。
When the intra prediction unit generates the predicted image using reference pixels located on at least one of the right side and the lower side, and the orthogonal transform process to be applied is an asymmetric orthogonal transform process, The inverse transform unit is configured to generate a residual signal by performing an inverse orthogonal transform process on the transform coefficient after inverting at least one base in the horizontal direction and the vertical direction. The decoding device according to claim 3.
動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して符号化するよ
うに構成されている符号化装置であって、
イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部
と、
前記予測画像と原画像との差分により残差信号を生成するように構成されている残差信
号生成部と、
前記イントラ予測部が、右側及び下側の少なくとも一方に位置する参照画素を用いて前
記予測画像を生成した場合に、前記残差信号を水平方向及び垂直方向の少なくとも一方に
反転した上で直交変換処理を施すように構成されている直交変換部とを具備することを特
徴とする符号化装置。
An encoding device configured to divide and encode an original image of a frame unit constituting a moving image into encoding target blocks,
An intra prediction unit configured to generate a prediction image using the intra prediction mode;
A residual signal generator configured to generate a residual signal based on a difference between the predicted image and the original image;
When the intra prediction unit generates the predicted image using reference pixels located on at least one of the right side and the lower side, the residual signal is inverted in at least one of the horizontal direction and the vertical direction and then orthogonally transformed. An encoding device comprising: an orthogonal transform unit configured to perform processing.
前記イントラ予測部が、右側及び下側の少なくとも一方に位置する参照画素を用いて前
記予測画像を生成した場合で、且つ、適用する直交変換処理が、非対称な直交変換処理で
ある場合に、前記直交変換部は、前記残差信号を水平方向及び垂直方向の少なくとも一方
に反転した上で直交変換処理を施すように構成されていることを特徴とする請求項5に記
載の符号化装置。
When the intra prediction unit generates the predicted image using reference pixels located on at least one of the right side and the lower side, and the orthogonal transform process to be applied is an asymmetric orthogonal transform process, 6. The encoding apparatus according to claim 5, wherein the orthogonal transform unit is configured to perform an orthogonal transform process after inverting the residual signal in at least one of a horizontal direction and a vertical direction.
動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して復号するよう
に構成されている復号装置であって、
イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部
と、
前記イントラ予測部が、右側及び下側の少なくとも一方に位置する参照画素を用いて前
記予測画像を生成した場合に、変換係数に逆直交変換処理を施すことで得られる信号を水
平方向及び垂直方向の少なくとも一方に反転することによって残差信号を生成するように
構成されている逆変換部とを具備することを特徴とする復号装置。
A decoding device configured to divide and decode an original image of a frame unit constituting a moving image into encoding target blocks,
An intra prediction unit configured to generate a prediction image using the intra prediction mode;
When the intra prediction unit generates the predicted image using reference pixels located on at least one of the right side and the lower side, a signal obtained by performing an inverse orthogonal transform process on the transform coefficient is obtained in the horizontal direction and the vertical direction. And a reverse transform unit configured to generate a residual signal by inverting at least one of the decoding device.
前記イントラ予測部が、右側及び下側の少なくとも一方に位置する参照画素を用いて前
記予測画像を生成した場合で、且つ、適用する直交変換処理が、非対称な直交変換処理で
ある場合に、前記逆変換部は、変換係数に逆直交変換処理を施すことで得られる信号を水
平方向及び垂直方向の少なくとも一方に反転することによって残差信号を生成するように
構成されていることを特徴とする請求項7に記載の復号装置。
When the intra prediction unit generates the predicted image using reference pixels located on at least one of the right side and the lower side, and the orthogonal transform process to be applied is an asymmetric orthogonal transform process, The inverse transform unit is configured to generate a residual signal by inverting a signal obtained by performing an inverse orthogonal transform process on the transform coefficient in at least one of a horizontal direction and a vertical direction. The decoding device according to claim 7.
コンピュータを、請求項1、2、5又は6に記載の符号化装置として機能させるための
プログラム。
The program for functioning a computer as an encoding apparatus of Claim 1, 2, 5 or 6.
コンピュータを、請求項3、4、7又は8に記載の復号装置として機能させるためのプ
ログラム。
The program for functioning a computer as a decoding apparatus of Claim 3, 4, 7, or 8.
JP2017026529A 2016-02-17 2017-02-16 Encoding device, decoding device and program Active JP7202769B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021167016A JP7246449B2 (en) 2016-02-17 2021-10-11 Encoding device, decoding device and program

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2016028438 2016-02-17
JP2016028438 2016-02-17
JP2017012132 2017-01-26
JP2017012132 2017-01-26

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2021167016A Division JP7246449B2 (en) 2016-02-17 2021-10-11 Encoding device, decoding device and program

Publications (2)

Publication Number Publication Date
JP2018121318A true JP2018121318A (en) 2018-08-02
JP7202769B2 JP7202769B2 (en) 2023-01-12

Family

ID=63044082

Family Applications (3)

Application Number Title Priority Date Filing Date
JP2017026529A Active JP7202769B2 (en) 2016-02-17 2017-02-16 Encoding device, decoding device and program
JP2021167016A Active JP7246449B2 (en) 2016-02-17 2021-10-11 Encoding device, decoding device and program
JP2023039333A Pending JP2023072035A (en) 2016-02-17 2023-03-14 Decoder and program

Family Applications After (2)

Application Number Title Priority Date Filing Date
JP2021167016A Active JP7246449B2 (en) 2016-02-17 2021-10-11 Encoding device, decoding device and program
JP2023039333A Pending JP2023072035A (en) 2016-02-17 2023-03-14 Decoder and program

Country Status (1)

Country Link
JP (3) JP7202769B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020040124A1 (en) * 2018-08-20 2020-02-27 日本放送協会 Encoding device, decoding device, and program
CN112567743A (en) * 2018-08-15 2021-03-26 日本放送协会 Image encoding device, image decoding device, and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007096679A (en) * 2005-09-28 2007-04-12 Kddi R & D Laboratories Inc Method of encoding and decoding moving picture
WO2012096194A1 (en) * 2011-01-14 2012-07-19 パナソニック株式会社 Image encoding method, image encoding device, image decoding method, image decoding device, and image encoding/decoding device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014045434A (en) 2012-08-28 2014-03-13 Nippon Hoso Kyokai <Nhk> Image encoder, image decoder and programs thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007096679A (en) * 2005-09-28 2007-04-12 Kddi R & D Laboratories Inc Method of encoding and decoding moving picture
WO2012096194A1 (en) * 2011-01-14 2012-07-19 パナソニック株式会社 Image encoding method, image encoding device, image decoding method, image decoding device, and image encoding/decoding device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112567743A (en) * 2018-08-15 2021-03-26 日本放送协会 Image encoding device, image decoding device, and program
WO2020040124A1 (en) * 2018-08-20 2020-02-27 日本放送協会 Encoding device, decoding device, and program
US11546585B2 (en) 2018-08-20 2023-01-03 Nippon Hoso Kyokai Encoding device, decoding device, and program
JP7410033B2 (en) 2018-08-20 2024-01-09 日本放送協会 Encoding device, decoding device and program

Also Published As

Publication number Publication date
JP7202769B2 (en) 2023-01-12
JP2023072035A (en) 2023-05-23
JP2022023859A (en) 2022-02-08
JP7246449B2 (en) 2023-03-27

Similar Documents

Publication Publication Date Title
US11665337B2 (en) Method and apparatus for encoding/decoding an image signal
ES2710807A2 (en) Method and apparatus for processing video signal
WO2017142085A1 (en) Encoding device, decoding device, and program
US20230056139A1 (en) Encoding method based on encoding order change and device therefor, and decoding method based on encoding order change and device thprefor
US20180376150A1 (en) Encoding device, decoding device, and program
JP2023072035A (en) Decoder and program
JP7476279B2 (en) Encoding device, decoding device, and program
KR20170124077A (en) Method and apparatus for encoding/decoding a video signal
JP7093152B2 (en) Encoding device, decoding device and program
JP6956471B2 (en) Coding device, decoding device and program
JP7092455B2 (en) Encoding device, decoding device and program
JP6890428B2 (en) Coding device, decoding device and program
JP6887296B2 (en) Coding device, decoding device and program
JP7166743B2 (en) Encoding device, decoding device and program
JP7449253B2 (en) Encoding device, decoding device and program
JP7279128B2 (en) Prediction device and program
JP7410033B2 (en) Encoding device, decoding device and program
JP5202558B2 (en) Intra prediction apparatus, encoder, decoder, and program
JP2023024721A (en) Coding device, decoding device, and program
KR20220061085A (en) Method and apparatus for encoding/decoding a video signal
JP2018007079A (en) Encoder, decoder, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200109

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20200528

RD05 Notification of revocation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7425

Effective date: 20200612

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20201111

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201124

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20210125

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210323

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210427

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210628

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20210713

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20211011

C60 Trial request (containing other claim documents, opposition documents)

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20211011

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20211019

C21 Notice of transfer of a case for reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C21

Effective date: 20211026

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20211119

C211 Notice of termination of reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C211

Effective date: 20211124

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20220524

C13 Notice of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: C13

Effective date: 20220628

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220817

C092 Termination of reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C092

Effective date: 20220906

C302 Record of communication

Free format text: JAPANESE INTERMEDIATE CODE: C302

Effective date: 20220927

C13 Notice of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: C13

Effective date: 20221004

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221012

C302 Record of communication

Free format text: JAPANESE INTERMEDIATE CODE: C302

Effective date: 20221024

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20221025

C23 Notice of termination of proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C23

Effective date: 20221101

C03 Trial/appeal decision taken

Free format text: JAPANESE INTERMEDIATE CODE: C03

Effective date: 20221129

C30A Notification sent

Free format text: JAPANESE INTERMEDIATE CODE: C3012

Effective date: 20221129

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221226

R150 Certificate of patent or registration of utility model

Ref document number: 7202769

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150