JP7654751B2 - Video decoding device, video encoding device, video decoding method, and video encoding method - Google Patents
Video decoding device, video encoding device, video decoding method, and video encoding method Download PDFInfo
- Publication number
- JP7654751B2 JP7654751B2 JP2023187980A JP2023187980A JP7654751B2 JP 7654751 B2 JP7654751 B2 JP 7654751B2 JP 2023187980 A JP2023187980 A JP 2023187980A JP 2023187980 A JP2023187980 A JP 2023187980A JP 7654751 B2 JP7654751 B2 JP 7654751B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- predicted image
- unit
- prediction
- shift0
- 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.)
- Active
Links
Images
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
Description
本発明の実施形態は、動画像復号装置、動画像符号化装置、動画像復号方法および動画像符号化方法に関する。 Embodiments of the present invention relate to a video decoding device, a video encoding device, a video decoding method, and a video encoding method.
動画像を効率的に伝送または記録するために、動画像を符号化することによって符号化データを生成する動画像符号化装置、および、当該符号化データを復号することによって復号画像を生成する動画像復号装置が用いられている。 To efficiently transmit or record video, video encoding devices are used that generate encoded data by encoding video, and video decoding devices are used that generate decoded images by decoding the encoded data.
具体的な動画像符号化方式としては、例えば、H.264/AVCやHEVC(High-Efficiency Video Coding)方式などが挙げられる。 Specific examples of video encoding methods include H.264/AVC and the High-Efficiency Video Coding (HEVC) method.
このような動画像符号化方式においては、動画像を構成する画像(ピクチャ)は、画像を分割することにより得られるスライス、スライスを分割することにより得られる符号化ツリーユニット(CTU: Coding Tree Unit)、符号化ツリーユニットを分割することで得られる符号化単位( 符号化ユニット( Coding Unit: CU)と呼ばれることもある)、及び、符号化単位を分割することより得られる変換ユニット(TU: Transform Unit)からなる階層構造により管理され、CU毎に符号化/復号される。 In such video coding methods, images (pictures) that make up a video are managed in a hierarchical structure consisting of slices obtained by dividing images, coding tree units (CTUs) obtained by dividing slices, coding units (sometimes called coding units: CUs) obtained by dividing coding tree units, and transform units (TUs) obtained by dividing coding units, and are coded/decoded for each CU.
また、このような動画像符号化方式においては、通常、入力画像を符号化/復号することによって得られる局所復号画像に基づいて予測画像が生成され、当該予測画像を入力画像(原画像)から減算して得られる予測誤差(「差分画像」または「残差画像」と呼ぶこともある)が符号化される。予測画像の生成方法としては、画面間予測(インター予測)、および、画面内予測(イントラ予測)が挙げられる。 In such video coding methods, a predicted image is usually generated based on a locally decoded image obtained by encoding/decoding an input image, and the prediction error (sometimes called a "difference image" or "residual image") obtained by subtracting the predicted image from the input image (original image) is coded. Methods for generating predicted images include inter-frame prediction (inter prediction) and intra-frame prediction (intra prediction).
また、近年の動画像符号化及び復号の技術として非特許文献が挙げられるが、特に、双予測の動き補償(補間画像)から予測画像を導出する際に勾配画像を利用して高画質化するBDOF技術が開示されている。 Recent non-patent literature on video coding and decoding technologies includes, in particular, BDOF technology, which uses gradient images to improve image quality when deriving a predicted image from bi-predictive motion compensation (interpolated image).
非特許文献1では、BDOF技術において、処理単位毎に処理を行うか否かを判定するために、二つの補間画像の差分絶対値和の計算が必要であった。途中で処理を打ち切ることができるため、平均的には、処理量が削減できるが、追加の差分絶対値和の処理量があるため、最悪の場合の処理量の削減にはなっていなかったという問題があった。
In
本発明の一態様に係る動画像復号装置は、第1の予測画像、第2の予測画像及び動き補償修正値を用いて、BDOF予測により第3の予測画像を生成する動画像復号装置であって、サブブロック単位で、前記第1の予測画像及び前記第2の予測画像の差分絶対値和を導出するBDOF部を備え、前記第3の予測画像は、(i)前記第1の予測画像と、(ii)前記第2の予測画像と、(iii)前記動き補償修正値と、(iv)第1のオフセット値との加算値を、第1のシフト値で右シフトすることにより導出され、前記動き補償修正値は、前記第1の予測画像の水平方向の勾配画像と、前記第1の予測画像の垂直方向の勾配画像と、前記第2の予測画像の水平方向の勾配画像と、前記第2の予測画像の垂直方向の勾配画像と、を用いて導出され、前記第1の予測画像の水平方向の勾配画像は、前記第1の予測画像を第2のシフト値で右シフトした値の差分を取ることで導出され、前記第1の予測画像の垂直方向の勾配画像は、前記第1の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出され、前記第2の予測画像の水平方向の勾配画像は、前記第2の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出され、前記第2の予測画像の垂直方向の勾配画像は、前記第2の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出される。 A video decoding device according to one aspect of the present invention is a video decoding device that generates a third predicted image by BDOF prediction using a first predicted image, a second predicted image, and a motion compensation correction value, and includes a BDOF unit that derives a sum of absolute differences between the first predicted image and the second predicted image on a subblock basis, and the third predicted image is derived by right-shifting an added value of (i) the first predicted image, (ii) the second predicted image, (iii) the motion compensation correction value, and (iv) a first offset value by a first shift value, and the motion compensation correction value is derived by right-shifting an added value of a horizontal gradient image of the first predicted image, a vertical gradient image of the first predicted image, and a motion compensation correction value of the second predicted image. The horizontal gradient image of the first predicted image is derived by taking the difference between values obtained by right-shifting the first predicted image by the second shift value, the vertical gradient image of the first predicted image is derived by taking the difference between values obtained by right-shifting the first predicted image by the second shift value, the horizontal gradient image of the second predicted image is derived by taking the difference between values obtained by right-shifting the second predicted image by the second shift value, and the vertical gradient image of the second predicted image is derived by taking the difference between values obtained by right-shifting the second predicted image by the second shift value.
本発明の一態様に係る動画像符号化装置は、第1の予測画像、第2の予測画像及び動き補償修正値を用いて、BDOF予測により第3の予測画像を生成する動画像符号化装置であって、サブブロック単位で、前記第1の予測画像及び前記第2の予測画像の差分絶対値和を導出するBDOF部を備え、前記第3の予測画像は、(i)前記第1の予測画像と、(ii)前記第2の予測画像と、(iii)前記動き補償修正値と、(iv)第1のオフセット値との加算値を、第1のシフト値で右シフトすることにより導出され、前記動き補償修正値は、前記第1の予測画像の水平方向の勾配画像と、前記第1の予測画像の垂直方向の勾配画像と、前記第2の予測画像の水平方向の勾配画像と、前記第2の予測画像の垂直方向の勾配画像と、を用いて導出され、前記第1の予測画像の水平方向の勾配画像は、前記第1の予測画像を第2のシフト値で右シフトした値の差分を取ることで導出され、前記第1の予測画像の垂直方向の勾配画像は、前記第1の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出され、前記第2の予測画像の水平方向の勾配画像は、前記第2の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出され、前記第2の予測画像の垂直方向の勾配画像は、前記第2の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出される。 A video encoding device according to one aspect of the present invention is a video encoding device that generates a third predicted image by BDOF prediction using a first predicted image, a second predicted image, and a motion compensation correction value, and includes a BDOF unit that derives a sum of absolute differences between the first predicted image and the second predicted image on a subblock basis, and the third predicted image is derived by right-shifting an added value of (i) the first predicted image, (ii) the second predicted image, (iii) the motion compensation correction value, and (iv) a first offset value by a first shift value, and the motion compensation correction value is derived by right-shifting an added value of a horizontal gradient image of the first predicted image, a vertical gradient image of the first predicted image, and a second offset value. The gradient image is derived using a horizontal gradient image of a predicted image and a vertical gradient image of the second predicted image, the horizontal gradient image of the first predicted image being derived by taking the difference between values obtained by right-shifting the first predicted image by a second shift value, the vertical gradient image of the first predicted image being derived by taking the difference between values obtained by right-shifting the first predicted image by the second shift value, the horizontal gradient image of the second predicted image being derived by taking the difference between values obtained by right-shifting the second predicted image by the second shift value, and the vertical gradient image of the second predicted image being derived by taking the difference between values obtained by right-shifting the second predicted image by the second shift value.
本発明の一態様に係る動画像復号方法は、第1の予測画像、第2の予測画像及び動き補償修正値を用いて、BDOF予測により第3の予測画像を生成する動画像復号方法であって、サブブロック単位で、前記第1の予測画像及び前記第2の予測画像の差分絶対値和を導出するステップを少なくとも含み、前記第3の予測画像は、(i)前記第1の予測画像と、(ii)前記第2の予測画像と、(iii)前記動き補償修正値と、(iv)第1のオフセット値との加算値を、第1のシフト値で右シフトすることにより導出され、前記動き補償修正値は、前記第1の予測画像の水平方向の勾配画像と、前記第1の予測画像の垂直方向の勾配画像と、前記第2の予測画像の水平方向の勾配画像と、前記第2の予測画像の垂直方向の勾配画像と、を用いて導出され、前記第1の予測画像の水平方向の勾配画像は、前記第1の予測画像を第2のシフト値で右シフトした値の差分を取ることで導出され、前記第1の予測画像の垂直方向の勾配画像は、前記第1の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出され、前記第2の予測画像の水平方向の勾配画像は、前記第2の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出され、前記第2の予測画像の垂直方向の勾配画像は、前記第2の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出される。 A video decoding method according to one aspect of the present invention is a video decoding method for generating a third predicted image by BDOF prediction using a first predicted image, a second predicted image, and a motion compensation correction value, and includes at least a step of deriving a sum of absolute differences between the first predicted image and the second predicted image on a subblock basis, the third predicted image being derived by right-shifting an added value of (i) the first predicted image, (ii) the second predicted image, (iii) the motion compensation correction value, and (iv) a first offset value by a first shift value, and the motion compensation correction value is derived by right-shifting an added value of a horizontal gradient image of the first predicted image, a vertical gradient image of the first predicted image, and a second offset value. The horizontal gradient image of the first predicted image is derived by taking the difference between values obtained by right-shifting the first predicted image by the second shift value, the vertical gradient image of the first predicted image is derived by taking the difference between values obtained by right-shifting the first predicted image by the second shift value, the horizontal gradient image of the second predicted image is derived by taking the difference between values obtained by right-shifting the second predicted image by the second shift value, and the vertical gradient image of the second predicted image is derived by taking the difference between values obtained by right-shifting the second predicted image by the second shift value.
本発明の一態様に係る動画像符号化方法は、第1の予測画像、第2の予測画像及び動き補償修正値を用いて、BDOF予測により第3の予測画像を生成する動画像符号化方法であって、サブブロック単位で、前記第1の予測画像及び前記第2の予測画像の差分絶対値和を導出するステップを少なくとも含み、前記第3の予測画像は、(i)前記第1の予測画像と、(ii)前記第2の予測画像と、(iii)前記動き補償修正値と、(iv)第1のオフセット値との加算値を、第1のシフト値で右シフトすることにより導出され、前記動き補償修正値は、前記第1の予測画像の水平方向の勾配画像と、前記第1の予測画像の垂直方向の勾配画像と、前記第2の予測画像の水平方向の勾配画像と、前記第2の予測画像の垂直方向の勾配画像と、を用いて導出され、前記第1の予測画像の水平方向の勾配画像は、前記第1の予測画像を第2のシフト値で右シフトした値の差分を取ることで導出され、前記第1の予測画像の垂直方向の勾配画像は、前記第1の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出され、前記第2の予測画像の水平方向の勾配画像は、前記第2の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出され、前記第2の予測画像の垂直方向の勾配画像は、前記第2の予測画像を前記第2のシフト値で右シフトした値の差分を取ることで導出される。 A video coding method according to one aspect of the present invention is a video coding method for generating a third predicted image by BDOF prediction using a first predicted image, a second predicted image, and a motion compensation correction value, and includes at least a step of deriving a sum of absolute differences between the first predicted image and the second predicted image in sub-block units, and the third predicted image is derived by right-shifting an added value of (i) the first predicted image, (ii) the second predicted image, (iii) the motion compensation correction value, and (iv) a first offset value by a first shift value, and the motion compensation correction value is derived by right-shifting an added value of a horizontal gradient image of the first predicted image, a vertical gradient image of the first predicted image, and The gradient image of the first predicted image is derived by taking the difference between values obtained by right-shifting the first predicted image by the second shift value, the gradient image of the first predicted image is derived by taking the difference between values obtained by right-shifting the first predicted image by the second shift value, the gradient image of the second predicted image is derived by taking the difference between values obtained by right-shifting the second predicted image by the second shift value, the gradient image of the second predicted image is derived by taking the difference between values obtained by right-shifting the second predicted image by the second shift value, and the gradient image of the second predicted image is derived by taking the difference between values obtained by right-shifting the second predicted image by the second shift value.
以上の構成によれば、上記問題の何れかの解決を図ることができる。 The above configuration can solve any of the above problems.
(第1の実施形態)
以下、図面を参照しながら本発明の実施形態について説明する。
(First embodiment)
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
図1は、本実施形態に係る画像伝送システム1の構成を示す概略図である。
Figure 1 is a schematic diagram showing the configuration of an
画像伝送システム1は、符号化対象画像を符号化した符号化ストリームを伝送し、伝送された符号化ストリームを復号し画像を表示するシステムである。画像伝送システム1は、動画像符号化装置(画像符号化装置)11、ネットワーク21、動画像復号装置(画像復号装置)31、及び動画像表示装置(画像表示装置)41を含んで構成される。
The
動画像符号化装置11には画像Tが入力される。
Image T is input to
ネットワーク21は、動画像符号化装置11が生成した符号化ストリームTeを動画像復号装
置31に伝送する。ネットワーク21は、インターネット(Internet)、広域ネットワーク(WAN:Wide Area Network)、小規模ネットワーク( LAN:Local Area Network)またはこれらの組み合わせである。ネットワーク21は、必ずしも双方向の通信網に限らず、地上デジタル放送、衛星放送等の放送波を伝送する一方向の通信網であっても良い。また、ネットワーク21は、DVD( Digital Versatile Disc:登録商標)、BD(Blue-ray Disc:登録商標)等の符号化ストリームTeを記録した記憶媒体で代替されても良い。
The
動画像復号装置31は、ネットワーク21が伝送した符号化ストリームTeのそれぞれを復号し、復号した1または複数の復号画像Tdを生成する。
The
動画像表示装置41は、動画像復号装置31が生成した1または複数の復号画像Tdの全部または一部を表示する。動画像表示装置41は、例えば、液晶ディスプレイ、有機EL(Electro-luminescence)ディスプレイ等の表示デバイスを備える。ディスプレイの形態としては、据え置き、モバイル、HMD等が挙げられる。また、動画像復号装置31が高い処理能力を有する場合には、画質の高い画像を表示し、より低い処理能力しか有しない場合には、高い処理能力、表示能力を必要としない画像を表示する。
The
<演算子>
本明細書で用いる演算子を以下に記載する。
<Operator>
The operators used in this specification are listed below.
>>は右ビットシフト、<<は左ビットシフト、&はビットワイズAND、|はビットワイズOR、|=はOR代入演算子であり、||は論理和を示す。 >> is a right bit shift, << is a left bit shift, & is a bitwise AND, | is a bitwise OR, |= is the OR assignment operator, and || indicates logical OR.
x?y:zは、xが真(0以外)の場合にy、xが偽(0)の場合にzをとる3項演算子である。 x?y:z is a ternary operator that takes y if x is true (non-zero) and z if x is false (0).
Clip3(a,b,c)は、cをa以上b以下の値にクリップする関数であり、c<aの場合にはaを返し、c>bの場合にはbを返し、その他の場合にはcを返す関数である(ただし、a<=b)。 Clip3(a,b,c) is a function that clips c to a value between a and b, and returns a if c<a, returns b if c>b, and returns c otherwise (where a<=b).
abs(a)はaの絶対値を返す関数である。 abs(a) is a function that returns the absolute value of a.
Int(a)はaの整数値を返す関数である。 Int(a) is a function that returns the integer value of a.
floor(a)はa以下の最大の整数を返す関数である。 floor(a) is a function that returns the largest integer less than or equal to a.
ceil(a)はa以上の最小の整数を返す関数である。 ceil(a) is a function that returns the smallest integer greater than or equal to a.
a/dはdによるaの除算(小数点以下切り捨て)を表す。 a/d represents the division of a by d (truncated to an integer).
a^bは、aのb乗を表す。 a^b represents a to the power b.
sign(a)はaの符号(sign)を返す関数である。sign(a) = a>0? 1 : a==0? 0 : -1
log2(a)はaの底を2とする対数を返す関数である。
sign(a) is a function that returns the sign of a. sign(a) = a>0? 1 : a==0? 0 : -1
log2(a) is a function that returns the
Max(a, b)は、a>=bの時、a、a<bの時bを返す関数である。 Max(a, b) is a function that returns a when a>=b, and returns b when a<b.
Min(a, b)は、a<=bの時、a、a>bの時bを返す関数である。 Min(a, b) is a function that returns b when a<=b and when a, a>b.
Round(a)はaの丸め値を返す関数である。Round(a) = sign(a)*floor(abs(a)+0.5)。 Round(a) is a function that returns the rounded value of a. Round(a) = sign(a)*floor(abs(a)+0.5).
<符号化ストリームTeの構造>
本実施形態に係る動画像符号化装置11および動画像復号装置31の詳細な説明に先立って、動画像符号化装置11によって生成され、動画像復号装置31によって復号される符号化ストリームTeのデータ構造について説明する。
<Structure of the coded stream Te>
Before describing in detail the
図4は、符号化ストリームTeにおけるデータの階層構造を示す図である。符号化ストリームTeは、例示的に、シーケンス、およびシーケンスを構成する複数のピクチャを含む。図4の(a)~(f)は、それぞれ、シーケンスSEQを既定する符号化ビデオシーケンス、ピクチャPICTを規定する符号化ピクチャ、スライスSを規定する符号化スライス、スライスデータを規定する符号化スライスデータ、符号化スライスデータに含まれる符号化ツリーユニット、符号化ツリーユニットに含まれる符号化ユニットを示す図である。 Figure 4 is a diagram showing a hierarchical structure of data in an encoded stream Te. The encoded stream Te illustratively includes a sequence and a number of pictures that make up the sequence. (a) to (f) of Figure 4 show an encoded video sequence that defines a sequence SEQ, an encoded picture that specifies a picture PICT, an encoded slice that specifies a slice S, encoded slice data that specifies slice data, an encoding tree unit included in the encoded slice data, and an encoding unit included in the encoding tree unit, respectively.
(符号化ビデオシーケンス)
符号化ビデオシーケンスでは、処理対象のシーケンスSEQを復号するために動画像復号装置31が参照するデータの集合が規定されている。シーケンスSEQは、図4(a)に示すように、ビデオパラメータセット(Video Parameter Set)、シーケンスパラメータセットSPS(Sequence Parameter Set)、ピクチャパラメータセットPPS(Picture Parameter Set)、ピクチャPICT、及び、付加拡張情報SEI(Supplemental Enhancement Information)を含んでいる。
(Coded Video Sequence)
In the coded video sequence, a set of data to be referred to by the
ビデオパラメータセットVPSは、複数のレイヤから構成されている動画像において、複数の動画像に共通する符号化パラメータの集合および動画像に含まれる複数のレイヤおよび個々のレイヤに関連する符号化パラメータの集合が規定されている。 The video parameter set VPS specifies a set of coding parameters common to multiple videos composed of multiple layers, as well as a set of coding parameters related to multiple layers and individual layers included in the video.
シーケンスパラメータセットSPSでは、対象シーケンスを復号するために動画像復号装置31が参照する符号化パラメータの集合が規定されている。例えば、ピクチャの幅や高さが規定される。なお、SPSは複数存在してもよい。その場合、PPSから複数のSPSの何れかを選択する。
The sequence parameter set SPS specifies a set of coding parameters that the
ピクチャパラメータセットPPSでは、対象シーケンス内の各ピクチャを復号するために動画像復号装置31が参照する符号化パラメータの集合が規定されている。例えば、ピクチャの復号に用いられる量子化幅の基準値(pic_init_qp_minus26)や重み付き予測の適用を示すフラグ(weighted_pred_flag)が含まれる。なお、PPSは複数存在してもよい。その場合、対象シーケンス内の各ピクチャから複数のPPSの何れかを選択する。
The picture parameter set PPS specifies a set of coding parameters that the
(符号化ピクチャ)
符号化ピクチャでは、処理対象のピクチャPICTを復号するために動画像復号装置31が参照するデータの集合が規定されている。ピクチャPICTは、図4(b)に示すように、スライス0~スライスNS-1を含む(NSはピクチャPICTに含まれるスライスの総数)。
(Encoded Picture)
A coded picture defines a set of data to be referenced by the
なお、以下、スライス0~スライスNS-1のそれぞれを区別する必要が無い場合、符号の添え字を省略して記述することがある。また、以下に説明する符号化ストリームTeに含まれるデータであって、添え字を付している他のデータについても同様である。
Note that in the following description, when there is no need to distinguish between
(符号化スライス)
符号化スライスでは、処理対象のスライスSを復号するために動画像復号装置31が参照するデータの集合が規定されている。スライスは、図4(c)に示すように、スライスヘッダ、および、スライスデータを含んでいる。
(Coding Slice)
A coded slice defines a set of data to be referenced by the
スライスヘッダには、対象スライスの復号方法を決定するために動画像復号装置31が参照する符号化パラメータ群が含まれる。スライスタイプを指定するスライスタイプ指定情報(slice_type)は、スライスヘッダに含まれる符号化パラメータの一例である。
The slice header includes a set of coding parameters that the
スライスタイプ指定情報により指定可能なスライスタイプとしては、(1)符号化の際にイントラ予測のみを用いるIスライス、(2)符号化の際に単方向予測、または、イントラ予測を用いるPスライス、(3)符号化の際に単方向予測、双方向予測、または、イントラ予測を用いるBスライスなどが挙げられる。なお、インター予測は、単予測、双予測に限定されず、より多くの参照ピクチャを用いて予測画像を生成してもよい。以下、P、Bスライスと呼ぶ場合には、インター予測を用いることができるブロックを含むスライスを指す。 Slice types that can be specified by the slice type specification information include (1) an I slice that uses only intra prediction during encoding, (2) a P slice that uses unidirectional prediction or intra prediction during encoding, and (3) a B slice that uses unidirectional prediction, bidirectional prediction, or intra prediction during encoding. Note that inter prediction is not limited to unidirectional or bidirectional prediction, and a predicted image may be generated using more reference pictures. Hereinafter, when referring to P or B slice, it refers to a slice that includes a block for which inter prediction can be used.
なお、スライスヘッダは、ピクチャパラメータセットPPSへの参照(pic_parameter_set_id)を含んでいても良い。 Note that the slice header may also include a reference to the picture parameter set PPS (pic_parameter_set_id).
(符号化スライスデータ)
符号化スライスデータでは、処理対象のスライスデータを復号するために動画像復号装置31が参照するデータの集合が規定されている。スライスデータは、図4(d)に示すように、CTUを含んでいる。CTUは、スライスを構成する固定サイズ(例えば64x64)のブロックであり、最大符号化単位(LCU:Largest Coding Unit)と呼ぶこともある。
(Encoded slice data)
The coded slice data defines a set of data to be referenced by the
(符号化ツリーユニット)
図4(e)には、処理対象のCTUを復号するために動画像復号装置31が参照するデータの集合が規定されている。CTUは、再帰的な4分木分割(QT(Quad Tree)分割)、2分木分割(BT(Binary Tree)分割)あるいは3分木分割(TT(Ternary Tree)分割)により符号化処理の基本的な単位である符号化ユニットCUに分割される。BT分割とTT分割を合わせてマルチツリー分割(MT(Multi Tree)分割)と呼ぶ。再帰的な4分木分割により得られる木構造のノードのことを符号化ノード(Coding Node)と称する。4分木、2分木、及び3分木の中間ノードは、符号化ノードであり、CTU自身も最上位の符号化ノードとして規定される。
(coding tree unit)
4(e) specifies a set of data that the
CTは、CT情報として、QT分割を行うか否かを示すQT分割フラグ(qt_split_cu_flag)、MT分割の有無を示すMT分割フラグ(mtt_split_cu_flag)、MT分割の分割方向を示すMT分割方向(mtt_split_cu_vertical_flag)、MT分割の分割タイプを示すMT分割タイプ(mtt_split_cu_binary_flag)を含む。qt_split_cu_flag、mtt_split_cu_vertical_flag、mtt_split_cu_binary_flagは符号化ノード毎に伝送される。 CT includes, as CT information, a QT split flag (qt_split_cu_flag) indicating whether or not QT splitting is performed, an MT split flag (mtt_split_cu_flag) indicating whether or not MT splitting is performed, an MT split direction (mtt_split_cu_vertical_flag) indicating the split direction of MT splitting, and an MT split type (mtt_split_cu_binary_flag) indicating the split type of MT splitting. qt_split_cu_flag, mtt_split_cu_vertical_flag, and mtt_split_cu_binary_flag are transmitted for each encoding node.
図5は、CTUの分割例を示す図である。qt_split_cu_flagが1の場合、符号化ノードは4つの符号化ノードに分割される(図5(b))。 Figure 5 shows an example of splitting a CTU. When qt_split_cu_flag is 1, the coding node is split into four coding nodes (Figure 5(b)).
qt_split_cu_flagが0の時、mtt_split_cu_flagが0の場合に符号化ノードは分割されず1つのCUをノードとして持つ(図5(a))。CUは符号化ノードの末端ノードであり、これ以上分割されない。CUは、符号化処理の基本的な単位となる。 When qt_split_cu_flag is 0 and mtt_split_cu_flag is 0, the coding node is not split and has one CU as a node (Figure 5(a)). The CU is the terminal node of the coding node and is not split any further. The CU is the basic unit of the coding process.
mtt_split_cu_flagが1の場合に符号化ノードは以下のようにMT分割される。mtt_split_cu_vertical_flagが0、かつmtt_split_cu_binary_flagが1の場合に符号化ノードは2つの符号化ノードに水平分割され(図5(d))、mtt_split_cu_vertical_flagが1、かつmtt_split_cu_binary_flagが1の場合に符号化ノードは2つの符号化ノードに垂直分割される(図5(c))。また、mtt_split_cu_vertical_flagが0、かつmtt_split_cu_binary_flagが0の場合に符号化ノードは3つの符号化ノードに水平分割され(図5(f))、mtt_split_cu_vertical_flagが1、かつmtt_split_cu_binary_flagが0の場合に符号化ノードは3つの符号化ノードに垂直分割される(図5(e))。これらを図5(g)に示す。 When mtt_split_cu_flag is 1, the coding node is MT-split as follows: When mtt_split_cu_vertical_flag is 0 and mtt_split_cu_binary_flag is 1, the coding node is split horizontally into two coding nodes (Fig. 5(d)). When mtt_split_cu_vertical_flag is 1 and mtt_split_cu_binary_flag is 1, the coding node is split vertically into two coding nodes (Fig. 5(c)). When mtt_split_cu_vertical_flag is 0 and mtt_split_cu_binary_flag is 0, the coding node is split horizontally into three coding nodes (Fig. 5(f)). When mtt_split_cu_vertical_flag is 1 and mtt_split_cu_binary_flag is 0, the coding node is split vertically into three coding nodes (Fig. 5(e)). These are shown in Fig. 5(g).
また、CTUのサイズが64x64画素の場合には、CUのサイズは、64x64画素、64x32画素、32x64画素、32x32画素、64x16画素、16x64画素、32x16画素、16x32画素、16x16画素、64x8画素、8x64画素、32x8画素、8x32画素、16x8画素、8x16画素、8x8画素、64x4画素、4x64画素、32x4画素、4x32画素、16x4画素、4x16画素、8x4画素、4x8画素、及び、4x4画素の何れかをとり得る。 In addition, when the size of the CTU is 64x64 pixels, the size of the CU can be any of the following: 64x64 pixels, 64x32 pixels, 32x64 pixels, 32x32 pixels, 64x16 pixels, 16x64 pixels, 32x16 pixels, 16x32 pixels, 16x16 pixels, 64x8 pixels, 8x64 pixels, 32x8 pixels, 8x32 pixels, 16x8 pixels, 8x16 pixels, 8x8 pixels, 64x4 pixels, 4x64 pixels, 32x4 pixels, 4x32 pixels, 16x4 pixels, 4x16 pixels, 8x4 pixels, 4x8 pixels, and 4x4 pixels.
(符号化ユニット)
図4(f)に示すように、処理対象の符号化ユニットを復号するために動画像復号装置31が参照するデータの集合が規定されている。具体的には、CUは、CUヘッダCUH、予測パラメータ、変換パラメータ、量子化変換係数等から構成される。CUヘッダでは予測モード等が規定される。
(Encoding Unit)
As shown in Fig. 4(f), a set of data to be referred to by the
予測処理は、CU単位で行われる場合と、CUをさらに分割したサブCU単位で行われる場合がある。CUとサブCUのサイズが等しい場合には、CU中のサブCUは1つである。CUがサブCUのサイズよりも大きい場合、CUは、サブCUに分割される。たとえばCUが8x8、サブCUが4x4の場合、CUは水平2分割、垂直2分割からなる、4つのサブCUに分割される。 Prediction processing may be performed on a CU basis, or on a sub-CU basis, which is a further division of a CU. If the size of the CU and sub-CU are the same, there is one sub-CU in the CU. If the size of the CU is larger than the size of the sub-CU, the CU is divided into sub-CUs. For example, if the CU is 8x8 and the sub-CU is 4x4, the CU is divided into 2 sub-CUs horizontally and 2 sub-CUs vertically, into 4 sub-CUs.
予測の種類(予測モード)は、イントラ予測と、インター予測の2つがある。イントラ予測は、同一ピクチャ内の予測であり、インター予測は、互いに異なるピクチャ間(例えば、表示時刻間)で行われる予測処理を指す。 There are two types of prediction (prediction modes): intra prediction and inter prediction. Intra prediction is a prediction within the same picture, while inter prediction refers to a prediction process performed between different pictures (e.g., between display times).
変換・量子化処理はCU単位で行われるが、量子化変換係数は4x4等のサブブロック単位でエントロピー符号化してもよい。 The transformation and quantization processes are performed on a CU basis, but the quantized transformation coefficients may be entropy coded on a subblock basis, such as 4x4.
(予測パラメータ)
予測画像は、ブロックに付随する予測パラメータによって導出される。予測パラメータには、イントラ予測とインター予測の予測パラメータがある。
(Prediction parameters)
The predicted image is derived from prediction parameters associated with the block, which include intra-prediction and inter-prediction parameters.
以下、インター予測の予測パラメータについて説明する。インター予測パラメータは、予測リスト利用フラグpredFlagL0、predFlagL1と、参照ピクチャインデックスrefIdxL0、refIdxL1と、動きベクトルmvL0、mvL1から構成される。予測リスト利用フラグpredFlagL0、predFlagL1は、各々L0リスト、L1リストと呼ばれる参照ピクチャリストが用いられるか否かを示すフラグであり、値が1の場合に対応する参照ピクチャリストが用いられる。なお、本明細書中「XXであるか否かを示すフラグ」と記す場合、フラグが0以外(たとえば1)をXXである場合、0をXXではない場合とし、論理否定、論理積などでは1を真、0を偽と扱う(以下同様)。但し、実際の装置や方法では真値、偽値として他の値を用いることもできる。 The prediction parameters of inter prediction are explained below. The inter prediction parameters are composed of prediction list usage flags predFlagL0 and predFlagL1, reference picture indexes refIdxL0 and refIdxL1, and motion vectors mvL0 and mvL1. The prediction list usage flags predFlagL0 and predFlagL1 are flags indicating whether or not reference picture lists called the L0 list and the L1 list are used, respectively, and when the value is 1, the corresponding reference picture list is used. Note that in this specification, when the term "flag indicating whether or not XX is true" is used, a flag other than 0 (for example, 1) is XX, and 0 is not XX, and in logical negation, logical product, etc., 1 is treated as true and 0 is treated as false (similar below). However, in actual devices and methods, other values can be used as true and false values.
インター予測パラメータを導出するためのシンタックス要素には、例えば、アフィンフラグaffine_flag、マージフラグmerge_flag、マージインデックスmerge_idx、インター予測識別子inter_pred_idc、参照ピクチャインデックスrefIdxLX、予測ベクトルインデックスmvp_LX_idx、差分ベクトルmvdLX、動きベクトル精度モードamvr_modeがある。 Syntax elements for deriving inter prediction parameters include, for example, the affine flag affine_flag, the merge flag merge_flag, the merge index merge_idx, the inter prediction identifier inter_pred_idc, the reference picture index refIdxLX, the prediction vector index mvp_LX_idx, the difference vector mvdLX, and the motion vector precision mode amvr_mode.
(参照ピクチャリスト)
参照ピクチャリストは、参照ピクチャメモリ306に記憶された参照ピクチャからなるリストである。図6は、参照ピクチャおよび参照ピクチャリストの一例を示す概念図である。図6(a)において、矩形はピクチャ、矢印はピクチャの参照関係、横軸は時間、矩形中のI、P、Bは各々イントラピクチャ、単予測ピクチャ、双予測ピクチャ、矩形中の数字は復号順を示す。図に示すように、ピクチャの復号順は、I0、P1、B2、B3、B4であり、表示順は、I0、B3、B2、B4、P1である。図6(b)に、ピクチャB3(対象ピクチャ)の参照ピクチャリストの例を示す。参照ピクチャリストは、参照ピクチャの候補を表すリストであり、1つのピクチャ(スライス)が1つ以上の参照ピクチャリストを有してもよい。図の例では、対象ピクチャB3は、L0リストRefPicList0およびL1リストRefPicList1の2つの参照ピクチャリストを持つ。個々のCUでは、参照ピクチャリストRefPicListX(X=0または1)中のどのピクチャを実際に参照するかを参照ピクチャインデックスrefIdxLXで指定する。図は、refIdxL0=2、refIdxL1=0の例である。なお、LXは、L0予測とL1予測を区別しない場合に用いられる記述方法であり、以降では、LXをL0、L1に置き換えることでL0リストに対するパラメータとL1リストに対するパラメータを区別する。
(See picture list)
The reference picture list is a list of reference pictures stored in the
(マージ予測とAMVP予測)
予測パラメータの復号(符号化)方法には、マージ予測(merge)モードとAMVP(Advanced Motion Vector Prediction、適応動きベクトル予測)モードがあり、マージフラグmerge_flagは、これらを識別するためのフラグである。マージ予測モードは、予測リスト利用フラグpredFlagLX(またはインター予測識別子inter_pred_idc)、参照ピクチャインデックスrefIdxLX、動きベクトルmvLXを符号化データに含めずに、既に処理した近傍ブロックの予測パラメータから導出する用いるモードである。AMVPモードは、インター予測識別子inter_pred_idc、参照ピクチャインデックスrefIdxLX、動きベクトルmvLXを符号化データに含めるモードである。なお、動きベクトルmvLXは、予測ベクトルmvpLXを識別する予測ベクトルインデックスmvp_LX_idxと差分ベクトルmvdLX、動きベクトル精度モードamvr_modeとして符号化される。また、マージ予測モードの他に、アフィンフラグaffine_flagにより識別されるアフィン予測モードがあってもよい。マージ予測モードの一形態として、スキップフラグskip_flagにより識別されるスキップモードがあってもよい。なお、スキップモードとは、マージモードと同様の方法で予測パラメータを導出して用いるモードであり、かつ、予測誤差(残差画像)を符号化データに含めないモードである。換言すれば、スキップフラグskip_flagが1の場合、対象CUに関して、当該スキップフラグskip_flagとマージインデックスmerge_idxなどのマージモードに関連するシンタックスのみを含み、動きベクトルなどは符号化データに含まれない。このため、対象CUに対して、スキップフラグskip_flagがスキップモードを適用することを示している場合、当該スキップフラグskip_flag以外の予測パラメータの復号は省略される。
(Merge prediction and AMVP prediction)
The prediction parameter decoding (encoding) method includes a merge prediction mode and an AMVP (Advanced Motion Vector Prediction) mode, and the merge flag merge_flag is a flag for identifying these. The merge prediction mode is a mode in which the prediction list usage flag predFlagLX (or inter prediction identifier inter_pred_idc), the reference picture index refIdxLX, and the motion vector mvLX are not included in the encoded data, but are derived from the prediction parameters of the neighboring blocks that have already been processed. The AMVP mode is a mode in which the inter prediction identifier inter_pred_idc, the reference picture index refIdxLX, and the motion vector mvLX are included in the encoded data. The motion vector mvLX is encoded as a prediction vector index mvp_LX_idx that identifies the prediction vector mvpLX, a difference vector mvdLX, and a motion vector precision mode amvr_mode. In addition to the merge prediction mode, there may be an affine prediction mode identified by the affine flag affine_flag. As one form of the merge prediction mode, there may be a skip mode identified by the skip flag skip_flag. The skip mode is a mode in which prediction parameters are derived and used in the same manner as the merge mode, and prediction errors (residual images) are not included in the encoded data. In other words, when the skip flag skip_flag is 1, the target CU includes only the skip flag skip_flag and the merge index merge_idx and other syntax related to the merge mode, and the motion vector and the like are not included in the encoded data. For this reason, when the skip flag skip_flag indicates that the skip mode is applied to the target CU, the decoding of prediction parameters other than the skip flag skip_flag is omitted.
(動きベクトル)
動きベクトルmvLXは、異なる2つのピクチャ上のブロック間のシフト量を示す。動きベクトルmvLXに関する予測ベクトル、差分ベクトルを、それぞれ予測ベクトルmvpLX、差分ベクトルmvdLXと呼ぶ。
(Motion Vector)
The motion vector mvLX indicates the amount of shift between blocks on two different pictures. A prediction vector and a difference vector related to the motion vector mvLX are called a prediction vector mvpLX and a difference vector mvdLX, respectively.
(インター予測識別子inter_pred_idcと予測リスト利用フラグpredFlagLX)
インター予測識別子inter_pred_idcは、参照ピクチャの種類および数を示す値であり、PRED_L0、PRED_L1、PRED_BIの何れかの値をとる。PRED_L0、PRED_L1は、各々L0リスト、L1リストで管理された1枚の参照ピクチャを用いる単予測を示す。PRED_BIはL0リストとL1リストで管理された2枚の参照ピクチャを用いる双予測BiPredを示す。
(Inter prediction identifier inter_pred_idc and prediction list usage flag predFlagLX)
The inter prediction identifier inter_pred_idc is a value indicating the type and number of reference pictures, and takes one of the values PRED_L0, PRED_L1, and PRED_BI. PRED_L0 and PRED_L1 indicate uni-prediction using one reference picture managed in the L0 list and L1 list, respectively. PRED_BI indicates bi-prediction BiPred using two reference pictures managed in the L0 list and L1 list.
マージインデックスmerge_idxは、処理が完了したブロックから導出される予測パラメータ候補(マージ候補)のうち、いずれの予測パラメータを対象ブロックの予測パラメータとして用いるかを示すインデックスである。 The merge index merge_idx is an index that indicates which prediction parameter from among the prediction parameter candidates (merge candidates) derived from blocks for which processing has been completed is to be used as the prediction parameter for the target block.
インター予測識別子inter_pred_idcと、予測リスト利用フラグpredFlagL0、predFlagL1の関係は以下のとおりであり、相互に変換可能である。 The relationship between the inter prediction identifier inter_pred_idc and the prediction list usage flags predFlagL0 and predFlagL1 is as follows, and they can be converted into each other.
inter_pred_idc = (predFlagL1<<1)+predFlagL0
predFlagL0 = inter_pred_idc & 1
predFlagL1 = inter_pred_idc >> 1
(双予測biPredの判定)
双予測BiPredであるかのフラグbiPredは、2つの予測リスト利用フラグがともに1であるかによって導出できる。例えば以下の式で導出できる。
inter_pred_idc = (predFlagL1<<1)+predFlagL0
predFlagL0 = inter_pred_idc & 1
predFlagL1 = inter_pred_idc >> 1
(Bi-prediction biPred decision)
The flag biPred indicating whether or not the prediction is biPred can be derived based on whether or not two prediction list usage flags are both 1. For example, the flag can be derived by the following formula.
biPred = (predFlagL0==1 && predFlagL1==1)
あるいは、フラグbiPredは、インター予測識別子が2つの予測リスト(参照ピクチャ)を使うことを示す値であるか否かによっても導出できる。例えば以下の式で導出できる。
biPred = (predFlagL0==1 && predFlagL1==1)
Alternatively, the flag biPred can be derived based on whether the inter prediction identifier is a value indicating the use of two prediction lists (reference pictures). For example, the flag biPred can be derived by the following formula:
biPred = (inter_pred_idc==PRED_BI) ? 1 : 0
(動画像復号装置の構成)
本実施形態に係る動画像復号装置31(図7)の構成について説明する。
biPred = (inter_pred_idc==PRED_BI) ? 1 : 0
(Configuration of video decoding device)
The configuration of a video decoding device 31 (FIG. 7) according to this embodiment will be described.
動画像復号装置31は、エントロピー復号部301、パラメータ復号部(予測画像復号装置)302、ループフィルタ305、参照ピクチャメモリ306、予測パラメータメモリ307、予測画像生成部(予測画像生成装置)308、逆量子化・逆変換部311、及び加算部312を含んで構成される。なお、後述の動画像符号化装置11に合わせ、動画像復号装置31にループフィルタ305が含まれない構成もある。
The
パラメータ復号部302は、さらに、図示しない、ヘッダ復号部3020、CT情報復号部3021、及びCU復号部3022(予測モード復号部)を備えており、CU復号部3022はさらにTU復号部3024を備えている。これらを総称して復号モジュールと呼んでもよい。ヘッダ復号部3020は、符号化データからVPS、SPS、PPSなどのパラメータセット情報、スライスヘッダ(スライス情報)を復号する。CT情報復号部3021は、符号化データからCTを復号する。CU復号部3022は符号化データからCUを復号する。TU復号部3024は、TUに予測誤差が含まれている場合に、符号化データからQP更新情報(量子化補正値)と量子化予測誤差(residual_coding)を復号する。
The
また、パラメータ復号部302は、図示しないインター予測パラメータ復号部(予測画像生成装置)303及びイントラ予測パラメータ復号部304を含んで構成される。予測画像生成部308は、インター予測画像生成部(予測画像生成装置)309及びイントラ予測画像生成部310を含んで構成される。
The
また、以降では処理の単位としてCTU、CUを使用した例を記載するが、この例に限らず、サブCU単位で処理をしてもよい。あるいはCTU、CU、をブロック、サブCUをサブブロックと読み替え、ブロックあるいはサブブロック単位の処理としてもよい。 In the following, an example will be described in which CTU and CU are used as processing units, but this is not limiting and processing may be performed in sub-CU units. Alternatively, CTU and CU may be read as blocks and sub-CU as sub-blocks, and processing may be performed in block or sub-block units.
エントロピー復号部301は、外部から入力された符号化ストリームTeに対してエントロピー復号を行って、個々の符号(シンタックス要素)を復号する。
The
エントロピー復号部301は、復号した符号をパラメータ復号部302に出力する。復号した符号とは、例えば、予測モードpredMode、マージフラグmerge_flag、マージインデックスmerge_idx、インター予測識別子inter_pred_idc、参照ピクチャインデックスrefIdxLX、予測ベクトルインデックスmvp_LX_idx、差分ベクトルmvdLX、動きベクトル精度モードamvr_mode等である。どの符号を復号するかの制御は、パラメータ復号部302の指示に基づいて行われる。
The
(インター予測パラメータ復号部の構成)
インター予測パラメータ復号部303は、エントロピー復号部301から入力された符号に基づいて、予測パラメータメモリ307に記憶された予測パラメータを参照してインター予測パラメータを復号する。また、インター予測パラメータ復号部303は、復号したインター予測パラメータを予測画像生成部308に出力し、予測パラメータメモリ307に記憶する。
(Configuration of inter prediction parameter decoding unit)
The inter prediction
図8は、本実施形態に係るインター予測パラメータ復号部303の構成を示す概略図である。インター予測パラメータ復号部303は、マージ予測部30374、DMVR部30375、サブブロック予測部(アフィン予測部)30372、MMVD予測部(動きベクトル導出部)30376、Triangle予測部30377、AMVP予測パラメータ導出部3032、加算部3038を含んで構成される。マージ予測部30374は、マージ予測パラメータ導出部3036を含んで構成される。AMVP予測パラメータ導出部3032、マージ予測パラメータ導出部3036、アフィン予測部30372は、動画像符号化装置、動画像復号装置で共通する手段であるので、これらを総称して動きベクトル導出部(動きベクトル導出装置)と称してもよい。
Figure 8 is a schematic diagram showing the configuration of the inter prediction
インター予測パラメータ復号部303は、インター予測に関連するシンタックス要素の復号をエントロピー復号部301に指示し、符号化データに含まれるシンタックス要素、例えば、アフィンフラグaffine_flag、マージフラグmerge_flag、マージインデックスmerge_idx、インター予測識別子inter_pred_idc、参照ピクチャインデックスrefIdxLX、予測ベクトルインデックスmvp_LX_idx、差分ベクトルmvdLX、動きベクトル精度モードamvr_modeを抽出する。
The inter prediction
アフィンフラグaffine_flagが1、すなわち、アフィン予測モードを示す場合、アフィン予測部30372は、サブブロックのインター予測パラメータを導出する。
When the affine flag affine_flag is 1, i.e., indicating affine prediction mode, the
マージフラグmerge_flagが1、すなわち、マージ予測モードを示す場合、マージインデックスmerge_idxを復号し、マージ予測パラメータ導出部3036に出力する。
When the merge flag merge_flag is 1, i.e., indicates merge prediction mode, the merge index merge_idx is decoded and output to the merge prediction
マージフラグmerge_flagが0、すなわち、AMVP予測モードを示す場合、AMVP予測パラメータとして、例えば、インター予測識別子inter_pred_idc、参照ピクチャインデックスrefIdxLX、予測ベクトルインデックスmvp_LX_idx、差分ベクトルmvdLXを復号する。AMVP予測パラメータ導出部3032は予測ベクトルインデックスmvp_LX_idxから予測ベクトルmvpLXを導出する。加算部3038では導出された予測ベクトルmvpLXと差分ベクトルmvdLXを加算し、動きベクトルmvLXを導出する。
When the merge flag merge_flag is 0, i.e., indicates the AMVP prediction mode, for example, the inter prediction identifier inter_pred_idc, the reference picture index refIdxLX, the prediction vector index mvp_LX_idx, and the difference vector mvdLX are decoded as AMVP prediction parameters. The AMVP prediction
(アフィン予測部)
アフィン予測部30372は対象ブロックのアフィン予測パラメータを導出する。本実施形態では、アフィン予測パラメータとして、対象ブロックの2つの制御点(V0、V1)の動きベクトル(mv0_x,mv0_y)(mv1_x,mv1_y)を導出する。具体的には、対象ブロックの隣接ブロックの動きベクトルから予測することにより、各制御点の動きベクトルを導出してもよいし、制御点の動きベクトルとして導出された予測ベクトルと符号化データから導出される差分ベクトルの和により、各制御点の動きベクトルを導出してもよい。
(Affine prediction unit)
The
なお、アフィン予測部30372は、4パラメータMVDアフィン予測に用いるパラメータまたは6パラメータMVDアフィン予測に用いるパラメータを適宜導出してもよい。
The
(マージ予測)
図9の(a)は、マージ予測部30374に含まれるマージ予測パラメータ導出部3036の構成を示す概略図である。マージ予測パラメータ導出部3036は、マージ候補導出部30361、マージ候補選択部30362を備える。なお、マージ候補は、予測リスト利用フラグpredFlagLX、動きベクトルmvLX、参照ピクチャインデックスrefIdxLXを含んで構成され、マージ候補リストに格納される。マージ候補リストに格納されたマージ候補には、所定の規則に従ってインデックスが割り当てられる。
(Merge prediction)
9A is a schematic diagram showing a configuration of merge prediction
マージ候補導出部30361は、復号済の隣接ブロックの動きベクトルと参照ピクチャインデックスrefIdxLXとをそのまま用いてマージ候補を導出する。それ以外に、マージ候補導出部30361は、後述する空間マージ候補導出処理、時間マージ候補導出処理、ペアワイズマージ候補導出処理、およびゼロマージ候補導出処理を適用してもよい。
The merge
空間マージ候補導出処理として、マージ候補導出部30361は、所定の規則に従って、予測パラメータメモリ307が記憶している予測パラメータを読み出し、マージ候補に設定する。参照ピクチャの指定方法は、例えば、対象ブロックから予め定めた範囲内にある隣接ブロック(例えば、対象ブロックの左A1、右B1、右上B0、左下A0、左上B2にそれぞれ接するブロックの全部または一部)のそれぞれに係る予測パラメータである。各々のマージ候補をA1,B1,B0,A0,B2と呼ぶ。
As a spatial merge candidate derivation process, the merge
ここで、A1,B1,B0,A0,B2は各々、下記の座標を含むブロックから導出される動き情報である。 Here, A1, B1, B0, A0, and B2 are the motion information derived from the blocks containing the following coordinates:
A1: (xCb - 1, yCb + cbHeight - 1)
B1: (xCb + cbWidth - 1, yCb - 1)
B0: (xCb + cbWidth, yCb - 1)
A0: (xCb - 1, yCb + cbHeight)
B2: (xCb - 1, yCb - 1)
時間マージ導出処理として、マージ候補導出部30361は、対象ブロックの右下CBR、あるいは、中央の座標を含む参照画像中のブロックCの予測パラメータを、予測パラメータメモリ307から読み出してマージ候補Colとし、マージ候補リストmergeCandList[]に格納する。
A1: (xCb - 1, yCb + cbHeight - 1)
B1: (xCb + cbWidth - 1, yCb - 1)
B0: (xCb + cbWidth, yCb - 1)
A0: (xCb - 1, yCb + cbHeight)
B2: (xCb - 1, yCb - 1)
As a temporal merge derivation process, the merge
ペアワイズ導出部は、ペアワイズ候補avgKを導出し、マージ候補リストmergeCandList[]に格納する。 The pairwise derivation unit derives pairwise candidates avgK and stores them in the merge candidate list mergeCandList[].
マージ候補導出部30361は、参照ピクチャインデックスrefIdxLXが0…Mであり、動きベクトルmvLXのX成分、Y成分が共に0であるゼロマージ候補Z0,…,ZMを導出しマージ候補リストに格納する。
The merge
マージ候補導出部30361またはペアワイズ導出部が各マージ候補をマージ候補リストmergeCandList[]に格納する順番は、例えば、空間マージ候補(A1,B1,B0,A0,B2)、時間マージ候補Col、ペアワイズ候補AvgK、ゼロマージ候補ZeroCandKである。なお、利用可能でない(ブロックがイントラ予測等)参照ブロックはマージ候補リストに格納しない。
i = 0
if( availableFlagA1 )
mergeCandList[ i++ ] = A1
if( availableFlagB1 )
mergeCandList[ i++ ] = B1
if( availableFlagB0 )
mergeCandList[ i++ ] = B0
if( availableFlagA0 )
mergeCandList[ i++ ] = A0
if( availableFlagB2 )
mergeCandList[ i++ ] = B2
if( availableFlagCol )
mergeCandList[ i++ ] = Col
if( availableFlagAvgK )
mergeCandList[ i++ ] = avgK
if( i < MaxNumMergeCand )
mergeCandList[ i++ ] = ZK
なお、対象ブロックの左上座標を(xCb, yCb)とし、対象ブロックの幅をcbWidthとし、対象ブロックの高さをcbHeightとする。
The order in which the merge
i = 0
if( availableFlagA1 )
mergeCandList[ i++ ] = A1
if( availableFlagB1 )
mergeCandList[ i++ ] = B1
if( availableFlagB0 )
mergeCandList[ i++ ] = B0
if( availableFlagA0 )
mergeCandList[ i++ ] = A0
if( availableFlagB2 )
mergeCandList[ i++ ] = B2
if( availableFlagCol )
mergeCandList[ i++ ] = Col
if( availableFlagAvgK )
mergeCandList[ i++ ] = avgK
if( i < MaxNumMergeCand )
mergeCandList[ i++ ] = ZK
The upper left coordinates of the target block are (xCb, yCb), the width of the target block is cbWidth, and the height of the target block is cbHeight.
マージ候補選択部30362は、マージ候補リストに含まれるマージ候補のうち、マージインデックスmerge_idxが示すマージ候補Nを以下の式で選択する。
The merge
N = mergeCandList[merge_idx]
ここでNは、マージ候補を示すラベルであり、A1,B1,B0,A0,B2,Col,AvgK,ZeroCandKなどをとる。ラベルNで示されるマージ候補の動き情報は(mvLXN[0], mvLXN[1])、predFlagLXN, refIdxLXNで示される。
N = mergeCandList[merge_idx]
Here, N is a label indicating a merging candidate, and can be A1, B1, B0, A0, B2, Col, AvgK, ZeroCandK, etc. The motion information of the merging candidate indicated by label N is indicated by (mvLXN[0], mvLXN[1]), predFlagLXN, and refIdxLXN.
マージ候補選択部30362は、選択されたマージ候補の動き情報(mvLXN[0], mvLXN[1])、predFlagLXN, refIdxLXNを対象ブロックのインター予測パラメータとして選択する。マージ候補選択部30362は選択したインター予測パラメータを予測パラメータメモリ307に記憶するとともに、予測画像生成部308に出力する。
The merging
(MMVD予測部30373)
MMVD予測部30373は、マージ候補導出部30361で導出した中心ベクトルmvdLX(マージ候補の動きベクトル)に、差分ベクトルmvdLXを加算して動きベクトルを導出する。
(MMVD Prediction Section 30373)
The MMVD prediction unit 30373 derives a motion vector by adding the difference vector mvdLX to the central vector mvdLX (the motion vector of the merging candidate) derived by the merging
MMVD予測部30376は、マージ候補mergeCandList[]と符号化データから復号もしくは符号化データに符号化するシンタックスbase_candidate_idx、direction_idx、distance_idxを用いて動きベクトルmvLX[]を導出する。さらに、距離テーブル選択するシンタックスdistance_list_idxを符号化もしくは復号してもよい。
The
MMVD予測部30376は、中心ベクトルmvLN[]をbase_candidate_idxで選択する。
The
N = mergeCandList[base_candidate_idx]
MMVD予測部30376は、ベース距離(mvdUnit[0], mvdUnit[1])と距離DistFromBaseMVを導出する。
N = mergeCandList[base_candidate_idx]
The
dir_table_x[] = { 8, -8, 0, 0, 6, -6, -6, 6 }
dir_table_y[] = { 0, 0, 8, -8, 6, -6, 6, -6 }
mvdUnit[0] = dir_table_x[direction_idx]
mvdUnit[1] = dir_table_y[direction_idx]
DistFromBaseMV = DistanceTable[distance_idx]
MMVD予測部30376は、差分ベクトルrefineMv[]を導出する。
dir_table_x[] = { 8, -8, 0, 0, 6, -6, -6, 6 }
dir_table_y[] = { 0, 0, 8, -8, 6, -6, 6, -6 }
mvdUnit[0] = dir_table_x[direction_idx]
mvdUnit[1] = dir_table_y[direction_idx]
DistFromBaseMV = DistanceTable[distance_idx]
The
firstMv[0] = (DistFromBaseMV<<shiftMMVD) * mvdUnit[0]
firstMv[1] = (DistFromBaseMV<<shiftMMVD) * mvdUnit[1]
ここでshiftMMVDは、動き補償部3091(補間部)での動きベクトルの精度MVPRECにあうように差分ベクトルの大きさを調整する値である。
firstMv[0] = (DistFromBaseMV<<shiftMMVD) * mvdUnit[0]
firstMv[1] = (DistFromBaseMV<<shiftMMVD) * mvdUnit[1]
Here, shiftMMVD is a value that adjusts the magnitude of the difference vector so that it matches the precision MVPREC of the motion vector in the motion compensation unit 3091 (interpolation unit).
refineMvL0[0] = firstMv[0]
refineMvL0[1] = firstMv[1]
refineMvL1[0] = -firstMv[0]
refineMvL1[1] = -firstMv[1]
最終的に、MMVD予測部30376は、差分ベクトルrefineMvLXと中心ベクトルmvLXNから以下のように、MMVDマージ候補の動きベクトルを導出する。
refineMvL0[0] = firstMv[0]
refineMvL0[1] = firstMv[1]
refineMvL1[0] = -firstMv[0]
refineMvL1[1] = -firstMv[1]
Finally, the
mvL0[ 0 ] = mvL0N[ 0 ] + refineMvL0[0]
mvL0[ 1 ] = mvL0N[ 1 ] + refineMvL0[1]
mvL1[ 0 ] = mvL1N[ 0 ] + refineMvL1[0]
mvL1[ 1 ] = mvL1N[ 1 ] + refineMvL1[1]
(AMVP予測)
図9(b)は、本実施形態に係るAMVP予測パラメータ導出部3032の構成を示す概略図である。AMVP予測パラメータ導出部3032は、ベクトル候補導出部3033とベクトル候補選択部3034を備える。ベクトル候補導出部3033は、参照ピクチャインデックスrefIdxLXに基づいて予測パラメータメモリ307が記憶する復号済みの隣接ブロックの動きベクトルmvLXから予測ベクトル候補を導出し、予測ベクトル候補リストmvpListLX[]に格納する。
mvL0[ 0 ] = mvL0N[ 0 ] + refineMvL0[0]
mvL0[ 1 ] = mvL0N[ 1 ] + refineMvL0[1]
mvL1[ 0 ] = mvL1N[ 0 ] + refineMvL1[0]
mvL1[ 1 ] = mvL1N[ 1 ] + refineMvL1[1]
(AMVP Prediction)
9B is a schematic diagram showing the configuration of the AMVP prediction
ベクトル候補選択部3034は、予測ベクトル候補リストmvpListLX[]の予測ベクトル候補のうち、予測ベクトルインデックスmvp_LX_idxが示す動きベクトルmvpListLX[mvp_LX_idx]を予測ベクトルmvpLXとして選択する。ベクトル候補選択部3034は選択した予測ベクトルmvpLXを加算部3038に出力する。
The vector
加算部3038は、AMVP予測パラメータ導出部3032から入力された予測ベクトルmvpLXと復号した差分ベクトルmvdLXを加算して動きベクトルmvLXを算出する。加算部3038は、算出した動きベクトルmvLXを予測画像生成部308および予測パラメータメモリ307に出力する。
The
mvLX[0] = mvpLX[0]+mvdLX[0]
mvLX[1] = mvpLX[1]+mvdLX[1]
動きベクトル精度モードamvr_modeは、AMVPモードで導出される動きベクトルの精度を切り替えるシンタックスである、例えば、amvr_mode=0, 1, 2において、1/4画素、1画素、4画素精度を切り替える。
mvLX[0] = mvpLX[0] + mvdLX[0]
mvLX[1] = mvpLX[1] + mvdLX[1]
The motion vector precision mode amvr_mode is a syntax for switching the precision of the motion vector derived in AMVP mode. For example, when amvr_mode=0, 1, 2, it switches between 1/4 pixel, 1 pixel, and 4 pixel precision.
動きベクトルの精度を1/16精度とする場合、1/4, 1, 4画素精度の動きベクトル差分を1/16画素精度の動きベクトル差分に変更するために下記のように、amvr_modeから導出されるMvShift (=1<<amvr_mode)を用いて逆量子化してもよい。 When the precision of the motion vector is 1/16 precision, the motion vector difference with 1/4, 1, or 4 pixel precision may be inversely quantized using MvShift (=1<<amvr_mode) derived from amvr_mode as shown below to change it to a motion vector difference with 1/16 pixel precision.
mvdLX[0] = mvdLX[0] << (MvShift + 2)
mvdLX[1] = mvdLX[1] << (MvShift + 2)
なお、さらにパラメータ復号部302は、mvdLX[]を以下のシンタックスを復号して導出してもよい。
・abs_mvd_greater0_flag
・abs_mvd_minus2
・mvd_sign_flag
を復号しする。そして、パラメータ復号部302は、以下の式を用いることによって、シンタックスから差分ベクトルlMvd[]を復号する。
mvdLX[0] = mvdLX[0] << (MvShift + 2)
mvdLX[1] = mvdLX[1] << (MvShift + 2)
Furthermore, the
・abs_mvd_greater0_flag
・abs_mvd_minus2
・mvd_sign_flag
Then, the
lMvd[ compIdx ] = abs_mvd_greater0_flag[ compIdx ] * ( abs_mvd_minus2[ compIdx] + 2 ) * ( 1 - 2 * mvd_sign_flag[ compIdx ] )
さらに復号した差分ベクトルlMvd[]は、並進MVDの場合(MotionModelIdc[ x ][ y ] ==0)にはmvdLXに設定し、制御点MVDの場合(MotionModelIdc[ x ][ y ] != 0)には、mvdCpLXに設定する。
lMvd[ compIdx ] = abs_mvd_greater0_flag[ compIdx ] * ( abs_mvd_minus2[ compIdx] + 2 ) * ( 1 - 2 * mvd_sign_flag[ compIdx ] )
Furthermore, the decoded difference vector lMvd[] is set to mvdLX in the case of translational MVD (MotionModelIdc[x][y] == 0), and is set to mvdCpLX in the case of control point MVD (MotionModelIdc[x][y] != 0).
if (MotionModelIdc[ x ][ y ] == 0)
mvdLX[ x0 ][ y0 ][ compIdx ] = lMvd[ compIdx ]
else
mvdCpLX[ x0 ][ y0 ][ compIdx ] = lMvd[ compIdx ]<<2
(DMVR)
続いて、DMVR部30375が行うDMVR(Decoder side Motion Vector Refinement)処理について説明する。DMVR部30375は、対象CUに対して、マージフラグmerge_flagがマージ予測モードを適用することを示している場合、又は、スキップフラグskip_flagがスキップモードを適用することを示している場合、マージ予測部30374が導出する当該対象CUの動きベクトルmvLXを、参照画像を用いて修正する。
if (MotionModelIdc[ x ][ y ] == 0)
mvdLX[ x0 ][ y0 ][ compIdx ] = lMvd[ compIdx ]
else
mvdCpLX[ x0 ][ y0 ][ compIdx ] = lMvd[ compIdx ]<<2
(DMVR)
Next, a description will be given of a DMVR (Decoder side Motion Vector Refinement) process performed by the
具体的には、マージ予測部30374が導出する予測パラメータが双予測である場合において、2つの参照ピクチャに対応する動きベクトルから導出される予測画像を用いて、動きベクトルを修正する。修正後の動きベクトルmvLXは、インター予測画像生成部309に供給される。
Specifically, when the prediction parameters derived by the
(Triangle予測)
続いてTriangle予測について説明する。Triangle予測では、対角線又は反対角線を境界として、対象CUが2つの三角形の予測単位に分割される。それぞれの三角形予測単位における予測画像は、対象CU(三角形予測単位を含む矩形ブロック)の予測画像の各画素に画素の位置に応じた重みつけマスク処理を施すことで導出する。例えば、矩形領域内の三角形領域の画素を1、三角形以外の領域を0とするマスクを乗ずることにより、矩形画像から三角形画像を導出できる。また、インター予測画像を生成した後、適応的な重み付け処理は対角線を挟んだ双方の領域に対して適用され、2つの予測画像を用いた適応的重みつけ処理により対象CU(矩形ブロック)の1つの予測画像が導出される。この処理を、Triangle合成処理と呼ぶ。そして、変換(逆変換)及び量子化(逆量子化)処理が対象CUの全体に対して適用される。なお、Triangle予測は、マージ予測モード又はスキップモードの場合にのみ適用される。
(Triangle forecast)
Next, the triangle prediction will be described. In the triangle prediction, the target CU is divided into two triangular prediction units with a diagonal or an anti-diagonal as a boundary. The predicted image in each triangular prediction unit is derived by applying a weighting mask process according to the pixel position to each pixel of the predicted image of the target CU (rectangular block including the triangular prediction unit). For example, a triangular image can be derived from a rectangular image by multiplying a mask in which the pixels of a triangular area in a rectangular area are 1 and the pixels of areas other than the triangle are 0. In addition, after generating an inter-predicted image, an adaptive weighting process is applied to both areas on either side of the diagonal, and one predicted image of the target CU (rectangular block) is derived by the adaptive weighting process using the two predicted images. This process is called a triangle synthesis process. Then, a transform (inverse transform) and a quantization (inverse quantization) process are applied to the entire target CU. Note that the triangle prediction is applied only in the case of a merge prediction mode or a skip mode.
Triangle予測部30377は、Triangle予測に用いられる2つの三角形領域に対応する予測パラメータを導出し、インター予測画像生成部309に供給する。Triangle予測では処理の簡略化のために、双予測を用いない構成でもよい。この場合、1つの三角形領域において単方向予測のインター予測パラメータを導出する。なお、2つの予測画像の導出及び予測画像を用いた合成は、動き補償部3091、Triangle合成部30952で行う。
The
ループフィルタ305は、符号化ループ内に設けたフィルタで、ブロック歪やリンギング歪を除去し、画質を改善するフィルタである。ループフィルタ305は、加算部312が生成したCUの復号画像に対し、デブロッキングフィルタ、サンプル適応オフセット(SAO)、適応ループフィルタ(ALF)等のフィルタを施す。
The
参照ピクチャメモリ306は、加算部312が生成したCUの復号画像を、対象ピクチャ及び対象CU毎に予め定めた位置に記憶する。
The
予測パラメータメモリ307は、復号対象のCTUあるいはCU毎に予め定めた位置に予測パラメータを記憶する。具体的には、予測パラメータメモリ307は、パラメータ復号部302が復号したパラメータ及びエントロピー復号部301が復号した予測モードpredMode等を記憶する。
The
予測画像生成部308には、予測モードpredMode、予測パラメータ等が入力される。また、予測画像生成部308は、参照ピクチャメモリ306から参照ピクチャを読み出す。予測画像生成部308は、予測モードpredModeが示す予測モードで、予測パラメータと読み出した参照ピクチャ(参照ピクチャブロック)を用いてブロックもしくはサブブロックの予測画像を生成する。ここで、参照ピクチャブロックとは、参照ピクチャ上の画素の集合(通常矩形であるのでブロックと呼ぶ)であり、予測画像を生成するために参照する領域である。
The prediction mode predMode, prediction parameters, etc. are input to the prediction
(インター予測画像生成部309)
予測モードpredModeがインター予測モードを示す場合、インター予測画像生成部309は、インター予測パラメータ復号部303から入力されたインター予測パラメータと読み出した参照ピクチャを用いてインター予測によりブロックもしくはサブブロックの予測画像を生成する。
(Inter-prediction image generation unit 309)
When the prediction mode predMode indicates an inter prediction mode, the inter prediction
図10は、本実施形態に係る予測画像生成部308に含まれるインター予測画像生成部309の構成を示す概略図である。インター予測画像生成部309は、動き補償部(予測画像生成装置)3091、合成部3095を含んで構成される。
Fig. 10 is a schematic diagram showing the configuration of an inter-prediction
(動き補償)
動き補償部3091(補間画像生成部3091)は、インター予測パラメータ復号部303から入力された、インター予測パラメータ(予測リスト利用フラグpredFlagLX、参照ピクチャインデックスrefIdxLX、動きベクトルmvLX)に基づいて、参照ピクチャメモリ306から、参照ピクチャインデックスrefIdxLXで指定された参照ピクチャRefPicLXにおける、対象ブロックの位置を起点として動きベクトルmvLXだけシフトした位置にあるブロックを読み出すことによって補間画像(動き補償画像)を生成する。ここで、動きベクトルmvLXの精度が整数精度でない場合には、動き補償フィルタと呼ばれる小数位置の画素を生成するためのフィルタを施して、動き補償画像を生成する。
(Motion Compensation)
The motion compensation unit 3091 (interpolated image generation unit 3091) generates an interpolated image (motion-compensated image) by reading a block located at a position shifted by the motion vector mvLX from the position of the target block in the reference picture RefPicLX specified by the reference picture index refIdxLX from the
動き補償部3091は、まず、予測ブロック内座標(x,y)に対応する整数位置(xInt,yInt)および位相(xFrac,yFrac)を以下の式で導出する。
The
xInt = xPb+(mvLX[0]>>(log2(MVPREC)))+x
xFrac = mvLX[0]&(MVPREC -1)
yInt = yPb+(mvLX[1]>>(log2(MVPREC)))+y
yFrac = mvLX[1]&(MVPREC -1)
ここで、(xPb,yPb)は、bW*bHサイズのブロックの左上座標、x=0…bW-1、y=0…bH-1であり、MVPRECは、動きベクトルmvLXの精度(1/MVPREC画素精度)を示す。例えばMVPREC=16。
xInt = xPb+(mvLX[0]>>(log2(MVPREC)))+x
xFrac = mvLX[0]&(MVPREC -1)
yInt = yPb+(mvLX[1]>>(log2(MVPREC)))+y
yFrac = mvLX[1]&(MVPREC -1)
Here, (xPb, yPb) are the upper left coordinates of a block of size bW*bH, where x=0...bW-1, y=0...bH-1, and MVPREC indicates the accuracy of the motion vector mvLX (1/MVPREC pixel accuracy), e.g., MVPREC=16.
動き補償部3091は、参照ピクチャrefImgに補間フィルタを用いて水平補間処理を行うことで、一時的画像temp[][]を導出する。以下のΣはk=0..NTAP-1のkに関する和、shift1は値のレンジを調整する正規化パラメータ、offset1=1<<(shift1-1)である。
The
temp[x][y] = (ΣmcFilter[xFrac][k]*refImg[xInt+k-NTAP/2+1][yInt]+offset1)>>shift1
続いて、動き補償部3091は、一時的画像temp[][]を垂直補間処理により、補間画像Pred[][]を導出する。以下のΣはk=0..NTAP-1のkに関する和、shift2は値のレンジを調整する正規化パラメータ、offset2=1<<(shift2-1)である。
temp[x][y] = (ΣmcFilter[xFrac][k]*refImg[xInt+k-NTAP/2+1][yInt]+offset1)>>shift1
Next, the
Pred[x][y] = (ΣmcFilter[yFrac][k]*temp[x][y+k-NTAP/2+1]+offset2)>>shift2
以上の補間画像生成処理を、Interpolation(refImg,xPb,yPb,bW,bH,mvLX)で表してもよい。
Pred[x][y] = (ΣmcFilter[yFrac][k]*temp[x][y+k-NTAP/2+1]+offset2)>>shift2
The above-described interpolated image generation process may be expressed as Interpolation(refImg, xPb, yPb, bW, bH, mvLX).
(合成部)
合成部3095は、動き補償部3091から供給される補間画像、インター予測パラメータ復号部303から供給されるインター予測パラメータ、及び、イントラ予測画像生成部310から供給されるイントラ画像を参照して、予測画像を生成し、生成した予測画像を加算部312に供給する。
(Synthesizing section)
The
合成部3095は、Combined intra/inter合成部30951、Triangle合成部30952、BDOF部30954を備えている。
The
(Combined intra/inter合成処理)
Combined intra/inter合成部30951は、AMVPにおける単方向予測画像、スキップモードやマージ予測モードによる予測画像、及びイントラ予測画像を複合的に用いることによって予測画像を生成する。
(Combined intra/inter synthesis processing)
The combined intra/
(Triangle合成処理)
Triangle合成部30952は、上述したTriangle予測を用いた予測画像を生成する。
(Triangle synthesis processing)
The
(BDOF処理)
BDOF部30954は、BDOF(Bi-directional optical flow;双予測勾配変化)処理を行うことによって、予測画像を生成する。BDOF部30954の詳細は、後述する。
(BDOF processing)
The
(重み予測)
重み予測では、動き補償画像PredLXに重み係数を乗算することによりブロックの予測画像を生成する。予測リスト利用フラグの一方(predFlagL0もしくはpredFlagL1)が1(単予測)、かつ、重み予測を用いない場合、動き補償画像PredLX(LXはL0もしくはL1)を画素ビット数bitDepthに合わせる以下の式の処理を行う。
(Weighted Prediction)
In weighted prediction, a predicted image of a block is generated by multiplying a motion compensation image PredLX by a weighting coefficient. When one of the prediction list usage flags (predFlagL0 or predFlagL1) is 1 (uniprediction) and weighted prediction is not used, the following equation is processed to match the motion compensation image PredLX (LX is L0 or L1) to the pixel bit depth bitDepth.
Pred[x][y] = Clip3(0,(1<<bitDepth)-1,(PredLX[x][y]+offset1)>>shift1)
ここで、shift1=14-bitDepth、offset1=1<<(shift1-1)である。
また、参照リスト利用フラグの両者(predFlagL0とpredFlagL1)が1(双予測BiPred)、かつ、重み予測を用いない場合、動き補償画像PredL0、PredL1を平均し画素ビット数に合わせる以下の式の処理を行う。
Pred[x][y] = Clip3(0,(1<<bitDepth)-1,(PredLX[x][y]+offset1)>>shift1)
Here, shift1=14-bitDepth and offset1=1<<(shift1-1).
Furthermore, when both reference list usage flags (predFlagL0 and predFlagL1) are 1 (bi-prediction BiPred) and weighted prediction is not used, the following equation is processed to average the motion compensation images PredL0 and PredL1 and match them to the pixel bit rate.
Pred[x][y] = Clip3(0,(1<<bitDepth)-1,(PredL0[x][y]+PredL1[x][y]+offset2)>>shift2)
ここで、shift2=15-bitDepth、offset2=1<<(shift2-1)である。
Pred[x][y] = Clip3(0,(1<<bitDepth)-1,(PredL0[x][y]+PredL1[x][y]+offset2)>>shift2)
Here, shift2=15-bitDepth and offset2=1<<(shift2-1).
さらに、単予測、かつ、重み予測を行う場合、合成部3095は重み予測係数w0とオフセットo0を符号化データから導出し、以下の式の処理を行う。
Furthermore, when performing uni-prediction and weighted prediction, the
Pred[x][y] = Clip3(0,(1<<bitDepth)-1,((PredLX[x][y]*w0+2^(log2WD-1))>>log2WD)+o0)
ここで、log2WDは所定のシフト量を示す変数である。
Pred[x][y] = Clip3(0,(1<<bitDepth)-1,((PredLX[x][y]*w0+2^(log2WD-1))>>log2WD)+o0)
Here, log2WD is a variable indicating a predetermined shift amount.
さらに、双予測BiPred、かつ、重み予測を行う場合、合成部3095は重み予測係数w0、w1、o0、o1を符号化データから導出し、以下の式の処理を行う。
Furthermore, when performing bi-prediction BiPred and weighted prediction, the
Pred[x][y] = Clip3(0,(1<<bitDepth)-1,(PredL0[x][y]*w0+PredL1[x][y]*w1+((o0+o1+1)<<log2WD))>>(log2WD+1))
そして、生成したブロックの予測画像を加算部312に出力する。
Pred[x][y] = Clip3(0,(1<<bitDepth)-1,(PredL0[x][y]*w0+PredL1[x][y]*w1+((o0+o1+1)<<log2WD))>>(log2WD+1))
Then, the generated predicted image of the block is output to the
逆量子化・逆変換部311は、エントロピー復号部301から入力された量子化変換係数を逆量子化して変換係数を求める。この量子化変換係数は、符号化処理において、予測誤差に対してDCT(Discrete Cosine Transform、離散コサイン変換)、DST(Discrete Sine Transform、離散サイン変換)、等の周波数変換を行い量子化して得られる係数である。逆量子化・逆変換部311は、求めた変換係数について逆DCT、逆DST等の逆周波数変換を行い、予測誤差を算出する。逆量子化・逆変換部311は予測誤差を加算部312に出力する。
The inverse quantization and
加算部312は、予測画像生成部308から入力されたブロックの予測画像と逆量子化・逆変換部311から入力された予測誤差を画素毎に加算して、ブロックの復号画像を生成する。加算部312はブロックの復号画像を参照ピクチャメモリ306に記憶し、また、ループフィルタ305に出力する。
The
(BDOF予測)
次に、BDOF部30954が行うBDOF処理を用いた予測(BDOF予測)の詳細について説明する。BDOF部30954は、双予測モードにおいて、2つの予測画像(第1の予測画像及び第2の予測画像)及び勾配補正項を参照して予測画像を生成する。
(BDOF prediction)
Next, a description will be given of details of prediction using the BDOF processing (BDOF prediction) performed by the
図11は、予測画像を導出する処理の流れを説明するフローチャートである。 Figure 11 is a flowchart explaining the process of deriving a predicted image.
インター予測パラメータ復号部303がL0の単方向予測と判定(S101で、inter_pred_idcが0)した場合、動き補償部3091はL0予測画像PredL0[x][y]を生成(S102)する。インター予測パラメータ復号部303がL1の単方向予測と判定(S101で、inter_pred_idcが1)した場合、動き補償部3091はL1予測画像PredL1[x][y]を生成(S103)する。一方、インター予測パラメータ復号部303が双予測モードであると判定(S101で、inter_pred_idcが2)した場合、以下のS104の処理に続く。S104にて、合成部3095はBDOF処理を行うか否かを示すbdofFlagを参照しBDOF処理の要否を判定する。bdofFlagがTRUEを示すと、BDOF部30954はBDOF処理を実行して双方向予測画像を生成する(S106)。bdofFlagがFALSEを示すと、合成部3095は通常の双方予測画像生成で予測画像を生成する(S105)。
If the inter prediction
BDOF処理を行うか否かを示すbdofFlagは、以下のような条件の場合、TRUEと設定する。 The bdofFlag, which indicates whether or not to perform BDOF processing, is set to TRUE if the following conditions are met:
インター予測パラメータ復号部303はL0参照画像refImgL0及びL1参照画像refImgL1が異なる参照画像であって、かつ、対象ピクチャに対し2枚のピクチャが反対方向の場合に、bdofFlagにTRUEを導出してもよい。具体的には、対象画像をcurrPicとすると、DiffPicOrderCnt(currPic,refImgL0)*DiffPicOrderCnt(currPic,refImgL1)<0となる条件を満たす場合に、bdofFlagはTRUEを示す。ここで、DiffPicOrderCnt()は、以下のように2枚の画像のPOC(Picture Order Count:ピクチャの表示順序)の差分を導出する関数である。
The inter prediction
DiffPicOrderCnt(picA,picB) = PicOrderCnt(picA)-PicOrderCnt(picB)
bdofFlagがTRUEを示す条件として、対象ブロックが、サブブロック予測(アフィン予測)でないという条件を追加してもよい。
DiffPicOrderCnt(picA,picB) = PicOrderCnt(picA)-PicOrderCnt(picB)
As a condition for bdofFlag to indicate TRUE, a condition that the current block is not a sub-block prediction (affine prediction) may be added.
また、bdofFlagがTRUEを示す条件として、重み付き予測において、L0予測とL1予測のいずれもが、重み付き予測を行わない、という条件を加えてもよい。具体的には、L0予測ピクチャに輝度の重み係数w0とオフセットo0が存在するか否かを示すluma_weight_l0_flag[refIdxL0 ]と、L1予測ピクチャに輝度の重み係数w1とオフセットo1が存在するか否かを示すluma_weight_l1_flag[ refIdxL1 ]が両方ともFALSEの場合、bdofFlagがTRUEを示す条件とする。 In addition, a condition that neither L0 prediction nor L1 prediction performs weighted prediction may be added as a condition for bdofFlag to indicate TRUE. Specifically, the condition for bdofFlag to indicate TRUE is when both luma_weight_l0_flag[refIdxL0], which indicates whether or not the L0 predicted picture has a luminance weighting factor w0 and an offset o0, and luma_weight_l1_flag[refIdxL1], which indicates whether or not the L1 predicted picture has a luminance weighting factor w1 and an offset o1, are FALSE.
図12を用いて、bdofFlagがTRUEの場合の、具体的なBDOF部30954が行う処理の内容について説明する。BDOF部30954は、L0,L1予測画像生成部309541と、フラグ設定部309542と、勾配画像生成部309543と、相関パラメータ計算部309544と、動き補償修正値導出部309545と、双方向予測画像生成部309546とを備えている。BDOF部30954は動き補償部3091から受信した補間画像と、インター予測パラメータ復号部303から受信したインター予測パラメータとから予測画像を生成し、生成した予測画像を加算部312に出力する。なお、勾配画像から動き補償修正値bdofOffset(動き補償修正画像)を導出し、PredL0、PredL1の予測画像を修正して導出する処理を、双方向勾配変化処理と呼ぶ。
Using FIG. 12, the specific processing performed by the
まず、L0,L1予測画像生成部309541では、BDOF処理に用いられる、L0、L1予測画像を生成する。ここで、CUをサブブロックに分割する。これにより、サブブロック単位の並列処理を可能とし、一度の処理に必要なメモリ量を削減できる。
First, the L0, L1 predicted
具体的な、サブブロックの基本のサイズは16x16であってもよい。例えばCUのサイズがcbWidth、cbHeightの場合、CU内の水平方向のサブブロック数numSbX、垂直方向のサブブロック数numSbY、サブブロックのサイズsbWidth、sbHeightは以下で導出される。 Specifically, the basic size of a subblock may be 16x16. For example, when the size of a CU is cbWidth and cbHeight, the number of horizontal subblocks in the CU, numSbX, the number of vertical subblocks in the CU, numSbY, and the sizes of the subblocks, sbWidth and sbHeight, are derived as follows:
numSbX = ( cbWidth > 16 ) ? ( cbWidth >> 4 ) : 1
numSbY = ( cbHeight > 16 ) ? ( cbHeight >> 4 ) : 1
sbWidth = cbWidth / numSbX
sbHeight = cbHeight / numSbY
次に、図14で示されるサブブロック単位毎のL0,L1予測画像をもとに、BDOF処理をおこなうが、勾配を求めるために、サブブロックの周囲1画素分の補間画像情報を追加で必要とする。この補間画像情報は、後述の勾配画像生成では、通常の補間フィルタではなく近傍の画素を用いる。それ以外の場合は、ピクチャの外側と同様に、周囲の画素をコピーしたパディング領域である。また、BDOF処理の単位は、サブブロック単位以下の4x4画素であり、処理自体は、周囲1画素を加えた、6x6の画素を用いて処理を行う。
numSbX = ( cbWidth > 16 ) ? ( cbWidth >> 4 ) : 1
numSbY = ( cbHeight > 16 ) ? ( cbHeight >> 4 ) : 1
sbWidth = cbWidth / numSbX
sbHeight = cbHeight / numSbY
Next, BDOF processing is performed based on the L0 and L1 predicted images for each subblock shown in FIG. 14, but in order to obtain the gradient, additional interpolated image information for one pixel around the subblock is required. In gradient image generation described below, this interpolated image information uses nearby pixels rather than a normal interpolation filter. In other cases, it is a padding area where the surrounding pixels are copied, just like the outside of the picture. Also, the unit of BDOF processing is 4x4 pixels, which is less than the subblock unit, and the processing itself is performed using 6x6 pixels, including one surrounding pixel.
フラグ設定部309542で、サブブロック単位のBDOF処理を行うか否かを示すフラグsbBdofFlagと、4x4画素単位でのBDOF処理を行うか否かを示すフラグbdofUtilizationFlag[xIdx][yIdx]の値の設定を行う。ここで、サブブロックの幅と高さの画素数をsbWidthとsbHeightとする。xIdxは、0から(sbWidth>>2)-1までの値をとる、4x4画素ブロックの水平方向のアドレスであり、yIdxは、0から(sbHeight>>2)-1までの値をとる、4x4画素ブロックの垂直方向のアドレスである。sbBdofFlagとbdofUtilizationFlag[xIdx][yIdx]は、TRUEの場合、BDOF処理を行い、FALSEの場合、双方向予測処理を行う。
The
まず、サブブロック単位の閾値sbDiffThres、4x4画素ブロック単位の閾値bdofBlkDiffThres、およびサブブロック単位の差分絶対値和sbSumDiffは、次のように導出する。 First, the subblock threshold sbDiffThres, the 4x4 pixel block threshold bdofBlkDiffThres, and the subblock sum of absolute differences sbSumDiff are derived as follows:
sbDiffThres = 4 * sbWidth*sbHeight
bdofBlkDiffThres = 128
本実施の形態では、sbDiffThresは画素あたり4、bdofBlkDiffThresは128=8*4*4なので、画素あたり8の値を閾値としているが、この値以外を用いてもよい。例えば、2倍の値、sbDiffThres = 8 * sbWidth*sbHeight、bdofBlkDiffThres = 256でもよい。また、sbDiffThres=0とすることで、サブブロック単位の切り替えをオフにしてもよく、bdofBlkDiffThres=0とすることで、4x4画素ブロック単位の切り替えをオフにしてもよい。
sbDiffThres = 4 * sbWidth*sbHeight
bdofBlkDiffThres = 128
In this embodiment, sbDiffThres is 4 per pixel, and bdofBlkDiffThres is 128=8*4*4, so a value of 8 per pixel is used as the threshold, but other values may be used. For example, double values, sbDiffThres=8*sbWidth*sbHeight, and bdofBlkDiffThres=256 may be used. Also, subblock-based switching may be turned off by setting sbDiffThres=0, and 4x4 pixel block-based switching may be turned off by setting bdofBlkDiffThres=0.
まず、sbSumDiffの値を下記のように設定する。 First, set the value of sbSumDiff as follows:
sbSumDiff = 0
その上で、4x4画素ブロック毎のxIdx=0..(sbWidth>>2)-1およびyIdx=0..(sbHeight>>2)-1のループを回して、4x4画素単位での差分絶対値和bdofBlkSumDiffおよびbdofUtilizationFlag[xIdx][yIdx]は次のように導出される。
sbSumDiff = 0
Then, by running a loop of xIdx = 0..(sbWidth>>2)-1 and yIdx = 0..(sbHeight>>2)-1 for each 4x4 pixel block, the sums of absolute differences bdofBlkSumDiff and bdofUtilizationFlag[xIdx][yIdx] in 4x4 pixel units are derived as follows:
bdofBlkSumDiff
= sum4(Abs((PredL0[(xIdx<<2)+1+i][(yIdx<<2)+1+j]>>shift4)
?(PredL1[(xIdx<<2)+1+i][(yIdx<<2)+1+j]>>shift4))) (式BDOF-1)
shift4=Max(InternalBitDepth-4, bitDepth+InternalBitDepth-16)
bdofUtilizationFlag[xIdx][yIdx] = (bdofBlkSumDiff >= bdofBlkDiffThres)
sbSumDiff += bdofBlkSumDiff
つまり、PredL0をshift4によりシフトした値と、PredL1をshift4によりシフトした値との差分の絶対値の総和を導出する。なお、(式BDOF-1)において、(x, y)=((xIdx<<2)+1+i, yIdx<<2)+1+j)の代わりに、(x,y)をさらにCUのサイズ(nCbW, nCbH)でクリップした値(hx, vy)を用いてもよい。この場合、境界を超える画素はパディングで導出される。
bdofBlkSumDiff
= sum4(Abs((PredL0[(xIdx<<2)+1+i][(yIdx<<2)+1+j]>>shift4)
?(PredL1[(xIdx<<2)+1+i][(yIdx<<2)+1+j]>>shift4))) (Formula BDOF-1)
shift4=Max(InternalBitDepth-4, bitDepth+InternalBitDepth-16)
bdofUtilizationFlag[xIdx][yIdx] = (bdofBlkSumDiff >= bdofBlkDiffThres)
sbSumDiff += bdofBlkSumDiff
That is, the sum of absolute values of differences between the value obtained by shifting PredL0 by shift4 and the value obtained by shifting PredL1 by shift4 is derived. Note that in (Equation BDOF-1), instead of (x, y)=((xIdx<<2)+1+i, yIdx<<2)+1+j), values (hx, vy) obtained by further clipping (x, y) by the CU size (nCbW, nCbH) may be used. In this case, pixels beyond the boundary are derived by padding.
hx = Clip3( 1, nCbW, x )
vy = Clip3( 1, nCbH, y )
ここで、sum4()は、i=0..3、j=0..3の引数で4x4画素ブロックの合計を求める関数とし、shift4は、後述する相関パラメータ計算部309544で定義するshift4と同一のものとする。なお、InternalBitDepthは、BDOF部内の計算精度のパラメータで、入力画素ビット長bitDepthとは独立な一定値で、7以上12以下の値とする。例えば、InternalBitDepth=8の場合、shift4はshift4=Max(4, bitDepth-8)となる。
hx = Clip3( 1, nCbW, x )
vy = Clip3( 1, nCbH, y )
Here, sum4() is a function that finds the sum of a 4x4 pixel block with arguments i = 0..3, j = 0..3, and shift4 is the same as shift4 defined in the correlation
HEVCと同様の補間フィルタを用いる場合、PredL0とPredL1の値は、bitDepthが8から12ビットの範囲での演算精度は14ビットであり、InternalBitDepth=8の場合、shift4 = Max(4, bitDepth-8) = 4となり、(式BDOF-1)に示したPredL0, PredL1をshift4で右シフトした後の差分の絶対値和は、bitDepthにかかわらず10ビットの精度での差分絶対値和を計算していることになる。 When using an interpolation filter similar to that used in HEVC, the calculation precision of the PredL0 and PredL1 values is 14 bits when the bitDepth ranges from 8 to 12 bits. When InternalBitDepth=8, shift4 = Max(4, bitDepth-8) = 4. The sum of the absolute differences after shifting PredL0 and PredL1 shown in (Equation BDOF-1) to the right with shift4 is calculated with a precision of 10 bits regardless of the bitDepth.
先行技術文献においては、bdofBlkDiffは、PredL0とPredL1の差分絶対値和を右シフトせずに直接求めていた。しかし、本実施の形態では、後述するBDOF部30954の相関パラメータ計算部309544で計算するtheta[x][y]の差分の計算(式BDOF-2)と同一にしており、フラグ設定部309542による閾値判定と、BDOF部30954の予測画像導出とで処理を共有することができる。この結果、先行技術文献では、フラグ設定部309542の計算は、単純に追加の演算量を必要としたが、本実施の形態では、差分の計算を共有できることから、追加部分は、絶対値和を求める部分のみになるため、演算量を大幅に削減できる。
In the prior art document, bdofBlkDiff calculates the sum of absolute differences between PredL0 and PredL1 directly without right-shifting. However, in this embodiment, this is the same as the calculation of the difference of theta[x][y] (equation BDOF-2) calculated by correlation
bdofUtilizationFlag[xIdx][yIdx]は、bdofBlkSumDiffがbdofBlkDiffThres以上の場合、TRUEに設定し、そうでない場合、FALSEとする。 bdofUtilizationFlag[xIdx][yIdx] is set to TRUE if bdofBlkSumDiff is greater than or equal to bdofBlkDiffThres, otherwise it is set to FALSE.
また、sbSumDiffの値は、bdofBlkSumDiffの合計値とする。 The value of sbSumDiff is the sum of bdofBlkSumDiff.
最後に、sbBdofFlagは、もし、sbSumDiffがsbDiffThresより小さい場合、FALSEに設定し、そうでない場合は、TRUEに設定する。 Finally, sbBdofFlag is set to FALSE if sbSumDiff is less than sbDiffThres, and set to TRUE otherwise.
差分の計算を共有することから、このような構成により、フラグ設定部309542では、sbBdofFlagと、bdofUtilizationFlag[xIdx][yIdx]の値の設定をより少ない処理量を行うことができる。
By sharing the calculation of the difference, this configuration allows the
フラグ設定部309542の別の実施の形態としては、bdofBlkSumDiffを下式で計算する。
In another embodiment of the
bdofBlkSumDiff
= sum42(Abs((PredL0[(xIdx<<2)+1+i][(yIdx<<2)+1+2*j]>>shift4)
?(PredL1[(xIdx<<2)+1+i][(yIdx<<2)+1+2*j]>>shift4)))
ここで、sum42()は、i=0..3、j=0..1の引数で4x2画素ブロックの合計を求める関数である。bdofBlkSumDiffは1ライン飛ばしの4x2画素の差分絶対値和としてもよい。この場合、sbDiffThres、bdofBlkDiffThresは、前記の実施例の半分の値を用いることにし、下記のように設定する。
bdofBlkSumDiff
= sum42(Abs((PredL0[(xIdx<<2)+1+i][(yIdx<<2)+1+2*j]>>shift4)
?(PredL1[(xIdx<<2)+1+i][(yIdx<<2)+1+2*j]>>shift4)))
Here, sum42() is a function that calculates the sum of 4x2 pixel blocks with arguments i = 0..3, j = 0..1. bdofBlkSumDiff may be the sum of absolute differences of 4x2 pixels every other line. In this case, sbDiffThres and bdofBlkDiffThres are set to half the values of those in the above embodiment, as shown below.
sbDiffThres = 2 * sbWidth*sbHeight
bdofBlkDiffThres = 64
このような構成にすることにより、bdofBlkSumDiffの計算量を半分にすることができる。予測画像生成に直接影響する演算ではないため、処理削減による性能低下はほとんど生じない。
sbDiffThres = 2 * sbWidth*sbHeight
bdofBlkDiffThres = 64
By using this configuration, the amount of calculation for bdofBlkSumDiff can be halved. Because this is not a calculation that directly affects predicted image generation, there is almost no performance degradation due to the reduction in processing.
図13は、BDOF部30954が予測画像を生成する処理を説明するプローチャートである。まず、フラグ設定(S201)で、サブブロック単位のBDOF処理を行うか否かを示すフラグsbBdofFlagと、4x4画素単位でのBDOF処理を行うか否かを示すフラグbdofUtilizationFlag[xIdx][yIdx]の値の設定を行う。次に、sbBdofFlagの判定(S202)を行い、FALSEならば、サブブロック単位双方向予測画像生成(S203)を行い、TRUEならば、サブブロック単位のBDOF処理(S204)-(S210)を行う。Loop1((S204)から(S210))は、垂直方向のアドレスのループであり、Loop2((S205)から(S209))は、水平方向のアドレスのループである。bdofUtilizationFlag[xIdx][yIdx]の判定(S206)を行い、FALSEならば、4x4画素単位双方向予測画像生成(S207)を行い、TRUEならば、4x4画素単位BDOF処理(S208)を行う。
Figure 13 is a flow chart explaining the process in which the
この流れ図では、サブブロック単位と、4x4画素ブロック単位の2段階でBDOF処理を行うか否かを判定していたが、サブブロック単位だけ、或いは、4x4画素ブロック単位のみでも実現してもよい。 In this flow chart, the decision as to whether or not to perform BDOF processing is made in two stages, on a subblock basis and on a 4x4 pixel block basis, but it may also be realized by only performing the process on a subblock basis or on a 4x4 pixel block basis.
勾配画像生成部309543では勾配画像を生成する。勾配変化(Optical Flow)では、各点の画素値は変化せず、その位置のみが変化すると仮定する。これは、水平方向の画素値Iの変化(水平勾配値lx)とその位置の変化Vx、及び垂直方向の画素値Iの変化(垂直勾配値ly)とその位置の変化Vy、画素値Iの時間変化ltを用いて、下記で表すことができる。
The
lx * Vx + ly * Vy + lt = 0
以降では位置の変化(Vx,Vy)を補正重みベクトル(u,v)と呼ぶ。
lx * Vx + ly * Vy + lt = 0
Hereafter, the change in position (Vx, Vy) is called the correction weight vector (u, v).
具体的には、勾配画像生成部309543は、以下の式から勾配画像lx0、ly0、lx1、ly1を導出する。lx0及びlx1は水平方向に沿った勾配を示し、ly0及びly1は垂直方向に沿った勾配を示す。
Specifically, the gradient
具体的には、勾配画像生成部309543は、勾配画像lx0、ly0、lx1、ly1の導出を、以下のように行う。
Specifically, the gradient
lx0[x][y] = (PredL0[x+1][y]-PredL0[x-1][y])>>shift0 (式BDOF-3)
ly0[x][y] = (PredL0[x][y+1]-PredL0[x][y-1])>>shift0
lx1[x][y] = (PredL1[x+1][y]-PredL1[x-1][y])>>shift0
ly1[x][y] = (PredL1[x][y+1]-PredL1[x][y-1])>>shift0
ここで、shift0=14-InternalBitDepthである。
lx0[x][y] = (PredL0[x+1][y]-PredL0[x-1][y])>>shift0 (formula BDOF-3)
ly0[x][y] = (PredL0[x][y+1]-PredL0[x][y-1])>>shift0
lx1[x][y] = (PredL1[x+1][y]-PredL1[x-1][y])>>shift0
ly1[x][y] = (PredL1[x][y+1]-PredL1[x][y-1])>>shift0
Here, shift0=14-InternalBitDepth.
勾配画像lx0、ly0、lx1、ly1の導出の別の方法としては、下式のように設定してもよい。 Another way to derive the gradient images lx0, ly0, lx1, and ly1 is to set them as shown in the formula below.
lx0[x][y] = (PredL0[x+1][y]>>shift0)-(PredL0[x-1][y]>>shift0) (式BDOF-4)
ly0[x][y] = (PredL0[x][y+1]>>shift0)-(PredL0[x][y-1]>>shift0)
lx1[x][y] = (PredL1[x+1][y]>>shift0)-(PredL1[x-1][y]>>shift0)
ly1[x][y] = (PredL1[x][y+1]>>shift0)-(PredL1[x][y-1]>>shift0)
(式BDOF-3)の場合、PredL0とPredL1の最小値と最大値の範囲が16ビットとすると、差分が17ビットとなるため、32ビット演算が必要とされるが、(式BDOF-4)の場合、先に右シフトを行うため、すべての演算が16ビット演算で実行できるため、並列演算命令が使いやすいという利点がある。
lx0[x][y] = (PredL0[x+1][y]>>shift0)-(PredL0[x-1][y]>>shift0) (formula BDOF-4)
ly0[x][y] = (PredL0[x][y+1]>>shift0)-(PredL0[x][y-1]>>shift0)
lx1[x][y] = (PredL1[x+1][y]>>shift0)-(PredL1[x-1][y]>>shift0)
ly1[x][y] = (PredL1[x][y+1]>>shift0)-(PredL1[x][y-1]>>shift0)
In the case of (equation BDOF-3), if the range between the minimum and maximum values of PredL0 and PredL1 is 16 bits, the difference will be 17 bits, so 32-bit operations are required. However, in the case of (equation BDOF-4), a right shift is performed first, so all operations can be executed as 16-bit operations, which has the advantage that parallel operation instructions are easy to use.
いずれの場合も、HEVCと同様の補間フィルタを用いる場合、PredL0とPredL1の値は、bitDepthが8から12ビットの範囲ならば、演算精度は14ビットであり、最小値と最大値の範囲は、16ビットである。もし、bitDepthが12より大きい場合、演算精度は(bitDepth+2)ビットであり、最小値と最大値の範囲は、(bitDepth+4)ビットとなる。本実施形態では、InternalBitDepthに応じた値であるshift0だけ右シフトする。そのため、勾配画像lx0、ly0、lx1、ly1の演算精度は、BitDedepthが8以上12以下の場合は(InternalBitDepth+1)ビットとなり、bitDepthが13以上の場合は、(bitDepth+InternalBitDepth-11)となる。 In either case, when an interpolation filter similar to that of HEVC is used, the values of PredL0 and PredL1 have a calculation precision of 14 bits if bitDepth is in the range of 8 to 12 bits, and the range between the minimum and maximum values is 16 bits. If bitDepth is greater than 12, the calculation precision is (bitDepth+2) bits, and the range between the minimum and maximum values is (bitDepth+4) bits. In this embodiment, the calculation precision is shifted to the right by shift0, which is a value according to InternalBitDepth. Therefore, the calculation precision of the gradient images lx0, ly0, lx1, and ly1 is (InternalBitDepth+1) bits when BitDepth is 8 to 12, and is (bitDepth+InternalBitDepth-11) when bitDepth is 13 or more.
次に、相関パラメータ計算部309544は、サブブロック内の4x4画素のブロック毎に勾配積和s1,s2,s3,s5,s6を導出する。ここでは、ブロックの周囲1画素をさらに用いて6x6画素のブロックの画素でのsumからs1,s2,s3,s5,s6を計算する。
Next, the correlation
s1 = sum6(phiX[x][y]* phiX[x][y])
s2 = sum6(phiX[x][y]* phiY[x][y])
s3 = sum6(-theta[x][y]* phiX[x][y])
s5 = sum6(phiY[x][y]* phiY[x][y])
s6 = sum6(-theta[x][y]* phiY[x][y])
ここで、sum(a)は6x6画素のブロック内の座標(x,y)に対するaの総和を表す。
s1 = sum6(phiX[x][y]* phiX[x][y])
s2 = sum6(phiX[x][y]* phiY[x][y])
s3 = sum6(-theta[x][y]* phiX[x][y])
s5 = sum6(phiY[x][y]* phiY[x][y])
s6 = sum6(-theta[x][y]* phiY[x][y])
Here, sum(a) represents the sum of a for the coordinates (x, y) in the 6x6 pixel block.
theta[x][y]= -(PredL1[x][y]>>shift4)+(PredL0[x][y]>>shift4) (式BDOF-2)
phiX[x][y] = (lx1[x][y] + lx0[x][y])>>shift5
phiY[x][y] = (ly1[x][y] + ly0[x][y])>>shift5
つまり、PredL0[x][y]をshift4によりシフトした値と、PredL1[x][y]をshift4によりシフトした値との差分からtheta[x][y]を導出する。これは、(式BDOF-1)において計算する差分値と同じである。
ここで、shift4、shift5は以下で導出する。
theta[x][y]= -(PredL1[x][y]>>shift4)+(PredL0[x][y]>>shift4) (formula BDOF-2)
phiX[x][y] = (lx1[x][y] + lx0[x][y])>>shift5
phiY[x][y] = (ly1[x][y] + ly0[x][y])>>shift5
That is, theta[x][y] is derived from the difference between the value obtained by shifting PredL0[x][y] by
Here, shift4 and shift5 are derived as follows.
shift4=Max(InternalBitDepth-4, bitDept+InternalBitDepth-16)
shift5=Max(InternalBitDepth-7, bitDepth+InternalBitDepth-19)
なお、(式BDOF-2)において、(x, y)の代わりにCUのサイズ(nCbW, nCbH)でクリップした値(hx, vy)を用いてもよい。この場合、境界を超える画素はパディングで導出される。また、x, yは各々x=xSb-1..xSb+4, y=ySb-1..ySb+4の範囲であってもよい。
shift4=Max(InternalBitDepth-4, bitDept+InternalBitDepth-16)
shift5=Max(InternalBitDepth-7, bitDepth+InternalBitDepth-19)
In addition, in (Equation BDOF-2), values (hx, vy) clipped by the CU size (nCbW, nCbH) may be used instead of (x, y). In this case, pixels beyond the boundary are derived by padding. Also, x and y may be in the ranges of x=xSb-1..xSb+4 and y=ySb-1..ySb+4, respectively.
xSb = (xIdx<<2)+1, ySb = (yIdx<<2)+1
hx = Clip3( 1, nCbW, x )
vy = Clip3( 1, nCbH, y )
この時、thetaの値の演算精度は、bitDepthが8以上ならば常に、(19-InternalBitDepth)ビットとなる。また、画像のbitDepthが8以上ならば、phiXとphiYの演算精度は常に9ビットとなる。そこで、6x6画素のブロックの合計となるs1,s2,s5の演算精度は、bitDepthにかかわらず、23ビット程度である。また、同様に、6x6画素のブロックの合計となるs3,s6の演算精度は、(33-InternalBitDepth)ビット程度である。PredL0とPredL1の最小値、最大値は、bitDepthが8以上12以下の場合、16ビットの範囲であり、bitDepthが13ビット以上の場合、(bitDepth+4)ビットの範囲なので、32ビット整数演算で実現できる。
xSb = (xIdx<<2)+1, ySb = (yIdx<<2)+1
hx = Clip3( 1, nCbW, x )
vy = Clip3( 1, nCbH, y )
In this case, the calculation precision of theta value is always (19-InternalBitDepth) bits if bitDepth is 8 or more. Also, if the image bitDepth is 8 or more, the calculation precision of phiX and phiY is always 9 bits. Therefore, the calculation precision of s1, s2, and s5, which are the sum of 6x6 pixel blocks, is about 23 bits regardless of bitDepth. Similarly, the calculation precision of s3 and s6, which are the sum of 6x6 pixel blocks, is about (33-InternalBitDepth) bits. The minimum and maximum values of PredL0 and PredL1 are in the 16-bit range when bitDepth is 8 to 12, and in the (bitDepth+4)-bit range when bitDepth is 13 bits or more, so they can be realized by 32-bit integer calculation.
より具体的に、InternalBitDepth=8とした場合は下式で実現する。 More specifically, if InternalBitDepth=8, this is achieved using the following formula.
shift0=6
shift4=Max(4, bitDepth-8)
shift5=Max(1, bitDepth-11)
InternalBitDepth=7とした場合には下式で実現する。
shift0=6
shift4=Max(4, bitDepth-8)
shift5=Max(1, bitDepth-11)
If InternalBitDepth=7, this is achieved using the following formula.
shift0=7
shift4=Max(3, bitDepth-9)
shift5=Max(0, bitDepth-12)
相関パラメータ計算部309544の別の構成としては、勾配積和s1,s2,s3,s5,s6は、6x6画素のブロックでなく、4x4画素のブロックで求めてもよい。4x4=16画素のブロックとなるため、6x6=36画素の合計と比べてsumの計算に必要な演算ビットが(Ceil(log2(36))-Ceil(log2(16)))=2ビット少なくてもすむ。
shift0=7
shift4=Max(3, bitDepth-9)
shift5=Max(0, bitDepth-12)
As another configuration of the correlation
shift4=Max(InternalBitDepth-5, bitDept+InternalBitDepth-15)
shift5=Max(InternalBitDepth-8, bitDepth+InternalBitDepth-18)
そのため、上式のようにそれぞれ1ビット小さい値を用いても、32ビット整数演算で実現できる。但し、この場合、InternalBitDepthの値は、8以上12以下とする。また、勾配積和の演算量も削減できる。図15のように、BDOF処理の単位と読み込み領域が一致するため、図14の場合と異なり、対象となるサブブロックの周囲1画素分のパディング領域は不要となる。
shift4=Max(InternalBitDepth-5, bitDept+InternalBitDepth-15)
shift5=Max(InternalBitDepth-8, bitDepth+InternalBitDepth-18)
Therefore, even if values one bit smaller are used as in the above formula, it can be realized with 32-bit integer arithmetic. In this case, however, the value of InternalBitDepth must be between 8 and 12. The amount of calculation for gradient multiplication and accumulation can also be reduced. As shown in FIG. 15, the unit of BDOF processing and the read area match, so unlike the case of FIG. 14, a padding area of one pixel around the target sub-block is not required.
次に、動き補償修正値導出部309545は、導出した勾配積和s1,s2,s3,s5,s6を用いて、4x4画素単位の補正重みベクトル(u, v)を導出する。
Next, the motion compensation correction
u = (s3<<3) >> floor(log2(s1))
v = ((s6<<3)-((((u*s2m)<<12)+u*s2s)>>1)) >> floor(log2(s5))
ここでs2m=s2>>12、s2s=s2&((1<<12)-1)である。
u = (s3<<3) >> floor(log2(s1))
v = ((s6<<3)-((((u*s2m)<<12)+u*s2s)>>1)) >> floor(log2(s5))
Here, s2m = s2>>12 and s2s = s2&((1<<12)-1).
なお、以下のようにさらにクリップを用いてu, vの範囲を制限しても良い。 You can also further restrict the u and v ranges using clips as follows:
u=s1>0?Clip3(-th,th,-(s3<<3)>>floor(log2(s1))):0
v=s5>0?Clip3(-th,th,((s6<<3)-((((u*s2m)<<12)+u*s2s)>>1))>>floor(log2(s5))):0
ここで、thは下式で表現される。
u=s1>0?Clip3(-th,th,-(s3<<3)>>floor(log2(s1))):0
v=s5>0?Clip3(-th,th,((s6<<3)-((((u*s2m)<<12)+u*s2s)>>1))>>floor(log2(s5))):0
Here, th is expressed by the following formula.
th = Max(2, 1<<(13-InternalBitDepth))
thはbitDepthとは独立の値になることから、画素単位の補正重みベクトル(u, v)は、InternalBitDepthに関連した値でクリッピングされることになる。画素ビット長bitDepthにかかわらず、例えば、InternalBitDepth=8とすると、th=1<<(13-8)=32となる。また、InternalBitDepth=7とすると、th=1<<(13-7)=64となる。
th = Max(2, 1<<(13-InternalBitDepth))
Since th is a value independent of bitDepth, the pixel-by-pixel correction weight vector (u, v) is clipped by a value related to InternalBitDepth. Regardless of the pixel bit length bitDepth, for example, if InternalBitDepth=8, then th=1<<(13-8)=32. Also, if InternalBitDepth=7, then th=1<<(13-7)=64.
この時、画素単位の補正重みベクトル(u, v)は、動きベクトルの精度や、量子化幅に関係する値とも考えられることから、補正重みベクトル(u, v)の制限するためのしきい値thは、下式のように量子化幅Qpの関数で表現してもよい。 In this case, since the pixel-based correction weight vector (u, v) can be considered to be a value related to the accuracy of the motion vector and the quantization width, the threshold value th for limiting the correction weight vector (u, v) can be expressed as a function of the quantization width Qp as shown in the following formula.
th0 = Max(1, 1<<(12-InternalBitDepth))
th = th0 +floor((Qp-32)/6)
なお、勾配積和s3とs6の左3ビットシフトを行わず、下式で導出してもよい。
th0 = Max(1, 1<<(12-InternalBitDepth))
th = th0 + floor((Qp-32)/6)
It should be noted that the gradient sums of products s3 and s6 may be derived using the following formula without shifting them left by 3 bits.
u = s3 >> floor(log2(s1))
v = (s6-((((u*s2m)<<12)+u*s2s)>>1))>> floor(log2(s5))
但し、shift4は下式で導出する。
u = s3 >> floor(log2(s1))
v = (s6-((((u*s2m)<<12)+u*s2s)>>1))>> floor(log2(s5))
However, shift4 is derived using the following formula.
shift4=Max(InternalBitDepth-7, bitDepth+InternalBitDepth-19)
この場合、shift0及びshift5の変更は必要ない。具体的に、InternalBitDepth=8の場合、shift4は下式で導出する。
shift4=Max(InternalBitDepth-7, bitDepth+InternalBitDepth-19)
In this case, there is no need to change
shift4=Max(1, bitDepth-11)
動き補償修正値導出部309545は、4x4画素単位の補正重みベクトル(u, v)と勾配画像lx0、ly0、lx1、ly1を用いて、動き補償修正値bdofOffsetを導出する。
shift4=Max(1, bitDepth-11)
The motion compensation correction
bdofOffset[x][y]=((lx1[x][y]-lx0[x][y])*u+(ly1[x][y]-ly0[x][y])*v+1)>>1
あるいはラウンド関数を用いて、bdofOffsetを以下のように導出してもよい。
bdofOffset[x][y]=((lx1[x][y]-lx0[x][y])*u+(ly1[x][y]-ly0[x][y])*v+1)>>1
Alternatively, bdofOffset may be derived using a round function as follows:
bdofOffset[x][y] = Round(((lx1[x][y]-lx0[x][y])*u)>>1)+Round(((ly1[x][y]-ly0[x][y])*v)>>1)
あるいは、勾配画像lx0、ly0、lx1、ly1の右シフト値のshift0の値を工夫することで、以下のように、右シフトやラウンド関数を用いずに導出することもできる。
bdofOffset[x][y] = Round(((lx1[x][y]-lx0[x][y])*u)>>1)+Round(((ly1[x][y]-ly0[x][y])*v)>>1)
Alternatively, by devising the value of the right shift value shift0 of the gradient images lx0, ly0, lx1, and ly1, it is possible to derive the gradient images lx0, ly0, lx1, and ly1 without using the right shift or the round function as follows:
bdofOffset[x][y]=(lx1[x][y]-lx0[x][y])*u+(ly1[x][y]-ly0[x][y])*v
shift0=15-InternalBitDepth
shift5=Max(InternalBitDepth-8, bitDepth+InternalBitDepth-20)
この場合、InternalBitDepthの選択範囲は、8以上12以下で、shift4の変更は必要ない。具体的に、InternalBitDepth=8の場合は、下式となる。
bdofOffset[x][y]=(lx1[x][y]-lx0[x][y])*u+(ly1[x][y]-ly0[x][y])*v
shift0=15-InternalBitDepth
shift5=Max(InternalBitDepth-8, bitDepth+InternalBitDepth-20)
In this case, the selection range of InternalBitDepth is 8 to 12, and there is no need to change shift4. Specifically, when InternalBitDepth=8, the formula is as follows.
shift0=7
shift5=Max(0, bitDepth-12)
双方向予測画像生成部309546は、上記のパラメータを用いて下式により、4x4画素の予測画像の画素値Predを導出する。
shift0=7
shift5=Max(0, bitDepth-12)
The bidirectionally predicted
Pred[x][y] = Clip3(0, (1<<bitDepth)-1,( PredL0[x][y]+PredL1[x][y]+bdofOffset[x][y]+offset2)>>shift2)
ここで、shift2=Max(3,15-bitDepth)、offset2=1<<(shift2-1)である。
Pred[x][y] = Clip3(0, (1<<bitDepth)-1,( PredL0[x][y]+PredL1[x][y]+bdofOffset[x][y]+offset2)>>shift2)
Here, shift2=Max(3,15-bitDepth) and offset2=1<<(shift2-1).
以上のような構成であれば、サブブロック単位でのBDOF処理を行うか否かと示すフラグや、4x4画素単位でBDOF処理を行うか否かを示すフラグの設定のための演算量を抑えることができる。 With the above configuration, it is possible to reduce the amount of calculation required to set a flag indicating whether or not to perform BDOF processing on a sub-block basis, and a flag indicating whether or not to perform BDOF processing on a 4x4 pixel basis.
(動画像符号化装置の構成)
次に、本実施形態に係る動画像符号化装置11の構成について説明する。図16は、本実施形態に係る動画像符号化装置11の構成を示すブロック図である。動画像符号化装置11は、予測画像生成部101、減算部102、変換・量子化部103、逆量子化・逆変換部105、加算部106、ループフィルタ107、予測パラメータメモリ(予測パラメータ記憶部、フレームメモリ)108、参照ピクチャメモリ(参照画像記憶部、フレームメモリ)109、符号化パラメータ決定部110、パラメータ符号化部111、エントロピー符号化部104を含んで構成される。
(Configuration of the video encoding device)
Next, the configuration of the
予測画像生成部101は画像Tの各ピクチャを分割した領域であるCU毎に予測画像を生成する。予測画像生成部101は既に説明した予測画像生成部308と同じ動作であり、説明を省略する。
The predicted
減算部102は、予測画像生成部101から入力されたブロックの予測画像の画素値を、画像Tの画素値から減算して予測誤差を生成する。減算部102は予測誤差を変換・量子化部103に出力する。
The
変換・量子化部103は、減算部102から入力された予測誤差に対し、周波数変換によって変換係数を算出し、量子化によって量子化変換係数を導出する。変換・量子化部103は、量子化変換係数をエントロピー符号化部104及び逆量子化・逆変換部105に出力する。
The transform/
逆量子化・逆変換部105は、動画像復号装置31における逆量子化・逆変換部311(図7)と同じであり、説明を省略する。算出した予測誤差は加算部106に出力される。
The inverse quantization and
エントロピー符号化部104には、変換・量子化部103から量子化変換係数が入力され、パラメータ符号化部111から符号化パラメータが入力される。符号化パラメータには、例えば、参照ピクチャインデックスrefIdxLX、予測ベクトルインデックスmvp_LX_idx、差分ベクトルmvdLX、動きベクトル精度モードamvr_mode、予測モードpredMode、及びマージインデックスmerge_idx等の符号がある。
The
エントロピー符号化部104は、分割情報、予測パラメータ、量子化変換係数等をエントロピー符号化して符号化ストリームTeを生成し、出力する。
The
パラメータ符号化部111は、図示しないヘッダ符号化部1110、CT情報符号化部1111、CU符号化部1112(予測モード符号化部)、およびインター予測パラメータ符号化部112とイントラ予測パラメータ符号化部113を備えている。CU符号化部1112はさらにTU符号化部1114を備えている。
The
以下、各モジュールの概略動作を説明する。パラメータ符号化部111はヘッダ情報、分割情報、予測情報、量子化変換係数等のパラメータの符号化処理を行う。
The following is an outline of the operation of each module. The
CT情報符号化部1111は、符号化データからQT、MT(BT、TT)分割情報等を符号化する。
The CT
CU符号化部1112はCU情報、予測情報、TU分割フラグsplit_transform_flag、CU残差フラグcbf_cb、cbf_cr、cbf_luma等を符号化する。
The
TU符号化部1114は、TUに予測誤差が含まれている場合に、QP更新情報(量子化補正値)と量子化予測誤差(residual_coding)を符号化する。
When a TU contains a prediction error, the
CT情報符号化部1111、CU符号化部1112は、インター予測パラメータ(予測モードpredMode、マージフラグmerge_flag、マージインデックスmerge_idx、インター予測識別子inter_pred_idc、参照ピクチャインデックスrefIdxLX、予測ベクトルインデックスmvp_LX_idx、差分ベクトルmvdLX)、イントラ予測パラメータ、量子化変換係数等のシンタックス要素をエントロピー符号化部104に供給する。
The CT
(インター予測パラメータ符号化部の構成)
パラメータ符号化部112は、符号化パラメータ決定部110から入力された予測パラメータに基づいて、インター予測パラメータを導出する。パラメータ符号化部112は、インター予測パラメータ復号部303がインター予測パラメータを導出する構成と一部同一の構成を含む。
(Configuration of the inter-prediction parameter encoding unit)
The
予測パラメータ符号化部112の構成について説明する。図17示すように、パラメータ符号化制御部1121、マージ予測部30374、サブブロック予測部(アフィン予測部)30372、DMVR部30375、MMVD予測部30376、Triangle予測部30377、AMVP予測パラメータ導出部3032、減算部1123を含んで構成される。マージ予測部30374は、マージ予測パラメータ導出部3036を備えている。パラメータ符号化制御部1121は、マージインデックス導出部11211とベクトル候補インデックス導出部11212を含む。また、パラメータ符号化制御部1121は、マージインデックス導出部11211でmerge_idx、affine_flag、base_candidate_idx、distance_idx、direction_idx等を導出し、ベクトル候補インデックス導出部11212でmvpLX等を導出する。マージ予測パラメータ導出部3036、AMVP予測パラメータ導出部3032、アフィン予測部30372、MMVD予測部30376、Triangle予測部30377を総称して動きベクトル導出部(動きベクトル導出装置)と称してもよい。パラメータ符号化部112は、動きベクトル(mvLX、subMvLX)、参照ピクチャインデックスrefIdxLX、インター予測識別子inter_pred_idc、あるいはこれらを示す情報を予測画像生成部101に出力する。またパラメータ符号化部112は、merge_flag、skip_flag、merge_idx、inter_pred_idc、refIdxLX、mvp_lX_idx、mvdLX、amvr_mode、affine_flagをエントロピー符号化部104に出力する。
The configuration of the prediction
マージインデックス導出部11211は、マージインデックスmerge_idxを導出し、マージ予測パラメータ導出部3036(マージ予測部)に出力する。ベクトル候補インデックス導出部11212は予測ベクトルインデックスmvp_lX_idxを導出する。
The merge
マージ予測パラメータ導出部3036は、マージインデックスmerge_idxに基づいて、インター予測パラメータを導出する。
The merge prediction
AMVP予測パラメータ導出部3032は動きベクトルmvLXに基づいて予測ベクトルmvpLXを導出する。AMVP予測パラメータ導出部3032は予測ベクトルmvpLXを減算部1123に出力する。なお、参照ピクチャインデックスrefIdxLX及び予測ベクトルインデックスmvp_lX_idxは、エントロピー符号化部104に出力される。
The AMVP prediction
アフィン予測部30372は、サブブロックのインター予測パラメータ(アフィン予測パラメータ)を導出する。
The
減算部1123は、符号化パラメータ決定部110から入力された動きベクトルmvLXから、AMVP予測パラメータ導出部3032の出力である予測ベクトルmvpLXを減算して差分ベクトルmvdLXを生成する。差分ベクトルmvdLXはエントロピー符号化部104に出力される。
The
加算部106は、予測画像生成部101から入力されたブロックの予測画像の画素値と逆量子化・逆変換部105から入力された予測誤差を画素毎に加算して復号画像を生成する。加算部106は生成した復号画像を参照ピクチャメモリ109に記憶する。
The
ループフィルタ107は加算部106が生成した復号画像に対し、デブロッキングフィルタ、SAO、ALFを施す。なお、ループフィルタ107は、必ずしも上記3種類のフィルタを含まなくてもよく、例えばデブロッキングフィルタのみの構成であってもよい。
The
予測パラメータメモリ108は、符号化パラメータ決定部110が生成した予測パラメータを、対象ピクチャ及びCU毎に予め定めた位置に記憶する。
The
参照ピクチャメモリ109は、ループフィルタ107が生成した復号画像を対象ピクチャ及びCU毎に予め定めた位置に記憶する。
The
符号化パラメータ決定部110は、符号化パラメータの複数のセットのうち、1つのセットを選択する。符号化パラメータとは、上述したQT、BTあるいはTT分割情報、予測パラメータ、あるいはこれらに関連して生成される符号化の対象となるパラメータである。予測画像生成部101は、これらの符号化パラメータを用いて予測画像を生成する。
The coding
符号化パラメータ決定部110は、複数のセットの各々について情報量の大きさと符号化誤差を示すRDコスト値を算出する。符号化パラメータ決定部110は、算出したコスト値が最小となる符号化パラメータのセットを選択する。これにより、エントロピー符号化部104は、選択した符号化パラメータのセットを符号化ストリームTeとして出力する。符号化パラメータ決定部110は決定した符号化パラメータを予測パラメータメモリ108に記憶する。
The coding
なお、上述した実施形態における動画像符号化装置11、動画像復号装置31の一部、例えば、エントロピー復号部301、パラメータ復号部302、ループフィルタ305、予測画像生成部308、逆量子化・逆変換部311、加算部312、予測画像生成部101、減算部102、変換・量子化部103、エントロピー符号化部104、逆量子化・逆変換部105、ループフィルタ107、符号化パラメータ決定部110、パラメータ符号化部111をコンピュータで実現するようにしても良い。その場合、この制御機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現しても良い。なお、ここでいう「コンピュータシステム」とは、動画像符号化装置11、動画像復号装置31のいずれかに内蔵されたコンピュータシステムであって、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含んでも良い。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。
In addition, a part of the
また、上述した実施形態における動画像符号化装置11、動画像復号装置31の一部、または全部を、LSI(Large Scale Integration)等の集積回路として実現しても良い。動画像符号化装置11、動画像復号装置31の各機能ブロックは個別にプロセッサ化しても良いし、一部、または全部を集積してプロセッサ化しても良い。また、集積回路化の手法はLSIに限らず専用回路、または汎用プロセッサで実現しても良い。また、半導体技術の進歩によりLSIに代替する集積回路化の技術が出現した場合、当該技術による集積回路を用いても良い。
In addition, part or all of the
以上、図面を参照してこの発明の一実施形態について詳しく説明してきたが、具体的な構成は上述のものに限られることはなく、この発明の要旨を逸脱しない範囲内において様々な設計変更等をすることが可能である。 One embodiment of the present invention has been described in detail above with reference to the drawings, but the specific configuration is not limited to the above, and various design changes can be made without departing from the spirit of the present invention.
〔応用例〕
上述した動画像符号化装置11及び動画像復号装置31は、動画像の送信、受信、記録、再生を行う各種装置に搭載して利用することができる。なお、動画像は、カメラ等により撮像された自然動画像であってもよいし、コンピュータ等により生成された人工動画像(CGおよびGUIを含む)であってもよい。
[Application example]
The above-mentioned
まず、上述した動画像符号化装置11及び動画像復号装置31を、動画像の送信及び受信に利用できることを、図2を参照して説明する。
First, with reference to FIG. 2, it will be explained that the above-mentioned
図2(a)は、動画像符号化装置11を搭載した送信装置PROD_Aの構成を示したブロック図である。図に示すように、送信装置PROD_Aは、動画像を符号化することによって符号化データを得る符号化部PROD_A1と、符号化部PROD_A1が得た符号化データで搬送波を変調することによって変調信号を得る変調部PROD_A2と、変調部PROD_A2が得た変調信号を送信する送信部PROD_A3と、を備えている。上述した動画像符号化装置11は、この符号化部PROD_A1として利用される。
Figure 2(a) is a block diagram showing the configuration of a transmitting device PROD_A equipped with a
送信装置PROD_Aは、符号化部PROD_A1に入力する動画像の供給源として、動画像を撮像するカメラPROD_A4、動画像を記録した記録媒体PROD_A5、動画像を外部から入力するための入力端子PROD_A6、及び、画像を生成または加工する画像処理部A7を更に備えていてもよい。図においては、これら全てを送信装置PROD_Aが備えた構成を例示しているが、一部を省略しても構わない。 The transmitting device PROD_A may further include a camera PROD_A4 that captures moving images, a recording medium PROD_A5 on which moving images are recorded, an input terminal PROD_A6 for inputting moving images from the outside, and an image processing unit A7 that generates or processes images, as a source of moving images to be input to the encoding unit PROD_A1. In the figure, a configuration in which the transmitting device PROD_A is provided with all of these components is illustrated, but some may be omitted.
なお、記録媒体PROD_A5は、符号化されていない動画像を記録したものであってもよいし、伝送用の符号化方式とは異なる記録用の符号化方式で符号化された動画像を記録したものであってもよい。後者の場合、記録媒体PROD_A5と符号化部PROD_A1との間に、記録媒体PROD_A5から読み出した符号化データを記録用の符号化方式に従って復号する復号部(不図示)を介在させるとよい。 The recording medium PROD_A5 may record unencoded video, or may record video encoded using an encoding method for recording that is different from the encoding method for transmission. In the latter case, it is preferable to interpose a decoding unit (not shown) between the recording medium PROD_A5 and the encoding unit PROD_A1, which decodes the encoded data read from the recording medium PROD_A5 in accordance with the encoding method for recording.
図2(b)は、動画像復号装置31を搭載した受信装置PROD_Bの構成を示したブロック図である。図に示すように、受信装置PROD_Bは、変調信号を受信する受信部PROD_B1と、受信部PROD_B1が受信した変調信号を復調することによって符号化データを得る復調部PROD_B2と、復調部PROD_B2が得た符号化データを復号することによって動画像を得る復号部PROD_B3と、を備えている。上述した動画像復号装置31は、この復号部PROD_B3として利用される。
Figure 2(b) is a block diagram showing the configuration of a receiving device PROD_B equipped with a
受信装置PROD_Bは、復号部PROD_B3が出力する動画像の供給先として、動画像を表示するディスプレイPROD_B4、動画像を記録するための記録媒体PROD_B5、及び、動画像を外部に出力するための出力端子PROD_B6を更に備えていてもよい。図においては、これら全てを受信装置PROD_Bが備えた構成を例示しているが、一部を省略しても構わない。 The receiving device PROD_B may further include, as destinations for the moving image output by the decoding unit PROD_B3, a display PROD_B4 for displaying the moving image, a recording medium PROD_B5 for recording the moving image, and an output terminal PROD_B6 for outputting the moving image to the outside. In the figure, a configuration in which the receiving device PROD_B includes all of these components is illustrated, but some of them may be omitted.
なお、記録媒体PROD_B5は、符号化されていない動画像を記録するためのものであってもよいし、伝送用の符号化方式とは異なる記録用の符号化方式で符号化されたものであってもよい。後者の場合、復号部PROD_B3と記録媒体PROD_B5との間に、復号部PROD_B3から取得した動画像を記録用の符号化方式に従って符号化する符号化部(不図示)を介在させるとよい。 The recording medium PROD_B5 may be for recording unencoded video, or may be encoded using an encoding method for recording that is different from the encoding method for transmission. In the latter case, it is preferable to interpose an encoding unit (not shown) between the decoding unit PROD_B3 and the recording medium PROD_B5, which encodes the video acquired from the decoding unit PROD_B3 according to the encoding method for recording.
なお、変調信号を伝送する伝送媒体は、無線であってもよいし、有線であってもよい。また、変調信号を伝送する伝送態様は、放送(ここでは、送信先が予め特定されていない送信態様を指す)であってもよいし、通信(ここでは、送信先が予め特定されている送信態様を指す)であってもよい。すなわち、変調信号の伝送は、無線放送、有線放送、無線通信、及び有線通信の何れによって実現してもよい。 The transmission medium for transmitting the modulated signal may be wireless or wired. The transmission mode for transmitting the modulated signal may be broadcast (here, this refers to a transmission mode in which the destination is not specified in advance) or communication (here, this refers to a transmission mode in which the destination is specified in advance). In other words, the transmission of the modulated signal may be realized by any of wireless broadcasting, wired broadcasting, wireless communication, and wired communication.
例えば、地上デジタル放送の放送局(放送設備など)/受信局(テレビジョン受像機など)は、変調信号を無線放送で送受信する送信装置PROD_A/受信装置PROD_Bの一例である。また、ケーブルテレビ放送の放送局(放送設備など)/受信局(テレビジョン受像機など)は、変調信号を有線放送で送受信する送信装置PROD_A/受信装置PROD_Bの一例である。 For example, a broadcasting station (such as broadcasting equipment)/receiving station (such as a television receiver) for terrestrial digital broadcasting is an example of a transmitting device PROD_A/receiving device PROD_B that transmits and receives modulated signals via wireless broadcasting. Also, a broadcasting station (such as broadcasting equipment)/receiving station (such as a television receiver) for cable television broadcasting is an example of a transmitting device PROD_A/receiving device PROD_B that transmits and receives modulated signals via cable broadcasting.
また、インターネットを用いたVOD(Video On Demand)サービスや動画共有サービスなどのサーバ(ワークステーションなど)/クライアント(テレビジョン受像機、パーソナルコンピュータ、スマートフォンなど)は、変調信号を通信で送受信する送信装置PROD_A/受信装置PROD_Bの一例である(通常、LANにおいては伝送媒体として無線または有線の何れかが用いられ、WANにおいては伝送媒体として有線が用いられる)。ここで、パーソナルコンピュータには、デスクトップ型PC、ラップトップ型PC、及びタブレット型PCが含まれる。また、スマートフォンには、多機能携帯電話端末も含まれる。 In addition, a server (such as a workstation)/client (such as a television receiver, personal computer, smartphone, etc.) of an Internet-based VOD (Video On Demand) service or video sharing service is an example of a transmitting device PROD_A/receiving device PROD_B that transmits and receives modulated signals via communication (usually, in a LAN, either wireless or wired is used as the transmission medium, while in a WAN, wired is used as the transmission medium). Here, personal computers include desktop PCs, laptop PCs, and tablet PCs. Smartphones also include multi-function mobile phone terminals.
なお、動画共有サービスのクライアントは、サーバからダウンロードした符号化データを復号してディスプレイに表示する機能に加え、カメラで撮像した動画像を符号化してサーバにアップロードする機能を有している。すなわち、動画共有サービスのクライアントは、送信装置PROD_A及び受信装置PROD_Bの双方として機能する。 The client of the video-sharing service has the function of decoding the encoded data downloaded from the server and displaying it on a display, as well as the function of encoding video images captured by a camera and uploading them to the server. In other words, the client of the video-sharing service functions as both a transmitting device PROD_A and a receiving device PROD_B.
次に、上述した動画像符号化装置11及び動画像復号装置31を、動画像の記録及び再生に利用できることを、図3を参照して説明する。
Next, with reference to FIG. 3, it will be explained that the above-mentioned
図3(a)は、上述した動画像符号化装置11を搭載した記録装置PROD_Cの構成を示したブロック図である。図に示すように、記録装置PROD_Cは、動画像を符号化することによって符号化データを得る符号化部PROD_C1と、符号化部PROD_C1が得た符号化データを記録媒体PROD_Mに書き込む書込部PROD_C2と、を備えている。上述した動画像符号化装置11は、この符号化部PROD_C1として利用される。
Figure 3(a) is a block diagram showing the configuration of a recording device PROD_C equipped with the above-mentioned
なお、記録媒体PROD_Mは、(1)HDD(Hard Disk Drive)やSSD(Solid State Drive)などのように、記録装置PROD_Cに内蔵されるタイプのものであってもよいし、(2)SDメモリカードやUSB(Universal Serial Bus)フラッシュメモリなどのように、記録装置PROD_Cに接続されるタイプのものであってもよいし、(3)DVD(Digital Versatile Disc:登録商標)やBD(Blu-ray Disc:登録商標)などのように、記録装置PROD_Cに内蔵されたドライブ装置(不図示)に装填されるものであってもよい。 Note that the recording medium PROD_M may be (1) a type that is built into the recording device PROD_C, such as an HDD (Hard Disk Drive) or SSD (Solid State Drive), (2) a type that is connected to the recording device PROD_C, such as an SD memory card or USB (Universal Serial Bus) flash memory, or (3) a type that is loaded into a drive device (not shown) built into the recording device PROD_C, such as a DVD (Digital Versatile Disc: registered trademark) or BD (Blu-ray Disc: registered trademark).
また、記録装置PROD_Cは、符号化部PROD_C1に入力する動画像の供給源として、動画像を撮像するカメラPROD_C3、動画像を外部から入力するための入力端子PROD_C4、動画像を受信するための受信部PROD_C5、及び、画像を生成または加工する画像処理部PROD_C6を更に備えていてもよい。図においては、これら全てを記録装置PROD_Cが備えた構成を例示しているが、一部を省略しても構わない。 The recording device PROD_C may further include a camera PROD_C3 that captures moving images, an input terminal PROD_C4 for inputting moving images from the outside, a receiving unit PROD_C5 for receiving moving images, and an image processing unit PROD_C6 that generates or processes images, as a source of moving images to be input to the encoding unit PROD_C1. The figure shows an example of a configuration in which the recording device PROD_C includes all of these components, but some may be omitted.
なお、受信部PROD_C5は、符号化されていない動画像を受信するものであってもよいし、記録用の符号化方式とは異なる伝送用の符号化方式で符号化された符号化データを受信するものであってもよい。後者の場合、受信部PROD_C5と符号化部PROD_C1との間に、伝送用の符号化方式で符号化された符号化データを復号する伝送用復号部(不図示)を介在させるとよい。 The receiving unit PROD_C5 may receive unencoded video, or may receive encoded data encoded using an encoding method for transmission that is different from the encoding method for recording. In the latter case, it is preferable to interpose a transmission decoding unit (not shown) between the receiving unit PROD_C5 and the encoding unit PROD_C1, which decodes the encoded data encoded using the encoding method for transmission.
このような記録装置PROD_Cとしては、例えば、DVDレコーダ、BDレコーダ、HDD(Hard Disk Drive)レコーダなどが挙げられる(この場合、入力端子PROD_C4または受信部PROD_C5が動画像の主な供給源となる)。また、カムコーダ(この場合、カメラPROD_C3が動画像の主な供給源となる)、パーソナルコンピュータ(この場合、受信部PROD_C5または画像処理部C6が動画像の主な供給源となる)、スマートフォン(この場合、カメラPROD_C3または受信部PROD_C5が動画像の主な供給源となる)なども、このような記録装置PROD_Cの一例である。 Examples of such recording devices PROD_C include DVD recorders, BD recorders, and HDD (Hard Disk Drive) recorders (in this case, the input terminal PROD_C4 or the receiving unit PROD_C5 is the main source of video images). Other examples of such recording devices PROD_C include camcorders (in this case, the camera PROD_C3 is the main source of video images), personal computers (in this case, the receiving unit PROD_C5 or the image processing unit C6 is the main source of video images), and smartphones (in this case, the camera PROD_C3 or the receiving unit PROD_C5 is the main source of video images).
図3(b)は、上述した動画像復号装置31を搭載した再生装置PROD_Dの構成を示したブロックである。図に示すように、再生装置PROD_Dは、記録媒体PROD_Mに書き込まれた符号化データを読み出す読出部PROD_D1と、読出部PROD_D1が読み出した符号化データを復号することによって動画像を得る復号部PROD_D2と、を備えている。上述した動画像復号装置31は、この復号部PROD_D2として利用される。
Figure 3(b) is a block diagram showing the configuration of a playback device PROD_D equipped with the above-mentioned
なお、記録媒体PROD_Mは、(1)HDDやSSDなどのように、再生装置PROD_Dに内蔵されるタイプのものであってもよいし、(2)SDメモリカードやUSBフラッシュメモリなどのように、再生装置PROD_Dに接続されるタイプのものであってもよいし、(3)DVDやBDなどのように、再生装置PROD_Dに内蔵されたドライブ装置(不図示)に装填されるものであってもよい。 The recording medium PROD_M may be (1) a type that is built into the playback device PROD_D, such as an HDD or SSD, (2) a type that is connected to the playback device PROD_D, such as an SD memory card or USB flash memory, or (3) a type that is loaded into a drive device (not shown) built into the playback device PROD_D, such as a DVD or BD.
また、再生装置PROD_Dは、復号部PROD_D2が出力する動画像の供給先として、動画像を表示するディスプレイPROD_D3、動画像を外部に出力するための出力端子PROD_D4、及び、動画像を送信する送信部PROD_D5を更に備えていてもよい。図においては、これら全てを再生装置PROD_Dが備えた構成を例示しているが、一部を省略しても構わない。 The playback device PROD_D may further include, as destinations for the video output by the decoding unit PROD_D2, a display PROD_D3 that displays the video, an output terminal PROD_D4 for outputting the video to the outside, and a transmission unit PROD_D5 that transmits the video. In the figure, the playback device PROD_D is shown as having all of these components, but some may be omitted.
なお、送信部PROD_D5は、符号化されていない動画像を送信するものであってもよいし、記録用の符号化方式とは異なる伝送用の符号化方式で符号化された符号化データを送信するものであってもよい。後者の場合、復号部PROD_D2と送信部PROD_D5との間に、動画像を伝送用の符号化方式で符号化する符号化部(不図示)を介在させるとよい。 The transmission unit PROD_D5 may transmit unencoded video, or may transmit encoded data encoded using an encoding method for transmission that is different from the encoding method for recording. In the latter case, it is preferable to interpose an encoding unit (not shown) between the decoding unit PROD_D2 and the transmission unit PROD_D5, which encodes the video using an encoding method for transmission.
このような再生装置PROD_Dとしては、例えば、DVDプレイヤ、BDプレイヤ、HDDプレイヤなどが挙げられる(この場合、テレビジョン受像機等が接続される出力端子PROD_D4が動画像の主な供給先となる)。また、テレビジョン受像機(この場合、ディスプレイPROD_D3が動画像の主な供給先となる)、デジタルサイネージ(電子看板や電子掲示板等とも称され、ディスプレイPROD_D3または送信部PROD_D5が動画像の主な供給先となる)、デスクトップ型PC(この場合、出力端子PROD_D4または送信部PROD_D5が動画像の主な供給先となる)、ラップトップ型またはタブレット型PC(この場合、ディスプレイPROD_D3または送信部PROD_D5が動画像の主な供給先となる)、スマートフォン(この場合、ディスプレイPROD_D3または送信部PROD_D5が動画像の主な供給先となる)なども、このような再生装置PROD_Dの一例である。 Examples of such playback devices PROD_D include DVD players, BD players, and HDD players (in this case, the output terminal PROD_D4 to which a television receiver or the like is connected is the main destination of the video image). Other examples of such playback devices PROD_D include television receivers (in this case, the display PROD_D3 is the main destination of the video image), digital signage (also called electronic billboards or electronic bulletin boards, and the display PROD_D3 or the transmission unit PROD_D5 is the main destination of the video image), desktop PCs (in this case, the output terminal PROD_D4 or the transmission unit PROD_D5 is the main destination of the video image), laptop or tablet PCs (in this case, the display PROD_D3 or the transmission unit PROD_D5 is the main destination of the video image), and smartphones (in this case, the display PROD_D3 or the transmission unit PROD_D5 is the main destination of the video image).
(ハードウェア的実現およびソフトウェア的実現)
また、上述した動画像復号装置31および動画像符号化装置11の各ブロックは、集積回路(ICチップ)上に形成された論理回路によってハードウェア的に実現してもよいし、CPU(Central Processing Unit)を用いてソフトウェア的に実現してもよい。
(Hardware and Software Realizations)
In addition, each block of the above-mentioned
後者の場合、上記各装置は、各機能を実現するプログラムの命令を実行するCPU、上記プログラムを格納したROM(Read Only Memory)、上記プログラムを展開するRAM(RandomAccess Memory)、上記プログラムおよび各種データを格納するメモリ等の記憶装置(記録媒体)などを備えている。そして、本発明の実施形態の目的は、上述した機能を実現するソフトウェアである上記各装置の制御プログラムのプログラムコード(実行形式プログラム、中間コードプログラム、ソースプログラム)をコンピュータで読み取り可能に記録した記録媒体を、上記各装置に供給し、そのコンピュータ(またはCPUやMPU)が記録媒体に記録されているプログラムコードを読み出し実行することによっても、達成可能である。 In the latter case, each of the above devices includes a CPU that executes the commands of the program that realizes each function, a ROM (Read Only Memory) that stores the above program, a RAM (Random Access Memory) that expands the above program, and a storage device (recording medium) such as a memory that stores the above program and various data. The object of the embodiment of the present invention can also be achieved by supplying each of the above devices with a recording medium on which the program code (executable program, intermediate code program, source program) of the control program of each of the above devices, which is software that realizes the above functions, is recorded in a computer-readable manner, and the computer (or CPU or MPU) reads and executes the program code recorded on the recording medium.
上記記録媒体としては、例えば、磁気テープやカセットテープ等のテープ類、フロッピー(登録商標)ディスク/ハードディスク等の磁気ディスクやCD-ROM(Compact Disc Read-Only Memory)/MOディスク(Magneto-Optical disc)/MD(Mini Disc)/DVD(Digital Versatile Disc:登録商標)/CD-R(CD Recordable)/ブルーレイディスク(Blu-rayDisc:登録商標)等の光ディスクを含むディスク類、ICカード(メモリカードを含む)/光カード等のカード類、マスクROM/EPROM(Erasable Programmable Read-Only Memory)/EEPROM(Electrically Erasable and Programmable Read-Only Memory:登録商標)/フラッシュROM等の半導体メモリ類、あるいはPLD(Programmable logic device)やFPGA(Field Programmable Gate Array)等の論理回路類などを用いることができる。 Examples of the recording medium include tapes such as magnetic tapes and cassette tapes, magnetic disks such as floppy disks (registered trademark) and hard disks, disks including optical disks such as CD-ROMs (Compact Disc Read-Only Memory), MO disks (Magneto-Optical discs), MDs (Mini Discs), DVDs (Digital Versatile Discs (registered trademark)), CD-Rs (CD Recordable), and Blu-ray Discs (registered trademark), cards such as IC cards (including memory cards) and optical cards, semiconductor memories such as mask ROMs, EPROMs (Erasable Programmable Read-Only Memory), EEPROMs (Electrically Erasable and Programmable Read-Only Memory (registered trademark)), and flash ROMs, and logic circuits such as PLDs (Programmable logic devices) and FPGAs (Field Programmable Gate Arrays).
また、上記各装置を通信ネットワークと接続可能に構成し、上記プログラムコードを通信ネットワークを介して供給してもよい。この通信ネットワークは、プログラムコードを伝送可能であればよく、特に限定されない。例えば、インターネット、イントラネット、エキストラネット、LAN(Local Area Network)、ISDN(Integrated Services Digital Network)、VAN(Value-Added Network)、CATV(Community Antenna television/Cable Television)通信網、仮想専用網(Virtual Private Network)、電話回線網、移動体通信網、衛星通信網等が利用可能である。また、この通信ネットワークを構成する伝送媒体も、プログラムコードを伝送可能な媒体であればよく、特定の構成または種類のものに限定されない。例えば、IEEE(Institute of Electrical and Electronic Engineers)1394、USB、電力線搬送、ケーブルTV回線、電話線、ADSL(Asymmetric Digital Subscriber Line)回線等の有線でも、IrDA(Infrared Data Association)やリモコンのような赤外線、BlueTooth(登録商標)、IEEE802.11無線、HDR(High Data Rate)、NFC(Near Field Communication)、DLNA(Digital Living Network Alliance:登録商標)、携帯電話網、衛星回線、地上デジタル放送網等の無線でも利用可能である。なお、本発明の実施形態は、上記プログラムコードが電子的な伝送で具現化された、搬送波に埋め込まれたコンピュータデータ信号の形態でも実現され得る。 The above devices may also be configured to be connectable to a communications network, and the program code may be supplied via the communications network. This communications network may be any network capable of transmitting the program code, and is not limited to any particular network. For example, the Internet, an intranet, an extranet, a LAN (Local Area Network), an ISDN (Integrated Services Digital Network), a VAN (Value-Added Network), a CATV (Community Antenna television/Cable Television) communications network, a virtual private network, a telephone line network, a mobile communications network, a satellite communications network, and the like may be used. Furthermore, the transmission media constituting this communications network may be any medium capable of transmitting the program code, and is not limited to any particular configuration or type. For example, the program code can be used in wired communication such as IEEE (Institute of Electrical and Electronic Engineers) 1394, USB, power line carrier, cable TV line, telephone line, or ADSL (Asymmetric Digital Subscriber Line) line, or wireless communication such as IrDA (Infrared Data Association), infrared such as remote control, BlueTooth (registered trademark), IEEE802.11 wireless, HDR (High Data Rate), NFC (Near Field Communication), DLNA (Digital Living Network Alliance: registered trademark), mobile phone network, satellite line, or terrestrial digital broadcasting network. Note that the embodiment of the present invention can also be realized in the form of a computer data signal embedded in a carrier wave, in which the program code is embodied by electronic transmission.
本発明の実施形態は上述した実施形態に限定されるものではなく、請求項に示した範囲で種々の変更が可能である。すなわち、請求項に示した範囲で適宜変更した技術的手段を組み合わせて得られる実施形態についても本発明の技術的範囲に含まれる。 The embodiments of the present invention are not limited to the above-mentioned embodiments, and various modifications are possible within the scope of the claims. In other words, embodiments obtained by combining technical means that are appropriately modified within the scope of the claims are also included in the technical scope of the present invention.
〔付記事項〕
上述の実施形態は以下のように表現することもできる。
[Additional Notes]
The above embodiment can also be expressed as follows.
本発明の一態様に係る動画像復号装置は、二つの補間画像から、勾配変化によって予測画像を生成する双方向勾配変化処理を用いて予測画像生成部を有し、前記予測画像生成部は、二つの補間画像から、符号化単位毎のL0予測画像とL1予測画像を生成するL0,L1予測生成部と、前記L0予測画像とL1予測画像から、符号化単位毎に双方向勾配変化処理を行うか否かを判定するフラグ設定部と、前記L0予測画像とL1予測画像から、水平方向と、垂直方向の四つの勾配画像を生成する勾配画像生成部と、前記L0予測画像とL1予測画像と前記四つの勾配画像の積和演算から、処理単位毎の相関パラメータを計算する相関パラメータ計算部と、前記勾配画像と、前記相関パラメータから、双方向予測画像を修正する値を導出する動き補償修正値導出部と、前記L0予測画像とL1予測画像と前記動き補償修正値から予測画像を生成する双方向予測画像生成部を有し、前記フラグ設定部と前記相関パラメータ計算部において、前記L0予測画像とL1予測画像の差分の演算精度を同一にすることを特徴とする。 A video decoding device according to one embodiment of the present invention has a predicted image generation unit using bidirectional gradient change processing to generate a predicted image from two interpolated images by gradient change, the predicted image generation unit having an L0,L1 prediction generation unit that generates an L0 predicted image and an L1 predicted image for each coding unit from the two interpolated images, a flag setting unit that determines whether or not to perform bidirectional gradient change processing for each coding unit from the L0 predicted image and the L1 predicted image, a gradient image generation unit that generates four gradient images in the horizontal and vertical directions from the L0 predicted image and the L1 predicted image, a correlation parameter calculation unit that calculates correlation parameters for each processing unit from a product-sum operation of the L0 predicted image, the L1 predicted image, and the four gradient images, a motion compensation correction value derivation unit that derives a value for correcting a bidirectional predicted image from the gradient images and the correlation parameters, and a bidirectional predicted image generation unit that generates a predicted image from the L0 predicted image, the L1 predicted image, and the motion compensation correction value, and is characterized in that the flag setting unit and the correlation parameter calculation unit have the same calculation accuracy for the difference between the L0 predicted image and the L1 predicted image.
また、本発明の一態様に係る動画像復号装置は、前記フラグ設定部と前記相関パラメータ計算部において、前記L0予測画像とL1予測画像の差分の演算精度を画素ビット長にかかわらず一定にすることを特徴とする。 The video decoding device according to one aspect of the present invention is characterized in that the flag setting unit and the correlation parameter calculation unit keep the calculation accuracy of the difference between the L0 predicted image and the L1 predicted image constant regardless of the pixel bit length.
〔構成1〕
二つの補間画像から、勾配変化によって予測画像を生成する双方向勾配変化処理を用いて予測画像生成部を有し、前記予測画像生成部は、二つの補間画像から、符号化単位ごとのL0予測画像とL1予測画像を生成するL0、L1予測生成部と、前記L0予測画像とL1予測画像から、符号化単位毎に双方向勾配変化処理を行うか否かを判定するフラグ設定部と、前記L0予測画像とL1予測画像から、水平方向と、垂直方向の四つの勾配画像を生成する勾配画像生成部と、前記L0予測画像とL1予測画像と前記四つの勾配画像の積和演算から、処理単位毎の相関パラメータを計算する相関パラメータ計算部と、前記勾配画像と、前記相関パラメータから、双方向予測画像を修正する値を導出する動き補償修正値導出部と、前記L0予測画像とL1予測画像と前記動き補償修正値から予測画像を生成する双方向予測画像生成部を有し、前記フラグ設定部と前記相関パラメータ計算部において、前記L0予測画像とL1予測画像の差分の演算精度を同一にすることを特徴とする動画像復号装置。
[Configuration 1]
a bidirectional gradient transformation process for transforming a predicted image from two interpolated images into a bidirectional gradient transformation process, the bidirectional gradient transformation process being performed for each coding unit, the bidirectional gradient transformation process being performed for each coding unit, the bidirectional gradient transformation process being performed for each coding unit, the bidirectional gradient transformation process being performed for each coding unit, the bidirectional gradient transformation process being performed for each coding unit, the bidirectional gradient transformation process being performed for each coding unit, the bidirectional gradient transformation process being performed for each coding unit, the bidirectional gradient transformation process being performed for each coding unit, the bidirectional gradient transformation process being performed for each coding unit,
〔構成2〕
構成1の動画像復号装置の前記フラグ設定部と前記相関パラメータ計算部において、L0予測画像とL1予測画像の差分の演算精度を画素ビット長にかかわらず一定にすることを特徴とする動画像復号装置。
[Configuration 2]
2. The video decoding device according to
〔構成3〕
二つの補間画像から、勾配変化によって予測画像を生成する双方向勾配変化処理を用いて予測画像生成部を有し、前記予測画像生成部は、二つの補間画像から、符号化単位ごとのL0予測画像とL1予測画像を生成するL0、L1予測生成部と、前記L0予測画像とL1予測画像から、符号化単位毎に双方向勾配変化処理を行うか否かを判定するフラグ設定部と、前記L0予測画像とL1予測画像から、水平方向と、垂直方向の四つの勾配画像を生成する勾配画像生成部と、前記L0予測画像とL1予測画像と前記四つの勾配画像の積和演算から、処理単位毎の相関パラメータを計算する相関パラメータ計算部と、前記勾配画像と、前記相関パラメータから、双方向予測画像を修正する値を導出する動き補償修正値導出部と、前記L0予測画像とL1予測画像と前記動き補償修正値から予測画像を生成する双方向予測画像生成部を有し、前記フラグ設定部と前記相関パラメータ計算部において、前記L0予測画像とL1予測画像の差分の演算精度を同一にすることを特徴とする動画像符号化装置。
[Configuration 3]
a bidirectional gradient transformation process for transforming a predicted image from two interpolated images into a bidirectional gradient transformation process, the bidirectional gradient transformation process comprising: an L0, L1 prediction generation unit for generating an L0 predicted image and an L1 predicted image for each coding unit from the two interpolated images; a flag setting unit for determining whether or not to perform bidirectional gradient transformation process for each coding unit from the L0 predicted image and the L1 predicted image; a gradient image generation unit for generating four gradient images in the horizontal and vertical directions from the L0 predicted image and the L1 predicted image; a correlation parameter calculation unit for calculating a correlation parameter for each processing unit from a product-sum operation of the L0 predicted image, the L1 predicted image, and the four gradient images;
〔構成4〕
構成3の動画像符号化装置の前記フラグ設定部と前記相関パラメータ計算部において、L0予測画像とL1予測画像の差分の演算精度を画素ビット長にかかわらず一定にすることを特徴とする動画像符号化装置。
[Configuration 4]
The video encoding device of
本発明の実施形態は、画像データが符号化された符号化データを復号する動画像復号装置、および、画像データが符号化された符号化データを生成する動画像符号化装置に好適に適用することができる。また、動画像符号化装置によって生成され、動画像復号装置によって参照される符号化データのデータ構造に好適に適用することができる。 Embodiments of the present invention can be suitably applied to a video decoding device that decodes coded data in which image data is coded, and a video coding device that generates coded data in which image data is coded. They can also be suitably applied to the data structure of coded data that is generated by a video coding device and referenced by the video decoding device.
31 画像復号装置
301 エントロピー復号部
302 パラメータ復号部
3020 ヘッダ復号部
303 インター予測パラメータ復号部
304 イントラ予測パラメータ復号部
308 予測画像生成部
309 インター予測画像生成部
310 イントラ予測画像生成部
311 逆量子化・逆変換部
312 加算部
11 画像符号化装置
101 予測画像生成部
102 減算部
103 変換・量子化部
104 エントロピー符号化部
105 逆量子化・逆変換部
107 ループフィルタ
110 符号化パラメータ決定部
111 パラメータ符号化部
112 インター予測パラメータ符号化部
113 イントラ予測パラメータ符号化部
1110 ヘッダ符号化部
1111 CT情報符号化部
1112 CU符号化部( 予測モード符号化部)
1114 TU符号化部
30954 BDOF部
309541 L0,L1予測画像生成部
309542 フラグ設定部
309543 勾配画像生成部
309544 相関パラメータ計算部
309545 動き補償修正値導出部
309546 双方向予測画像生成部
31 Image Decoding Device
301 Entropy Decoding Unit
302 Parameter Decoding Unit
3020 Header Decoding Unit
303 Inter-prediction parameter decoding unit
304 Intra prediction parameter decoding unit
308 Prediction Image Generation Unit
309 Inter-prediction image generation unit
310 Intra-prediction image generation unit
311 Inverse quantization and inverse transformation unit
312 Addition section
11 Image Encoding Device
101 Prediction image generation unit
102 Subtraction section
103 Transformation and Quantization Section
104 Entropy coding unit
105 Inverse quantization and inverse transformation section
107 Loop Filter
110 Encoding parameter determination unit
111 Parameter Encoding Unit
112 Inter-prediction parameter coding unit
113 Intra prediction parameter coding unit
1110 Header encoding part
1111 CT information coding unit
1112 CU encoding unit (prediction mode encoding unit)
1114 TU encoding unit
30954 BDOF Division
309541 L0,L1 predicted image generation unit
309542 Flag setting section
309543 Gradient image generator
309544 Correlation parameter calculation unit
309545 Motion compensation correction value derivation part
309546 Bidirectional predictive image generator
Claims (5)
サブブロック単位で、前記第1の予測画像及び前記第2の予測画像の差分絶対値和を導出するBDOF部を備え、
前記第3の予測画像は、(i)前記第1の予測画像と、(ii)前記第2の予測画像と、(iii)前記動き補償修正値と、(iv)第1のオフセット値との加算値を、第1のシフト値で右シフトすることにより導出され、
前記動き補償修正値は、前記第1の予測画像の水平方向の勾配画像と、前記第1の予測画像の垂直方向の勾配画像と、前記第2の予測画像の水平方向の勾配画像と、前記第2の予測画像の垂直方向の勾配画像と、を用いて導出され、
前記第1の予測画像の水平方向の勾配画像は、式lx0[x][y] = (PredL0[x+1][y]>>shift0)-(PredL0[x-1][y]>>shift0)を用いて導出され、ここで、lx0は、該水平方向の勾配画像であり、PredL0は、前記第1の予測画像であり、shift0は、第2のシフト値であり、
前記第1の予測画像の垂直方向の勾配画像は、式ly0[x][y] = (PredL0[x][y+1]>>shift0)-(PredL0[x][y-1]>>shift0)を用いて導出され、ここで、ly0は、該垂直方向の勾配画像であり、PredL0は、前記第1の予測画像であり、shift0は、第2のシフト値であり、
前記第2の予測画像の水平方向の勾配画像は、式lx1[x][y] = (PredL1[x+1][y]>>shift0)-(PredL1[x-1][y]>>shift0)を用いて導出され、ここで、lx1は、該水平方向の勾配画像であり、PredL1は、前記第2の予測画像であり、shift0は、第2のシフト値であり、
前記第2の予測画像の垂直方向の勾配画像は、式ly1[x][y] = (PredL1[x][y+1]>>shift0)-(PredL1[x][y-1]>>shift0)を用いて導出され、ここで、ly1は、該垂直方向の勾配画像であり、PredL1は、前記第2の予測画像であり、shift0は、第2のシフト値であることを特徴とする動画像復号装置。 A video decoding device that generates a third predicted image by BDOF prediction using a first predicted image, a second predicted image, and a motion compensation correction value, comprising:
a BDOF unit that derives a sum of absolute differences between the first predicted image and the second predicted image in units of subblocks;
the third predicted image is derived by right-shifting an added value of (i) the first predicted image, (ii) the second predicted image, (iii) the motion compensation correction value, and (iv) a first offset value by a first shift value;
the motion compensation correction value is derived using a horizontal gradient image of the first predicted image, a vertical gradient image of the first predicted image, a horizontal gradient image of the second predicted image, and a vertical gradient image of the second predicted image;
a horizontal gradient image of the first predicted image is derived using the equation lx0[x][y]=(PredL0[x+1][y]>>shift0)-(PredL0[x-1][y]>>shift0), where lx0 is the horizontal gradient image, PredL0 is the first predicted image, and shift0 is a second shift value;
a vertical gradient image of the first predicted image is derived using the equation ly0[x][y]=(PredL0[x][y+1]>>shift0)-(PredL0[x][y-1]>>shift0), where ly0 is the vertical gradient image, PredL0 is the first predicted image and shift0 is a second shift value;
a horizontal gradient image of the second predicted image is derived using the equation lx1[x][y]=(PredL1[x+1][y]>>shift0)-(PredL1[x-1][y]>>shift0), where lx1 is the horizontal gradient image, PredL1 is the second predicted image, and shift0 is a second shift value;
a vertical gradient image of the second predicted image is derived using an equation ly1[x][y] = (PredL1[x][y+1] >> shift0) - (PredL1[x][y-1] >> shift0), where ly1 is the vertical gradient image, PredL1 is the second predicted image, and shift0 is a second shift value .
サブブロック単位で、前記第1の予測画像及び前記第2の予測画像の差分絶対値和を導出するBDOF部を備え、
前記第3の予測画像は、(i)前記第1の予測画像と、(ii)前記第2の予測画像と、(iii)前記動き補償修正値と、(iv)第1のオフセット値との加算値を、第1のシフト値で右シフトすることにより導出され、
前記動き補償修正値は、前記第1の予測画像の水平方向の勾配画像と、前記第1の予測画像の垂直方向の勾配画像と、前記第2の予測画像の水平方向の勾配画像と、前記第2の予測画像の垂直方向の勾配画像と、を用いて導出され、
前記第1の予測画像の水平方向の勾配画像は、式lx0[x][y] = (PredL0[x+1][y]>>shift0)-(PredL0[x-1][y]>>shift0)を用いて導出され、ここで、lx0は、該水平方向の勾配画像であり、PredL0は、前記第1の予測画像であり、shift0は、第2のシフト値であり、
前記第1の予測画像の垂直方向の勾配画像は、式ly0[x][y] = (PredL0[x][y+1]>>shift0)-(PredL0[x][y-1]>>shift0)を用いて導出され、ここで、ly0は、該垂直方向の勾配画像であり、PredL0は、前記第1の予測画像であり、shift0は、第2のシフト値であり、
前記第2の予測画像の水平方向の勾配画像は、式lx1[x][y] = (PredL1[x+1][y]>>shift0)-(PredL1[x-1][y]>>shift0)を用いて導出され、ここで、lx1は、該水平方向の勾配画像であり、PredL1は、前記第2の予測画像であり、shift0は、第2のシフト値であり、
前記第2の予測画像の垂直方向の勾配画像は、式ly1[x][y] = (PredL1[x][y+1]>>shift0)-(PredL1[x][y-1]>>shift0)を用いて導出され、ここで、ly1は、該垂直方向の勾配画像であり、PredL1は、前記第2の予測画像であり、shift0は、第2のシフト値であることを特徴とする動画像符号化装置。 A video encoding device that generates a third predicted image by BDOF prediction using a first predicted image, a second predicted image, and a motion compensation correction value, comprising:
a BDOF unit that derives a sum of absolute differences between the first predicted image and the second predicted image in units of subblocks;
the third predicted image is derived by right-shifting an added value of (i) the first predicted image, (ii) the second predicted image, (iii) the motion compensation correction value, and (iv) a first offset value by a first shift value;
the motion compensation correction value is derived using a horizontal gradient image of the first predicted image, a vertical gradient image of the first predicted image, a horizontal gradient image of the second predicted image, and a vertical gradient image of the second predicted image;
a horizontal gradient image of the first predicted image is derived using the equation lx0[x][y]=(PredL0[x+1][y]>>shift0)-(PredL0[x-1][y]>>shift0), where lx0 is the horizontal gradient image, PredL0 is the first predicted image, and shift0 is a second shift value;
a vertical gradient image of the first predicted image is derived using the equation ly0[x][y]=(PredL0[x][y+1]>>shift0)-(PredL0[x][y-1]>>shift0), where ly0 is the vertical gradient image, PredL0 is the first predicted image and shift0 is a second shift value;
a horizontal gradient image of the second predicted image is derived using the equation lx1[x][y]=(PredL1[x+1][y]>>shift0)-(PredL1[x-1][y]>>shift0), where lx1 is the horizontal gradient image, PredL1 is the second predicted image, and shift0 is a second shift value;
a vertical gradient image of the second predicted image is derived using an equation ly1[x][y] = (PredL1[x][y+1] >> shift0) - (PredL1[x][y-1] >> shift0), where ly1 is the vertical gradient image, PredL1 is the second predicted image, and shift0 is a second shift value .
サブブロック単位で、前記第1の予測画像及び前記第2の予測画像の差分絶対値和を導出するステップを少なくとも含み、
前記第3の予測画像は、(i)前記第1の予測画像と、(ii)前記第2の予測画像と、(iii)前記動き補償修正値と、(iv)第1のオフセット値との加算値を、第1のシフト値で右シフトすることにより導出され、
前記動き補償修正値は、前記第1の予測画像の水平方向の勾配画像と、前記第1の予測画像の垂直方向の勾配画像と、前記第2の予測画像の水平方向の勾配画像と、前記第2の予測画像の垂直方向の勾配画像と、を用いて導出され、
前記第1の予測画像の水平方向の勾配画像は、式lx0[x][y] = (PredL0[x+1][y]>>shift0)-(PredL0[x-1][y]>>shift0)を用いて導出され、ここで、lx0は、該水平方向の勾配画像であり、PredL0は、前記第1の予測画像であり、shift0は、第2のシフト値であり、
前記第1の予測画像の垂直方向の勾配画像は、式ly0[x][y] = (PredL0[x][y+1]>>shift0)-(PredL0[x][y-1]>>shift0)を用いて導出され、ここで、ly0は、該垂直方向の勾配画像であり、PredL0は、前記第1の予測画像であり、shift0は、第2のシフト値であり、
前記第2の予測画像の水平方向の勾配画像は、式lx1[x][y] = (PredL1[x+1][y]>>shift0)-(PredL1[x-1][y]>>shift0)を用いて導出され、ここで、lx1は、該水平方向の勾配画像であり、PredL1は、前記第2の予測画像であり、shift0は、第2のシフト値であり、
前記第2の予測画像の垂直方向の勾配画像は、式ly1[x][y] = (PredL1[x][y+1]>>shift0)-(PredL1[x][y-1]>>shift0)を用いて導出され、ここで、ly1は、該垂直方向の勾配画像であり、PredL1は、前記第2の予測画像であり、shift0は、第2のシフト値であることを特徴とする動画像復号方法。 1. A video decoding method for generating a third predicted image by BDOF prediction using a first predicted image, a second predicted image, and a motion compensation correction value, comprising:
The method includes at least a step of deriving a sum of absolute differences between the first predicted image and the second predicted image in units of sub-blocks,
the third predicted image is derived by right-shifting an added value of (i) the first predicted image, (ii) the second predicted image, (iii) the motion compensation correction value, and (iv) a first offset value by a first shift value;
the motion compensation correction value is derived using a horizontal gradient image of the first predicted image, a vertical gradient image of the first predicted image, a horizontal gradient image of the second predicted image, and a vertical gradient image of the second predicted image;
a horizontal gradient image of the first predicted image is derived using the equation lx0[x][y]=(PredL0[x+1][y]>>shift0)-(PredL0[x-1][y]>>shift0), where lx0 is the horizontal gradient image, PredL0 is the first predicted image, and shift0 is a second shift value;
a vertical gradient image of the first predicted image is derived using the equation ly0[x][y]=(PredL0[x][y+1]>>shift0)-(PredL0[x][y-1]>>shift0), where ly0 is the vertical gradient image, PredL0 is the first predicted image and shift0 is a second shift value;
a horizontal gradient image of the second predicted image is derived using the equation lx1[x][y]=(PredL1[x+1][y]>>shift0)-(PredL1[x-1][y]>>shift0), where lx1 is the horizontal gradient image, PredL1 is the second predicted image, and shift0 is a second shift value;
a vertical gradient image of the second predicted image is derived using an equation ly1[x][y] = (PredL1[x][y+1] >> shift0) - (PredL1[x][y-1] >> shift0), where ly1 is the vertical gradient image, PredL1 is the second predicted image, and shift0 is a second shift value .
サブブロック単位で、前記第1の予測画像及び前記第2の予測画像の差分絶対値和を導出するステップを少なくとも含み、
前記第3の予測画像は、(i)前記第1の予測画像と、(ii)前記第2の予測画像と、(iii)前記動き補償修正値と、(iv)第1のオフセット値との加算値を、第1のシフト値で右シフトすることにより導出され、
前記動き補償修正値は、前記第1の予測画像の水平方向の勾配画像と、前記第1の予測画像の垂直方向の勾配画像と、前記第2の予測画像の水平方向の勾配画像と、前記第2の予測画像の垂直方向の勾配画像と、を用いて導出され、
前記第1の予測画像の水平方向の勾配画像は、式lx0[x][y] = (PredL0[x+1][y]>>shift0)-(PredL0[x-1][y]>>shift0)を用いて導出され、ここで、lx0は、該水平方向の勾配画像であり、PredL0は、前記第1の予測画像であり、shift0は、第2のシフト値であり、
前記第1の予測画像の垂直方向の勾配画像は、式ly0[x][y] = (PredL0[x][y+1]>>shift0)-(PredL0[x][y-1]>>shift0)を用いて導出され、ここで、ly0は、該垂直方向の勾配画像であり、PredL0は、前記第1の予測画像であり、shift0は、第2のシフト値であり、
前記第2の予測画像の水平方向の勾配画像は、式lx1[x][y] = (PredL1[x+1][y]>>shift0)-(PredL1[x-1][y]>>shift0)を用いて導出され、ここで、lx1は、該水平方向の勾配画像であり、PredL1は、前記第2の予測画像であり、shift0は、第2のシフト値であり、
前記第2の予測画像の垂直方向の勾配画像は、式ly1[x][y] = (PredL1[x][y+1]>>shift0)-(PredL1[x][y-1]>>shift0)を用いて導出され、ここで、ly1は、該垂直方向の勾配画像であり、PredL1は、前記第2の予測画像であり、shift0は、第2のシフト値であることを特徴とする動画像符号化方法。 1. A video encoding method for generating a third predicted image by BDOF prediction using a first predicted image, a second predicted image, and a motion compensation correction value, comprising:
The method includes at least a step of deriving a sum of absolute differences between the first predicted image and the second predicted image in units of sub-blocks,
the third predicted image is derived by right-shifting an added value of (i) the first predicted image, (ii) the second predicted image, (iii) the motion compensation correction value, and (iv) a first offset value by a first shift value;
the motion compensation correction value is derived using a horizontal gradient image of the first predicted image, a vertical gradient image of the first predicted image, a horizontal gradient image of the second predicted image, and a vertical gradient image of the second predicted image;
a horizontal gradient image of the first predicted image is derived using the equation lx0[x][y]=(PredL0[x+1][y]>>shift0)-(PredL0[x-1][y]>>shift0), where lx0 is the horizontal gradient image, PredL0 is the first predicted image, and shift0 is a second shift value;
a vertical gradient image of the first predicted image is derived using the equation ly0[x][y]=(PredL0[x][y+1]>>shift0)-(PredL0[x][y-1]>>shift0), where ly0 is the vertical gradient image, PredL0 is the first predicted image and shift0 is a second shift value;
a horizontal gradient image of the second predicted image is derived using the equation lx1[x][y]=(PredL1[x+1][y]>>shift0)-(PredL1[x-1][y]>>shift0), where lx1 is the horizontal gradient image, PredL1 is the second predicted image, and shift0 is a second shift value;
a vertical gradient image of the second predicted image is derived using an equation ly1[x][y] = (PredL1[x][y+1] >> shift0) - (PredL1[x][y-1] >> shift0), where ly1 is the vertical gradient image, PredL1 is the second predicted image, and shift0 is a second shift value .
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2023187980A JP7654751B2 (en) | 2019-06-07 | 2023-11-01 | Video decoding device, video encoding device, video decoding method, and video encoding method |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2019107061A JP7378968B2 (en) | 2019-06-07 | 2019-06-07 | Predicted image generation device, video decoding device, and video encoding device |
| JP2023187980A JP7654751B2 (en) | 2019-06-07 | 2023-11-01 | Video decoding device, video encoding device, video decoding method, and video encoding method |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2019107061A Division JP7378968B2 (en) | 2019-06-07 | 2019-06-07 | Predicted image generation device, video decoding device, and video encoding device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2023181459A JP2023181459A (en) | 2023-12-21 |
| JP7654751B2 true JP7654751B2 (en) | 2025-04-01 |
Family
ID=73742173
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2019107061A Active JP7378968B2 (en) | 2019-06-07 | 2019-06-07 | Predicted image generation device, video decoding device, and video encoding device |
| JP2023187980A Active JP7654751B2 (en) | 2019-06-07 | 2023-11-01 | Video decoding device, video encoding device, video decoding method, and video encoding method |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2019107061A Active JP7378968B2 (en) | 2019-06-07 | 2019-06-07 | Predicted image generation device, video decoding device, and video encoding device |
Country Status (1)
| Country | Link |
|---|---|
| JP (2) | JP7378968B2 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP7823046B2 (en) * | 2020-12-22 | 2026-03-03 | クアルコム,インコーポレイテッド | Bidirectional Optical Flow in Video Coding |
| KR20240114280A (en) * | 2023-01-16 | 2024-07-23 | 주식회사 케이티 | A method of encoding/decoding a video and recording medium storing bitstream |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2020200269A1 (en) | 2019-04-02 | 2020-10-08 | Beijing Bytedance Network Technology Co., Ltd. | Decoder side motion vector derivation |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP3649780B1 (en) | 2017-07-03 | 2025-06-25 | InterDigital VC Holdings, Inc. | Motion-compensation prediction based on bi-directional optical flow |
| KR20210094664A (en) | 2019-01-02 | 2021-07-29 | 텔레폰악티에볼라겟엘엠에릭슨(펍) | Side-motion refinement in video encoding/decoding systems |
| JP6867611B2 (en) | 2019-03-11 | 2021-04-28 | Kddi株式会社 | Image decoding device, image decoding method and program |
-
2019
- 2019-06-07 JP JP2019107061A patent/JP7378968B2/en active Active
-
2023
- 2023-11-01 JP JP2023187980A patent/JP7654751B2/en active Active
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2020200269A1 (en) | 2019-04-02 | 2020-10-08 | Beijing Bytedance Network Technology Co., Ltd. | Decoder side motion vector derivation |
Non-Patent Citations (4)
| Title |
|---|
| Benjamin Bross, Jianle Chen, and Shan Liu,Versatile Video Coding (Draft 4),Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11,JVET-M1001 (version 7),13th Meeting: Marrakech, MA,2019年03月,pp.197-199 |
| Hongbin Liu, et al.,Non-CE9: Unified gradient calculations in BDOF,Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11,JVET-O0570,15th Meeting: Gothenburg, SE,2019年07月,pp.1-3 |
| Takeshi Chujoh, and Tomohiro Ikai,Non-CE9: A speed up method of BDOF,Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11,JVET-O0211-v2,15th Meeting: Gothenburg, SE,2019年07月,pp.1-3 |
| Xiaoyu Xiu, Yuwen He, and Yan Ye,CE9-related: Complexity reduction and bit-width control for bi-directional optical flow (BIO),Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11,JVET-L0256_v2,12th Meeting: Macao, CN,2018年09月,pp.1-15 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP7378968B2 (en) | 2023-11-14 |
| JP2020202454A (en) | 2020-12-17 |
| JP2023181459A (en) | 2023-12-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7706621B2 (en) | Video decoding device and video encoding device | |
| JP7752799B2 (en) | Video encoding device and recording medium | |
| CN114762348A (en) | Moving image decoding device | |
| WO2020137920A1 (en) | Prediction image generating device, moving image decoding device, moving image encoding device, and prediction image generating method | |
| JP7714762B2 (en) | Image decoding device, image encoding device, and recording medium | |
| JP2024129102A (en) | Video decoding device and video encoding device | |
| JP7654751B2 (en) | Video decoding device, video encoding device, video decoding method, and video encoding method | |
| JP2020096279A (en) | Predictive image generation device, moving image decoding device, and moving image encoding device | |
| JP2020145650A (en) | Image decoding device and image coding device | |
| US11044490B2 (en) | Motion compensation filter apparatus, image decoding apparatus, and video coding apparatus | |
| JP2020088577A (en) | Predictive image generation device, moving image decoding device, and moving image encoding device | |
| JP2020088660A (en) | Moving picture coding apparatus, moving picture decoding apparatus | |
| JP2020170901A (en) | Predictive image generator, moving image decoding device and moving image coding device | |
| WO2021235448A1 (en) | Video coding device and video decoding device | |
| JP2022087865A (en) | Image decoder and image encoder | |
| JP7716209B2 (en) | Merge candidate derivation device, video decoding device, and video encoding device | |
| CN113170190B (en) | Prediction image generation device and method for generating a prediction image using two prediction images | |
| JP7514611B2 (en) | Video decoding device, video encoding device, and predicted image generating device | |
| JP2020096329A (en) | Predictive image generation device, moving image decoding device, and moving image encoding device | |
| JP7465128B2 (en) | Video encoding device and video decoding device | |
| RU2799802C2 (en) | Prediction image generation device, video signal decoding device, video signal encoding device and method for project image generation | |
| JP2020109919A (en) | Predictive image generation device, moving image decoding device, and moving image encoding device | |
| JP2021197558A (en) | Dynamic image encoding device and dynamic image decoding device | |
| JP2020195015A (en) | Moving image decoding device and moving image encoding device | |
| JP2021180344A (en) | Predictive image generation device, moving image decoding device, and moving image coding device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20231101 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20241129 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20241203 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250124 |
|
| 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: 20250304 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20250319 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7654751 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |