JP2022186939A - Encoder, decoder and program - Google Patents

Encoder, decoder and program Download PDF

Info

Publication number
JP2022186939A
JP2022186939A JP2022171629A JP2022171629A JP2022186939A JP 2022186939 A JP2022186939 A JP 2022186939A JP 2022171629 A JP2022171629 A JP 2022171629A JP 2022171629 A JP2022171629 A JP 2022171629A JP 2022186939 A JP2022186939 A JP 2022186939A
Authority
JP
Japan
Prior art keywords
intra prediction
orthogonal transform
unit
prediction mode
quadratic
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2022171629A
Other languages
Japanese (ja)
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
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 filed Critical Nippon Hoso Kyokai NHK
Priority to JP2022171629A priority Critical patent/JP2022186939A/en
Publication of JP2022186939A publication Critical patent/JP2022186939A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To improve coding performance by reducing entropy efficiently, in intra-prediction.
SOLUTION: An encoder 1 includes an intra-prediction unit 14a for generating a prediction image by using intra-prediction mode, a residual signal generation unit 14b for generating a residual signal by the difference of a prediction image and an original image, an orthogonal transformation unit 14c1 performing orthogonal transformation processing after inverting the residual signal to at least one of horizontal direction and vertical direction, when at least one of the right side and underside is included in the position of a reference pixel used for generation of the prediction image, and a secondary orthogonal transformation unit 14c2 for selecting secondary orthogonal transformation processing to be applied among a prescribed secondary orthogonal transformation group, according to the intra-prediction mode and the position of a reference pixel, and applying the selected secondary orthogonal transformation processing to a signal outputted from the orthogonal transformation unit 14c1.
SELECTED DRAWING: Figure 2
COPYRIGHT: (C)2023,JPO&INPIT

Description

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

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

HEVCにおけるイントラ予測では、Planar予測やDC予測や方向予測の計35種類のイントラ予測モードが用意されており、エンコーダで決定されたイントラ予測モードに従って、隣接する復号済み参照画素を用いてイントラ予測を行うように構成されている。以下、特に記載が無い場合には、「参照画素」という記載は、復号済み参照画素を示すものとする。 In intra prediction in HEVC, a total of 35 types of intra prediction modes, including planar prediction, DC prediction, and directional prediction, are prepared. According to the intra prediction mode determined by the encoder, intra prediction is performed using adjacent decoded reference pixels. configured to do so. Hereinafter, unless otherwise specified, the term "reference pixel" indicates a decoded reference pixel.

ここで、HEVCにおけるイントラ予測では、フレーム内で最も左上に位置する符号化対象ブロック(以下、「CU:Coding Unit」と呼ぶ)等、隣接する参照画素が存在しないCUでは、規定した値(10ビットの動画像であれば「512」)を埋める処理により、予測画像を生成する際に用いる参照画素を作り出すように構成されている。 Here, in intra prediction in HEVC, a specified value (10 It is configured to create reference pixels to be used when generating a predicted image by filling in "512" in the case of a bit moving image).

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

とりわけ、従来のHEVCにおけるイントラ予測では、ラスタースキャン順による符号化処理により、CUの左下側や右上側に位置する参照画素が復号済みでない場合が多く、このような場合に、復号済みでない参照画素が存在する方向からの方向予測を行うと予測精度が低下し、符号化効率が低減してしまうという問題点があった。 In particular, in intra prediction in conventional HEVC, there are many cases where reference pixels located on the lower left side and upper right side of the CU have not been decoded due to encoding processing in raster scan order. However, there is a problem that the prediction accuracy is lowered and the coding efficiency is reduced when the direction prediction is performed from the direction in which there is a .

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

また、HEVCで用いられているイントラ予測は、空間的に隣接する上側又は左側の参照画素を利用した予測であり、参照画素に近い位置の予測画素の精度が高く、参照画素から遠い位置の予測画素の精度が低くなる傾向にある(図10参照)。 In addition, the intra prediction used in HEVC is prediction using spatially adjacent upper or left reference pixels. Pixel accuracy tends to be low (see FIG. 10).

なお、本明細書の図において、イントラ予測モードの方向(予測方向)を示す矢印は、HEVC規格書における記載と同様に、イントラ予測の対象の画素から参照画素に向かうものとする(以下同様)。 In the drawings of this specification, the arrow indicating the direction of the intra prediction mode (prediction direction) is directed from the target pixel for intra prediction to the reference pixel, as described in the HEVC standard (the same applies hereinafter). .

従来のHEVCでは、かかる性質を利用し、参照画素の位置する左側及び上側の方向から水平方向及び垂直方向に離散サイン変換(DST:Discrete Sine Transform)或いは離散コサイン変換(DCT:Discrete Cosine Transform)等の直交変換処理を適用し、残差信号のエントロピーを減少させている。 Conventional HEVC utilizes this property to perform discrete sine transform (DST) or discrete cosine transform (DCT) in the horizontal and vertical directions from the left side and the upper side where the reference pixel is located. is applied to reduce the entropy of the residual signal.

特に、図11に示すように、DSTのインパルス応答の形状は、その端点の一方が閉じており、その端点の他方が広がるような非対称な形状をしているため、図12に示すように、残差信号の信号強度に合わせてDSTを適用することで、エントロピーの減少を効果的に行うことができる。 In particular, as shown in FIG. 11, the shape of the impulse response of the DST has an asymmetrical shape in which one end point is closed and the other end point is widened. Entropy can be effectively reduced by applying DST according to the signal strength of the residual signal.

ところで、非特許文献2には、従来のHEVCで適用する直交変換処理(DCTやDST)において、エントロピーが低減しにくい残差信号に対して、二次的な直交変換処理(以下、二次直交変換処理)を適用することにより、エントロピーを効率的に低減させる技術について開示されている。 By the way, in non-patent document 2, in orthogonal transform processing (DCT and DST) applied in conventional HEVC, secondary orthogonal transform processing (hereinafter referred to as quadratic orthogonal A technique for efficiently reducing entropy by applying transformation processing) is disclosed.

具体的には、非特許文献2に記載されている技術では、イントラ予測により得られた残差信号に対して、従来の直交変換処理を適用した後、得られた直交変換係数を小さいブロックに分割し、ブロックごとに二次直交変換処理を適用するように構成されている。 Specifically, in the technique described in Non-Patent Document 2, after conventional orthogonal transform processing is applied to residual signals obtained by intra prediction, the obtained orthogonal transform coefficients are divided into small blocks. It is configured to divide and apply quadratic orthogonal transform processing block by block.

ここで、符号化装置は、複数の種類の基底が用意されている二次直交変換処理群(二次直交変換処理のセット)の中から最適な二次直交変換処理を選択し、選択した二次直交変換処理を示すフラグ情報をストリームとして出力する(二次直交変換処理を適用しない方が最適である場合は二次直交変換処理を適用しないことを示すフラグ情報をストリームとして出力する)ように構成されている。 Here, the encoding apparatus selects an optimum quadratic orthogonal transform process from among a group of quadratic orthogonal transform processes (a set of quadratic orthogonal transform processes) for which a plurality of types of bases are prepared, and Output as a stream the flag information indicating the quadratic orthogonal transform processing (if not applying the quadratic orthogonal transform processing is optimal, output the flag information indicating that the quadratic orthogonal transform processing is not applied as a stream) It is configured.

また、非特許文献2に記載されている技術では、イントラ予測モードの方向によって、残差信号の特徴及び直交変換係数の特徴が異なることから、イントラ予測モードに応じて選択可能な二次直交変換処理群を切り替えるように構成されている。 Further, in the technique described in Non-Patent Document 2, the characteristics of the residual signal and the characteristics of the orthogonal transform coefficients differ depending on the direction of the intra prediction mode. It is configured to switch treatment groups.

この結果、イントラ予測モードごとに規定されている二次直交変換処理群の中から最適な二次直交変換処理を選択可能となり、どの二次直交変換処理を用いたかを示すフラグに必要な情報量を低減することを可能としている。 As a result, it becomes possible to select the optimal quadratic orthogonal transform processing from among the quadratic orthogonal transform processing groups specified for each intra prediction mode, and the amount of information required for the flag indicating which quadratic orthogonal transform processing was used. It is possible to reduce

望月等、「平均値座標に基づいた適用イントラ予測方式」、情報処理学会研究報告、vol、2012-AVM-77、No.12Mochizuki et al., "Applied intra-prediction method based on mean value coordinates", Information Processing Society of Japan research report, vol, 2012-AVM-77, No.12 X.Zhao、J.Chen、M.Karczewicz、「Mode-dependent non-separable secondary transform」、ITU-T SG16/Q6 Doc. COM16-C1044、2015年10月X. Zhao, J. Chen, M. Karczewicz, "Mode-dependent non-separable secondary transform", ITU-T SG16/Q6 Doc. COM16-C1044, October 2015.

しかしながら、非特許文献2に記載されている技術では、イントラ予測モードにおいて用いられる参照画素の位置を考慮することなく、イントラ予測モードに応じて、二次直交変換処理群の中から最適な二次直交変換処理を決定するように構成されている。 However, in the technique described in Non-Patent Document 2, according to the intra prediction mode, without considering the position of the reference pixel used in the intra prediction mode, the optimal quadratic orthogonal transform process group It is configured to determine an orthogonal transform process.

ここで、右側や下側の参照画素を用いたイントラ予測により得られる残差信号の特徴は、上側や左側の参照信号を用いたイントラ予測により得られる残差信号の特徴とは異なる。 Here, the features of the residual signals obtained by intra prediction using the right and lower reference pixels are different from the features of the residual signals obtained by intra prediction using the upper and left reference pixels.

したがって、非特許文献2に記載されている技術では、右側や下側の参照画素を用いたイントラ予測が行われる場合に、イントラ予測モードのみで二次直交変換処理群を切り替えてしまうと、かえってエントロピーが増大し、符号化性能が低下する可能性があるという問題点があった。 Therefore, in the technique described in Non-Patent Document 2, when intra prediction is performed using the reference pixels on the right side and the lower side, if the quadratic orthogonal transform processing group is switched only in the intra prediction mode, instead There is a problem that entropy increases and coding performance may deteriorate.

そこで、本発明は、上述した課題を解決するためになされたものであり、イントラ予測において、エントロピーを効率的に低減させ、符号化性能を向上させることができる符号化装置、復号装置及びプログラムを提供することを目的とする。 Accordingly, the present invention has been made to solve the above-described problems, and provides an encoding device, a decoding device, and a program capable of efficiently reducing entropy and improving encoding performance in intra prediction. intended to provide

本発明の第1の特徴は、動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して符号化するように構成されている符号化装置であって、イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部と、前記イントラ予測部によって生成された前記予測画像と前記原画像との差分により残差信号を生成するように構成されている残差信号生成部と、前記予測画像の生成に用いる参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、前記残差信号生成部によって生成された残差信号を水平方向及び垂直方向の少なくとも一方に反転させた上で直交変換処理を施すように構成されている直交変換部と、前記イントラ予測モードと前記参照画素の位置とに応じて、予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択し、前記直交変換部から出力された信号に対して、選択した前記二次直交変換処理を施すように構成されている二次直交変換部とを具備することを要旨とする。 A first feature of the present invention is an encoding device that is configured to divide and encode an original image in units of frames that constitute a moving image into encoding target blocks, and uses an intra prediction mode to encode an intra predictor configured to generate a predicted image; and a residual signal configured to generate a residual signal by a difference between the predicted image generated by the intra predictor and the original image. generating unit, and generating the residual signal generated by the residual signal generating unit in at least the horizontal direction and the vertical direction when the positions of the reference pixels used for generating the predicted image include at least one of the right side and the lower side; Among the quadratic orthogonal transform groups defined in advance according to the orthogonal transform unit configured to perform the orthogonal transform processing after inverting to one side, and the intra prediction mode and the position of the reference pixel a quadratic orthogonal transform unit configured to select a quadratic orthogonal transform process to be applied from and to perform the selected quadratic orthogonal transform process on the signal output from the orthogonal transform unit This is the gist of it.

本発明の第2の特徴は、動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して復号するように構成されている復号装置であって、イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部と、量子化された変換係数に対して、逆量子化処理を施すように構成されている逆量子化部と、前記イントラ予測モードと前記予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択し、前記逆量子化部から出力された信号に対して、選択した前記二次逆直交変換処理を施すように構成されている二次逆直交変換部と、前記参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、前記二次逆直交変換部から出力された信号を水平方向及び垂直方向の少なくとも一方に反転させた上で逆直交変換処理を施すように構成されている逆直交変換部とを具備することを要旨とする。 A second feature of the present invention is a decoding device configured to divide an original image in units of frames constituting a moving image into encoding target blocks and decode the predicted image using an intra prediction mode. an intra prediction unit configured to generate an inverse quantization unit configured to perform inverse quantization processing on the quantized transform coefficients; the intra prediction mode and the predicted image Selects the secondary inverse orthogonal transform process to be applied from the predefined secondary inverse orthogonal transform group according to the position of the reference pixel used for generating the On the other hand, a secondary inverse orthogonal transform unit configured to perform the selected secondary inverse orthogonal transform processing, and a secondary inverse orthogonal transform unit that performs the secondary An inverse orthogonal transform unit configured to perform inverse orthogonal transform processing after inverting a signal output from the inverse orthogonal transform unit in at least one of the horizontal direction and the vertical direction.

本発明の第3の特徴は、動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して符号化するように構成されている符号化装置であって、イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部と、前記イントラ予測部によって生成された前記予測画像と前記原画像との差分により残差信号を生成するように構成されている残差信号生成部と、前記予測画像の生成に用いる参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、前記残差信号生成部によって生成された残差信号に対して、水平方向及び垂直方向の少なくとも一方の基底を反転させた上で直交変換処理を施すように構成されている直交変換部と、前記イントラ予測モードと前記参照画素の位置とに応じて、予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択し、前記直交変換部から出力された信号に対して、選択した前記二次直交変換処理を施すように構成されている二次直交変換部とを具備することを要旨とする。 A third feature of the present invention is an encoding device configured to divide and encode an original image in units of frames constituting a moving image into encoding target blocks, wherein the intra prediction mode is used to encode an intra predictor configured to generate a predicted image; and a residual signal configured to generate a residual signal by a difference between the predicted image generated by the intra predictor and the original image. generating unit, and horizontal direction and vertical direction for the residual signal generated by the residual signal generating unit when at least one of the right side and the lower side is included in the position of the reference pixel used to generate the predicted image. An orthogonal transform unit configured to perform orthogonal transform processing after inverting the basis of at least one of the directions, and a predetermined quadratic transform according to the intra prediction mode and the position of the reference pixel. A quadratic orthogonal transform configured to select a quadratic orthogonal transform process to be applied from an orthogonal transform group and apply the selected quadratic orthogonal transform process to a signal output from the orthogonal transform unit. The gist is to comprise a part.

本発明の第4の特徴は、動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して復号するように構成されている復号装置であって、イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部と、量子化された変換係数に対して、逆量子化処理を施すように構成されている逆量子化部と、前記イントラ予測モードと前記予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択し、前記逆量子化部から出力された信号に対して、選択した前記二次逆直交変換処理を施すように構成されている二次逆直交変換部と、前記参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、前記二次逆直交変換部から出力された信号に対して、水平方向及び垂直方向の少なくとも一方の基底を反転させた上で逆直交変換処理を施すように構成されている逆直交変換部とを具備することを要旨とする。 A fourth feature of the present invention is a decoding device configured to divide an original image in units of frames constituting a moving image into encoding target blocks and decode the predicted image using an intra prediction mode. an intra prediction unit configured to generate an inverse quantization unit configured to perform inverse quantization processing on the quantized transform coefficients; the intra prediction mode and the predicted image Selects the secondary inverse orthogonal transform process to be applied from the predefined secondary inverse orthogonal transform group according to the position of the reference pixel used for generating the On the other hand, a secondary inverse orthogonal transform unit configured to perform the selected secondary inverse orthogonal transform processing, and a secondary inverse orthogonal transform unit that performs the secondary an inverse orthogonal transform unit configured to perform inverse orthogonal transform processing on the signal output from the inverse orthogonal transform unit after inverting at least one of the bases in the horizontal direction and the vertical direction; is the gist.

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

本発明の第6の特徴は、コンピュータを、上述の第2及び第4の特徴に記載の復号装置として機能させるためのプログラムであることを要旨とする。 A gist of a sixth aspect of the present invention is a program for causing a computer to function as the decryption device according to the above-described second and fourth aspects.

本発明によれば、イントラ予測において、エントロピーを効率的に低減させ、符号化性能を向上させることができる符号化装置、復号装置及びプログラムを提供することができる。 Advantageous Effects of Invention According to the present invention, it is possible to provide an encoding device, a decoding device, and a program capable of efficiently reducing entropy and improving encoding performance in intra prediction.

図1は、第1の実施形態に係る符号化装置1の機能ブロックの一例を示す図である。FIG. 1 is a diagram showing an example of functional blocks of an encoding device 1 according to the first embodiment. 図2は、第1の実施形態に係る符号化装置1の直交変換・量子化部14cの機能ブロックの一例を示す図である。FIG. 2 is a diagram showing an example of functional blocks of the orthogonal transform/quantization unit 14c of the encoding device 1 according to the first embodiment. 図3は、第1の実施形態において用いられるイントラ予測モードの方向の一例を示す図である。FIG. 3 is a diagram showing an example of directions of intra prediction modes used in the first embodiment. 図4は、第1の実施形態における予測画像の生成方法の一例を示す図である。FIG. 4 is a diagram illustrating an example of a predicted image generation method according to the first embodiment. 図5は、第1の実施形態における予測画像の生成方法の一例を示す図である。FIG. 5 is a diagram illustrating an example of a predicted image generation method according to the first embodiment. 図6は、第1の実施形態に係る符号化装置1の動作の一例を示すフローチャートである。FIG. 6 is a flow chart showing an example of the operation of the encoding device 1 according to the first embodiment. 図7は、第1の実施形態に係る復号装置3の機能ブロックの一例を示す図である。FIG. 7 is a diagram showing an example of functional blocks of the decoding device 3 according to the first embodiment. 図8は、第1の実施形態に係る復号装置3の逆量子化・逆変換部33bの機能ブロックの一例を示す図である。FIG. 8 is a diagram showing an example of functional blocks of the inverse quantization/inverse transform unit 33b of the decoding device 3 according to the first embodiment. 図9は、第1の実施形態に係る復号装置3の動作の一例を示すフローチャートである。FIG. 9 is a flow chart showing an example of the operation of the decoding device 3 according to the first embodiment. 図10は、従来技術について説明するための図である。FIG. 10 is a diagram for explaining the conventional technology. 図11は、従来技術について説明するための図である。FIG. 11 is a diagram for explaining the conventional technology. 図12は、従来技術について説明するための図である。FIG. 12 is a diagram for explaining the conventional technology.

(第1の実施形態)
以下、図1~図9を参照して、本発明の第1の実施形態に係る符号化装置1及び復号装置3について説明する。
(First embodiment)
An encoding device 1 and a decoding device 3 according to the first embodiment of the present invention will be described below with reference to FIGS. 1 to 9. FIG.

ここで、本実施形態に係る符号化装置1及び復号装置3は、HEVC等の動画像符号化方式におけるイントラ予測に対応するように構成されている。なお、本実施形態に係る符号化装置1及び復号装置3は、イントラ予測を行う動画像符号化方式であれば、任意の動画像符号化方式に対応することができるように構成されている。 Here, the encoding device 1 and the decoding device 3 according to this embodiment are configured to support intra prediction in a video encoding method such as HEVC. 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 method as long as it is a video encoding method that performs intra prediction.

本実施形態に係る符号化装置1は、動画像を構成するフレーム単位の原画像をCUに分割して符号化するように構成されている。また、本実施形態に係る符号化装置1は、CUを複数のTUに分割することができるように構成されていてもよい。以下、本実施形態では、CUを複数のTUに分割するケースを例に挙げて説明するが、本発明は、CUを複数のTUに分割しない場合であって、当該CUの参照画素の位置が下側や右側を含むケースにも適用可能である。 The encoding device 1 according to the present embodiment is configured to divide an original image in units of frames constituting a moving image into CUs and encode the CUs. Also, the encoding device 1 according to the present embodiment may be configured to be able to divide a CU into a plurality of TUs. Hereinafter, in the present embodiment, a case in which a CU is divided into a plurality of TUs will be described as an example. It is also applicable to cases involving the lower side and the right side.

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

図1に示すように、本実施形態に係る符号化装置1は、イントラ予測モード決定部11と、TU分割決定部12と、符号化順制御部13と、逐次局部復号画像生成部14と、メモリ15と、エントロピー符号化部16とを具備している。 As shown 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, It comprises a memory 15 and an entropy coding unit 16 .

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

TU分割決定部12は、CUを複数のTUに分割するか否かについて決定するように構成されている。なお、本実施形態では、CUを複数のTUに分割する方法として、4分割のケースを例に挙げて説明しているが、CUを複数のTUに分割する際の分割数や分割形状については、かかるケースに制限されるものではない。 The TU partition decision unit 12 is configured to decide whether to partition 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 4 divisions is described as an example. , is not limited to such cases.

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

例えば、符号化順制御部13は、TU分割決定部12によってCUを複数のTUに分割することが決定された場合に、イントラ予測モード決定部11によって決定されたイントラ予測モードの方向が左下から右上に向かう方向である場合(すなわち、左下から右上に向かって方向予測が行われる場合)に、CU内のTUの符号化順として、従来のラスタースキャン順でなく、CU内の左下のTU→CU内の右下のTU→CU内の左上のTU→CU内の右上のTUという符号化順、或いは、CU内の左下のTU→CU内の左上のTU→CU内の右下のTU→CU内の右上のTUという符号化順のうち、予め規定した符号化順を採用するように構成されていてもよい。 For example, when the TU division determination unit 12 determines to divide a CU into a plurality of TUs, the coding order control unit 13 determines that the direction of the intra prediction mode determined by the intra prediction mode determination unit 11 is from the lower left to If the direction is to the upper right (i.e., the directional prediction is performed from the lower left to the upper right), the encoding order of the TUs in the CU is the lower left TU in the CU, instead of the conventional raster scan order. Lower right TU in CU → Upper left TU in CU → Upper right TU in CU → Lower left TU in CU → Upper left TU in CU → Lower right TU in CU → It may be configured to adopt a predetermined encoding order among the encoding orders of the upper right TU in the CU.

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

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

図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, and an inverse quantization/inverse orthogonal transformation unit 14d. , and a locally decoded image generator 14e.

イントラ予測部14aは、イントラ予測モード決定部11により決定されたイントラ予測モードを用いて予測画像を生成するように構成されている。すなわち、イントラ予測部14aは、かかるイントラ予測モードに応じて予測画像を生成する際に用いる参照画素の位置を決定し、かかる参照画素を用いて予測画像を生成するように構成されている。 The intra prediction unit 14 a is configured to generate a predicted 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 positions of reference pixels used when generating a predicted image according to the intra prediction mode, and generate the predicted image using the reference pixels.

さらに、イントラ予測部14aは、符号化順制御部13によって決定された符号化順で、予測画像を生成するように構成されていてもよい。 Furthermore, the intra prediction unit 14a may be configured to generate a predicted image in the coding order determined by the coding order control unit 13. FIG.

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

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

図2に示すように、直交変換・量子化部14cは、直交変換部14c1と、二次直交変換部14c2と、量子化部14c3とを具備している。 As shown in FIG. 2, the orthogonal transformation/quantization unit 14c includes an orthogonal transformation unit 14c1, a quadratic orthogonal transformation unit 14c2, and a quantization unit 14c3.

直交変換部14c1は、残差信号生成部14bによって生成された残差信号に対して直交変換処理を施すように構成されている。 The orthogonal transformation unit 14c1 is configured to perform orthogonal transformation processing on the residual signal generated by the residual signal generation unit 14b.

具体的には、直交変換部14c1は、予測画像の生成に用いる参照画素の位置に右側及び下側の少なくとも一方が含まれる場合(右側及び下側の少なくとも一方に隣接する参照画素を用いて予測画像を生成する場合)に、残差信号生成部14bによって生成された残差信号を水平方向及び垂直方向の少なくとも一方に反転させた上で直交変換処理を施すことによって直交変換係数を得るように構成されている。 Specifically, the orthogonal transform unit 14c1 performs prediction using reference pixels adjacent to at least one of the right side and the bottom side when at least one of the right side and the bottom side is included in the position of the reference pixel used to generate the predicted image. image), the residual signal generated by the residual signal generator 14b is inverted in at least one of the horizontal direction and the vertical direction, and then subjected to orthogonal transform processing to obtain orthogonal transform coefficients. It is configured.

例えば、直交変換部14c1は、参照画素の位置に下側が含まれる場合(下側に隣接する参照画素を用いて予測画像を生成する場合)に、残差信号を垂直方向に反転させた上で前記直交変換処理を施すように構成されていてもよい。 For example, the orthogonal transform unit 14c1 vertically inverts the residual signal and It may be configured to perform the orthogonal transform processing.

或いは、直交変換部14c1は、参照画素の位置に右側が含まれる場合(右側に隣接する参照画素を用いて予測画像を生成する場合)に、残差信号を水平方向に反転させた上で直交変換処理を施すように構成されていてもよい。 Alternatively, when the right side is included in the position of the reference pixel (when the predicted image is generated using the reference pixel adjacent to the right side), the orthogonal transform unit 14c1 inverts the residual signal in the horizontal direction and converts it into an orthogonal image. It may be configured to perform conversion processing.

二次直交変換部14c2は、イントラ予測モードと参照画素の位置とに応じて、予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択し、直交変換部14c1から出力された信号(直交変換係数)に対して、選択した二次直交変換処理を施すように構成されている。 The quadratic orthogonal transform unit 14c2 selects a quadratic orthogonal transform process to be applied from a predefined quadratic orthogonal transform group according to the intra prediction mode and the position of the reference pixel, It is configured to apply selected quadratic orthogonal transform processing to the output signal (orthogonal transform coefficient).

図3に、本実施形態において用いられるイントラ予測モードの一例について示す。図3に示すように、本実施形態では、イントラ予測モード2~9は、カテゴリAに分類され、イントラ予測モード10~26は、カテゴリBに分類され、イントラ予測モード27~34は、カテゴリCに分類されるものとする。 FIG. 3 shows an example of intra prediction modes used in this embodiment. As shown in FIG. 3, in the present embodiment, intra prediction modes 2 to 9 are classified into category A, intra prediction modes 10 to 26 are classified into category B, and intra prediction modes 27 to 34 are classified into category C shall be classified as

なお、本実施形態では、図3に示すHEVCにおけるイントラ予測モードを用いる例について説明するが、本発明は、他のイントラ予測モードが用いられる例に対しても適用可能である。 In this embodiment, an example using the intra prediction mode in HEVC shown in FIG. 3 will be described, but the present invention is also applicable to examples using other intra prediction modes.

ここで、二次直交変換処理は、残差信号に対して直交変換処理を適用することで得られる直交変換係数に対し、さらにエントロピーを低減させるために適用する変換処理である。 Here, the quadratic orthogonal transform processing is transform processing applied to further reduce the entropy of the orthogonal transform coefficients obtained by applying the orthogonal transform processing to the residual signal.

なお、残差信号のエネルギー分布は、イントラ予測に用いる参照画素からの距離に統計的に比例する。このため、左側に位置する参照画素のみを用いるイントラ予測モードと、左側及び上側に位置する参照画素を用いるイントラ予測モードでは、残差信号のエネルギー分布は異なる。また、これらの残差信号に対して直交変換処理を適用して得られる直交変換係数のエネルギー分布も、イントラ予測モードに応じて異なる。 Note that the energy distribution of the residual signal is statistically proportional to the distance from the reference pixel used for intra prediction. Therefore, the energy distribution of the residual signal differs between the intra prediction mode using only the reference pixels located on the left side and the intra prediction mode using the reference pixels located on the left side and above. In addition, the energy distribution of orthogonal transform coefficients obtained by applying orthogonal transform processing to these residual signals also differs depending on the intra prediction mode.

したがって、非特許文献2に記載されている技術は、直交変換係数のエネルギーの偏りとイントラ予測モードの方向との相関性を利用して、イントラ予測モードの方向に応じて選択可能な二次直交変換処理群を切り替えるように構成されている。 Therefore, the technique described in Non-Patent Document 2 utilizes the correlation between the energy bias of the orthogonal transform coefficients and the direction of the intra prediction mode, and selectable quadratic orthogonal It is configured to switch conversion processing groups.

図4(a)及び図4(b)に、残差信号のエネルギー分布の例として、HEVCにおけるイントラ予測モード2(左側に位置する参照画素のみを用いるイントラ予測モード)及びイントラ予測モード18(左側及び上側に位置する参照画素を用いるイントラ予測モード)における残差信号のエネルギー分布の違いを示す。 FIGS. 4(a) and 4(b) show examples of the energy distribution of the residual signal as intra prediction mode 2 (intra prediction mode using only reference pixels located on the left side) and intra prediction mode 18 (intra prediction mode using only reference pixels located on the left side) in HEVC. and intra-prediction modes using upper reference pixels).

しかしながら、図5のように、左側及び下側に位置する参照画素を用いてイントラ予測モード2の方向予測を行う場合には、左側に位置する参照画素のみを用いてイントラ予測モード2の方向予測を行う場合と比べて、参照画素の位置が異なることで、残差信号のエネルギー分布も異なる。 However, as shown in FIG. 5 , when directional prediction in intra prediction mode 2 is performed using reference pixels positioned on the left side and lower side, directional prediction in intra prediction mode 2 is performed using only the reference pixels positioned on the left side. , the energy distribution of the residual signal is also different due to the difference in the position of the reference pixel.

左側及び下側に位置する参照画素を用いたイントラ予測モード2の方向予測による残差信号のエネルギー分布(図5参照)は、図4(b)に示す左側及び上側に位置する参照画素を用いたイントラ予測モード18の方向予測による残差信号を垂直方向に反転したものと同様のエネルギー分布となる。 The energy distribution (see FIG. 5) of the residual signal by directional prediction in intra prediction mode 2 using the reference pixels positioned on the left and the bottom is shown in FIG. The energy distribution is the same as that obtained by vertically inverting the residual signal resulting from the directional prediction of the intra prediction mode 18 .

すなわち、イントラ予測モード2の方向予測を行う際に、参照画素の位置として左側及び下側が含まれる場合であって残差信号を垂直方向に反転させた上で直交変換処理を適用した場合に得られる直交変換係数のエネルギー分布は、イントラ予測モード18の方向予測を行う際に、参照画素の位置として左側及び上側が含まれる場合であって残差信号を水平方向及び垂直方向に反転させることなく直交変換処理を適用した場合に得られる直交変換係数のエネルギー分布と同様となる(図4(b)及び図5参照)。 That is, when performing directional prediction in intra prediction mode 2, when the position of the reference pixel includes the left side and the lower side, and the residual signal is inverted in the vertical direction and the orthogonal transform processing is applied, When performing directional prediction in intra prediction mode 18, the energy distribution of the orthogonal transform coefficients obtained is such that when the positions of the reference pixels include the left side and the upper side, the residual signal is not horizontally and vertically inverted. The energy distribution of orthogonal transform coefficients obtained when orthogonal transform processing is applied is the same (see FIGS. 4B and 5).

イントラ予測モード2の方向予測による残差信号に対する直交変換処理により得られる直交変換係数のエネルギー分布は、イントラ予測に用いる参照画素の位置により異なるため、イントラ予測モードのみに基づいて、適用可能な二次直交変換処理群を決定することで、エントロピーが増大して符号化性能が低下してしまう恐れがある。 Since the energy distribution of orthogonal transform coefficients obtained by orthogonal transform processing on residual signals from directional prediction in intra prediction mode 2 differs depending on the positions of reference pixels used for intra prediction, the two applicable Determining the next orthogonal transform process group may increase entropy and degrade coding performance.

したがって、二次直交変換部14c2は、イントラ予測モードの方向ではなく、参照画素の位置に応じてイントラ予測モードの方向を垂直及び水平方向の少なくとも一方に反転した方向に応じて予め規定される二次直交変換処理群を用いるように構成されている。 Therefore, the quadratic orthogonal transform unit 14c2 is not the direction of the intra prediction mode, but the direction of the intra prediction mode is inverted to at least one of the vertical and horizontal directions according to the position of the reference pixel. It is configured to use the next order orthogonal transform processing group.

すなわち、二次直交変換部14c2は、イントラ予測モードがカテゴリBに属している場合、イントラ予測モードの方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 That is, when the intra prediction mode belongs to category B, the quadratic orthogonal transform unit 14c2 applies quadratic orthogonal transform processing from among the quadratic orthogonal transform group defined in advance according to the direction of the intra prediction mode. may be configured to select

例えば、二次直交変換部14c2は、イントラ予測モードが18である場合、イントラ予測モード18の方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 For example, when the intra prediction mode is 18, the quadratic orthogonal transform unit 14c2 selects a quadratic orthogonal transform process to be applied from a quadratic orthogonal transform group predefined according to the direction of the intra prediction mode 18. may be configured to

或いは、二次直交変換部14c2は、イントラ予測モードがカテゴリAに属している場合で、且つ、参照画素の位置として下側が含まれていない場合、イントラ予測モードの方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 Alternatively, the quadratic orthogonal transform unit 14c2 is defined in advance according to the direction of the intra prediction mode when the intra prediction mode belongs to category A and the position of the reference pixel does not include the lower side. The quadratic orthogonal transform processing to be applied may be selected from among the quadratic orthogonal transform group.

例えば、二次直交変換部14c2は、イントラ予測モードが2である場合で、且つ、参照画素の位置として下側が含まれていない場合、イントラ予測モード2の方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 For example, when the intra prediction mode is 2 and the lower side is not included as the position of the reference pixel, the quadratic orthogonal transform unit 14c2 uses the predetermined two directions according to the direction of the intra prediction mode 2. It may be configured to select a quadratic orthogonal transform process to be applied from the quadratic orthogonal transform group.

或いは、二次直交変換部14c2は、イントラ予測モードがカテゴリCに属している場合で、且つ、参照画素の位置として右側が含まれていない場合、イントラ予測モードの方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 Alternatively, if the intra prediction mode belongs to category C and the right side is not included as the position of the reference pixel, the quadratic orthogonal transform unit 14c2 is defined in advance according to the direction of the intra prediction mode. The quadratic orthogonal transform processing to be applied may be selected from among the quadratic orthogonal transform group.

例えば、二次直交変換部14c2は、イントラ予測モードが34である場合で、且つ、参照画素の位置として右側が含まれていない場合、イントラ予測モード34の方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 For example, when the intra prediction mode is 34 and the right side is not included as the position of the reference pixel, the quadratic orthogonal transform unit 14c2 uses the predetermined two directions according to the direction of the intra prediction mode 34. It may be configured to select a quadratic orthogonal transform process to be applied from the quadratic orthogonal transform group.

また、二次直交変換部14c2は、参照画素の位置に下側が含まれる場合に、イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 Further, when the position of the reference pixel includes the lower side, the quadratic orthogonal transform unit 14c2 selects from among the quadratic orthogonal transform group defined in advance according to the direction in which the direction of the intra prediction mode is reversed in the vertical direction. It may be configured to select the quadratic orthogonal transform process to be applied.

ここで、「イントラ予測モードの方向を垂直方向に反転する」とは、図3の例では、イントラ予測モード2~9の方向とイントラ予測モード18~11の方向との間でそれぞれ変換することを意味する、すなわち、イントラ予測モード10の方向を基準にして各イントラ予測モードの方向を線対称な位置関係にあるイントラ予測モードの方向に変換することを意味する。 Here, "reversing the direction of the intra prediction mode in the vertical direction" means converting between the directions of intra prediction modes 2 to 9 and the directions of intra prediction modes 18 to 11, respectively That is, it means that the direction of each intra prediction mode is converted to the direction of the intra prediction mode having a linearly symmetrical positional relationship with respect to the direction of the intra prediction mode 10 .

すなわち、二次直交変換部14c2は、イントラ予測モードがカテゴリAに属している場合で、且つ、参照画素の位置として下側が含まれている場合、イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 That is, when the intra prediction mode belongs to category A, and when the position of the reference pixel includes the lower side, the quadratic orthogonal transform unit 14c2 converts the direction of the intra prediction mode to the direction reversed in the vertical direction. The secondary orthogonal transform processing to be applied may be selected from a group of quadratic orthogonal transforms predefined according to .

例えば、二次直交変換部14c2は、イントラ予測モードが2である場合で、且つ、参照画素の位置として下側が含まれている場合、イントラ予測モード2の方向を垂直方向に反転した方向(イントラ予測モード18の方向)に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 For example, when the intra prediction mode is 2 and the lower side is included as the position of the reference pixel, the quadratic orthogonal transform unit 14c2 performs a direction obtained by vertically reversing the direction of intra prediction mode 2 (intra prediction mode). It may be configured to select the quadratic orthogonal transform process to be applied from the quadratic orthogonal transform group defined in advance according to the direction of the prediction mode 18).

或いは、二次直交変換部14c2は、参照画素の位置に右側が含まれる場合に、イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 Alternatively, when the right side is included in the position of the reference pixel, the quadratic orthogonal transform unit 14c2 selects from among the quadratic orthogonal transform group defined in advance according to the direction in which the direction of the intra prediction mode is horizontally inverted. It may be configured to select the quadratic orthogonal transform process to be applied.

ここで、「イントラ予測モードの方向を水平方向に反転する」とは、図3の例では、イントラ予測モード18~25の方向とイントラ予測モード34~27の方向との間でそれぞれ変換することを意味する、すなわち、イントラ予測モード26の方向を基準にして各イントラ予測モードの方向を線対称な位置関係にあるイントラ予測モードの方向に変換することを意味する。 Here, "reversing the direction of the intra prediction mode horizontally" means converting between the direction of the intra prediction modes 18 to 25 and the direction of the intra prediction modes 34 to 27 in the example of FIG. That is, it means that the direction of each intra prediction mode is converted to the direction of the intra prediction mode having a linearly symmetrical positional relationship with respect to the direction of the intra prediction mode 26 .

すなわち、二次直交変換部14c2は、イントラ予測モードがカテゴリCに属している場合で、且つ、参照画素の位置として右側が含まれている場合、イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 That is, when the intra prediction mode belongs to category C and the right side is included as the position of the reference pixel, the quadratic orthogonal transform unit 14c2 performs the direction in which the direction of the intra prediction mode is reversed in the horizontal direction. The secondary orthogonal transform processing to be applied may be selected from a group of quadratic orthogonal transforms predefined according to .

例えば、二次直交変換部14c2は、イントラ予測モードが34である場合で、且つ、参照画素の位置として右側が含まれている場合、イントラ予測モード34の方向を水平方向に反転した方向(イントラ予測モード18の方向)に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 For example, when the intra prediction mode is 34 and the right side is included as the position of the reference pixel, the quadratic orthogonal transform unit 14c2 performs a direction obtained by horizontally reversing the direction of the intra prediction mode 34 (intra prediction mode). It may be configured to select the quadratic orthogonal transform process to be applied from the quadratic orthogonal transform group defined in advance according to the direction of the prediction mode 18).

量子化部14c3は、二次直交変換部14c2から出力された信号に対して量子化処理を施し、量子化された変換係数を生成するように構成されている。 The quantization unit 14c3 is configured to perform quantization processing on the signal output from the quadratic orthogonal transform unit 14c2 and generate quantized transform coefficients.

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

局部復号画像生成部14eは、逆量子化部・逆直交変換部14dによって生成された残差信号に対してイントラ予測部14aによって生成された予測画像を加えることで局部復号画像を生成するように構成されている。 The local decoded image generation unit 14e generates a local decoded image by adding the predicted 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 retain locally decoded images generated by the sequential local decoded image generator 14 so as to be usable as reference images.

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

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

図6に示すように、ステップS101において、符号化装置1は、決定したイントラ予測モードに応じて予測画像を生成する際に用いる参照画素の位置を決定し、かかる参照画素を用いて予測画像を生成する。 As shown in FIG. 6, in step S101, the encoding device 1 determines the positions of reference pixels used when generating a predicted image according to the determined intra prediction mode, and uses the reference pixels to generate a predicted image. Generate.

ステップS102において、符号化装置1は、予測画像と原画像との差分により残差信号を生成する。 In step S102, the encoding device 1 generates a residual signal from the difference between the predicted image and the original image.

ステップS103において、符号化装置1は、予測画像の生成に用いた参照画素の位置に右側及び下側の少なくとも一方が含まれていた場合に、残差信号を水平方向及び垂直方向の少なくとも一方に反転させた上で直交変換処理を施す。 In step S103, if the position of the reference pixel used to generate the predicted image includes at least one of the right side and the bottom side, the encoding device 1 converts the residual signal to at least one of the horizontal direction and the vertical direction. Orthogonal transformation processing is applied after inversion.

ステップS104において、符号化装置1は、イントラ予測モードと参照画素の位置とに応じて、予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択し、直交変換係数に対して、選択した二次直交変換処理を施す。 In step S104, the encoding device 1 selects a quadratic orthogonal transform process to be applied from a predefined quadratic orthogonal transform group according to the intra prediction mode and the position of the reference pixel, is subjected to the selected quadratic orthogonal transformation process.

ステップS105において、符号化装置1は、二次直交変換処理が施された信号に対して量子化処理を施し、量子化された変換係数を生成する。 In step S105, the encoding device 1 performs quantization processing on the signal subjected to the quadratic orthogonal transform processing to generate quantized transform coefficients.

ステップS106において、符号化装置1は、イントラ予測モード等を含むフラグ情報や量子化された変換係数に対してエントロピー符号化処理を施してストリーム出力する。 In step S106, the encoding device 1 performs entropy encoding processing on the flag information including the intra prediction mode and the quantized transform coefficients, and outputs them as a stream.

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

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

エントロピー復号部31は、符号化装置1から出力されたストリームに対してエントロピー復号処理を施すことによって、符号化装置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 by performing entropy decoding processing on the stream output from the encoding device 1. ing. Here, the transform coefficients are quantized transform coefficients obtained by the encoding apparatus 1 as signals encoded by dividing the original image in units of frames into CUs.

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

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

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

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

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

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

イントラ予測部33aは、復号順制御部32によって決定した復号順に従って、エントロピー復号部31によって出力されたイントラ予測モードを用いて、予測画像を生成するように構成されていてもよい。 The intra prediction unit 33 a 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 .

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

図8に示すように、逆量子化・逆変換部33bは、逆量子化部33b1と、二次逆直交変換部33b2と、逆直交変換部33b3とを具備している。 As shown in FIG. 8, the inverse quantization/inverse transformation unit 33b includes an inverse quantization unit 33b1, a secondary inverse orthogonal transformation unit 33b2, and an inverse orthogonal transformation unit 33b3.

逆量子化部33b1は、エントロピー復号部31によって出力された量子化された変換係数に対して、逆量子化処理を施すように構成されている。 The inverse quantization unit 33b1 is configured to perform inverse quantization processing on the quantized transform coefficients output from the entropy decoding unit 31. FIG.

二次逆直交変換部33b2は、逆量子化部33b1から出力された信号(変換係数)に対して、二次逆直交変換処理を施すように構成されている。 The secondary inverse orthogonal transform section 33b2 is configured to perform secondary inverse orthogonal transform processing on the signal (transform coefficient) output from the inverse quantization section 33b1.

具体的には、二次逆直交変換部33b2は、二次直交変換部14c2と同様に、イントラ予測モードと予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択し、逆量子化部33b1から出力された信号に対して、選択した二次逆直交変換処理を施すように構成されている。 Specifically, the quadratic inverse orthogonal transform unit 33b2, similarly to the quadratic orthogonal transform unit 14c2, uses a predefined quadratic transform unit 33b2 according to the intra prediction mode and the position of the reference pixel used to generate the predicted image. A secondary inverse orthogonal transform process to be applied is selected from the inverse orthogonal transform group, and the selected secondary inverse orthogonal transform process is performed on the signal output from the inverse quantization section 33b1.

すなわち、二次逆直交変換部33b2は、イントラ予測モードがカテゴリBに属している場合、イントラ予測モードの方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 That is, when the intra prediction mode belongs to category B, the secondary inverse orthogonal transform unit 33b2 applies secondary inverse orthogonal transforms from among the group of secondary inverse orthogonal transforms defined in advance according to the direction of the intra prediction mode. It may be configured to select an orthogonal transform process.

例えば、二次逆直交変換部33b2は、イントラ予測モードが18である場合、イントラ予測モード18の方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 For example, when the intra prediction mode is 18, the secondary inverse orthogonal transform unit 33b2 applies the secondary inverse orthogonal transform from the group of secondary inverse orthogonal transforms predefined according to the direction of the intra prediction mode 18. It may be configured to select a treatment.

或いは、二次逆直交変換部33b2は、イントラ予測モードがカテゴリAに属している場合で、且つ、参照画素の位置として下側が含まれていない場合、イントラ予測モードの方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 Alternatively, the secondary inverse orthogonal transform unit 33b2 is defined in advance according to the direction of the intra prediction mode when the intra prediction mode belongs to category A and the lower side is not included as the position of the reference pixel. The secondary inverse orthogonal transform processing to be applied may be selected from the secondary inverse orthogonal transform group.

例えば、二次逆直交変換部33b2は、イントラ予測モードが2である場合で、且つ、参照画素の位置として下側が含まれていない場合、イントラ予測モード2の方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 For example, the secondary inverse orthogonal transform unit 33b2 is defined in advance according to the direction of intra prediction mode 2 when the intra prediction mode is 2 and the position of the reference pixel does not include the lower side. It may be configured to select a quadratic inverse orthogonal transform process to be applied from a quadratic inverse orthogonal transform group.

或いは、二次逆直交変換部33b2は、イントラ予測モードがカテゴリCに属している場合で、且つ、参照画素の位置として右側が含まれていない場合、イントラ予測モードの方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 Alternatively, if the intra prediction mode belongs to category C and the right side is not included as the position of the reference pixel, the secondary inverse orthogonal transform unit 33b2 is defined in advance according to the direction of the intra prediction mode. The secondary inverse orthogonal transform processing to be applied may be selected from the secondary inverse orthogonal transform group.

例えば、二次逆直交変換部33b2は、イントラ予測モードが34である場合で、且つ、参照画素の位置として右側が含まれていない場合、イントラ予測モード34の方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 For example, the secondary inverse orthogonal transform unit 33b2 is defined in advance according to the direction of the intra prediction mode 34 when the intra prediction mode is 34 and the right side is not included as the position of the reference pixel. It may be configured to select a quadratic inverse orthogonal transform process to be applied from a quadratic inverse orthogonal transform group.

また、二次逆直交変換部33b2は、参照画素の位置に下側が含まれる場合に、イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 In addition, when the position of the reference pixel includes the lower side, the secondary inverse orthogonal transform unit 33b2 performs a predetermined secondary inverse orthogonal transform group according to the direction obtained by vertically inverting the direction of the intra prediction mode. It may be configured to select the quadratic inverse orthogonal transform process to be applied from among them.

すなわち、二次逆直交変換部33b2は、イントラ予測モードがカテゴリAに属している場合で、且つ、参照画素の位置として下側が含まれている場合、イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 That is, the secondary inverse orthogonal transform unit 33b2 reverses the direction of the intra prediction mode in the vertical direction when the intra prediction mode belongs to category A and the lower side is included as the position of the reference pixel. The secondary inverse orthogonal transform process to be applied may be selected from a group of secondary inverse orthogonal transforms defined in advance according to the direction.

例えば、二次逆直交変換部33b2は、イントラ予測モードが2である場合で、且つ、参照画素の位置として下側が含まれている場合、イントラ予測モード2の方向を垂直方向に反転した方向(イントラ予測モード18の方向)に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 For example, when the intra prediction mode is 2 and the lower side is included as the position of the reference pixel, the secondary inverse orthogonal transform unit 33b2 performs the direction in which the direction of the intra prediction mode 2 is reversed in the vertical direction ( The secondary inverse orthogonal transform process to be applied may be selected from a group of secondary inverse orthogonal transforms defined in advance according to the direction of the intra prediction mode 18).

或いは、二次逆直交変換部33b2は、参照画素の位置に右側が含まれる場合に、イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 Alternatively, when the right side is included in the position of the reference pixel, the secondary inverse orthogonal transform unit 33b2 performs a predetermined secondary inverse orthogonal transform group according to the horizontally inverted direction of the intra prediction mode. It may be configured to select the quadratic inverse orthogonal transform process to be applied from among them.

すなわち、二次逆直交変換部33b2は、イントラ予測モードがカテゴリCに属している場合で、且つ、参照画素の位置として右側が含まれている場合、イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 That is, when the intra prediction mode belongs to category C and the right side is included as the position of the reference pixel, the secondary inverse orthogonal transform unit 33b2 horizontally reverses the direction of the intra prediction mode. The secondary inverse orthogonal transform process to be applied may be selected from a group of secondary inverse orthogonal transforms defined in advance according to the direction.

例えば、二次逆直交変換部33b2は、イントラ予測モードが34である場合で、且つ、参照画素の位置として右側が含まれている場合、イントラ予測モード34の方向を水平方向に反転した方向(イントラ予測モード18の方向)に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 For example, when the intra prediction mode is 34 and the right side is included as the position of the reference pixel, the quadratic inverse orthogonal transform unit 33b2 performs the direction in which the direction of the intra prediction mode 34 is reversed in the horizontal direction ( The secondary inverse orthogonal transform process to be applied may be selected from a group of secondary inverse orthogonal transforms defined in advance according to the direction of the intra prediction mode 18).

逆直交変換部33b3は、二次逆直交変換部33b2から出力された信号に対して逆直交変換処理を施すように構成されている。 The inverse orthogonal transform section 33b3 is configured to perform inverse orthogonal transform processing on the signal output from the secondary inverse orthogonal transform section 33b2.

具体的には、逆直交変換部33b3は、参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、二次逆直交変換部33b2から出力された信号を水平方向及び垂直方向の少なくとも一方に反転させた上で逆直交変換処理を施すように構成されている。 Specifically, when the position of the reference pixel includes at least one of the right side and the bottom side, the inverse orthogonal transformation unit 33b3 converts the signal output from the secondary inverse orthogonal transformation unit 33b2 into at least one of the horizontal direction and the vertical direction. It is configured to perform inverse orthogonal transform processing after inverting to one side.

例えば、逆直交変換部33b3は、参照画素の位置に下側が含まれる場合に、二次逆直交変換部33b2から出力された信号を垂直方向に反転させた上で逆直交変換処理を施すように構成されていてもよい。 For example, when the position of the reference pixel includes the lower side, the inverse orthogonal transformation unit 33b3 vertically inverts the signal output from the secondary inverse orthogonal transformation unit 33b2 and then performs the inverse orthogonal transformation process. may be configured.

或いは、逆直交変換部33b3は、参照画素の位置に右側が含まれる場合に、二次逆直交変換部33b2から出力された信号を水平方向に反転させた上で逆直交変換処理を施すように構成されていてもよい。 Alternatively, when the right side is included in the position of the reference pixel, the inverse orthogonal transformation unit 33b3 horizontally inverts the signal output from the secondary inverse orthogonal transformation unit 33b2 and then performs the inverse orthogonal transformation process. may be configured.

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

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

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

図9に示すように、ステップS201において、復号装置3は、イントラ予測モードを用いて、予測画像を生成する。 As shown in FIG. 9, in step S201, the decoding device 3 uses the intra prediction mode to generate a predicted image.

ステップS202において、復号装置3は、量子化された変換係数に対して、逆量子化処理を施す。 In step S202, the decoding device 3 performs inverse quantization processing on the quantized transform coefficients.

ステップS203において、復号装置3は、イントラ予測モードと予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択し、逆量子化処理が施された信号に対して、選択した二次逆直交変換処理を施す。 In step S203, the decoding device 3 performs secondary inverse orthogonal transform processing to be applied from a predetermined secondary inverse orthogonal transform group according to the intra prediction mode and the position of the reference pixel used for generating the predicted image. is selected, and the selected quadratic inverse orthogonal transform process is performed on the signal that has been subjected to the inverse quantization process.

ステップS204において、復号装置3は、参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、二次逆直交変換処理が施された信号を水平方向及び垂直方向の少なくとも一方に反転させた上で逆直交変換処理を施す。 In step S204, if the position of the reference pixel includes at least one of the right side and the bottom side, the decoding device 3 inverts the signal subjected to the secondary inverse orthogonal transform processing in at least one of the horizontal direction and the vertical direction. After that, inverse orthogonal transform processing is applied.

本実施形態に係る符号化装置1及び復号装置3によれば、イントラ予測により得られた残差信号に対して直交変換処理を施すことで得られる直交変換係数に対して、参照画素の位置に応じて異なる二次直交変換処理群を切り替えて用いることが可能となり、エントロピーを低減可能となり符号化効率が向上する。 According to the encoding device 1 and the decoding device 3 according to the present embodiment, the orthogonal transform coefficient obtained by performing the orthogonal transform process on the residual signal obtained by intra prediction is set to the position of the reference pixel. Accordingly, different quadratic orthogonal transform processing groups can be switched and used, entropy can be reduced, and coding efficiency can be improved.

(第2の実施形態)
以下、本発明の第2の実施形態に係る符号化装置1及び復号装置3について、上述の第1の実施形態に係る符号化装置1及び復号装置3との相違点に着目して説明する。
(Second embodiment)
An encoding device 1 and a decoding device 3 according to the second embodiment of the present invention will be described below, focusing on differences from the encoding device 1 and the decoding device 3 according to the above-described first embodiment.

本実施形態に係る符号化装置1において、直交変換部14c1は、予測画像の生成に用いる参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、残差信号生成部14bによって生成された残差信号を水平方向及び垂直方向の少なくとも一方に反転させる代わりに、残差信号生成部14bによって生成された残差信号に対して、水平方向及び垂直方向の少なくとも一方の基底を反転させた上で直交変換処理を施すように構成されている。 In the encoding device 1 according to the present embodiment, the orthogonal transform unit 14c1 generates a Instead of inverting the residual signal in at least one of the horizontal and vertical directions, the basis of at least one of the horizontal and vertical directions is inverted for the residual signal generated by the residual signal generation unit 14b. It is configured to perform orthogonal transform processing on the above.

例えば、直交変換部14c1は、参照画素の位置に下側が含まれる場合に、残差信号に対して垂直方向の基底を反転させた上で直交変換処理を施すように構成されていてもよい。 For example, the orthogonal transform unit 14c1 may be configured to perform orthogonal transform processing after inverting the base in the vertical direction with respect to the residual signal when the lower side is included in the position of the reference pixel.

或いは、直交変換部14c1は、参照画素の位置に右側が含まれる場合に、残差信号に対して水平方向の基底を反転させた上で直交変換処理を施すように構成されていてもよい。 Alternatively, the orthogonal transform unit 14c1 may be configured to perform orthogonal transform processing after inverting the horizontal base of the residual signal when the right side is included in the position of the reference pixel.

本実施形態に係る符号化装置1において、二次直交変換部14c2は、イントラ予測モードと参照画素の位置とに応じて、予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択し、直交変換部14c1から出力された信号(直交変換係数)に対して、選択した二次直交変換処理を施すように構成されている。 In the encoding device 1 according to the present embodiment, the quadratic orthogonal transform unit 14c2 applies a quadratic orthogonal transform from a predetermined quadratic orthogonal transform group according to the intra prediction mode and the position of the reference pixel. It is configured to select a transform process and apply the selected quadratic orthogonal transform process to the signal (orthogonal transform coefficient) output from the orthogonal transform section 14c1.

例えば、二次直交変換部14c2は、参照画素の位置に下側が含まれる場合に、イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 For example, when the position of the reference pixel includes the lower side, the quadratic orthogonal transform unit 14c2 selects from among the quadratic orthogonal transform group defined in advance according to the direction in which the direction of the intra prediction mode is reversed in the vertical direction. It may be configured to select the quadratic orthogonal transform process to be applied.

或いは、二次直交変換部14c2は、参照画素の位置に右側が含まれる場合に、イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている二次直交変換群の中から適用する二次直交変換処理を選択するように構成されていてもよい。 Alternatively, when the right side is included in the position of the reference pixel, the quadratic orthogonal transform unit 14c2 selects from among the quadratic orthogonal transform group defined in advance according to the direction in which the direction of the intra prediction mode is horizontally inverted. It may be configured to select the quadratic orthogonal transform process to be applied.

また、本実施形態に係る復号装置3において、二次逆直交変換部33b2は、イントラ予測モードと予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択し、逆量子化部から出力された信号に対して、選択した二次逆直交変換処理を施すように構成されている。 Further, in the decoding device 3 according to the present embodiment, the secondary inverse orthogonal transform unit 33b2 performs a predetermined secondary inverse orthogonal transform according to the intra prediction mode and the position of the reference pixel used for generating the predicted image. A quadratic inverse orthogonal transform process to be applied is selected from the group, and the selected quadratic inverse orthogonal transform process is applied to the signal output from the inverse quantization unit.

例えば、二次逆直交変換部33b2は、参照画素の位置に下側が含まれる場合に、イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 For example, when the position of the reference pixel includes the lower side, the secondary inverse orthogonal transform unit 33b2 performs a predetermined secondary inverse orthogonal transform group according to the direction in which the direction of the intra prediction mode is reversed in the vertical direction. It may be configured to select the quadratic inverse orthogonal transform process to be applied from among them.

或いは、二次逆直交変換部33b2は、参照画素の位置に右側が含まれる場合に、イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている二次逆直交変換群の中から適用する二次逆直交変換処理を選択するように構成されていてもよい。 Alternatively, when the right side is included in the position of the reference pixel, the secondary inverse orthogonal transform unit 33b2 performs a predetermined secondary inverse orthogonal transform group according to the horizontally inverted direction of the intra prediction mode. It may be configured to select the quadratic inverse orthogonal transform process to be applied from among them.

