JP2017212554A - Encoder, decoder and program - Google Patents

Encoder, decoder and program Download PDF

Info

Publication number
JP2017212554A
JP2017212554A JP2016103693A JP2016103693A JP2017212554A JP 2017212554 A JP2017212554 A JP 2017212554A JP 2016103693 A JP2016103693 A JP 2016103693A JP 2016103693 A JP2016103693 A JP 2016103693A JP 2017212554 A JP2017212554 A JP 2017212554A
Authority
JP
Japan
Prior art keywords
orthogonal transform
intra prediction
unit
reference pixel
prediction mode
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
JP2016103693A
Other languages
Japanese (ja)
Other versions
JP7093152B2 (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
Priority to JP2016103693A priority Critical patent/JP7093152B2/en
Publication of JP2017212554A publication Critical patent/JP2017212554A/en
Priority to JP2021032134A priority patent/JP7449253B2/en
Application granted granted Critical
Publication of JP7093152B2 publication Critical patent/JP7093152B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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 inversion unit 14c1 for 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 an orthogonal transformation unit 14c2 for selecting orthogonal transformation processing to be applied among a prescribed orthogonal transformation processing group, according to the intra-prediction mode and the position of the reference pixel used for generation of the prediction image, and applying the selected orthogonal transformation processing to the inverted residual signal.SELECTED DRAWING: Figure 2

Description

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

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

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

ここで、HEVCにおけるイントラ予測では、フレーム内で最も左上に位置する符号化対象ブロック(以下、「CU:Coding Unit」と呼ぶ)等、隣接する参照画素が存在しないCUでは、規定した値(10ビットの動画像であれば「512」)を埋める処理により、予測画像を生成する際に用いる参照画素を作り出すように構成されている。   Here, in intra prediction in HEVC, a specified value (10) for a CU that does not have an adjacent reference pixel, such as an encoding target block (hereinafter referred to as “CU: Coding Unit”) located at the upper left in a 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におけるイントラ予測では、ラスタースキャン順による符号化処理により、CUの左下側や右上側に位置する参照画素が復号済みでない場合が多く、このような場合に、復号済みでない参照画素が存在する方向からの方向予測を行うと予測精度が低下し、符号化効率が低減してしまうという問題点があった。   In particular, in conventional intra prediction in HEVC, reference pixels located on the lower left side or upper right side of a CU are often not decoded by encoding processing in raster scan order. In such a case, reference pixels that are not decoded are used. If direction prediction is performed from the direction in which the image exists, the prediction accuracy is lowered and the coding efficiency is reduced.

かかる問題点を解決するために、イントラ予測において、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).

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

なお、本明細書の図において、イントラ予測モードの方向(予測方向)を示す矢印は、HEVC規格書における記載と同様に、イントラ予測の対象の画素から参照画素に向かうものとする(以下同様)。   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). .

従来のHEVCでは、かかる性質を利用し、参照画素の位置する左側及び上側の方向から水平方向及び垂直方向に離散サイン変換(DST:Discrete Sine Transform)或いは離散コサイン変換(DCT:Discrete Cosine Transform)等の直交変換処理を適用し、残差信号のエントロピーを減少させている。   In the conventional HEVC, using such a property, a discrete sine transform (DST) or a discrete cosine transform (DCT) is performed from the left side and the upper side where the reference pixel is located in the horizontal direction and the vertical direction. The orthogonal transformation process 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 asymmetric shape in which one of the end points is closed and the other of the end points is widened. By applying DST according to the signal strength of the residual signal, entropy can be effectively reduced.

ところで、非特許文献2では、従来のHEVCで採用されている直交変換処理(DCT-II、DST-VII)に加えて、選択できる直交変換処理の基底の種類を増加する技術が記載されている。   By the way, Non-Patent Document 2 describes a technique for increasing the types of orthogonal transform processing bases that can be selected in addition to the orthogonal transform processing (DCT-II, DST-VII) employed in conventional HEVC. .

非特許文献2に記載されている技術によれば、残差信号のエネルギーをより集中させる(エントロピーを削減可能な)最適な直交変換処理を選択することで、符号化効率を改善することができる。   According to the technique described in Non-Patent Document 2, encoding efficiency can be improved by selecting an optimal orthogonal transform process that concentrates the energy of the residual signal more (can reduce entropy). .

一方で、直交変換処理の基底の種類を増やすことにより、適用した直交変換処理がどれであったかを示すフラグ情報の伝送及び蓄積に必要な情報量が増大してしまうという問題点がある。   On the other hand, there is a problem that increasing the number of types of bases for orthogonal transform processing increases the amount of information necessary for transmission and storage of flag information indicating which orthogonal transform processing has been applied.

かかる問題点を防ぐため、非特許文献2に記載されている技術では、イントラ予測モードに応じて、イントラ予測によって得られる残差信号に対する直交変換処理を選択するように構成されている。   In order to prevent such a problem, the technique described in Non-Patent Document 2 is configured to select an orthogonal transform process for a residual signal obtained by intra prediction according to an intra prediction mode.

その理由としては、イントラ予測を行う方向により残差信号のエネルギー分布の傾向に統計的な偏りがあるためであり、エントロピー低減の効果が統計的に高い直交変換処理に選択肢を限定することで、適用した直交変換処理の基底を示すフラグ情報の伝送及び蓄積に必要な情報量を低減させることが可能となる。   The reason is that there is a statistical bias in the tendency of the energy distribution of the residual signal depending on the direction in which intra prediction is performed, and by limiting the options to orthogonal transformation processing that has a statistically high entropy reduction effect, It is possible to reduce the amount of information necessary for transmission and accumulation of flag information indicating the basis of the applied orthogonal transform processing.

望月等、「平均値座標に基づいた適用イントラ予測方式」、情報処理学会研究報告、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 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.Karkzewicz, “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, a base group (orthogonal transformation process) that can be selected according to the intra prediction mode without considering the position of the reference pixel used in the intra prediction mode. Group) is determined.

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

したがって、非特許文献2に記載されている技術では、右側や下側の参照画素を用いたイントラ予測が行われる場合に、イントラ予測モードのみで選択可能な直交変換処理群を切り替えてしまうと、統計的にエントロピー低減の効果が高くない選択肢の中から適用する直交変換処理を選択することとなり、かえってエントロピーが増大し、符号化性能が低下する可能性があるという問題点があった。   Therefore, in the technique described in Non-Patent Document 2, when intra prediction using the right and lower reference pixels is performed, if the orthogonal transform processing group that can be selected only in the intra prediction mode is switched, The orthogonal transform processing to be applied is selected from the options that are not statistically highly effective in reducing entropy, and there is a problem that entropy increases and coding performance may be degraded.

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

本発明の第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, and a residual signal configured to generate a residual signal based on a difference between the prediction image generated by the intra prediction unit and the original image 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 prediction image and the generation unit, the residual signal generated by the residual signal generation unit is at least in the horizontal direction and the vertical direction. Orthogonal transformation processing prescribed in advance according to the reversing unit configured to be reversed to one side, the intra prediction mode, and the position of the reference pixel used for generating the predicted image An orthogonal transformation unit configured to perform the selected orthogonal transformation process on the residual signal inverted by the inversion unit. The gist.

本発明の第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 an inverse quantization unit configured to perform an inverse quantization process on the quantized transform coefficient, the intra prediction mode, and the predicted image In accordance with the position of the reference pixel used for generation of, the inverse orthogonal transform processing to be applied is selected from the predetermined inverse orthogonal transform processing group, the signal output from the inverse quantization unit, A signal output from the inverse orthogonal transform unit when the selected inverse orthogonal transform unit configured to perform the inverse orthogonal transform process and at least one of the right side and the lower side are included in the position of the reference pixel The horizontal And it summarized in that comprising a reversing unit configured to invert at least one of the vertical direction.

本発明の第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, and a residual signal configured to generate a residual signal based on a difference between the prediction image generated by the intra prediction unit and the original image According to the generation unit, the intra prediction mode, and the position of the reference pixel used to generate the predicted image, the orthogonal transform process to be applied is selected from the predefined orthogonal transform process group. An orthogonal transform unit, and the orthogonal transform unit includes a residual signal generated by the residual signal generation unit when at least one of a right side and a lower side is included in the position of the reference pixel. For the signal, on which is obtained by inverting at least one of the base of the horizontal and vertical directions, and summarized in that is configured to perform the orthogonal transform processing selected.

本発明の第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 an inverse quantization unit configured to perform an inverse quantization process on the quantized transform coefficient, the intra prediction mode, and the predicted image An inverse orthogonal transform unit configured to select an inverse orthogonal transform process to be applied from a group of inverse orthogonal transform processes defined in advance according to the position of a reference pixel used for generating The inverse orthogonal transform unit includes at least one of a horizontal direction and a vertical direction with respect to a signal output from the inverse quantization unit when at least one of a right side and a lower side is included in the position of the reference pixel. Base of On obtained by inverting the, and summarized in that is configured to perform the inverse orthogonal transform processing selected.

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

本発明の第5の特徴は、コンピュータを、上述の第2及び第4の特徴に記載の復号装置として機能させるためのプログラムであることを要旨とする。   The gist of the fifth 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 and fourth features described above.

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

図1は、第1の実施形態に係る符号化装置1の機能ブロックの一例を示す図である。FIG. 1 is a diagram illustrating an example of functional blocks of the encoding device 1 according to the first embodiment. 図2は、第1の実施形態に係る符号化装置1の直交変換・量子化部14cの機能ブロックの一例を示す図である。FIG. 2 is a diagram illustrating 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 illustrating 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 flowchart showing an example of the operation of the encoding apparatus 1 according to the first embodiment. 図7は、第1の実施形態に係る復号装置3の機能ブロックの一例を示す図である。FIG. 7 is a diagram illustrating an example of functional blocks of the decoding device 3 according to the first embodiment. 図8は、第1の実施形態に係る復号装置3の逆量子化・逆変換部33bの機能ブロックの一例を示す図である。FIG. 8 is a diagram illustrating 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 flowchart illustrating an example of the operation of the decoding device 3 according to the first embodiment. 図10は、従来技術について説明するための図である。FIG. 10 is a diagram for explaining the related art. 図11は、従来技術について説明するための図である。FIG. 11 is a diagram for explaining the prior art. 図12は、従来技術について説明するための図である。FIG. 12 is a diagram for explaining the prior art.

(第1の実施形態)
以下、図1〜図9を参照して、本発明の第1の実施形態に係る符号化装置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.

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

本実施形態に係る符号化装置1は、動画像を構成するフレーム単位の原画像をCUに分割して符号化するように構成されている。また、本実施形態に係る符号化装置1は、CUを複数のTUに分割することができるように構成されていてもよい。以下、本実施形態では、CUを複数のTUに分割するケースを例に挙げて説明するが、本発明は、CUを複数のTUに分割しないであって、当該CUの参照画素の位置が下側や右側を含む場合ケースにも適用可能である。   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. 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. However, the present invention does not divide a CU into a plurality of TUs, and the position of the reference pixel of the CU is lower. It is also applicable to cases that include the side or right side.

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

図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 encoding unit 16 are provided.

イントラ予測モード決定部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に分割することが決定された場合に、イントラ予測モード決定部11によって決定されたイントラ予測モードの方向が左下から右上に向かう方向である場合(すなわち、左下から右上に向かって方向予測が行われる場合)に、CU内のTUの符号化順として、従来のラスタースキャン順でなく、CU内の左下のTU→CU内の右下のTU→CU内の左上のTU→CU内の右上のTUという符号化順、或いは、CU内の左下のTU→CU内の左上のTU→CU内の右下のTU→CU内の右上のTUという符号化順のうち、予め規定した符号化順を採用するように構成されていてもよい。   For example, when the TU partition determination unit 12 determines to divide a CU into a plurality of TUs, the coding order control unit 13 determines the direction of the intra prediction mode determined by the intra prediction mode determination unit 11 from the lower left. When the direction is toward the upper right (that is, when direction prediction is performed from the lower left toward the upper right), the encoding order of the TU in the CU is not the conventional raster scan order, but the lower left TU in the CU → Lower right TU in CU → Upper left TU in CU → Upper right TU in CU, or Lower left TU in CU → Upper left TU in CU → Lower right TU in CU → Of the encoding order of the upper right TU in the CU, 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, And 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 a reference pixel used when generating a predicted image according to the intra prediction mode, and generate the predicted image using the reference pixel.

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

残差信号生成部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. .

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

反転部14c1は、予測画像の生成に用いる参照画素の位置に右側及び下側の少なくとも一方が含まれる場合(右側及び下側の少なくとも一方に隣接する参照画素を用いて予測画像を生成する場合)に、残差信号生成部14bによって生成された残差信号を水平方向及び垂直方向の少なくとも一方に反転するように構成されている。   The reversing unit 14c1 includes a case where at least one of the right side and the lower side is included in the position of the reference pixel used for generating the predicted image (when the predicted image is generated using the reference pixel adjacent to at least one of the right side and the lower side). In addition, the residual signal generated by the residual signal generator 14b is inverted in at least one of the horizontal direction and the vertical direction.

例えば、反転部14c1は、参照画素の位置に下側が含まれる場合(下側に隣接する参照画素を用いて予測画像を生成する場合)に、残差信号を垂直方向に反転するように構成されていてもよい。   For example, the inversion unit 14c1 is configured to invert the residual signal in the vertical direction when the lower side is included in the position of the reference pixel (when a predicted image is generated using a reference pixel adjacent to the lower side). It may be.

或いは、反転部14c1は、参照画素の位置に右側が含まれる場合(右側に隣接する参照画素を用いて予測画像を生成する場合)に、残差信号を水平方向に反転するように構成されていてもよい。   Alternatively, the inversion unit 14c1 is configured to invert the residual signal in the horizontal direction when the right side is included in the position of the reference pixel (when a predicted image is generated using a reference pixel adjacent to the right side). May be.

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

具体的には、直交変換部14c2は、イントラ予測モードと予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている直交変換処理群(直交変換の基底群)の中から適用する直交変換処理を選択し、反転部14c1によって反転された残差信号に対して、選択した直交変換処理を施すように構成されている。   Specifically, the orthogonal transform unit 14c2 is applied from among the orthogonal transform processing groups (orthogonal transform base groups) defined in advance according to the intra prediction mode and the position of the reference pixel used to generate the predicted image. The orthogonal transform process is selected, and the selected orthogonal transform process is performed on the residual signal inverted by the inversion unit 14c1.

図3に、本実施形態において用いられるイントラ予測モードの一例について示す。図3に示すように、本実施形態では、イントラ予測モード2〜9は、カテゴリAに分類され、イントラ予測モード10〜26は、カテゴリBに分類され、イントラ予測モード27〜34は、カテゴリCに分類されるものとする。   FIG. 3 shows an example of the intra prediction mode used in this embodiment. As shown in FIG. 3, in this 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.

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

ここで、予測画像と原画像との差分により得られる残差信号は、直交変換処理を用いて直交変換係数に変換される。直交変換処理により残差信号のエネルギーが集中することにより、後段のエントロピー符号化処理での符号化効率を向上させることができる。   Here, the residual signal obtained from the difference between the predicted image and the original image is converted into orthogonal transform coefficients using orthogonal transform processing. By concentrating the energy of the residual signal by the orthogonal transform process, it is possible to improve the encoding efficiency in the subsequent entropy encoding process.

HEVCにおいては、DCT及びDSTが適用可能な直交変換処理として用意され、ブロックサイズや予測モードに応じて切り替えながら直交変換処理が行われる。   HEVC is prepared as an orthogonal transform process to which DCT and DST can be applied, and the orthogonal transform process is performed while switching according to the block size and the prediction mode.

ここで、直交変換処理は、DSTやDCT等に限定されるものではなく、エネルギーを集中させる目的で残差信号に対して適用する変換処理(高速化のため整数化したものを含む)であれば、どのような変換処理であっても良い。   Here, the orthogonal transformation process is not limited to DST, DCT, or the like, but may be a transformation process (including an integer for speeding up) applied to the residual signal for the purpose of concentrating energy. Any conversion process may be used.

選択可能な直交変換処理の種類を増加させることで、様々なエネルギー分布を有する残差信号に対して、よりエネルギーが集中する直交変換処理を選択できる可能性は高くなるが、一方で、どの直交変換処理を適用するかを示すフラグ情報の伝送及び蓄積に必要な情報量は増大する。   Increasing the types of orthogonal transform processing that can be selected increases the possibility of selecting an orthogonal transform process that concentrates more energy for residual signals with various energy distributions. The amount of information required to transmit and store flag information indicating whether to apply the conversion process increases.

なお、残差信号のエネルギー分布は、イントラ予測に用いる参照画素からの距離に統計的に相関関係がある。このため、左側の参照画素のみを用いるイントラ予測モードと、左側及び上側の参照画素を用いるイントラ予測モードでは、残差信号のエネルギー分布は異なる。   The energy distribution of the residual signal is statistically correlated with the distance from the reference pixel used for intra prediction. For this reason, the energy distribution of the residual signal is different between the intra prediction mode using only the left reference pixel and the intra prediction mode using the left and upper reference pixels.

したがって、非特許文献2に記載されている技術は、残差信号のネネルギー分布の偏りとイントラ予測モードの方向との相関性を利用して、イントラ予測モードの方向に応じて選択可能な直交変換処理群を切り替えるように構成されている。   Therefore, the technique described in Non-Patent Document 2 uses an orthogonal transform that can be selected according to the direction of the intra prediction mode using the correlation between the bias of the energy distribution of the residual signal and the direction of the intra prediction mode. The processing group is configured to be switched.

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

このように、異なるエネルギー分布を有する残差信号に対しては、エントロピー低減効果の統計的に高い直交変換処理が異なる。   Thus, for the residual signals having different energy distributions, the orthogonal transformation process having a statistically high entropy reduction effect is different.

そこで、非特許文献2に記載されている技術では、上述のようにイントラ予測モードの方向に応じて選択可能な直交変換処理群を用意し、その中から最適な直交変換処理を選択するように構成されている。   Therefore, in the technique described in Non-Patent Document 2, as described above, a group of orthogonal transform processes that can be selected according to the direction of the intra prediction mode is prepared, and an optimal orthogonal transform process is selected from the group. It is configured.

