JP2021093635A - Coding device, decoding device and program - Google Patents

Coding device, decoding device and program Download PDF

Info

Publication number
JP2021093635A
JP2021093635A JP2019223205A JP2019223205A JP2021093635A JP 2021093635 A JP2021093635 A JP 2021093635A JP 2019223205 A JP2019223205 A JP 2019223205A JP 2019223205 A JP2019223205 A JP 2019223205A JP 2021093635 A JP2021093635 A JP 2021093635A
Authority
JP
Japan
Prior art keywords
conversion
reference pixel
unit
prediction
block
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
JP2019223205A
Other languages
Japanese (ja)
Other versions
JP7451161B2 (en
Inventor
慎平 根本
Shimpei Nemoto
慎平 根本
俊輔 岩村
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 JP2019223205A priority Critical patent/JP7451161B2/en
Publication of JP2021093635A publication Critical patent/JP2021093635A/en
Priority to JP2024033825A priority patent/JP2024053019A/en
Application granted granted Critical
Publication of JP7451161B2 publication Critical patent/JP7451161B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

To enable a conversion basio which is more suitable to a feature of a prediction residual to be applied, so as to improve coding efficiency, even when a flag is not transmitted in order to switch the conversion basio.SOLUTION: A coding device that divides an image into blocks and codes the blocks, comprises: an intra-prediction part that predicts by intra-prediction a block to be coded, using a reference pixel row selected from a plurality of reference pixel rows including a reference pixel row adjacent to the block to be coded and a reference pixel row not adjacent to the block to be coded; and a conversion part that outputs a conversion coefficient by performing conversion processing for a prediction residual representing a difference between a prediction block outputted by the intra-prediction part and the block to be coded. The conversion part has a conversion basio determining part that determines a conversion basio that is used in the conversion processing, on the basis of the reference pixel row selected out of the plurality of reference pixel rows.SELECTED DRAWING: Figure 6

Description

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

静止画像及び動画像の伝送時又は保存時のデータ量圧縮のため、映像符号化方式の研究が行われている。近年、8K−SHVに代表されるような超高解像度映像の普及が進んでおり、膨大なデータ量の動画像を伝送するための手法としてAVC/H.264及びHEVC/H.265などの符号化方式が知られている。 Research on video coding methods is being conducted to compress the amount of data during transmission or storage of still images and moving images. In recent years, ultra-high resolution images such as 8K-SHV have become widespread, and AVC / H.A. 264 and HEVC / H. Coding methods such as 265 are known.

このような符号化技術において、フレーム内の空間的な相関を利用したイントラ予測が用いられている。イントラ予測では、符号化対象ブロックに隣接する復号済み参照画素を参照して、符号化対象ブロック内の各画素を予測して予測ブロックを生成する。符号化装置は、符号化対象ブロックと予測ブロックとの差分(誤差)を表す予測残差に対する変換処理を行って変換係数を生成し、変換係数を量子化及びエントロピー符号化して符号化データを出力する。 In such a coding technique, intra-prediction using spatial correlation within a frame is used. In intra-prediction, a prediction block is generated by predicting each pixel in the coding target block by referring to the decoded reference pixels adjacent to the coding target block. The coding device performs conversion processing on the predicted residual representing the difference (error) between the coded block and the predicted block to generate a conversion coefficient, and quantizes and entropy-codes the conversion coefficient to output the coded data. To do.

MPEG(Moving Picture Experts Group)及びITU(International Telecommunication Union)が合同で標準化を行っている次世代映像符号化方式であるVVC(Versatile Video Coding)の規格案では、複数選択肢の参照画素列から1つを選択してイントラ予測に用いるMRL(Multi Reference Line)イントラ予測が採用されている(例えば、非特許文献1参照)。複数選択肢の参照画素列は、符号化対象ブロックに隣接する参照画素列と符号化対象ブロックに隣接しない参照画素列とを含む。 In the draft standard of VVC (Versatile Video Coding), which is a next-generation video coding method jointly standardized by MPEG (Moving Picture Experts Group) and ITU (International Telecommunication Union), one can be selected from a plurality of reference pixels. MRL (Multi Reference Line) intra-prediction is adopted, which is used for intra-prediction by selecting (see, for example, Non-Patent Document 1). The reference pixel string of the plurality of options includes a reference pixel string adjacent to the coded target block and a reference pixel string not adjacent to the coded target block.

また、VVCの規格案では、符号化対象ブロックごとに、DCT(Discrete Cosine Transform)2、DST(Discrete Sine Transform)7、DCT8の合計3つの変換基底を選択的に適用するMTS(Multiple transform selection)が採用されており、予測残差の特性により適した変換を行うことを可能としている。変換基底の切り替えについては、フラグを伝送して切り替える機能と、フラグを伝送せずに符号化対象ブロックのブロックサイズに応じて切り替える機能とを利用可能である。 Further, in the draft standard of VVC, MTS (Multiple transformation) selection that selectively applies a total of three conversion bases of DCT (Discrete Cosine Transform) 2, DST (Discrete Sine Transform) 7, and DCT8 for each block to be encoded. Is adopted, and it is possible to perform a conversion more suitable for the characteristics of the predicted residual. Regarding the switching of the conversion basis, a function of transmitting and switching the flag and a function of switching according to the block size of the coded block without transmitting the flag can be used.

JVET−P2001 “Versatile Video Coding (Draft 7)”JVET-P2001 "Versatile Video Coding (Draft 7)"

上述のように、変換基底を切り替えるためにフラグを伝送する場合、フラグ分の符号量が増加して符号化効率が低下すると共に、符号化装置側で適切な変換基底を決定するための試行回数が増加して処理量の増大にもつながる。 As described above, when a flag is transmitted to switch the conversion basis, the code amount for the flag increases and the coding efficiency decreases, and the number of trials for determining an appropriate conversion basis on the coding apparatus side is performed. Will increase, leading to an increase in the amount of processing.

一方で、フラグを伝送せずに符号化対象ブロックのブロックサイズに応じて変換基底を切り替える機能もあるが、予測残差の特性に適した変換基底を適用するのは難しく、符号化効率向上の実現は困難である。 On the other hand, there is also a function to switch the conversion base according to the block size of the block to be coded without transmitting the flag, but it is difficult to apply the conversion base suitable for the characteristics of the predicted residual, and the coding efficiency is improved. Realization is difficult.

そこで、本発明は、変換基底を切り替えるためにフラグを伝送しない場合であっても、予測残差の特性により適した変換基底を適用可能とすることで符号化効率を向上させる符号化装置、復号装置、及びプログラムを提供することを目的とする。 Therefore, the present invention provides a coding device and a decoding device that improve coding efficiency by making it possible to apply a conversion basis more suitable for the characteristics of the predicted residual even when the flag is not transmitted to switch the conversion basis. The purpose is to provide equipment and programs.

第1の態様に係る符号化装置は、画像をブロック分割して符号化する装置である。前記符号化装置は、符号化対象ブロックに隣接する参照画素列と前記符号化対象ブロックに隣接しない参照画素列とを含む複数の参照画素列の中から選択された参照画素列を用いて、前記符号化対象ブロックをイントラ予測により予測するイントラ予測部と、前記イントラ予測部が出力する予測ブロックと前記符号化対象ブロックとの差分を表す予測残差に対する変換処理を行って変換係数を出力する変換部とを備える。前記変換部は、前記複数の参照画素列の中から選択された前記参照画素列に基づいて、前記変換処理で用いる変換基底を決定する変換基底決定部を有する。 The coding device according to the first aspect is a device that divides an image into blocks and encodes the image. The coding apparatus uses a reference pixel string selected from a plurality of reference pixel strings including a reference pixel string adjacent to the coded target block and a reference pixel string not adjacent to the coded target block. A conversion that outputs a conversion coefficient by performing conversion processing on an intra prediction unit that predicts a coded target block by intra prediction and a prediction residual that represents a difference between the prediction block output by the intra prediction unit and the coded target block. It has a part. The conversion unit has a conversion base determination unit that determines a conversion base used in the conversion process based on the reference pixel sequence selected from the plurality of reference pixel sequences.

第2の態様に係る復号装置は、符号化データを復号して、復号対象ブロックに対応する量子化変換係数を出力するエントロピー復号部と、前記復号対象ブロックに隣接する参照画素列と前記復号対象ブロックに隣接しない参照画素列とを含む複数の参照画素列の中から選択された参照画素列を用いて、前記復号対象ブロックをイントラ予測により予測するイントラ予測部と、前記エントロピー復号部が出力する前記量子化変換係数に対する逆量子化処理を行って変換係数を出力する逆量子化部と、前記逆量子化部が出力する前記変換係数に対する逆変換処理を行って予測残差を出力する逆変換部とを備える。前記逆変換部は、前記複数の参照画素列の中から選択された前記参照画素列に基づいて、前記逆変換処理で用いる変換基底を決定する変換基底決定部を有する。 The decoding device according to the second aspect includes an entropy decoding unit that decodes the encoded data and outputs a quantization conversion coefficient corresponding to the decoding target block, a reference pixel string adjacent to the decoding target block, and the decoding target. An intra prediction unit that predicts the decoding target block by intra prediction and an entropy decoding unit output using a reference pixel string selected from a plurality of reference pixel strings including a reference pixel string that is not adjacent to the block. An inverse quantization unit that performs an inverse quantization process on the quantization conversion coefficient and outputs a conversion coefficient, and an inverse conversion process that performs an inverse conversion process on the conversion coefficient output by the inverse quantization unit and outputs a predicted residual. It has a part. The inverse transformation unit has a transformation base determination unit that determines a conversion basis to be used in the inverse transformation process based on the reference pixel sequence selected from the plurality of reference pixel sequences.

第3の態様に係るプログラムは、コンピュータを、第1の態様に係る符号化装置又は第2の態様に係る復号装置として機能させる。 The program according to the third aspect causes the computer to function as a coding device according to the first aspect or a decoding device according to the second aspect.

本発明によれば、変換基底を切り替えるためにフラグを伝送しない場合であっても、予測残差の特性により適した変換基底を適用可能とすることで符号化効率を向上させる符号化装置、復号装置、及びプログラムを提供できる。 According to the present invention, a coding device for improving coding efficiency by making it possible to apply a conversion basis more suitable for the characteristics of the predicted residual even when the flag is not transmitted to switch the conversion basis. Equipment and programs can be provided.

実施形態に係る符号化装置の構成を示す図である。It is a figure which shows the structure of the coding apparatus which concerns on embodiment. DCT2(DCT−II)、DCT8(DCT−VIII)、DST7(DST−VII)の合計3つの変換基底を示す図である。It is a figure which shows the total 3 conversion bases of DCT2 (DCT-II), DCT8 (DCT-VIII), and DST7 (DST-VII). 実施形態に係る変換基底決定部が出力する変換基底情報を示す図である。It is a figure which shows the conversion basis information output by the conversion basis determination part which concerns on embodiment. 実施形態に係るイントラ予測モードの候補を示す図である。It is a figure which shows the candidate of the intra prediction mode which concerns on embodiment. 実施形態に係るMRLイントラ予測を示す図である。It is a figure which shows the MRL intra prediction which concerns on embodiment. 実施形態に係る符号化装置の動作フローを示す図である。It is a figure which shows the operation flow of the coding apparatus which concerns on embodiment. 実施形態に係る復号装置の構成を示す図である。It is a figure which shows the structure of the decoding apparatus which concerns on embodiment. 実施形態に係る復号装置の動作フローを示す図である。It is a figure which shows the operation flow of the decoding apparatus which concerns on embodiment.

図面を参照して、実施形態に係る符号化装置及び復号装置について説明する。実施形態に係る符号化装置及び復号装置は、MPEGに代表される動画像の符号化及び復号をそれぞれ行う。以下の図面の記載において、同一又は類似の部分には同一又は類似の符号を付している。 The coding device and the decoding device according to the embodiment will be described with reference to the drawings. The coding device and the decoding device according to the embodiment encode and decode a moving image represented by MPEG, respectively. In the description of the drawings below, the same or similar parts are designated by the same or similar reference numerals.

<符号化装置>
まず、本実施形態に係る符号化装置の構成について説明する。図1は、本実施形態に係る符号化装置1の構成を示す図である。
<Coding device>
First, the configuration of the coding apparatus according to the present embodiment will be described. FIG. 1 is a diagram showing a configuration of a coding device 1 according to the present embodiment.

図1に示すように、符号化装置1は、ブロック分割部100と、予測残差生成部110と、変換・量子化部120と、エントロピー符号化部130と、スキャン制御部131と、逆量子化・逆変換部140と、合成部150と、メモリ160と、予測部170とを有する。 As shown in FIG. 1, the coding apparatus 1 includes a block dividing unit 100, a prediction residual generation unit 110, a conversion / quantization unit 120, an entropy coding unit 130, a scan control unit 131, and an inverse quantum. It has a quantization / inverse conversion unit 140, a synthesis unit 150, a memory 160, and a prediction unit 170.

ブロック分割部100は、動画像を構成するフレーム(或いはピクチャ)単位の入力画像である原画像を複数の画像ブロックに分割し、分割により得た画像ブロックを予測残差生成部110に出力する。画像ブロックのサイズは、例えば32×32画素、16×16画素、8×8画素、又は4×4画素等である。画像ブロックの形状は正方形に限らず長方形(非正方形)であってもよい。画像ブロックは、符号化装置1が符号化を行う単位(すなわち、符号化対象ブロック)であり、且つ復号装置が復号を行う単位(すなわち、復号対象ブロック)である。このような画像ブロックはCU(Coding Unit)と呼ばれることがある。 The block division unit 100 divides the original image, which is an input image for each frame (or picture) constituting the moving image, into a plurality of image blocks, and outputs the image block obtained by the division to the prediction residual generation unit 110. The size of the image block is, for example, 32 × 32 pixels, 16 × 16 pixels, 8 × 8 pixels, 4 × 4 pixels, or the like. The shape of the image block is not limited to a square and may be a rectangle (non-square). The image block is a unit for coding by the coding device 1 (that is, a block to be coded) and a unit for decoding by the decoding device (that is, a block to be decoded). Such an image block is sometimes called a CU (Coding Unit).

例えば、ブロック分割部100は、画像を構成する輝度信号及び色差信号に対してブロック分割を行うことで、輝度ブロック及び色差ブロックを出力する。輝度信号と色差信号とで分割を独立に制御可能であってもよい。以下において、輝度ブロック及び色差ブロックを特に区別しないときは単に符号化対象ブロックと呼ぶ。 For example, the block division unit 100 outputs a luminance block and a luminance block by performing block partitioning on the luminance signal and the color difference signal constituting the image. The division may be independently controllable for the luminance signal and the color difference signal. In the following, when the luminance block and the color difference block are not particularly distinguished, they are simply referred to as encoding target blocks.

予測残差生成部110は、ブロック分割部100が出力する符号化対象ブロックと、符号化対象ブロックを予測部170が予測して得た予測ブロックとの差分(誤差)を表す予測残差を算出する。具体的には、予測残差生成部110は、ブロックの各画素値から予測ブロックの各画素値を減算することにより予測残差を算出し、算出した予測残差を変換・量子化部120に出力する。 The prediction residual generation unit 110 calculates a prediction residual representing a difference (error) between the coding target block output by the block division unit 100 and the prediction block obtained by predicting the coding target block by the prediction unit 170. To do. Specifically, the prediction residual generation unit 110 calculates the prediction residual by subtracting each pixel value of the prediction block from each pixel value of the block, and converts the calculated prediction residual into the conversion / quantization unit 120. Output.

変換・量子化部120は、ブロック単位で変換処理及び量子化処理を行う。変換・量子化部120は、変換部121と、量子化部122とを有する。 The conversion / quantization unit 120 performs conversion processing and quantization processing on a block-by-block basis. The conversion / quantization unit 120 includes a conversion unit 121 and a quantization unit 122.

変換部121は、予測残差生成部110が出力する予測残差に対して変換処理を行って変換係数を算出し、算出した変換係数を量子化部122に出力する。変換処理とは、予測残差を空間領域から周波数領域に変換する処理をいい、例えば、離散コサイン変換(DCT)や離散サイン変換(DST)、カルーネンレーブ変換(KLT)等をいう。但し、変換処理には、画素領域の信号を周波数領域に変換することなくスケーリング等により調整する変換スキップを含んでもよい。変換部121は、符号化対象ブロックに適用する変換処理に関する情報をエントロピー符号化部130に出力する。 The conversion unit 121 performs conversion processing on the prediction residual output by the prediction residual generation unit 110 to calculate a conversion coefficient, and outputs the calculated conversion coefficient to the quantization unit 122. The conversion process refers to a process of converting the predicted residual from the spatial domain to the frequency domain, and includes, for example, the discrete cosine transform (DCT), the discrete sine transform (DST), and the carunen-reve transform (KLT). However, the conversion process may include a conversion skip that adjusts by scaling or the like without converting the signal in the pixel region into the frequency domain. The conversion unit 121 outputs information regarding the conversion process applied to the coded target block to the entropy coding unit 130.

変換部121は、複数の変換基底を符号化対象ブロックごとに切り替えるMTSを輝度信号の符号化において用いる。変換部121は、変換基底決定部121aを有する。変換基底決定部121aは、水平方向及び垂直方向のそれぞれについて、DCT−2、DST−7、DCT−8の中から変換基底(変換タイプ)を決定する。すなわち、変換部121は、複数種別の変換処理を切り替えて適用する。変換部121は、決定した変換基底を示す変換基底情報をエントロピー符号化部130及び逆変換部142に出力する。 The conversion unit 121 uses an MTS that switches a plurality of conversion bases for each coded block in the coding of the luminance signal. The conversion unit 121 has a conversion base determination unit 121a. The conversion basis determination unit 121a determines the conversion basis (conversion type) from DCT-2, DST-7, and DCT-8 in each of the horizontal direction and the vertical direction. That is, the conversion unit 121 switches and applies a plurality of types of conversion processing. The conversion unit 121 outputs the conversion base information indicating the determined conversion base to the entropy coding unit 130 and the inverse conversion unit 142.

図2は、DCT2(DCT−II)、DCT8(DCT−VIII)、DST7(DST−VII)の合計3つの変換基底(Basis function)を示す図である。図2において、Nは符号化対象ブロックのサイズを表す。DCT8は、インパルス応答が単調減少となる基底を含む。具体的には、DCT8は、最も低域のフィルタのインパルス応答T(j)が単調減少となる変換である(但し、j=0,…,N−1)。DCT8は、変換基底波形の一端が大きい値を持ち開放となる。DST7は、インパルス応答が単調増加となる基底を含む。具体的には、DST7は、最も低域のフィルタのインパルス応答T(j)が単調増加となる変換である(但し、j=0,…,N−1)。DST7は、変換基底波形の一端が閉じている。 FIG. 2 is a diagram showing a total of three conversion bases (Bases function) of DCT2 (DCT-II), DCT8 (DCT-VIII), and DST7 (DST-VII). In FIG. 2, N represents the size of the coded block. DCT8 includes a basis in which the impulse response is monotonically reduced. Specifically, DCT8 is a conversion in which the impulse response T 0 (j) of the lowest frequency filter is monotonically reduced (however, j = 0, ..., N-1). DCT8 has a large value at one end of the converted basis waveform and is open. DST7 includes a basis in which the impulse response is monotonically increasing. Specifically, DST7 is a conversion in which the impulse response T 0 (j) of the lowest frequency filter is monotonically increased (however, j = 0, ..., N-1). In DST7, one end of the converted basis waveform is closed.

本実施形態では、予測残差に適用する複数種別の変換処理としてDCT2、DCT8、DST7の3つを例に説明するが、上述したような単調増加や単調減少の特徴を持つ基底を含む変換を選択的に切り替えて適用するものであればよく、これら3つの変換基底に限定されない。例えば、DCT1やDCT5などの他のDCT・DSTを用いてもよいし、離散ウェーブレット変換などの変換を用いてもよい。 In the present embodiment, three types of conversion processes to be applied to the predicted residuals, DCT2, DCT8, and DST7, will be described as an example, but the conversion including the basis having the characteristics of monotonic increase and monotonous decrease as described above will be described. It is not limited to these three transformation bases as long as it is selectively switched and applied. For example, other DCT / DST such as DCT1 and DCT5 may be used, or a transformation such as a discrete wavelet transform may be used.

図3は、本実施形態に係る変換基底決定部121aが出力する変換基底情報を示す図である。 FIG. 3 is a diagram showing conversion basis information output by the conversion basis determination unit 121a according to the present embodiment.

図3に示すように、変換基底決定部121aは、MTS_CU_flag、MTS_Hor_flag、及びMTS_Ver_flagの合計3つの変換フラグを変換基底情報として出力する。 As shown in FIG. 3, the conversion basis determination unit 121a outputs a total of three conversion flags of MTS_CU_flag, MTS_Hor_flag, and MTS_Ver_flag as conversion basis information.

変換基底決定部121aは、水平変換処理及び垂直変換処理の両方にDCT2を適用する場合、MTS_CU_flag=0とする。一方、変換基底決定部121aは、水平変換処理及び垂直変換処理の少なくともいずれか一方にDCT8もしくはDST7を適用する場合、水平変換処理及び垂直変換処理に適用する変換基底の組み合わせに応じてMTS_Hor_flag及びMTS_Ver_flagを設定する。 When DCT2 is applied to both the horizontal conversion process and the vertical conversion process, the conversion basis determination unit 121a sets MTS_CU_flag = 0. On the other hand, when DCT8 or DST7 is applied to at least one of the horizontal conversion process and the vertical conversion process, the conversion basis determination unit 121a determines MTS_Hor_flag and MTS_Ver_flag according to the combination of conversion bases applied to the horizontal conversion process and the vertical conversion process. To set.

これらの3つの変換フラグは、後述のエントロピー符号化部130によりエントロピー符号化処理を施されてストリーム出力される。但し、エントロピー符号化部130は、MTS_CU_flag=0である場合、MTS_Hor_flag及びMTS_Ver_flagをストリーム出力しなくてもよい。また、詳細については後述するが、エントロピー符号化部130は、符号化対象ブロックにMRLが適用される場合、3つの変換フラグをストリーム出力しなくてもよい。 These three conversion flags are subjected to entropy coding processing by the entropy coding unit 130 described later and output as a stream. However, when MTS_CU_flag = 0, the entropy encoding unit 130 does not have to stream output MTS_Hor_flag and MTS_Ver_flag. Further, as will be described in detail later, the entropy coding unit 130 does not have to stream output the three conversion flags when MRL is applied to the coded block.

量子化部122は、変換部121が出力する変換係数を量子化パラメータ(Qp)及び量子化行列を用いて量子化し、量子化した変換係数である量子化変換係数をエントロピー符号化部130及び逆量子化・逆変換部140に出力する。 The quantization unit 122 quantizes the conversion coefficient output by the conversion unit 121 using the quantization parameter (Qp) and the quantization matrix, and the quantization conversion coefficient, which is the quantized conversion coefficient, is converted to the entropy coding unit 130 and the inverse. It is output to the quantization / inverse conversion unit 140.

エントロピー符号化部130は、量子化部122が出力する量子化変換係数に対してエントロピー符号化を行い、データ圧縮を行って符号化データ(ビットストリーム)を生成し、符号化データを符号化装置1の外部に出力する。エントロピー符号化には、ハフマン符号やCABAC(Context−based Adaptive Binary Arithmetic Coding)等を用いることができる。 The entropy coding unit 130 performs entropy coding on the quantization conversion coefficient output by the quantization unit 122, performs data compression to generate coded data (bit stream), and encodes the coded data. Output to the outside of 1. For entropy coding, Huffman coding, CABAC (Context-based Adaptive Binary Arithmetic Coding), or the like can be used.

また、エントロピー符号化部130は、変換処理に関する情報を変換部121から入力し、変換処理に関する情報を符号化データ中で復号側に伝送する。変換処理に関する情報は、上述した変換基底情報を含み得る。 Further, the entropy coding unit 130 inputs information related to the conversion process from the conversion unit 121, and transmits the information related to the conversion process to the decoding side in the coded data. The information regarding the conversion process may include the above-mentioned conversion basis information.

さらに、エントロピー符号化部130は、予測処理に関する情報を予測部170から入力し、入力した予測処理に関する情報を符号化データ中で復号側に伝送する。予測処理に関する情報は、後述する参照画素列情報を含み得る。 Further, the entropy encoding unit 130 inputs information on the prediction process from the prediction unit 170, and transmits the input information on the prediction process to the decoding side in the encoded data. The information regarding the prediction process may include reference pixel string information described later.

逆量子化・逆変換部140は、ブロック単位で逆量子化処理及び逆変換処理を行う。逆量子化・逆変換部140は、逆量子化部141と、逆変換部142とを有する。 The inverse quantization / inverse transformation unit 140 performs the inverse quantization process and the inverse transformation process on a block-by-block basis. The inverse quantization / inverse conversion unit 140 includes an inverse quantization unit 141 and an inverse conversion unit 142.

逆量子化部141は、量子化部122が行う量子化処理に対応する逆量子化処理を行う。具体的には、逆量子化部141は、量子化部122が出力する量子化変換係数を、量子化パラメータ(Qp)及び量子化行列を用いて逆量子化することにより変換係数を復元し、復元した変換係数を逆変換部142に出力する。 The inverse quantization unit 141 performs an inverse quantization process corresponding to the quantization process performed by the quantization unit 122. Specifically, the inverse quantization unit 141 restores the conversion coefficient by inversely quantizing the quantization conversion coefficient output by the quantization unit 122 using the quantization parameter (Qp) and the quantization matrix. The restored conversion coefficient is output to the inverse conversion unit 142.

逆変換部142は、変換部121が出力する変換基底情報に基づいて、変換部121が行う変換処理に対応する逆変換処理を行う。例えば、変換部121が離散コサイン変換を行った場合には、逆変換部142は逆離散コサイン変換を行う。逆変換部142は、逆量子化部141が出力する変換係数に対して逆変換処理を行って予測残差を復元し、復元した予測残差である復元予測残差を合成部150に出力する。 The inverse conversion unit 142 performs an inverse transformation process corresponding to the conversion process performed by the conversion unit 121 based on the conversion base information output by the conversion unit 121. For example, when the conversion unit 121 performs the discrete cosine transform, the inverse transform unit 142 performs the inverse discrete cosine transform. The inverse transformation unit 142 performs an inverse transformation process on the conversion coefficient output by the inverse quantization unit 141 to restore the predicted residual, and outputs the restored predicted residual, which is the restored predicted residual, to the synthesis unit 150. ..

合成部150は、逆変換部142が出力する復元予測残差を、予測部170が出力する予測ブロックと画素単位で合成する。合成部150は、復元予測残差の各画素値と予測ブロックの各画素値を加算して符号化対象ブロックを復号(再構成)し、復号済みブロックをメモリ160に出力する。なお、復号済みブロックは、再構成ブロックと呼ばれることもある。 The synthesizing unit 150 synthesizes the restoration prediction residual output by the inverse conversion unit 142 with the prediction block output by the prediction unit 170 on a pixel-by-pixel basis. The synthesizing unit 150 adds each pixel value of the restoration prediction residual and each pixel value of the prediction block to decode (reconstruct) the coded block, and outputs the decoded block to the memory 160. The decrypted block is sometimes called a reconstructed block.

メモリ160は、合成部150が出力する復号済みブロックを記憶し、復号済みブロックをフレーム単位で復号済み画像として蓄積する。メモリ160は、記憶している復号済みブロック若しくは復号済み画像を予測部170に出力する。なお、合成部150とメモリ160との間にループフィルタが介在してもよい。 The memory 160 stores the decoded blocks output by the compositing unit 150, and stores the decoded blocks as a decoded image in frame units. The memory 160 outputs the stored decoded block or decoded image to the prediction unit 170. A loop filter may be interposed between the compositing unit 150 and the memory 160.

予測部170は、ブロック単位で予測処理を行う。予測部170は、インター予測部171と、イントラ予測部172と、切替部173とを有する。 The prediction unit 170 performs prediction processing in block units. The prediction unit 170 includes an inter-prediction unit 171, an intra-prediction unit 172, and a switching unit 173.

インター予測部171は、フレーム間の相関を利用したインター予測を行う。具体的には、インター予測部171は、メモリ160に記憶された復号済み画像を参照画像として用いて、ブロックマッチングなどの手法により動きベクトルを算出し、符号化対象ブロックを予測してインター予測ブロックを生成し、生成したインター予測ブロックを切替部173に出力する。ここで、インター予測部171は、複数の参照画像を用いるインター予測(典型的には、双予測)や、1つの参照画像を用いるインター予測(片方向予測)の中から最適なインター予測方法を選択し、選択したインター予測方法を用いてインター予測を行う。インター予測部171は、インター予測に関する情報(動きベクトル等)をエントロピー符号化部130に出力する。 The inter-prediction unit 171 performs inter-prediction using the correlation between frames. Specifically, the inter-prediction unit 171 uses the decoded image stored in the memory 160 as a reference image, calculates a motion vector by a method such as block matching, predicts the coded block, and predicts the inter-prediction block. Is generated, and the generated inter-prediction block is output to the switching unit 173. Here, the inter-prediction unit 171 selects the optimum inter-prediction method from inter-prediction using a plurality of reference images (typically bi-prediction) and inter-prediction using one reference image (one-way prediction). Select and perform inter-prediction using the selected inter-prediction method. The inter-prediction unit 171 outputs information (motion vector, etc.) related to the inter-prediction to the entropy coding unit 130.

イントラ予測部172は、フレーム内の空間的な相関を利用したイントラ予測を行う。具体的には、イントラ予測部172は、メモリ160に記憶された復号済み画像のうち、符号化対象ブロックの周辺にある復号済み画素を参照してイントラ予測ブロックを生成し、生成したイントラ予測ブロックを切替部173に出力する。イントラ予測部172は、複数のイントラ予測モードの中から、符号化対象ブロックに適用するイントラ予測モードを選択し、選択したイントラ予測モードを用いて対象ブロックを予測する。 The intra prediction unit 172 performs intra prediction using the spatial correlation in the frame. Specifically, the intra prediction unit 172 generates an intra prediction block by referring to the decoded pixels around the coded block among the decoded images stored in the memory 160, and the generated intra prediction block. Is output to the switching unit 173. The intra prediction unit 172 selects an intra prediction mode to be applied to the coded target block from a plurality of intra prediction modes, and predicts the target block using the selected intra prediction mode.

図4は、本実施形態に係るイントラ予測モードの候補を示す図である。図4に示すように、輝度ブロックについて、イントラ予測モードの候補は、0から66までの67通りがある。イントラ予測モードのモード「0」はPlanar予測であり、イントラ予測モードのモード「1」はDC予測であり、イントラ予測モードのモード「2」乃至「66」は方向性予測である。方向性予測において、矢印の方向は参照方向を示し、矢印の起点は予測対象の画素の位置を示し、矢印の終点はこの予測対象画素の予測に用いる参照画素の位置を示す。 FIG. 4 is a diagram showing candidates for the intra prediction mode according to the present embodiment. As shown in FIG. 4, there are 67 candidates for the intra prediction mode for the luminance block from 0 to 66. The mode "0" of the intra prediction mode is Planar prediction, the mode "1" of the intra prediction mode is DC prediction, and the modes "2" to "66" of the intra prediction mode are directional prediction. In the directionality prediction, the direction of the arrow indicates the reference direction, the starting point of the arrow indicates the position of the pixel to be predicted, and the end point of the arrow indicates the position of the reference pixel used to predict the pixel to be predicted.

本実施形態において、イントラ予測部172は、MRLイントラ予測を行う機能を有する。図5は、本実施形態に係るMRLイントラ予測を示す図である。図5に示す各円は、画素を表している。 In the present embodiment, the intra prediction unit 172 has a function of performing MRL intra prediction. FIG. 5 is a diagram showing an MRL intra-prediction according to the present embodiment. Each circle shown in FIG. 5 represents a pixel.

図5に示すように、MRLイントラ予測は、イントラ予測において、複数の参照画素列のうちいずれか1つの参照画素列を予測に用いて予測ブロックを生成するとともに、参照画素列を示すシンタックスを復号側に伝送する手法である。 As shown in FIG. 5, in the MRL intra-prediction, in the intra-prediction, the reference pixel string of any one of the plurality of reference pixel strings is used for the prediction to generate a prediction block, and the syntax indicating the reference pixel sequence is generated. This is a method of transmitting to the decoding side.

図5において、複数の参照画素列が、符号化対象ブロックに隣接する隣接参照画素列(0列目)と、隣接参照画素列よりも外側に位置する第1参照画素列(1列目)と、第1参照画素列よりも外側に位置する第2参照画素列(2列目)とを含む一例を示している。 In FIG. 5, a plurality of reference pixel strings are an adjacent reference pixel string (0th column) adjacent to the coded block and a first reference pixel string (1st column) located outside the adjacent reference pixel string. , An example including a second reference pixel string (second column) located outside the first reference pixel string is shown.

ただし、隣接参照画素列よりも外側に位置する参照画素列については2列目よりも離れた参照画素列を利用しても構わない。例えば、隣接の0列目の参照画素列を隣接参照画素列とし、0列目の参照画素列よりも外側に位置する1列目の参照画素列を第1参照画素列とし、1列目の参照画素列よりも外側に位置する3列目の参照画素列を第2参照画素列としてもよい。 However, for the reference pixel string located outside the adjacent reference pixel string, the reference pixel string farther than the second column may be used. For example, the adjacent reference pixel string in the 0th column is defined as the adjacent reference pixel string, and the reference pixel string in the 1st column located outside the reference pixel string in the 0th column is defined as the 1st reference pixel string in the 1st column. The third reference pixel string located outside the reference pixel string may be used as the second reference pixel string.

従来のイントラ予測では、符号化対象ブロックに隣接する画素を参照画素として用いて符号化対象ブロック内の各画素を予測しており、参照画素に隣接した予測対象画素に対する予測精度が高い。一方、従来のイントラ予測は、参照画素から距離をとった予測対象画素の予測効率が徐々に低下し、絵柄によっては平均的に見ると符号化対象ブロック内の画素の予測精度が必ずしも高くないという欠点がある。この現象に着目し、MRLイントラ予測では、符号化対象ブロックの平均的な予測精度を上げるために、符号化対象ブロックに隣接する画素ではなく、数ラインはなれた画素列を参照画素として用いて予測を行うことを可能としている。 In the conventional intra-prediction, each pixel in the coding target block is predicted by using the pixel adjacent to the coding target block as a reference pixel, and the prediction accuracy for the prediction target pixel adjacent to the reference pixel is high. On the other hand, in the conventional intra-prediction, the prediction efficiency of the prediction target pixel at a distance from the reference pixel gradually decreases, and the prediction accuracy of the pixel in the coding target block is not necessarily high depending on the pattern on average. There are drawbacks. Focusing on this phenomenon, in MRL intra-prediction, in order to improve the average prediction accuracy of the coded block, a pixel sequence separated by several lines is used as a reference pixel instead of the pixel adjacent to the coded block. It is possible to do.

例えば、イントラ予測部172は、イントラ予測にMPM(Most Probable Modes)を適用する際に、MRLイントラ予測を適用する。符号化対象ブロック及びその周辺ブロックにおいて利用される予測モードは高い相関があるため、MPMでは、符号化対象ブロックの左及び上のブロックで利用された予測モードと、それらの予測モードに近い方向の予測モードに優先順位をつけて、他の予測モードに対して相対的に少ないデータ量を割り当てる。また、MRLイントラ予測は、Planar予測及びDC予測以外の予測モードに適用される。すなわち、Planar予測及びDC予測は、隣接参照画素列のみを参照する。 For example, the intra-prediction unit 172 applies the MRL intra-prediction when applying the MPM (Most Problem Modes) to the intra-prediction. Since the prediction modes used in the coded block and its surrounding blocks are highly correlated, in MPM, the prediction modes used in the blocks to the left and above the coded block and the directions close to those prediction modes. Prioritize prediction modes and allocate a relatively small amount of data relative to other prediction modes. In addition, MRL intra-prediction is applied to prediction modes other than Planar prediction and DC prediction. That is, the Planar prediction and the DC prediction refer only to the adjacent reference pixel sequence.

イントラ予測部172は、参照画素列選択部172aを有する。参照画素列選択部172aは、MRLイントラ予測を適用する場合において、隣接参照画素列(0列目)、第1参照画素列(1列目)、及び第2参照画素列(2列目)の中から、イントラ予測に用いる1つの参照画素列を選択する。上述したように、第2参照画素列は、3列目の参照画素列であってもよい。参照画素列選択部172aは、選択した参照画素列を示す参照画素列情報(参照画素列シンタックス)を変換部121及びエントロピー符号化部130に出力する。また、イントラ予測部172は、イントラ予測モードを示すモード情報(予測モードシンタックス)をエントロピー符号化部130に出力する。 The intra prediction unit 172 includes a reference pixel sequence selection unit 172a. When the MRL intra prediction is applied, the reference pixel string selection unit 172a of the adjacent reference pixel string (0th column), the 1st reference pixel string (1st column), and the 2nd reference pixel string (2nd column). From the list, one reference pixel sequence used for intra prediction is selected. As described above, the second reference pixel string may be the third reference pixel string. The reference pixel string selection unit 172a outputs reference pixel string information (reference pixel sequence syntax) indicating the selected reference pixel sequence to the conversion unit 121 and the entropy coding unit 130. Further, the intra prediction unit 172 outputs mode information (prediction mode syntax) indicating the intra prediction mode to the entropy coding unit 130.

切替部173は、インター予測部171が出力するインター予測ブロックとイントラ予測部172が出力するイントラ予測ブロックとを切り替えて、いずれかの予測ブロックを予測残差生成部110及び合成部150に出力する。 The switching unit 173 switches between the inter prediction block output by the inter prediction unit 171 and the intra prediction block output by the intra prediction unit 172, and outputs one of the prediction blocks to the prediction residual generation unit 110 and the synthesis unit 150. ..

このように、本実施形態に係る符号化装置1は、符号化対象ブロックに隣接する参照画素列と符号化対象ブロックに隣接しない参照画素列とを含む複数の参照画素列の中から選択された参照画素列を用いて、符号化対象ブロックをイントラ予測により予測するイントラ予測部172と、イントラ予測部172が出力する予測ブロックと符号化対象ブロックとの差分を表す予測残差に対する変換処理を行って変換係数を出力する変換部121とを有する。 As described above, the coding device 1 according to the present embodiment is selected from a plurality of reference pixel strings including a reference pixel string adjacent to the coding target block and a reference pixel string not adjacent to the coding target block. Using the reference pixel sequence, conversion processing is performed on the prediction residual that represents the difference between the intra prediction unit 172 that predicts the coded target block by intra prediction and the prediction block output by the intra prediction unit 172 and the coded target block. It has a conversion unit 121 that outputs a conversion coefficient.

本実施形態において、変換部121の変換基底決定部121aは、イントラ予測部172がMRLイントラ予測を行う場合、複数の参照画素列の中から選択された参照画素列に基づいて、変換処理で用いる変換基底を決定する。具体的には、変換基底決定部121aは、参照画素列選択部172aが出力する参照画素列情報から参照画素列を特定し、特定した参照画素列と対応付けられた変換基底を決定する。 In the present embodiment, the conversion basis determination unit 121a of the conversion unit 121 is used in the conversion process based on the reference pixel sequence selected from the plurality of reference pixel sequences when the intra prediction unit 172 performs the MRL intra prediction. Determine the transformation basis. Specifically, the conversion base determination unit 121a specifies the reference pixel string from the reference pixel string information output by the reference pixel string selection unit 172a, and determines the conversion base associated with the specified reference pixel string.

ここで、変換基底決定部121aは、複数の参照画素列の中から選択された参照画素列に基づいて、水平方向の変換処理で用いる水平方向変換基底と垂直方向の変換処理で用いる垂直方向変換基底とを決定する。 Here, the conversion base determination unit 121a is based on a reference pixel string selected from a plurality of reference pixel strings, and is used in the horizontal conversion process in the horizontal direction and the vertical direction conversion used in the conversion process in the vertical direction. Determine the basis.

このように、変換部121の変換基底決定部121aは、MRLイントラ予測で選択された参照画素列に基づいて変換基底を決定する。すなわち、参照画素列と変換基底とを対応付けることにより、変換基底を切り替えるためにフラグを復号側に伝送する必要がなくなる。具体的には、エントロピー符号化部130は、変換基底を示す変換基底情報を伝送せずに、選択された参照画素列を示す参照画素列情報を復号側に伝送する。このため、変換基底を切り替えるためのフラグ分の符号量を削減し、符号化効率を向上させることができると共に、適切な変換基底を決定するための処理量(すなわち、試行回数)を削減できる。 In this way, the conversion base determination unit 121a of the conversion unit 121 determines the conversion base based on the reference pixel string selected in the MRL intra-prediction. That is, by associating the reference pixel sequence with the conversion base, it is not necessary to transmit the flag to the decoding side in order to switch the conversion base. Specifically, the entropy encoding unit 130 transmits the reference pixel string information indicating the selected reference pixel string to the decoding side without transmitting the conversion base information indicating the conversion basis. Therefore, it is possible to reduce the amount of coding for the flag for switching the conversion basis, improve the coding efficiency, and reduce the amount of processing (that is, the number of trials) for determining an appropriate conversion basis.

表1に、参照画素列と変換基底との対応付けの一例を示す。 Table 1 shows an example of the correspondence between the reference pixel sequence and the conversion basis.

Figure 2021093635
Figure 2021093635

表1に示す例において、MRLイントラ予測で選択された参照画素列が0列目の参照画素列(図5参照)である場合、変換基底決定部121aは、DST−7を水平方向変換基底及び垂直方向変換基底として決定する。0列目の参照画素列を用いてイントラ予測を行う場合、0列目の参照画素列に隣接するブロック境界領域の予測精度が高く、ブロック境界領域の予測残差はゼロに近いと考えられる。DST7は、変換基底波形の一端が閉じており、このような特徴を持つ予測残差に好適である。ただし表1の参照画素列は一例であり、隣接参照画素列よりも外側に位置する参照画素列については2列目よりも離れた参照画素列(例えば、3列目)を利用しても構わない。 In the example shown in Table 1, when the reference pixel string selected by the MRL intra-prediction is the reference pixel string of the 0th column (see FIG. 5), the conversion basis determination unit 121a uses the DST-7 as the horizontal conversion basis and Determined as the vertical transformation basis. When intra-prediction is performed using the reference pixel string of the 0th column, it is considered that the prediction accuracy of the block boundary region adjacent to the reference pixel string of the 0th column is high and the prediction residual of the block boundary region is close to zero. DST7 has one end of the transformed basis waveform closed and is suitable for the predicted residuals having such characteristics. However, the reference pixel sequence in Table 1 is an example, and for the reference pixel string located outside the adjacent reference pixel string, a reference pixel string (for example, the third column) farther than the second column may be used. Absent.

MRLイントラ予測で選択された参照画素列が1列目の参照画素列(図5参照)である場合、変換基底決定部121aは、DCT−2を水平方向変換基底及び垂直方向変換基底として決定する。1列目の参照画素列を用いてイントラ予測を行う場合、ブロックの平均的な予測精度を上げるようなイントラ予測が行われるため、DCT−2を用いることとしている。 When the reference pixel string selected in the MRL intra-prediction is the reference pixel string of the first column (see FIG. 5), the conversion basis determination unit 121a determines DCT-2 as the horizontal conversion basis and the vertical conversion basis. .. When the intra prediction is performed using the reference pixel sequence of the first row, the DCT-2 is used because the intra prediction is performed so as to improve the average prediction accuracy of the block.

MRLイントラ予測で選択された参照画素列が2列目の参照画素列(図5参照)である場合、変換基底決定部121aは、DST−7を水平方向変換基底及び垂直方向変換基底として決定する。2列目の参照画素列を用いてイントラ予測を行う場合、予測残差の特徴が不定であるため、DST−7を用いることとしている。但し、DST−7に代えてDCT−2を用いることとしてもよい。 When the reference pixel sequence selected in the MRL intra-prediction is the second reference pixel sequence (see FIG. 5), the conversion basis determination unit 121a determines DST-7 as the horizontal conversion basis and the vertical conversion basis. .. When intra-prediction is performed using the reference pixel sequence of the second column, DST-7 is used because the characteristics of the prediction residual are undefined. However, DCT-2 may be used instead of DST-7.

次に、本実施形態に係る符号化装置1の動作フローについて説明する。図6は、本実施形態に係る符号化装置1の動作フローを示す図である。ここでは、MRLイントラ予測を適用する場合において、変換基底の決定に関する動作のみを示している。 Next, the operation flow of the coding device 1 according to the present embodiment will be described. FIG. 6 is a diagram showing an operation flow of the coding device 1 according to the present embodiment. Here, when applying the MRL intra-prediction, only the operation related to the determination of the transformation basis is shown.

図6に示すように、ステップS11において、イントラ予測部172の参照画素列選択部172aは、隣接参照画素列(0列目)、第1参照画素列(1列目)、及び第2参照画素列(2列目)の中から、符号化対象ブロックのイントラ予測に用いる1つの参照画素列を選択する。参照画素列選択部172aは、選択した参照画素列を示す参照画素列情報(参照画素列シンタックス)を変換部121及びエントロピー符号化部130に出力する。 As shown in FIG. 6, in step S11, the reference pixel string selection unit 172a of the intra prediction unit 172 includes the adjacent reference pixel string (0th column), the 1st reference pixel string (1st column), and the 2nd reference pixel. From the columns (second column), one reference pixel string used for intra-prediction of the coded block is selected. The reference pixel string selection unit 172a outputs reference pixel string information (reference pixel sequence syntax) indicating the selected reference pixel sequence to the conversion unit 121 and the entropy coding unit 130.

ステップS12において、イントラ予測部172は、ステップS11で選択した参照画素列を参照して符号化対象ブロックのイントラ予測を行い、予測ブロックを出力する。ここで、イントラ予測部172は、MPM中のイントラ予測モードを用いてイントラ予測を行ってもよい。 In step S12, the intra prediction unit 172 performs intra prediction of the coded target block with reference to the reference pixel string selected in step S11, and outputs the prediction block. Here, the intra prediction unit 172 may perform intra prediction using the intra prediction mode in the MPM.

ステップS13において、予測残差生成部110は、イントラ予測部172が出力する予測ブロックと符号化対象ブロックとの差分を表す予測残差を生成し、予測残差を変換部121に出力する。 In step S13, the prediction residual generation unit 110 generates a prediction residual representing the difference between the prediction block output by the intra prediction unit 172 and the coded target block, and outputs the prediction residual to the conversion unit 121.

一方、ステップS14において、変換部121の変換基底決定部121aは、参照画素列選択部172aが出力する参照画素列情報から参照画素列を特定し、特定した参照画素列と対応付けられた変換基底を決定する。例えば、変換基底決定部121aは、表1に示した対応付けに応じて、参照画素列の番号から変換基底を決定する。 On the other hand, in step S14, the conversion base determination unit 121a of the conversion unit 121 identifies the reference pixel string from the reference pixel string information output by the reference pixel string selection unit 172a, and the conversion base associated with the specified reference pixel string. To determine. For example, the conversion basis determination unit 121a determines the conversion basis from the number of the reference pixel string according to the correspondence shown in Table 1.

ステップS15において、変換部121は、変換基底決定部121aが決定した変換基底を用いて予測残差に対する変換処理を行い、変換係数を出力する。量子化部122は、変換部121が出力する変換係数に対する量子化処理を行い、量子化変換係数を出力する。 In step S15, the conversion unit 121 performs conversion processing on the predicted residuals using the conversion basis determined by the conversion basis determination unit 121a, and outputs a conversion coefficient. The quantization unit 122 performs a quantization process on the conversion coefficient output by the conversion unit 121, and outputs the quantization conversion coefficient.

ステップS16において、エントロピー符号化部130は、量子化部122が出力する量子化変換係数を符号化して符号化データを出力する。ここで、エントロピー符号化部130は、変換部121が出力する変換基底情報を伝送せずに、イントラ予測部172(参照画素列選択部172a)が出力する参照画素列情報を復号側に伝送する。 In step S16, the entropy coding unit 130 encodes the quantization conversion coefficient output by the quantization unit 122 and outputs the coded data. Here, the entropy encoding unit 130 transmits the reference pixel string information output by the intra prediction unit 172 (reference pixel string selection unit 172a) to the decoding side without transmitting the conversion base information output by the conversion unit 121. ..

<復号装置>
次に、本実施形態に係る復号装置の構成について、符号化装置1との相違点を主として説明する。図7は、本実施形態に係る復号装置2の構成を示す図である。
<Decoding device>
Next, the configuration of the decoding device according to the present embodiment will be mainly described as being different from the coding device 1. FIG. 7 is a diagram showing a configuration of a decoding device 2 according to the present embodiment.

図7に示すように、復号装置2は、エントロピー復号部200と、逆量子化・逆変換部210と、合成部220と、メモリ230と、予測部240とを有する。 As shown in FIG. 7, the decoding device 2 includes an entropy decoding unit 200, an inverse quantization / inverse conversion unit 210, a synthesis unit 220, a memory 230, and a prediction unit 240.

エントロピー復号部200は、符号化データを復号して、復号対象ブロックに対応する量子化変換係数を逆量子化・逆変換部210に出力する。 The entropy decoding unit 200 decodes the encoded data and outputs the quantization conversion coefficient corresponding to the decoding target block to the inverse quantization / inverse conversion unit 210.

また、エントロピー復号部200は、変換処理に関する情報を取得し、変換処理に関する情報を逆量子化・逆変換部210(逆変換部212)に出力する。変換処理に関する情報は、上述した変換基底情報を含み得る。但し、MRLイントラ予測が適用されている場合、エントロピー復号部200は、変換基底情報を取得しない。 Further, the entropy decoding unit 200 acquires information related to the conversion process and outputs the information related to the conversion process to the inverse quantization / inverse conversion unit 210 (inverse conversion unit 212). The information regarding the conversion process may include the above-mentioned conversion basis information. However, when the MRL intra-prediction is applied, the entropy decoding unit 200 does not acquire the conversion basis information.

さらに、エントロピー復号部200は、予測処理に関する情報を取得し、予測処理に関する情報を予測部240に出力する。予測処理に関する情報は、上述した参照画素列情報を含み得る。エントロピー復号部200は、参照画素列情報を逆量子化・逆変換部210(逆変換部212)に出力する。 Further, the entropy decoding unit 200 acquires information on the prediction process and outputs the information on the prediction process to the prediction unit 240. The information regarding the prediction process may include the reference pixel string information described above. The entropy decoding unit 200 outputs the reference pixel sequence information to the inverse quantization / inverse transformation unit 210 (inverse transformation unit 212).

逆量子化・逆変換部210は、ブロック単位で逆量子化処理及び逆変換処理を行う。逆量子化・逆変換部210は、逆量子化部211と、逆変換部212とを有する。 The inverse quantization / inverse transformation unit 210 performs the inverse quantization process and the inverse transformation process on a block-by-block basis. The inverse quantization / inverse conversion unit 210 includes an inverse quantization unit 211 and an inverse conversion unit 212.

逆量子化部211は、符号化装置1の量子化部122が行う量子化処理に対応する逆量子化処理を行う。逆量子化部211は、エントロピー復号部200が出力する量子化変換係数を、量子化パラメータ(Qp)及び量子化行列を用いて逆量子化することにより、復号対象ブロックの変換係数を復元し、復元した変換係数を逆変換部212に出力する。 The inverse quantization unit 211 performs an inverse quantization process corresponding to the quantization process performed by the quantization unit 122 of the coding apparatus 1. The inverse quantization unit 211 restores the conversion coefficient of the decoding target block by inversely quantizing the quantization conversion coefficient output by the entropy decoding unit 200 using the quantization parameter (Qp) and the quantization matrix. The restored conversion coefficient is output to the inverse conversion unit 212.

逆変換部212は、符号化装置1の変換部121が行う変換処理に対応する逆変換処理を行う。逆変換部212は、逆量子化部211が出力する変換係数に対して逆変換処理を行って予測残差を復元し、復元した予測残差(復元予測残差)を合成部220に出力する。 The inverse conversion unit 212 performs an inverse conversion process corresponding to the conversion process performed by the conversion unit 121 of the coding apparatus 1. The inverse conversion unit 212 performs inverse transformation processing on the conversion coefficient output by the inverse quantization unit 211 to restore the predicted residual, and outputs the restored predicted residual (restored predicted residual) to the synthesis unit 220. ..

逆変換部212は、変換基底決定部212aを有する。変換基底決定部212aは、MRLイントラ予測が適用されていない場合、エントロピー復号部200が出力する変換基底情報に基づいて、逆量子化処理で用いる変換基底を決定する(図3参照)。 The inverse transformation unit 212 has a conversion base determination unit 212a. When the MRL intra-prediction is not applied, the conversion basis determination unit 212a determines the conversion basis to be used in the inverse quantization process based on the conversion basis information output by the entropy decoding unit 200 (see FIG. 3).

一方、MRLイントラ予測が適用されている場合、変換基底決定部212aは、エントロピー復号部200が出力する参照画素列情報に基づいて、逆量子化処理で用いる変換基底を決定する(表1参照)。具体的には、変換基底決定部121aは、参照画素列情報から参照画素列を特定し、特定した参照画素列と対応付けられた変換基底を決定する。ここで、変換基底決定部121aは、選択された参照画素列に基づいて、水平方向の逆変換処理で用いる水平方向変換基底と垂直方向の逆変換処理で用いる垂直方向変換基底とを決定する。 On the other hand, when the MRL intra-prediction is applied, the conversion basis determination unit 212a determines the conversion basis to be used in the inverse quantization process based on the reference pixel string information output by the entropy decoding unit 200 (see Table 1). .. Specifically, the conversion base determination unit 121a identifies the reference pixel string from the reference pixel string information, and determines the conversion basis associated with the specified reference pixel string. Here, the conversion basis determination unit 121a determines the horizontal transformation basis used in the horizontal inverse transformation process and the vertical transformation basis used in the vertical inverse transformation process based on the selected reference pixel sequence.

合成部220は、逆変換部212が出力する予測残差と、予測部240が出力する予測ブロックとを画素単位で合成することにより、元のブロックを復号(再構成)し、復号済みブロックをメモリ230に出力する。 The synthesis unit 220 decodes (reconstructs) the original block by synthesizing the prediction residual output by the inverse conversion unit 212 and the prediction block output by the prediction unit 240 on a pixel-by-pixel basis, and decodes the decoded block. Output to memory 230.

メモリ230は、合成部220が出力する復号済みブロックを記憶し、復号済みブロックをフレーム単位で復号済み画像として蓄積する。メモリ230は、復号済みブロック若しくは復号済み画像を予測部240に出力する。また、メモリ230は、フレーム単位の復号済み画像を復号装置2の外部に出力する。なお、合成部220とメモリ230との間にループフィルタが介在してもよい。 The memory 230 stores the decoded blocks output by the compositing unit 220, and stores the decoded blocks as a decoded image in frame units. The memory 230 outputs the decoded block or the decoded image to the prediction unit 240. Further, the memory 230 outputs the decoded image in frame units to the outside of the decoding device 2. A loop filter may be interposed between the compositing unit 220 and the memory 230.

予測部240は、ブロック単位で予測を行う。予測部240は、インター予測部241と、イントラ予測部242と、切替部243とを有する。 The prediction unit 240 makes a prediction in block units. The prediction unit 240 has an inter prediction unit 241, an intra prediction unit 242, and a switching unit 243.

インター予測部241は、フレーム間の相関を利用したインター予測を行う。具体的には、インター予測部241は、エントロピー復号部200が出力するインター予測に関する情報(例えば、動きベクトル情報)に基づいて、メモリ230に記憶された復号済み画像を参照画像として用いて符号化対象ブロックを予測してインター予測ブロックを生成し、生成したインター予測ブロックを切替部243に出力する。 The inter-prediction unit 241 performs inter-prediction using the correlation between frames. Specifically, the inter-prediction unit 241 encodes the decoded image stored in the memory 230 as a reference image based on the information related to the inter-prediction (for example, motion vector information) output by the entropy decoding unit 200. The target block is predicted, an inter-prediction block is generated, and the generated inter-prediction block is output to the switching unit 243.

イントラ予測部242は、フレーム内の空間的な相関を利用したイントラ予測を行う。具体的には、イントラ予測部242は、エントロピー復号部200が出力するイントラ予測に関する情報(例えば、イントラ予測モード情報)に応じたイントラ予測モードを用いて、メモリ230に記憶された復号済み画像のうち符号化対象ブロックの周辺にある復号済み画素を参照してイントラ予測ブロックを生成し、生成したイントラ予測ブロックを切替部243に出力する。 The intra prediction unit 242 performs intra prediction using the spatial correlation in the frame. Specifically, the intra prediction unit 242 uses the intra prediction mode corresponding to the information related to the intra prediction output by the entropy decoding unit 200 (for example, the intra prediction mode information), and the intra prediction unit 242 uses the intra prediction mode of the decoded image stored in the memory 230. An intra prediction block is generated with reference to the decoded pixels around the coded block, and the generated intra prediction block is output to the switching unit 243.

本実施形態において、イントラ予測部242は、MRLイントラ予測を行う機能を有する。イントラ予測部242は、エントロピー復号部200が出力する参照画素列情報に基づいて、複数の参照画素列のうちいずれか1つの参照画素列を予測に用いて予測ブロックを生成する。 In the present embodiment, the intra prediction unit 242 has a function of performing MRL intra prediction. The intra prediction unit 242 generates a prediction block by using any one of the plurality of reference pixel strings for prediction based on the reference pixel string information output by the entropy decoding unit 200.

切替部243は、インター予測部241が出力するインター予測ブロックとイントラ予測部242が出力するイントラ予測ブロックとを切り替えて、いずれかの予測ブロックを合成部220に出力する。 The switching unit 243 switches between the inter prediction block output by the inter prediction unit 241 and the intra prediction block output by the intra prediction unit 242, and outputs one of the prediction blocks to the synthesis unit 220.

このように、本実施形態に係る復号装置2は、復号対象ブロックに隣接する参照画素列と復号対象ブロックに隣接しない参照画素列とを含む複数の参照画素列の中から選択された参照画素列を用いて、復号対象ブロックをイントラ予測により予測するイントラ予測部242と、エントロピー復号部200が出力する量子化変換係数に対する逆量子化処理を行って変換係数を出力する逆量子化部211と、逆量子化部211が出力する変換係数に対する逆変換処理を行って予測残差を出力する逆変換部212とを有する。逆変換部212は、複数の参照画素列の中から選択された参照画素列に基づいて、逆変換処理で用いる変換基底を決定する変換基底決定部212aを有する。 As described above, the decoding device 2 according to the present embodiment is a reference pixel string selected from a plurality of reference pixel strings including a reference pixel string adjacent to the decoding target block and a reference pixel string not adjacent to the decoding target block. Intra prediction unit 242 that predicts the block to be decoded by intra prediction, and inverse quantization unit 211 that performs dequantization processing on the quantization conversion coefficient output by the entropy decoding unit 200 and outputs the conversion coefficient. It has an inverse conversion unit 212 that performs an inverse conversion process on the conversion coefficient output by the inverse quantization unit 211 and outputs a predicted residual. The inverse transformation unit 212 has a transformation base determination unit 212a that determines a conversion basis to be used in the inverse transformation process based on a reference pixel sequence selected from a plurality of reference pixel sequences.

また、本実施形態において、エントロピー復号部200は、変換基底を示す変換基底情報を取得せずに、複数の参照画素列の中から符号化側で選択された参照画素列を示す参照画素列情報を取得する。変換基底決定部212aは、取得された参照画素列情報が示す参照画素列に基づいて、変換基底を決定する。 Further, in the present embodiment, the entropy decoding unit 200 does not acquire the conversion base information indicating the conversion base, but refers to the reference pixel string information indicating the reference pixel string selected on the coding side from the plurality of reference pixel strings. To get. The conversion base determination unit 212a determines the conversion base based on the reference pixel string indicated by the acquired reference pixel string information.

このため、本実施形態に係る復号装置2によれば、変換基底を切り替えるためにフラグを伝送しない場合であっても、予測残差の特性により適した変換基底を適用可能とすることで符号化効率を向上させることができる。 Therefore, according to the decoding device 2 according to the present embodiment, even when the flag is not transmitted in order to switch the conversion base, the conversion base more suitable for the characteristics of the predicted residual can be applied for coding. Efficiency can be improved.

次に、本実施形態に係る復号装置2の動作フローについて説明する。図8は、本実施形態に係る復号装置2の動作フローを示す図である。ここでは、MRLイントラ予測を適用する場合において、変換基底の決定に関する動作のみを示している。 Next, the operation flow of the decoding device 2 according to the present embodiment will be described. FIG. 8 is a diagram showing an operation flow of the decoding device 2 according to the present embodiment. Here, when applying the MRL intra-prediction, only the operation related to the determination of the transformation basis is shown.

図8に示すように、ステップS21において、エントロピー復号部200は、符号化データを復号して、復号対象ブロックに対応する量子化変換係数を逆量子化部211に出力する。エントロピー復号部200は、変換基底を示す変換基底情報を取得せずに、符号化側で選択された参照画素列を示す参照画素列情報を取得し、取得した参照画素列情報を逆変換部212及びイントラ予測部242に出力する。 As shown in FIG. 8, in step S21, the entropy decoding unit 200 decodes the encoded data and outputs the quantization conversion coefficient corresponding to the decoding target block to the inverse quantization unit 211. The entropy decoding unit 200 acquires the reference pixel string information indicating the reference pixel string selected on the coding side without acquiring the conversion base information indicating the conversion base, and the acquired reference pixel string information is used as the inverse conversion unit 212. And output to the intra prediction unit 242.

ステップS22において、イントラ予測部242は、参照画素列情報が示す参照画素列を参照し、MRLイントラ予測より復号対象ブロックを予測して予測ブロックを出力する。 In step S22, the intra prediction unit 242 refers to the reference pixel string indicated by the reference pixel string information, predicts the decoding target block from the MRL intra prediction, and outputs the prediction block.

一方、ステップS23において、逆変換部212の変換基底決定部212aは、エントロピー復号部200が出力する参照画素列情報から参照画素列を特定し、特定した参照画素列と対応付けられた変換基底を決定する。例えば、変換基底決定部121aは、表1に示した対応付けに応じて、参照画素列の番号から変換基底を決定する。 On the other hand, in step S23, the conversion base determination unit 212a of the inverse conversion unit 212 identifies the reference pixel string from the reference pixel string information output by the entropy decoding unit 200, and determines the conversion base associated with the specified reference pixel string. decide. For example, the conversion basis determination unit 121a determines the conversion basis from the number of the reference pixel string according to the correspondence shown in Table 1.

ステップS24において、逆量子化部211は、エントロピー復号部200が出力する量子化変換係数に対する逆量子化処理を行って変換係数を出力する。逆変換部212は、逆量子化部211が出力する変換係数に対して、ステップS23で決定した変換基底を用いて逆変換処理を行い、予測残差を合成部220に出力する。 In step S24, the inverse quantization unit 211 performs an inverse quantization process on the quantization conversion coefficient output by the entropy decoding unit 200 and outputs the conversion coefficient. The inverse transformation unit 212 performs an inverse transformation process on the conversion coefficient output by the inverse quantization unit 211 using the conversion basis determined in step S23, and outputs the predicted residual to the synthesis unit 220.

ステップS25において、合成部220は、逆変換部212が出力する予測残差と、予測部240が出力する予測ブロックとを画素単位で合成することにより、元のブロックを復号(再構成)し、復号済みブロックをメモリ230に出力する。 In step S25, the synthesizing unit 220 decodes (reconstructs) the original block by synthesizing the prediction residual output by the inverse conversion unit 212 and the prediction block output by the prediction unit 240 on a pixel-by-pixel basis. The decoded block is output to the memory 230.

<その他の実施形態>
上述した実施形態において、MRLイントラ予測が適用される場合、選択された参照画素列のみに基づいて変換基底を決定する一例について説明した。しかしながら、選択された参照画素列だけではなく、他の基準に基づいて変換基底を決定してもよい。例えば、選択された参照画素列とブロックサイズとに基づいて変換基底を決定してもよい。
<Other Embodiments>
In the above-described embodiment, when the MRL intra-prediction is applied, an example of determining the conversion basis based only on the selected reference pixel sequence has been described. However, the transformation basis may be determined based on other criteria, not just the selected reference pixel sequence. For example, the conversion basis may be determined based on the selected reference pixel sequence and the block size.

すなわち、他の実施形態に係る符号化装置1において、変換基底決定部121aは、複数の参照画素列の中から選択された参照画素列と、符号化対象ブロックのブロックサイズとに基づいて、変換処理で用いる変換基底を決定する。他の実施形態に係る復号装置2において、変換基底決定部212aは、複数の参照画素列の中から選択された参照画素列と、復号対象ブロックのブロックサイズとに基づいて、逆変換処理で用いる変換基底を決定する。 That is, in the coding apparatus 1 according to the other embodiment, the conversion basis determination unit 121a converts the reference pixel string selected from the plurality of reference pixel strings and the block size of the coded block. Determine the transformation basis used in the process. In the decoding device 2 according to another embodiment, the conversion basis determination unit 212a is used in the inverse conversion process based on the reference pixel string selected from the plurality of reference pixel strings and the block size of the block to be decoded. Determine the transformation basis.

例えば、変換基底決定部121a及び212aは、ブロックサイズが所定サイズ以下である場合、表1に示すような対応付けに応じて参照画素列から変換基底を適応的に決定する。一方、ブロックサイズが所定サイズを超える場合、変換基底決定部121a及び212aは、表1に示すような対応付けにかかわらず、予め定められた変換基底(例えば、DCT−2)を決定する。 For example, when the block size is equal to or smaller than a predetermined size, the conversion basis determination units 121a and 212a adaptively determine the conversion basis from the reference pixel sequence according to the correspondence as shown in Table 1. On the other hand, when the block size exceeds a predetermined size, the conversion basis determination units 121a and 212a determine a predetermined conversion basis (for example, DCT-2) regardless of the association as shown in Table 1.

符号化装置1が行う各処理をコンピュータに実行させるプログラムが提供されてもよい。復号装置2が行う各処理をコンピュータに実行させるプログラムが提供されてもよい。プログラムは、コンピュータ読取り可能媒体に記録されていてもよい。コンピュータ読取り可能媒体を用いれば、コンピュータにプログラムをインストールすることが可能である。ここで、プログラムが記録されたコンピュータ読取り可能媒体は、非一過性の記録媒体であってもよい。非一過性の記録媒体は、特に限定されるものではないが、例えば、CD−ROMやDVD−ROM等の記録媒体であってもよい。 A program that causes a computer to execute each process performed by the coding device 1 may be provided. A program that causes a computer to execute each process performed by the decoding device 2 may be provided. The program may be recorded on a computer-readable medium. Computer-readable media allow you to install programs on your computer. Here, the computer-readable medium on which the program is recorded may be a non-transient recording medium. The non-transient recording medium is not particularly limited, but may be, for example, a recording medium such as a CD-ROM or a DVD-ROM.

符号化装置1が行う各処理を実行する回路を集積化し、符号化装置1を半導体集積回路(チップセット、SoC)により構成してもよい。復号装置2が行う各処理を実行する回路を集積化し、復号装置2を半導体集積回路(チップセット、SoC)により構成してもよい。 A circuit that executes each process performed by the coding device 1 may be integrated, and the coding device 1 may be configured by a semiconductor integrated circuit (chipset, SoC). A circuit that executes each process performed by the decoding device 2 may be integrated, and the decoding device 2 may be configured by a semiconductor integrated circuit (chipset, SoC).

以上、図面を参照して実施形態について詳しく説明したが、具体的な構成は上述のものに限られることはなく、要旨を逸脱しない範囲内において様々な設計変更等をすることが可能である。 Although the embodiments have been described in detail with reference to the drawings, the specific configuration is not limited to the above, and various design changes and the like can be made within a range that does not deviate from the gist.

1 :符号化装置
2 :復号装置
100 :ブロック分割部
110 :予測残差生成部
120 :変換・量子化部
121 :変換部
121a :変換基底決定部
122 :量子化部
130 :エントロピー符号化部
131 :スキャン制御部
140 :逆量子化・逆変換部
141 :逆量子化部
142 :逆変換部
150 :合成部
160 :メモリ
170 :予測部
171 :インター予測部
172 :イントラ予測部
172a :参照画素列選択部
173 :切替部
200 :エントロピー復号部
210 :逆量子化・逆変換部
211 :逆量子化部
212 :逆変換部
212a :変換基底決定部
220 :合成部
230 :メモリ
240 :予測部
241 :インター予測部
242 :イントラ予測部
243 :切替部
1: Coding device 2: Decoding device 100: Block dividing unit 110: Predicted residual generation unit 120: Conversion / quantization unit 121: Conversion unit 121a: Conversion basis determination unit 122: Quantization unit 130: Entropy coding unit 131 : Scan control unit 140: Inverse quantization / inverse conversion unit 141: Inverse quantization unit 142: Inverse conversion unit 150: Synthesis unit 160: Memory 170: Prediction unit 171: Inter prediction unit 172: Intra prediction unit 172a: Reference pixel string Selection unit 173: Switching unit 200: Entropy decoding unit 210: Inverse quantization / inverse conversion unit 211: Inverse quantization unit 212: Inverse conversion unit 212a: Conversion base determination unit 220: Synthesis unit 230: Memory 240: Prediction unit 241: Inter prediction unit 242: Intra prediction unit 243: Switching unit

Claims (10)

画像をブロック分割して符号化する符号化装置であって、
符号化対象ブロックに隣接する参照画素列と前記符号化対象ブロックに隣接しない参照画素列とを含む複数の参照画素列の中から選択された参照画素列を用いて前記符号化対象ブロックをイントラ予測により予測するイントラ予測部と、
前記イントラ予測部が出力する予測ブロックと前記符号化対象ブロックとの差分を表す予測残差に対する変換処理を行って変換係数を出力する変換部と、を備え、
前記変換部は、
前記複数の参照画素列の中から選択された前記参照画素列に基づいて、前記変換処理で用いる変換基底を決定する変換基底決定部を有することを特徴とする符号化装置。
A coding device that divides an image into blocks and encodes it.
Intra-prediction of the coding target block using a reference pixel string selected from a plurality of reference pixel strings including a reference pixel string adjacent to the coding target block and a reference pixel string not adjacent to the coding target block. Intra-prediction part that predicts by
It is provided with a conversion unit that performs conversion processing on a prediction residual representing a difference between the prediction block output by the intra prediction unit and the coded target block and outputs a conversion coefficient.
The conversion unit
A coding apparatus having a conversion base determination unit that determines a conversion base used in the conversion process based on the reference pixel sequence selected from the plurality of reference pixel sequences.
前記変換部が出力する前記変換係数に対する量子化処理を行って量子化変換係数を出力する量子化部と、
前記量子化変換係数を符号化して符号化データを出力するエントロピー符号化部と、をさらに備え、
前記エントロピー符号化部は、
前記変換基底を示す変換基底情報を伝送せずに、前記複数の参照画素列の中から選択された前記参照画素列を示す参照画素列情報を復号側に伝送することを特徴とする請求項1に記載の符号化装置。
A quantization unit that performs quantization processing on the conversion coefficient output by the conversion unit and outputs a quantization conversion coefficient.
Further provided with an entropy coding unit that encodes the quantization conversion coefficient and outputs the coded data.
The entropy encoding unit is
The first aspect of the present invention is that the reference pixel string information indicating the reference pixel string selected from the plurality of reference pixel strings is transmitted to the decoding side without transmitting the conversion base information indicating the conversion base. The encoding device according to.
前記変換基底決定部は、
前記複数の参照画素列の中から選択された前記参照画素列に基づいて、水平方向の前記変換処理で用いる水平方向変換基底と垂直方向の前記変換処理で用いる垂直方向変換基底とを決定することを特徴とする請求項1又は2に記載の符号化装置。
The transformation basis determination unit
Based on the reference pixel sequence selected from the plurality of reference pixel sequences, the horizontal conversion base used in the conversion process in the horizontal direction and the vertical conversion base used in the conversion process in the vertical direction are determined. The coding apparatus according to claim 1 or 2.
前記変換基底決定部は、
前記複数の参照画素列の中から選択された前記参照画素列と、前記符号化対象ブロックのブロックサイズとに基づいて、前記変換処理で用いる変換基底を決定することを特徴とする請求項1乃至3のいずれか1項に記載の符号化装置。
The transformation basis determination unit
Claims 1 to 1, wherein the conversion base used in the conversion process is determined based on the reference pixel sequence selected from the plurality of reference pixel sequences and the block size of the coded block. The coding apparatus according to any one of 3.
符号化データを復号して、復号対象ブロックに対応する量子化変換係数を出力するエントロピー復号部と、
前記復号対象ブロックに隣接する参照画素列と前記復号対象ブロックに隣接しない参照画素列とを含む複数の参照画素列の中から選択された参照画素列を用いて、前記復号対象ブロックをイントラ予測により予測するイントラ予測部と、
前記エントロピー復号部が出力する前記量子化変換係数に対する逆量子化処理を行って変換係数を出力する逆量子化部と、
前記逆量子化部が出力する前記変換係数に対する逆変換処理を行って予測残差を出力する逆変換部と、を備え、
前記逆変換部は、
前記複数の参照画素列の中から選択された前記参照画素列に基づいて、前記逆変換処理で用いる変換基底を決定する変換基底決定部を有することを特徴とする復号装置。
An entropy decoding unit that decodes the coded data and outputs the quantization conversion coefficient corresponding to the block to be decoded,
Using a reference pixel string selected from a plurality of reference pixel strings including a reference pixel string adjacent to the decoding target block and a reference pixel string not adjacent to the decoding target block, the decoding target block is subjected to intra-prediction. Intra-prediction part to predict and
An inverse quantization unit that performs an inverse quantization process on the quantization conversion coefficient output by the entropy decoding unit and outputs a conversion coefficient.
It is provided with an inverse transformation unit that performs an inverse transformation process on the conversion coefficient output by the inverse quantization unit and outputs a predicted residual.
The inverse conversion unit
A decoding device comprising a conversion base determination unit that determines a conversion base used in the inverse transformation process based on the reference pixel sequence selected from the plurality of reference pixel sequences.
前記エントロピー復号部は、
前記変換基底を示す変換基底情報を取得せずに、前記複数の参照画素列の中から符号化側で選択された前記参照画素列を示す参照画素列情報を取得し、
前記変換基底決定部は、
前記取得された参照画素列情報が示す前記参照画素列に基づいて、前記変換基底を決定することを特徴とする請求項5に記載の復号装置。
The entropy decoding unit
Without acquiring the conversion base information indicating the conversion base, the reference pixel string information indicating the reference pixel string selected on the coding side from the plurality of reference pixel strings is acquired.
The transformation basis determination unit
The decoding device according to claim 5, wherein the conversion basis is determined based on the reference pixel sequence indicated by the acquired reference pixel sequence information.
前記変換基底決定部は、
前記複数の参照画素列の中から選択された前記参照画素列に基づいて、水平方向の前記逆変換処理で用いる水平方向変換基底と垂直方向の前記逆変換処理で用いる垂直方向変換基底とを決定することを特徴とする請求項5又は6に記載の復号装置。
The transformation basis determination unit
Based on the reference pixel sequence selected from the plurality of reference pixel sequences, the horizontal transformation base used in the horizontal inverse transformation process and the vertical transformation basis used in the vertical inverse transformation process are determined. The decoding device according to claim 5 or 6, wherein the decoding device is characterized by the above.
前記変換基底決定部は、
前記複数の参照画素列の中から選択された前記参照画素列と、前記復号対象ブロックのブロックサイズとに基づいて、前記逆変換処理で用いる変換基底を決定することを特徴とする請求項5乃至7のいずれか1項に記載の復号装置。
The transformation basis determination unit
5. A aspect of claim 5, wherein the conversion base used in the inverse transformation process is determined based on the reference pixel sequence selected from the plurality of reference pixel sequences and the block size of the decoding target block. 7. The decoding device according to any one of 7.
コンピュータを、請求項1乃至4のいずれか1項に記載の符号化装置として機能させることを特徴とするプログラム。 A program characterized in that a computer functions as the coding device according to any one of claims 1 to 4. コンピュータを、請求項5乃至8のいずれか1項に記載の復号装置として機能させることを特徴とするプログラム。 A program characterized in that a computer functions as the decoding device according to any one of claims 5 to 8.
JP2019223205A 2019-12-10 2019-12-10 Encoding device, decoding device, and program Active JP7451161B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2019223205A JP7451161B2 (en) 2019-12-10 2019-12-10 Encoding device, decoding device, and program
JP2024033825A JP2024053019A (en) 2019-12-10 2024-03-06 Coding device, decoding device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019223205A JP7451161B2 (en) 2019-12-10 2019-12-10 Encoding device, decoding device, and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2024033825A Division JP2024053019A (en) 2019-12-10 2024-03-06 Coding device, decoding device and program

Publications (2)

Publication Number Publication Date
JP2021093635A true JP2021093635A (en) 2021-06-17
JP7451161B2 JP7451161B2 (en) 2024-03-18

Family

ID=76311118

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2019223205A Active JP7451161B2 (en) 2019-12-10 2019-12-10 Encoding device, decoding device, and program
JP2024033825A Pending JP2024053019A (en) 2019-12-10 2024-03-06 Coding device, decoding device and program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2024033825A Pending JP2024053019A (en) 2019-12-10 2024-03-06 Coding device, decoding device and program

Country Status (1)

Country Link
JP (2) JP7451161B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023065890A1 (en) * 2021-10-20 2023-04-27 腾讯科技(深圳)有限公司 Multimedia data processing method and apparatus, computer device, computer readable storage medium, and computer program product

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JIN HEO, ET AL.: "Non-CE3 : Simplification on transform selection for multiple reference line (MRL)", JOINT VIDEO EXPERTS TEAM (JVET) OF ITU-T SG 16 WP 3 AND ISO/IEC JTC 1/SC 29/WG 11, vol. JVET-O0353, JPN6023043743, June 2019 (2019-06-01), pages 1 - 3, ISSN: 0005179387 *
LIANG ZHAO, XIN ZHAO, XIANG LI, AND SHAN LIU: "Non-CE3/6: Transform selection for MRL", JOINT VIDEO EXPERTS TEAM (JVET) OF ITU-T SG 16 WP 3 AND ISO/IEC JTC 1/SC 29/WG 11, vol. JVET-O0546, JPN6023043742, June 2019 (2019-06-01), pages 1 - 5, ISSN: 0005179386 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023065890A1 (en) * 2021-10-20 2023-04-27 腾讯科技(深圳)有限公司 Multimedia data processing method and apparatus, computer device, computer readable storage medium, and computer program product

Also Published As

Publication number Publication date
JP2024053019A (en) 2024-04-12
JP7451161B2 (en) 2024-03-18

Similar Documents

Publication Publication Date Title
JP2018056685A (en) Image encoder, image encoding method and image encoding program, and image decoder, image decoding method and image decoding program
US20220303576A1 (en) Image encoding device, image decoding device and program
JP7047777B2 (en) Image data coding and decoding
JP7357736B2 (en) Encoding device, decoding device, and program
JP2022000953A (en) Intra prediction device, image encoding device, image decoding device and program
JP2024053019A (en) Coding device, decoding device and program
JP2023168518A (en) Prediction block generation device, image encoder, image decoder, and program
JP7242930B2 (en) Intra prediction device, image decoding device, and program
WO2020184566A1 (en) Image encoding device, image decoding device, and program
JP2020137119A (en) Intra prediction device, image coding device, image decoding device, and program
JP7441638B2 (en) Encoding device, decoding device, and program
JP7332385B2 (en) Intra prediction device, image coding device, image decoding device, and program
JP7531683B2 (en) Encoding device, decoding device, and program
WO2021132404A1 (en) Encoding device, decoding device, and program
JP7388900B2 (en) Encoding device, decoding device, and program
JP2020028066A (en) Color difference intra prediction candidate generation device, image coding device, image decoding device, and program
JP7361498B2 (en) Intra prediction device, image encoding device, image decoding device, and program
JP7340658B2 (en) Image encoding device, image decoding device, and program
JP7444599B2 (en) Intra prediction device, image encoding device, image decoding device, and program
JP2020137118A (en) Intra prediction device, image decoding device, and program
JP2020156087A (en) Intra prediction device, image encoding device, image decoding device and program
JP2023086397A (en) Intra prediction device, decoding device, and program

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20200529

RD05 Notification of revocation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7425

Effective date: 20200612

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20221110

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20231024

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231225

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20240206

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240306

R150 Certificate of patent or registration of utility model

Ref document number: 7451161

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150