本実施形態に係る復号装置3において、逆直交変換部33b3は、参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、二次逆直交変換部33b2から出力された信号を水平方向及び垂直方向の少なくとも一方に反転させる代わりに、二次逆直交変換部33b2から出力された信号に対して、水平方向及び垂直方向の少なくとも一方の基底を反転させた上で逆直交変換処理を施すように構成されている。 In the decoding device 3 according to the present embodiment, the inverse orthogonal transform unit 33b3 converts the signal output from the secondary inverse orthogonal transform unit 33b2 in the horizontal direction when at least one of the right side and the lower side is included in the position of the reference pixel. And instead of inverting in at least one of the vertical directions, the signal output from the secondary inverse orthogonal transform unit 33b2 is subjected to inverse orthogonal transform processing after inverting at least one base in the horizontal direction and vertical direction. is configured as

例えば、逆直交変換部33b3は、参照画素の位置に下側が含まれる場合に、二次逆直交変換部33b2から出力された信号に対して垂直方向の基底を反転させた上で逆直交変換処理を施すように構成されていてもよい。 For example, when the lower side is included in the position of the reference pixel, the inverse orthogonal transform unit 33b3 performs inverse orthogonal transform processing after inverting the base in the vertical direction for the signal output from the secondary inverse orthogonal transform unit 33b2. may be configured to apply

或いは、逆直交変換部33b3は、参照画素の位置に右側が含まれる場合に、二次逆直交変換部33b2から出力された信号に対して水平方向の基底を反転させた上で逆直交変換処理を施すように構成されていてもよい。 Alternatively, when the right side is included in the position of the reference pixel, the inverse orthogonal transform unit 33b3 inverts the base in the horizontal direction of the signal output from the secondary inverse orthogonal transform unit 33b2, and then performs the inverse orthogonal transform process. may be configured to apply

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

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

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

1…符号化装置
11…イントラ予測モード決定部
12…TU分割決定部
13…符号化順制御部
14…逐次局部復号画像生成部
14a…イントラ予測部
14b…残差信号生成部
14c…直交変換・量子化部
14c1…直交変換部
14c2…二次直交変換部
14c3…量子化部
14d…逆量子化部・逆直交変換部
14e…局部復号画像生成部
15…メモリ
16…エントロピー符号化部
3…復号装置
31…エントロピー復号部
32…復号順制御部
33…逐次局部復号画像生成部
33a…イントラ予測部
33b…逆量子化・逆変換部
33b1…逆量子化部
33b2…二次逆直交変換部
33b3…逆直交変換部
33c…復号画像生成部
34…メモリ
1 Encoding device 11 Intra prediction mode determination unit 12 TU division determination unit 13 Encoding order control unit 14 Sequential local decoded image generation unit 14a Intra prediction unit 14b Residual signal generation unit 14c Orthogonal transformation/ Quantization unit 14c1 Orthogonal transformation unit 14c2 Quadratic orthogonal transformation unit 14c3 Quantization unit 14d Inverse quantization/inverse orthogonal transformation unit 14e Local decoded image generation unit 15 Memory 16 Entropy coding unit 3 Decoding Apparatus 31 Entropy decoding unit 32 Decoding order control unit 33 Sequential local decoded image generation unit 33a Intra prediction unit 33b Inverse quantization/inverse transformation unit 33b1 Inverse quantization unit 33b2 Secondary inverse orthogonal transformation unit 33b3 Inverse orthogonal transformation unit 33c Decoded image generation unit 34 Memory

Claims (4)

動画像を構成するフレーム単位の原画像をブロックに分割して符号化する符号化装置であって、
イントラ予測処理の種別を示すイントラ予測モードを用いて予測画像を生成するイントラ予測部と、
前記イントラ予測部によって生成された前記予測画像と前記原画像との差分により残差信号を生成する残差信号生成部と、
前記残差信号生成部によって生成された残差信号に対して変換処理を施す変換部と、
前記予測画像の生成に用いる参照画素の位置と前記イントラ予測モードとに応じて、前記変換部から出力された信号に対する二次変換処理を制御する二次変換部と、
を具備することを特徴とする符号化装置。
An encoding device that encodes a frame-based original image that constitutes a moving image by dividing it into blocks,
an intra prediction unit that generates a predicted image using an intra prediction mode that indicates the type of intra prediction processing;
a residual signal generation unit that generates a residual signal from a difference between the predicted image generated by the intra prediction unit and the original image;
a conversion unit that performs conversion processing on the residual signal generated by the residual signal generation unit;
a secondary conversion unit that controls secondary conversion processing for the signal output from the conversion unit according to the position of the reference pixel used to generate the predicted image and the intra prediction mode;
An encoding device characterized by comprising:
動画像を構成するフレーム単位の原画像を分割して得たブロック単位で復号する復号装置であって、
イントラ予測処理の種別を示すイントラ予測モードを用いて予測画像を生成するイントラ予測部と、
量子化された変換係数に対して、逆量子化処理を施す逆量子化部と、
前記イントラ予測モードと前記予測画像の生成に用いる参照画素の位置とに応じて、前記逆量子化部から出力された信号に対する二次逆変換処理を制御する二次逆変換部と、
を具備することを特徴とする復号装置。
A decoding device for decoding in units of blocks obtained by dividing an original image in units of frames constituting a moving image,
an intra prediction unit that generates a predicted image using an intra prediction mode that indicates the type of intra prediction processing;
an inverse quantization unit that performs inverse quantization processing on the quantized transform coefficients;
a secondary inverse transform unit that controls secondary inverse transform processing for the signal output from the inverse quantization unit according to the intra prediction mode and the position of the reference pixel used to generate the predicted image;
A decoding device characterized by comprising:
コンピュータを、請求項1に記載の符号化装置として機能させるためのプログラム。 A program for causing a computer to function as the encoding device according to claim 1. コンピュータを、請求項2に記載の復号装置として機能させるためのプログラム。 A program for causing a computer to function as the decoding device according to claim 2.
JP2022171629A 2021-02-24 2022-10-26 Encoder, decoder and program Pending JP2022186939A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022171629A JP2022186939A (en) 2021-02-24 2022-10-26 Encoder, decoder and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2021027823A JP7167212B2 (en) 2021-02-24 2021-02-24 Encoding device, decoding device and program
JP2022171629A JP2022186939A (en) 2021-02-24 2022-10-26 Encoder, decoder and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2021027823A Division JP7167212B2 (en) 2021-02-24 2021-02-24 Encoding device, decoding device and program

Publications (1)

Publication Number Publication Date
JP2022186939A true JP2022186939A (en) 2022-12-15

Family

ID=76220490

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2021027823A Active JP7167212B2 (en) 2021-02-24 2021-02-24 Encoding device, decoding device and program
JP2022171629A Pending JP2022186939A (en) 2021-02-24 2022-10-26 Encoder, decoder and program

Family Applications Before (1)

Application Number Title Priority Date Filing Date
JP2021027823A Active JP7167212B2 (en) 2021-02-24 2021-02-24 Encoding device, decoding device and program

Country Status (1)

Country Link
JP (2) JP7167212B2 (en)

Also Published As

Publication number Publication date
JP2021090219A (en) 2021-06-10
JP7167212B2 (en) 2022-11-08

Similar Documents

Publication Publication Date Title
JP6886528B2 (en) Video decoding method and equipment by intra-prediction in video coding system
RU2603539C2 (en) Method and apparatus for encoding video and method and apparatus for decoding video
US20180376150A1 (en) Encoding device, decoding device, and program
US11750822B2 (en) Encoding device, decoding device, and program
JP2023072035A (en) Decoder and program
JP2023159443A (en) Decoding device and program
JP7093152B2 (en) Encoding device, decoding device and program
JP6956471B2 (en) Coding device, decoding device and program
JP7167212B2 (en) Encoding device, decoding device and program
JP7092455B2 (en) Encoding device, decoding device and program
JP7449253B2 (en) Encoding device, decoding device and program
JP2023024721A (en) Coding device, decoding device, and program
WO2020059341A1 (en) Image decoding device, image encoding device, image processing system, and program
JP6890428B2 (en) Coding device, decoding device and program
JP7279128B2 (en) Prediction device and program
JP7166743B2 (en) Encoding device, decoding device and program
JPWO2012090454A1 (en) Video encoding apparatus, video decoding apparatus, video encoding method, video decoding method, and program
JP6740534B2 (en) Encoding device, decoding device and program
JP2022066678A (en) Intra prediction device, encoding apparatus, decoding apparatus and program
JP5298082B2 (en) Encoding apparatus and decoding apparatus for adaptively determining scan order of orthogonal transform coefficients

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20221026

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20231031

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231225

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20240319