かかる技術によれば、イントラ予測モードの方向に応じて適用可能な直交変換処理群を切り替えることで、残差信号の統計的なエネルギー分布を効率的に集中させつつ、適用した直交変換処理がどれであるかを示すフラグの情報量を削減することが可能となる。   According to this technique, by switching the applicable orthogonal transform processing group according to the direction of the intra prediction mode, which of the applied orthogonal transform processing is efficiently concentrated while statistical energy distribution of the residual signal is efficiently concentrated. It is possible to reduce the information amount of the flag indicating whether or not.

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

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

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

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

したがって、直交変換部14c2は、イントラ予測において参照画素の位置により残差信号を水平方向及び垂直方向の少なくとも一方に反転する場合、適用したイントラ予測モードの方向及び参照画素の位置に応じて、選択可能な直交変換処理群を決定する。   Therefore, when the residual signal is inverted in at least one of the horizontal direction and the vertical direction according to the position of the reference pixel in the intra prediction, the orthogonal transform unit 14c2 selects according to the direction of the applied intra prediction mode and the position of the reference pixel. A possible orthogonal transform processing group is determined.

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

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

或いは、直交変換部14c2は、イントラ予測モードがカテゴリAに属している場合で、且つ、参照画素の位置として下側が含まれていない場合、イントラ予測モードの方向に応じて予め規定されている直交変換群の中から適用する直交変換処理を選択するように構成されていてもよい。   Alternatively, when the intra prediction mode belongs to category A and the lower side is not included as the position of the reference pixel, the orthogonal transform unit 14c2 performs orthogonality defined in advance according to the direction of the intra prediction mode. The orthogonal transform process to be applied may be selected from the 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 orthogonal transform unit 14c2 has a group of orthogonal transforms that are defined in advance according to the direction of the intra prediction mode 2. May be configured to select an orthogonal transform process to be applied.

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

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

ここで、「イントラ予測モードの方向を垂直方向に反転する」とは、図3の例では、イントラ予測モード2〜9の方向とイントラ予測モード18〜11の方向との間でそれぞれ変換することを意味する、すなわち、イントラ予測モード10の方向を基準にして各イントラ予測モードの方向を線対称な位置関係にあるイントラ予測モードの方向に変換することを意味する。   Here, “invert the direction of the intra prediction mode in the vertical direction” means to convert between the directions of the intra prediction modes 2 to 9 and the directions of the intra prediction modes 18 to 11 in the example of FIG. 3. That is, it means that the direction of each intra prediction mode is converted to the direction of the intra prediction mode having a line-symmetric 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 the lower side is included as the position of the reference pixel, the orthogonal transform unit 14c2 responds to the direction obtained by inverting the direction of the intra prediction mode in the vertical direction. The orthogonal transformation processing to be applied may be selected from among the orthogonal transformation groups defined in advance.

例えば、直交変換部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 orthogonal transform unit 14c2 rotates the direction of the intra prediction mode 2 in the vertical direction (intra prediction mode). The orthogonal transformation processing to be applied may be selected from among the orthogonal transformation groups defined in advance according to the (18 directions).

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

ここで、「イントラ予測モードの方向を水平方向に反転する」とは、図3の例では、イントラ予測モード18〜25の方向とイントラ予測モード34〜27の方向との間でそれぞれ変換することを意味する、すなわち、イントラ予測モード26の方向を基準にして各イントラ予測モードの方向を線対称な位置関係にあるイントラ予測モードの方向に変換することを意味する。   Here, “invert the direction of the intra prediction mode in the horizontal direction” means to convert between the directions of the intra prediction modes 18 to 25 and the directions 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 line-symmetric 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 orthogonal transform unit 14c2 responds to the direction obtained by inverting the direction of the intra prediction mode in the horizontal direction. The orthogonal transformation processing to be applied may be selected from among the orthogonal transformation groups defined in advance.

例えば、直交変換部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 orthogonal transform unit 14c2 reverses the direction of the intra prediction mode 34 in the horizontal direction (intra prediction mode). The orthogonal transformation processing to be applied may be selected from among the orthogonal transformation groups defined in advance according to the (18 directions).

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

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

局部復号画像生成部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.

図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に示すように、ステップS101において、符号化装置1は、決定したイントラ予測モードに応じて予測画像を生成する際に用いる参照画素の位置を決定し、かかる参照画素を用いて予測画像を生成し、予測画像と原画像との差分により残差信号を生成する。   As illustrated in FIG. 6, in step S101, the encoding device 1 determines the position of a reference pixel used when generating a predicted image according to the determined intra prediction mode, and uses the reference pixel to determine the predicted image. And a residual signal is generated based on the difference between the predicted image and the original image.

ステップS102において、符号化装置1は、予測画像の生成に用いる参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、残差信号生成部14bによって生成された残差信号を水平方向及び垂直方向の少なくとも一方に反転する。   In step S102, the encoding device 1 uses the residual signal generated by the residual signal generation unit 14b 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 used for generating the predicted image. And reverse in at least one of the vertical directions.

ステップS103において、符号化装置1は、イントラ予測モードと予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている直交変換処理群の中から適用する直交変換処理を選択し、反転された残差信号に対して、選択した直交変換処理を施す。   In step S103, the encoding apparatus 1 selects an orthogonal transform process to be applied from a group of orthogonal transform processes defined in advance according to the intra prediction mode and the position of a reference pixel used for generating a predicted image. The selected orthogonal transformation process is performed on the inverted residual signal.

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

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

また、本実施形態に係る復号装置3は、動画像を構成するフレーム単位の原画像をCUに分割して復号するように構成されている。また、本実施形態に係る復号装置3は、本実施形態に係る符号化装置1と同様に、CUを複数のTUに分割することができるように構成されている。   In addition, the decoding device 3 according to the present embodiment is configured to decode a frame-unit original image constituting a moving image by dividing it into CUs. 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.

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

エントロピー復号部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 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.

復号順制御部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に分割されている場合で、且つ、イントラ予測モードの方向が左下から右上に向かう方向である場合、CU内の左下のTU→CU内の右下のTU→CU内の左上のTU→CU内の右上のTUという復号順、或いは、CU内の左下のTU→CU内の左上のTU→CU内の右下のTU→CU内の右上の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. Decoding order of lower left TU in CU → lower right TU in CU → upper left TU in CU → upper right TU in CU, or lower left TU in CU → upper left TU in CU → in CU The decoding processing may be performed in a predetermined decoding order among the decoding order of the upper right TU → the upper right TU in the CU.

逐次復号画像生成部33は、復号順制御部32によって決定された復号順及びCUのTUへの分割方法に基づいて復号画像(TUごとの復号画像)を生成するように構成されている。   The sequential decoded image generation unit 33 is configured to generate a decoded image (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 performs the quantization output from the entropy decoding unit 31 according to the decoding order determined by the decoding order control unit 32. The decoded image is generated by sequentially performing inverse quantization processing, inverse orthogonal transform processing, and intra prediction on the transform coefficients.

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

逆量子化・逆変換部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.

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

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

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

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

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

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

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

例えば、逆直交変換部33b2は、イントラ予測モードが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 inverse orthogonal transform unit 33b2 is the inverse orthogonal defined in advance according to the direction of the intra prediction mode 2. The inverse orthogonal transform process to be applied may be selected from the transform group.

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

例えば、逆直交変換部33b2は、イントラ予測モードが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 inverse orthogonal transform unit 33b2 performs the inverse orthogonal defined in advance according to the direction of the intra prediction mode 34. The inverse orthogonal transform process to be applied may be selected from the transform group.

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

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

例えば、逆直交変換部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 inverse orthogonal transform unit 33b2 reverses the direction of the intra prediction mode 2 in the vertical direction (intra prediction). It may be configured to select an inverse orthogonal transform process to be applied from a group of inverse orthogonal transforms defined in advance according to the direction of the mode 18).

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

すなわち、逆直交変換部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 inverse orthogonal transform unit 33b2 sets the direction of the intra prediction mode in the direction reversed in the horizontal direction. Accordingly, an inverse orthogonal transform process to be applied may be selected from a group of inverse orthogonal transforms defined in advance.

例えば、逆直交変換部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 inverse orthogonal transform unit 33b2 reverses the direction of the intra prediction mode 34 in the horizontal direction (intra prediction It may be configured to select an inverse orthogonal transform process to be applied from a group of inverse orthogonal transforms defined in advance according to the direction of the mode 18).

反転部33b3は、参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、逆直交変換部33b2から出力された信号を水平方向及び垂直方向の少なくとも一方に反転するように構成されている。   The inversion unit 33b3 is configured to invert the signal output from the inverse orthogonal transform unit 33b2 to at least one of the horizontal direction and the vertical direction when the position of the reference pixel includes at least one of the right side and the lower side. Yes.

具体的には、反転部33b3は、参照画素の位置に下側が含まれる場合に、逆直交変換部33b2から出力された信号を垂直方向に反転させるように構成されていてもよい。   Specifically, the inversion unit 33b3 may be configured to invert the signal output from the inverse orthogonal transform unit 33b2 in the vertical direction when the lower side is included in the position of the reference pixel.

或いは、反転部33b3は、参照画素の位置に右側が含まれる場合に、逆直交変換部33b2から出力された信号を水平方向に反転するように構成されていてもよい。   Alternatively, the inversion unit 33b3 may be configured to invert the signal output from the inverse orthogonal transform unit 33b2 in the horizontal direction when the right side is included in the position of the reference pixel.

復号画像生成部33cは、イントラ予測部33aによって生成された予測画像と逆量子化・逆変換部33bによって生成された残差信号とを加えることで復号画像を生成するように構成されている。   The decoded image generation unit 33c is configured to generate a 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 decoded image generated by the sequential decoded image generation unit 33 so that it can be used as a reference image 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 the present embodiment.

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

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

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

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

本実施形態に係る符号化装置1及び復号装置3によれば、イントラ予測により得られた残差信号に対して、イントラ予測モードの方向だけでなく参照画素の位置に応じて異なる直交変換処理群を切り替えて用いることが可能となり、エントロピーを低減可能となり符号化効率が向上する。   According to the encoding device 1 and the decoding device 3 according to the present embodiment, different orthogonal transform processing groups differ depending on not only the direction of the intra prediction mode but also the position of the reference pixel with respect to the residual signal obtained by intra prediction. Can be switched and used, and entropy can be reduced, thereby improving the coding efficiency.

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

本実施形態に係る符号化装置1は、反転部14c1を具備しておらず、本実施形態に係る復号装置3は、反転部33b3を具備していない。   The encoding device 1 according to the present embodiment does not include the inverting unit 14c1, and the decoding device 3 according to the present embodiment does not include the inverting unit 33b3.

本実施形態に係る符号化装置1において、直交変換部14c2は、イントラ予測モードと予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている直交変換処理群の中から適用する直交変換処理を選択するように構成されている。   In the encoding device 1 according to the present embodiment, the orthogonal transform unit 14c2 applies the predetermined orthogonal transform processing group according to the intra prediction mode and the position of the reference pixel used to generate the predicted image. An orthogonal transformation process is selected.

ここで、直交変換部14c2は、参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、残差信号生成部14bによって生成された残差信号に対して、水平方向及び垂直方向の少なくとも一方の基底を反転させた上で、選択した前記直交変換処理を施すように構成されている。   Here, when at least one of the right side and the lower side is included in the position of the reference pixel, the orthogonal transform unit 14c2 applies the horizontal direction and the vertical direction to the residual signal generated by the residual signal generation unit 14b. The selected orthogonal transformation process is performed after inverting at least one of the bases.

具体的には、直交変換部14c2は、参照画素の位置に下側が含まれる場合に、イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている直交変換処理群の中から適用する直交変換処理を選択し、残差信号に対して垂直方向の基底を反転させた上で、選択した直交変換処理を施すように構成されていてもよい。   Specifically, the orthogonal transform unit 14c2 selects from the orthogonal transform processing group defined in advance according to the direction obtained by inverting the direction of the intra prediction mode in the vertical direction when the position of the reference pixel includes the lower side. The orthogonal transformation process to be applied may be selected, the vertical base may be inverted with respect to the residual signal, and the selected orthogonal transformation process may be performed.

或いは、直交変換部14c2は、参照画素の位置に右側が含まれる場合に、イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている直交変換処理群の中から適用する直交変換処理を選択し、残差信号に対して水平方向の基底を反転させた上で、選択した直交変換処理を施すように構成されていてもよい。   Alternatively, when the right side is included in the position of the reference pixel, the orthogonal transform unit 14c2 applies the orthogonal transform applied from the orthogonal transform processing group that is defined in advance according to the direction in which the direction of the intra prediction mode is reversed in the horizontal direction. It may be configured to select the transform process, invert the horizontal base for the residual signal, and then perform the selected orthogonal transform process.

本実施形態に係る復号装置3において、逆直交変換部33b2は、イントラ予測モードと予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている逆直交変換処理群の中から適用する逆直交変換処理を選択するように構成されている。   In the decoding device 3 according to the present embodiment, the inverse orthogonal transform unit 33b2 is applied from among the inverse orthogonal transform processing groups defined in advance according to the intra prediction mode and the position of the reference pixel used for generating the predicted image. The inverse orthogonal transform process is selected.

ここで、逆直交変換部33b2は、参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、逆量子化部33b1から出力された信号に対して、水平方向及び垂直方向の少なくとも一方の基底を反転させた上で、選択した直交変換処理を施すように構成されている。   Here, the inverse orthogonal transform unit 33b2 performs at least one of the horizontal direction and the vertical direction on the signal output from the inverse quantization unit 33b1 when at least one of the right side and the lower side is included in the position of the reference pixel. The selected orthogonal transformation process is performed after inverting the base of.

具体的には、逆直交変換部33b2は、参照画素の位置に下側が含まれる場合に、イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている逆直交変換処理群の中から適用する逆直交変換処理を選択し、逆量子化部33b1から出力された信号に対して垂直方向の基底を反転させた上で、選択した逆直交変換処理を施すように構成されていてもよい。   Specifically, when the lower side is included in the position of the reference pixel, the inverse orthogonal transform unit 33b2 is a group of inverse orthogonal transform processing groups defined in advance according to the direction in which the direction of the intra prediction mode is inverted in the vertical direction. The inverse orthogonal transform process to be applied is selected, the vertical base is inverted with respect to the signal output from the inverse quantization unit 33b1, and the selected inverse orthogonal transform process is performed. Also good.

或いは、逆直交変換部33b2は、参照画素の位置に右側が含まれる場合に、イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている逆直交変換処理群の中から適用する逆直交変換処理を選択し、逆量子化部33b1から出力された信号に対して水平方向の基底を反転させた上で、選択した逆直交変換処理を施すように構成されていてもよい。   Or, when the right side is included in the position of the reference pixel, the inverse orthogonal transform unit 33b2 is applied from among the inverse orthogonal transform processing groups defined in advance according to the direction in which the direction of the intra prediction mode is reversed in the horizontal direction. It is also possible to select the inverse orthogonal transform process to be performed, invert the horizontal base on the signal output from the inverse quantization unit 33b1, and then perform the selected inverse orthogonal transform 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…直交変換・量子化部
14c1…反転部
14c2…直交変換部
14c3…量子化部
14d…逆量子化部・逆直交変換部
14e…局部復号画像生成部
15…メモリ
16…エントロピー符号化部
3…復号装置
31…エントロピー復号部
32…復号順制御部
33…逐次局部復号画像生成部
33a…イントラ予測部
33b…逆量子化・逆変換部
33b1…逆量子化部
33b2…逆直交変換部
33b3…反転部
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 14c1 ... Inversion unit 14c2 ... Orthogonal transformation unit 14c3 ... 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 decoded image generation unit 33a ... intra prediction unit 33b ... inverse quantization / inverse transformation unit 33b1 ... inverse quantization unit 33b2 ... inverse orthogonal transformation unit 33b3 ... inversion unit 33c ... decoding Image generation unit 34 ... memory

Claims (14)

動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して符号化するように構成されている符号化装置であって、
イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部と、
前記イントラ予測部によって生成された前記予測画像と前記原画像との差分により残差信号を生成するように構成されている残差信号生成部と、
前記予測画像の生成に用いる参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、前記残差信号生成部によって生成された残差信号を水平方向及び垂直方向の少なくとも一方に反転するように構成されている反転部と、
前記イントラ予測モードと前記予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている直交変換処理群の中から適用する直交変換処理を選択し、前記反転部によって反転された前記残差信号に対して、選択した前記直交変換処理を施すように構成されている直交変換部とを具備することを特徴とする符号化装置。
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 generation unit configured to generate a residual signal based on a difference between the predicted image generated by the intra prediction unit and the original image;
When the position of the reference pixel used for generating the predicted image includes at least one of the right side and the lower side, the residual signal generated by the residual signal generation unit is inverted to at least one of the horizontal direction and the vertical direction. An inversion part configured as follows:
According to the intra prediction mode and the position of the reference pixel used for generating the predicted image, an orthogonal transform process to be applied is selected from a group of orthogonal transform processes defined in advance, and is inverted by the inversion unit. An encoding apparatus comprising: an orthogonal transform unit configured to perform the selected orthogonal transform process on a residual signal.
前記反転部は、前記参照画素の位置に下側が含まれる場合に、前記残差信号を垂直方向に反転するように構成されており、
前記直交変換部は、前記参照画素の位置に下側が含まれる場合に、前記イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている前記直交変換処理群の中から適用する前記直交変換処理を選択するように構成されていることを特徴とする請求項1に記載の符号化装置。
The inversion unit is configured to invert the residual signal in the vertical direction when the lower side is included in the position of the reference pixel,
When the lower side is included in the position of the reference pixel, the orthogonal transform unit applies from among the orthogonal transform processing groups defined in advance according to a direction obtained by inverting the direction of the intra prediction mode in the vertical direction. The encoding apparatus according to claim 1, wherein the encoding apparatus is configured to select the orthogonal transform process.
前記反転部は、前記参照画素の位置に右側が含まれる場合に、前記残差信号を水平方向に反転するように構成されており、
前記直交変換部は、前記参照画素の位置に右側が含まれる場合に、前記イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている前記直交変換処理群の中から適用する前記直交変換処理を選択するように構成されていることを特徴とする請求項1又は2に記載の符号化装置。
The inversion unit is configured to invert the residual signal in a horizontal direction when the right side is included in the position of the reference pixel,
When the right side is included in the position of the reference pixel, the orthogonal transform unit applies from among the orthogonal transform processing groups defined in advance according to a direction obtained by inverting the direction of the intra prediction mode in the horizontal direction. The encoding apparatus according to claim 1, wherein the encoding apparatus is configured to select the orthogonal transform process.
動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して復号するように構成されている復号装置であって、
イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部と、
量子化された変換係数に対して、逆量子化処理を施すように構成されている逆量子化部と、
前記イントラ予測モードと前記予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている逆直交変換処理群の中から適用する逆直交変換処理を選択し、前記逆量子化部から出力された信号に対して、選択した前記逆直交変換処理を施すように構成されている逆直交変換部と、
前記参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、前記逆直交変換部から出力された信号を水平方向及び垂直方向の少なくとも一方に反転するように構成されている反転部とを具備することを特徴とする復号装置。
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;
An inverse quantization unit configured to perform an inverse quantization process on the quantized transform coefficient;
According to the intra prediction mode and the position of the reference pixel used for generation of the predicted image, an inverse orthogonal transform process to be applied is selected from a predetermined inverse orthogonal transform process group, and the inverse quantization unit An inverse orthogonal transform unit configured to perform the selected inverse orthogonal transform process on the output signal;
An inversion unit configured to invert a signal output from the inverse orthogonal transform unit in at least one of a horizontal direction and a vertical direction when at least one of the right side and the lower side is included in the position of the reference pixel; A decoding apparatus comprising:
前記逆直交変換部は、前記参照画素の位置に下側が含まれる場合に、前記イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている前記逆直交変換処理群の中から適用する前記逆直交変換処理を選択するように構成されており、
前記反転部は、前記参照画素の位置に下側が含まれる場合に、前記逆直交変換部から出力された信号を垂直方向に反転させるように構成されていることを特徴とする請求項4に記載の復号装置。
When the lower side is included in the position of the reference pixel, the inverse orthogonal transform unit includes the inverse orthogonal transform processing group that is defined in advance according to a direction obtained by inverting the direction of the intra prediction mode in the vertical direction. Configured to select the inverse orthogonal transform process to apply;
The said inversion part is comprised so that the signal output from the said inverse orthogonal transformation part may be inverted in a perpendicular direction, when the lower side is contained in the position of the said reference pixel, The said output part is characterized by the above-mentioned. Decoding device.
前記逆直交変換部は、前記参照画素の位置に右側が含まれる場合に、前記イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている前記逆直交変換処理群の中から適用する前記逆直交変換処理を選択するように構成されており、
前記反転部は、前記参照画素の位置に右側が含まれる場合に、前記逆直交変換部から出力された信号を水平方向に反転するように構成されていることを特徴とする請求項4又は5に記載の復号装置。
The inverse orthogonal transform unit, when the right side is included in the position of the reference pixel, from among the inverse orthogonal transform processing group defined in advance according to the direction obtained by inverting the direction of the intra prediction mode in the horizontal direction Configured to select the inverse orthogonal transform process to apply;
The said inversion part is comprised so that the signal output from the said inverse orthogonal transformation part may be reversed in a horizontal direction, when the right side is contained in the position of the said reference pixel, The Claim 4 or 5 characterized by the above-mentioned. The decoding device according to 1.
動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して符号化するように構成されている符号化装置であって、
イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部と、
前記イントラ予測部によって生成された前記予測画像と前記原画像との差分により残差信号を生成するように構成されている残差信号生成部と、
前記イントラ予測モードと前記予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている直交変換処理群の中から適用する直交変換処理を選択するように構成されている直交変換部とを具備しており、
前記直交変換部は、前記参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、前記残差信号生成部によって生成された残差信号に対して、水平方向及び垂直方向の少なくとも一方の基底を反転させた上で、選択した前記直交変換処理を施すように構成されていることを特徴とする符号化装置。
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 generation unit configured to generate a residual signal based on a difference between the predicted image generated by the intra prediction unit and the original image;
An orthogonal transform unit configured to select an orthogonal transform process to be applied from a group of orthogonal transform processes defined in advance according to the intra prediction mode and the position of a reference pixel used for generating the predicted image. And
The orthogonal transform unit may include at least one of a horizontal direction and a vertical direction with respect to the residual signal generated by the residual signal generation unit when at least one of the right side and the lower side is included in the position of the reference pixel. An encoding device is configured to perform the selected orthogonal transformation process after inverting the base of.
前記直交変換部は、前記参照画素の位置に下側が含まれる場合に、前記イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている前記直交変換処理群の中から適用する前記直交変換処理を選択し、前記残差信号に対して前記垂直方向の基底を反転させた上で、選択した前記直交変換処理を施すように構成されていることを特徴とする請求項7に記載の符号化装置。   When the lower side is included in the position of the reference pixel, the orthogonal transform unit applies from among the orthogonal transform processing groups defined in advance according to a direction obtained by inverting the direction of the intra prediction mode in the vertical direction. 8. The apparatus according to claim 7, wherein the orthogonal transform process is selected, the selected orthogonal transform process is performed after the vertical base is inverted with respect to the residual signal. The encoding device described. 前記直交変換部は、前記参照画素の位置に右側が含まれる場合に、前記イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている前記直交変換処理群の中から適用する前記直交変換処理を選択し、前記残差信号に対して前記水平方向の基底を反転させた上で、選択した前記直交変換処理を施すように構成されていることを特徴とする請求項7又は8に記載の符号化装置。   When the right side is included in the position of the reference pixel, the orthogonal transform unit applies from among the orthogonal transform processing groups defined in advance according to a direction obtained by inverting the direction of the intra prediction mode in the horizontal direction. The orthogonal transform processing is selected, and the horizontal transform base is inverted with respect to the residual signal, and then the selected orthogonal transform processing is performed. 8. The encoding device according to 8. 動画像を構成するフレーム単位の原画像を符号化対象ブロックに分割して復号するように構成されている復号装置であって、
イントラ予測モードを用いて予測画像を生成するように構成されているイントラ予測部と、
量子化された変換係数に対して、逆量子化処理を施すように構成されている逆量子化部と、
前記イントラ予測モードと前記予測画像の生成に用いる参照画素の位置とに応じて、予め規定されている逆直交変換処理群の中から適用する逆直交変換処理を選択するように構成されている逆直交変換部とを具備しており、
前記逆直交変換部は、前記参照画素の位置に右側及び下側の少なくとも一方が含まれる場合に、前記逆量子化部から出力された信号に対して、水平方向及び垂直方向の少なくとも一方の基底を反転させた上で、選択した前記逆直交変換処理を施すように構成されていることを特徴とする復号装置。
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;
An inverse quantization unit configured to perform an inverse quantization process on the quantized transform coefficient;
Inverse configured to select an inverse orthogonal transform process to be applied from a group of inverse orthogonal transform processes defined in advance according to the intra prediction mode and the position of a reference pixel used to generate the predicted image. An orthogonal transformation unit,
When the reference pixel includes at least one of a right side and a lower side in the position of the reference pixel, the inverse orthogonal transform unit outputs at least one base in the horizontal direction and the vertical direction with respect to the signal output from the inverse quantization unit. The decoding apparatus is configured to perform the selected inverse orthogonal transform process after inverting.
前記逆直交変換部は、前記参照画素の位置に下側が含まれる場合に、前記イントラ予測モードの方向を垂直方向に反転した方向に応じて予め規定されている前記逆直交変換処理群の中から適用する前記逆直交変換処理を選択し、前記逆量子化部から出力された信号に対して前記垂直方向の基底を反転させた上で、選択した前記逆直交変換処理を施すように構成されていることを特徴とする請求項10に記載の復号装置。   When the lower side is included in the position of the reference pixel, the inverse orthogonal transform unit includes the inverse orthogonal transform processing group that is defined in advance according to a direction obtained by inverting the direction of the intra prediction mode in the vertical direction. The inverse orthogonal transform process to be applied is selected, the vertical base is inverted with respect to the signal output from the inverse quantization unit, and the selected inverse orthogonal transform process is performed. The decoding apparatus according to claim 10, wherein: 前記逆直交変換部は、前記参照画素の位置に右側が含まれる場合に、前記イントラ予測モードの方向を水平方向に反転した方向に応じて予め規定されている前記逆直交変換処理群の中から適用する前記逆直交変換処理を選択し、前記逆量子化部から出力された信号に対して前記水平方向の基底を反転させた上で、選択した前記逆直交変換処理を施すように構成されていることを特徴とする請求項10又は11に記載の復号装置。   The inverse orthogonal transform unit, when the right side is included in the position of the reference pixel, from among the inverse orthogonal transform processing group defined in advance according to the direction obtained by inverting the direction of the intra prediction mode in the horizontal direction The inverse orthogonal transform process to be applied is selected, the horizontal base is inverted with respect to the signal output from the inverse quantization unit, and the selected inverse orthogonal transform process is performed. The decoding device according to claim 10 or 11, wherein コンピュータを、請求項1乃至3、7乃至9のいずれか一項に記載の符号化装置として機能させるためのプログラム。   The program for functioning a computer as an encoding apparatus as described in any one of Claims 1 thru | or 3, 7 thru | or 9. コンピュータを、請求項4乃至6、10乃至12のいずれか一項に記載の復号装置として機能させるためのプログラム。   A program for causing a computer to function as the decoding device according to any one of claims 4 to 6, 10 to 12.
JP2016103693A 2016-05-24 2016-05-24 Encoding device, decoding device and program Active JP7093152B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2016103693A JP7093152B2 (en) 2016-05-24 2016-05-24 Encoding device, decoding device and program
JP2021032134A JP7449253B2 (en) 2016-05-24 2021-03-01 Encoding device, decoding device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016103693A JP7093152B2 (en) 2016-05-24 2016-05-24 Encoding device, decoding device and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2021032134A Division JP7449253B2 (en) 2016-05-24 2021-03-01 Encoding device, decoding device and program

Publications (2)

Publication Number Publication Date
JP2017212554A true JP2017212554A (en) 2017-11-30
JP7093152B2 JP7093152B2 (en) 2022-06-29

Family

ID=60475713

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016103693A Active JP7093152B2 (en) 2016-05-24 2016-05-24 Encoding device, decoding device and program

Country Status (1)

Country Link
JP (1) JP7093152B2 (en)

Cited By (1)

* 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

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7449253B2 (en) 2016-05-24 2024-03-13 日本放送協会 Encoding device, decoding device and program

Cited By (1)

* 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

Also Published As

Publication number Publication date
JP7093152B2 (en) 2022-06-29

Similar Documents

Publication Publication Date Title
RU2603543C2 (en) Method and apparatus for encoding video and method and apparatus for decoding video
US11665337B2 (en) Method and apparatus for encoding/decoding an image signal
TWI532382B (en) Determining contexts for coding transform coefficient data in video coding
KR101292093B1 (en) Apparatuses and methods for encoding/decoding of video for intra prediction
JP2020022171A (en) Intra-prediction method and encoder and decoder using the same
JP2021129313A (en) Method and device for performing image decoding on the basis of intra prediction in image coding system
KR20240024140A (en) Methods of decoding using skip mode and apparatuses for using the same
US20180376150A1 (en) Encoding device, decoding device, and program
US11750822B2 (en) Encoding device, decoding device, and program
US20200099928A1 (en) Encoding method and device therefor, and decoding method and device therefor
KR20200005648A (en) Intra prediction mode based image processing method and apparatus therefor
JP7246449B2 (en) Encoding device, decoding device and program
JP2023181491A (en) Image decoding device, image decoding method, and program
JP7093152B2 (en) Encoding device, decoding device and program
JP7194539B2 (en) Encoding device, decoding device and program
JP6956471B2 (en) Coding device, decoding device and program
JP7092455B2 (en) Encoding device, decoding device and program
JP7449253B2 (en) Encoding device, decoding device and program
JP7167212B2 (en) Encoding device, decoding device and program
JP2023024721A (en) Coding device, decoding device, and program
JP2020053724A (en) Image decoding device, image encoding device, image processing system, and program
JP7279128B2 (en) Prediction device and program
JP7166743B2 (en) Encoding device, decoding device and program
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: 20190404

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200324

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200407

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20200527

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200603

RD05 Notification of revocation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7425

Effective date: 20200612

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200804

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201005

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20201201

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

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20210301

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20220301

C23 Notice of termination of proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C23

Effective date: 20220405

C03 Trial/appeal decision taken

Free format text: JAPANESE INTERMEDIATE CODE: C03

Effective date: 20220524

C30A Notification sent

Free format text: JAPANESE INTERMEDIATE CODE: C3012

Effective date: 20220524

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220617

R150 Certificate of patent or registration of utility model

Ref document number: 7093152

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150