Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP7835330B2 - Video encoding device, video encoding method, and video encoding program - Google Patents
[go: Go Back, main page]

JP7835330B2 - Video encoding device, video encoding method, and video encoding program - Google Patents

Video encoding device, video encoding method, and video encoding program

Info

Publication number
JP7835330B2
JP7835330B2 JP2025073444A JP2025073444A JP7835330B2 JP 7835330 B2 JP7835330 B2 JP 7835330B2 JP 2025073444 A JP2025073444 A JP 2025073444A JP 2025073444 A JP2025073444 A JP 2025073444A JP 7835330 B2 JP7835330 B2 JP 7835330B2
Authority
JP
Japan
Prior art keywords
merge candidate
prediction
merge
motion vector
triangular
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
Application number
JP2025073444A
Other languages
Japanese (ja)
Other versions
JP2025107241A (en
Inventor
茂 福島
英樹 竹原
博哉 中村
智 坂爪
徹 熊倉
宏之 倉重
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
JVCKenwood Corp
Original Assignee
JVCKenwood Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by JVCKenwood Corp filed Critical JVCKenwood Corp
Priority to JP2025073444A priority Critical patent/JP7835330B2/en
Publication of JP2025107241A publication Critical patent/JP2025107241A/en
Application granted granted Critical
Publication of JP7835330B2 publication Critical patent/JP7835330B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Description

本発明は、画像をブロックに分割して予測を行う画像符号化及び復号技術に関する。 This invention relates to image coding and decoding techniques that divide an image into blocks for prediction.

画像の符号化及び復号では、処理の対象となる画像を所定数の画素の集合であるブロッ
クに分割し、ブロック単位で処理をする。適切なブロックに分割し、画面内予測(イント
ラ予測)、画面間予測(インター予測)を適切に設定することにより、符号化効率が向上
する。
In image encoding and decoding, the image to be processed is divided into blocks, which are sets of a predetermined number of pixels, and processed in block units. By dividing the image into appropriate blocks and appropriately setting intra-frame prediction and inter-frame prediction, encoding efficiency can be improved.

動画像の符号化・復号では、符号化・復号済みのピクチャから予測するインター予測に
より符号化効率を向上している。特許文献1には、インター予測の際に、アフィン変換を
適用する技術が記載されている。動画像では、物体が拡大・縮小、回転といった変形を伴
うことは珍しいことではなく、特許文献1の技術を適用することにより、効率的な符号化
が可能となる。
In video encoding and decoding, encoding efficiency is improved by interpretation, which predicts from encoded and decoded pictures. Patent Document 1 describes a technique for applying affine transformations during interpretation. In video, it is not uncommon for objects to undergo deformations such as scaling and rotation, and by applying the technique in Patent Document 1, efficient encoding becomes possible.

特開平9-172644号公報Japanese Patent Application Publication No. 9-172644

しかしながら、特許文献1の技術は画像の変換を伴うものであるため、処理負荷が多大
という課題がある。本発明は上記の課題に鑑み、低負荷で効率的な符号化技術を提供する
However, the technology described in Patent Document 1 involves image conversion, which results in a significant processing load. In view of the above problems, the present invention provides a low-load and efficient encoding technology.

上記課題を解決する本発明のある態様では、空間マージ候補を含むマージ候補リストを構築するマージ候補リスト構築部と、前記マージ候補リストから単予測又は双予測となる通常マージ候補を選択する通常マージ候補選択部と、前記マージ候補リストから単予測となる第1の三角マージ候補と、単予測となる第2の三角マージ候補を選択する三角マージ候補選択部と、前記第1の三角マージ候補を特定する第1のインデックスと、前記第2の三角マージ候補を特定する第2のインデックスとを符号化する符号化部とを備え、前記三角マージ候補選択部は、前記第1のインデックスと前記第2のインデックスを用いて、最初に前記マージ候補リスト内の候補にL0動き情報が含まれるか否かを判定しL0動き情報が含まれる場合は前記L0動き情報を三角マージ候補とし、次に前記マージ候補リスト内の候補にL1動き情報が含まれるか否かを判定しL1動き情報が含まれる場合は前記L1動き情報を三角マージ候補とすることで、前記第1の三角マージ候補と前記第2の三角マージ候補を選択し、前記マージ候補リスト構築部は、2つ以上のマージ候補を前記マージ候補リストに追加する。 In one aspect of the present invention that solves the above problems, the system comprises: a merge candidate list construction unit that constructs a merge candidate list including spatial merge candidates; a normal merge candidate selection unit that selects normal merge candidates that are single or double predictions from the merge candidate list; a triangular merge candidate selection unit that selects a first triangular merge candidate that is a single prediction and a second triangular merge candidate that is a single prediction from the merge candidate list; and an encoding unit that encodes a first index that identifies the first triangular merge candidate and a second index that identifies the second triangular merge candidate. The triangular merge candidate selection unit uses the first and second indices to first determine whether the candidates in the merge candidate list contain L0 motion information, and if so, to designate the L0 motion information as a triangular merge candidate; then, it determines whether the candidates in the merge candidate list contain L1 motion information, and if so, to designate the L1 motion information as a triangular merge candidate. By doing so, the system selects the first and second triangular merge candidates, and the merge candidate list construction unit adds two or more merge candidates to the merge candidate list.

本発明によれば、高効率な画像符号化・復号処理を低負荷で実現することができる。 According to this invention, highly efficient image encoding and decoding can be achieved with low overhead.

本発明の実施の形態に係る画像符号化装置のブロック図である。This is a block diagram of an image encoding device according to an embodiment of the present invention. 本発明の実施の形態に係る画像復号装置のブロック図である。This is a block diagram of an image decoding device according to an embodiment of the present invention. ツリーブロックを分割する動作を説明するためのフローチャートである。This is a flowchart illustrating the process of splitting a tree block. 入力された画像をツリーブロックに分割する様子を示す図である。This diagram shows how an input image is divided into tree blocks. z-スキャンを説明する図である。This is a diagram explaining the z-scan. ブロックの分割形状を示す図である。This diagram shows the division shape of the block. ブロックを4分割する動作を説明するためのフローチャートである。This is a flowchart to explain the process of dividing a block into four parts. ブロックを2分割または3分割する動作を説明するためのフローチャートである。This is a flowchart to explain the process of dividing a block into two or three parts. ブロック分割の形状を表現するためのシンタックスである。This is syntax for representing the shape of block divisions. イントラ予測を説明するための図である。This diagram illustrates intranet prediction. インター予測の参照ブロックを説明するための図である。This is a diagram illustrating the reference block of interpretation. 符号化ブロック予測モードを表現するためのシンタックスである。This is a syntax for representing the coding block prediction mode. インター予測に関するシンタックスエレメントとモードの対応を示す図である。This figure shows the correspondence between syntax elements and modes for interpretation. 制御点2点のアフィン変換動き補償を説明するための図である。This diagram illustrates affine transformation motion compensation for two control points. 制御点3点のアフィン変換動き補償を説明するための図である。This diagram illustrates affine transformation motion compensation for three control points. 図1のインター予測部102の詳細な構成のブロック図である。Figure 1 is a block diagram showing the detailed configuration of the interpretation unit 102. 図16の通常予測動きベクトルモード導出部301の詳細な構成のブロック図である。Figure 16 is a block diagram showing the detailed configuration of the normal predicted motion vector mode derivation unit 301. 図16の通常マージモード導出部302の詳細な構成のブロック図である。Figure 16 is a block diagram showing the detailed configuration of the normal merge mode derivation unit 302. 図16の通常予測動きベクトルモード導出部301の通常予測動きベクトルモード導出処理を説明するためのフローチャートである。Figure 16 is a flowchart illustrating the normal predicted motion vector mode derivation process of the normal predicted motion vector mode derivation unit 301. 通常予測動きベクトルモード導出処理の処理手順を表すフローチャートである。This is a flowchart illustrating the processing steps for the normal predicted motion vector mode derivation process. 通常マージモード導出処理の手順を説明するフローチャートである。This is a flowchart illustrating the procedure for deriving the normal merge mode. 図2のインター予測部203の詳細な構成のブロック図である。Figure 2 is a block diagram showing the detailed configuration of the interpretation prediction unit 203. 図22の通常予測動きベクトルモード導出部401の詳細な構成のブロック図である。Figure 22 is a block diagram showing the detailed configuration of the normal predicted motion vector mode derivation unit 401. 図22の通常マージモード導出部402の詳細な構成のブロック図である。Figure 22 is a block diagram showing the detailed configuration of the normal merge mode derivation unit 402. 図22の通常予測動きベクトルモード導出部401の通常予測動きベクトルモード導出処理を説明するためのフローチャートである。Figure 22 is a flowchart illustrating the normal predicted motion vector mode derivation process of the normal predicted motion vector mode derivation unit 401. 図16のサブブロック予測動きベクトルモード導出部303の詳細な構成のブロック図である。Figure 16 is a block diagram showing the detailed configuration of the subblock predictive motion vector mode derivation unit 303. 図22のサブブロック予測動きベクトルモード導出部403の詳細な構成のブロック図である。Figure 22 is a block diagram showing the detailed configuration of the subblock predictive motion vector mode derivation unit 403. 図16のサブブロックマージモード導出部304の詳細な構成のブロック図である。Figure 16 is a block diagram showing the detailed configuration of the subblock merge mode derivation unit 304. 図22のサブブロックマージモード導出部404の詳細な構成のブロック図である。Figure 22 is a block diagram showing the detailed configuration of the subblock merge mode derivation unit 404. アフィン継承予測動きベクトル候補導出を説明する図である。This figure illustrates the derivation of candidate motion vectors for affine inheritance prediction. アフィン構築予測動きベクトル候補導出を説明する図である。This figure illustrates the derivation of candidate motion vectors for affine construction prediction. アフィン継承マージ候補導出を説明する図である。This diagram illustrates the derivation of affine inheritance merge candidates. アフィン構築マージ候補導出を説明する図である。This diagram illustrates the derivation of affine construction merge candidates. アフィン継承予測動きベクトル候補導出のフローチャートである。This is a flowchart for deriving candidate motion vectors for affine inheritance prediction. アフィン構築予測動きベクトル候補導出のフローチャートである。This is a flowchart for deriving candidate motion vectors for affine construction prediction. アフィン継承マージ候補導出のフローチャートである。This is a flowchart for deriving candidates for affine inheritance merge. アフィン構築マージ候補導出のフローチャートである。This is a flowchart for deriving candidates for affine construction merge. 履歴予測動きベクトル候補リスト初期化・更新処理手順を説明するフローチャートである。This flowchart explains the initialization and update process for the historical prediction motion vector candidate list. 履歴予測動きベクトル候補導出処理手順における、同一要素確認処理手順のフローチャートである。This is a flowchart of the identical element verification process in the historical prediction motion vector candidate derivation process. 履歴予測動きベクトル候補導出処理手順における、要素シフト処理手順のフローチャートである。This is a flowchart of the element shifting procedure in the process for deriving candidate motion vectors based on historical prediction. 履歴予測動きベクトル候補導出処理手順を説明するフローチャートである。This is a flowchart illustrating the procedure for deriving candidate motion vectors based on historical predictions. 履歴マージ候補導出処理手順を説明するフローチャートである。This is a flowchart illustrating the procedure for deriving candidates for history merge. 履歴予測動きベクトル候補リスト更新処理の一例を説明する図である。This diagram illustrates an example of the process for updating the list of candidate motion vectors predicted in the history. サブブロック時間マージ候補導出部381の動作を説明するためのフローチャートである。This is a flowchart illustrating the operation of the subblock time merge candidate derivation unit 381. ブロックの隣接動き情報を導出する処理を説明するためのフローチャートである。This is a flowchart illustrating the process of deriving information about the adjacent movement of blocks. テンポラル動きベクトルを導出する処理を説明するためのフローチャートである。This is a flowchart illustrating the process of deriving temporal motion vectors. インター予測情報の導出を説明するためのフローチャートである。This is a flowchart to explain the derivation of interpretation prediction information. サブブロック動き情報を導出する処理を説明するためのフローチャートである。This is a flowchart illustrating the process of deriving subblock movement information. ピクチャの時間的な前後関係を説明するための図である。This is a diagram to explain the temporal relationships between the pictures. 通常予測動きベクトルモード導出部301における時間予測動きベクトル候補の導出処理を説明するためのフローチャートである。This is a flowchart illustrating the process of deriving time-predicted motion vector candidates in the normal prediction motion vector mode derivation unit 301. 通常予測動きベクトルモード導出部301における時間予測動きベクトル候補の導出処理における、ColPicの導出処理を説明するためのフローチャートである。This flowchart explains the derivation process of ColPic in the derivation process of time-predicted motion vector candidates in the normal prediction motion vector mode derivation unit 301. 通常予測動きベクトルモード導出部301における時間予測動きベクトル候補の導出処理における、ColPicの符号化情報を導出する処理を説明するためのフローチャートである。This flowchart illustrates the process of deriving the encoding information of ColPic in the derivation process of time-predicted motion vector candidates in the normal prediction motion vector mode derivation unit 301. インター予測情報の導出処理を説明するためのフローチャートである。This is a flowchart to explain the process of deriving interpretation prediction information. 符号化ブロックcolCbのインター予測モードが双予測(Pred_BI)のときの符号化ブロックのインター予測情報の導出処理手順を示すフローチャートである。This flowchart shows the procedure for deriving inter-prediction information for an encoded block when the inter-prediction mode of the encoded block colCb is bi-prediction (Pred_BI). 動きベクトルのスケーリング演算処理手順を説明するためのフローチャートである。This is a flowchart illustrating the procedure for scaling motion vectors. 時間マージ候補の導出処理を説明するためのフローチャートである。This is a flowchart explaining the process of deriving time merge candidates. L0予測であってL0の参照ピクチャ(RefL0Pic)が処理対象ピクチャ(CurPic)より前の時刻にある場合の動き補償予測を説明するための図である。This diagram illustrates motion compensation prediction in the case of L0 prediction, where the reference picture for L0 (RefL0Pic) is at a time earlier than the picture to be processed (CurPic). L0予測であってL0予測の参照ピクチャが処理対象ピクチャより後の時刻にある場合の動き補償予測を説明するための図である。This diagram illustrates motion compensation prediction in the case of L0 prediction, where the reference picture for the L0 prediction is at a later time than the picture being processed. 双予測であってL0予測の参照ピクチャが処理対象ピクチャより前の時刻にあって、L1予測の参照ピクチャが処理対象ピクチャより後の時刻にある場合の動き補償予測を明するための図である。This diagram illustrates motion-compensated prediction in a dual prediction system where the reference picture for L0 prediction is at a time earlier than the picture to be processed, and the reference picture for L1 prediction is at a time later than the picture to be processed. 双予測であってL0予測の参照ピクチャとL1予測の参照ピクチャが処理対象ピクチャより前の時刻にある場合の動き補償予測の予測方向を説明するための図である。This diagram illustrates the prediction direction of motion-compensated prediction in a dual prediction system where the reference picture for L0 prediction and the reference picture for L1 prediction are at a time earlier than the picture being processed. 双予測であってL0予測の参照ピクチャとL1予測の参照ピクチャが処理対象ピクチャより後の時刻にある場合の動き補償予測の予測方向を説明するための図である。This diagram illustrates the prediction direction of motion-compensated prediction in a dual prediction system where the reference picture for L0 prediction and the reference picture for L1 prediction are at a later time than the picture being processed. 平均マージ候補導出処理手順を説明するフローチャートである。This is a flowchart illustrating the procedure for deriving the average merge candidate. マージ差分動きベクトルに関する情報を示す表である。This is a table showing information about merge difference motion vectors. マージ差分動きベクトルの導出を説明する図である。This diagram illustrates the derivation of the merge difference motion vector. 三角マージモードの予測を説明する図である。This diagram illustrates the prediction of the triangular merge mode. 三角マージ候補導出を説明するフローチャートである。This is a flowchart explaining the derivation of triangular merge candidates. マージ三角パーティションの単予測動き情報の導出を説明するフローチャートである。This is a flowchart explaining the derivation of single-prediction motion information for merged triangular partitions. マージ三角インデックスとマージ三角パーティションを説明する図である。This diagram illustrates merged triangular indexes and merged triangular partitions.

本実施の形態において使用する技術、及び技術用語を定義する。 This section defines the technologies and technical terms used in this embodiment.

<ツリーブロック>
実施の形態では、所定の大きさで符号化・復号処理対象画像を均等分割する。この単位
をツリーブロックと定義する。図4に示す通り、本実施の形態では、ツリーブロックのサ
イズを128x128画素と設定するが、ツリーブロックのサイズはこれに限定されるも
のではなく、任意のサイズを設定してよい。処理対象(符号化処理においては符号化対象
、復号処理においては復号対象に対応する。)のツリーブロックは、ラスタスキャン順、
すなわち左から右、上から下の順序で切り替わる。各ツリーブロックの内部は、さらに再
帰的な分割が可能である。ツリーブロック分割後の、符号化・復号の対象となるブロック
を符号化ブロックと定義する。また、ツリーブロック、符号化ブロックを総称してブロッ
クと定義する。適切なブロック分割を行うことにより効率的な符号化が可能となる。ツリ
ーブロックのサイズは、符号化装置と復号装置で予め取り決めた固定値とすることもでき
るし、符号化装置が決定したツリーブロックのサイズを復号装置に伝送するような構成を
とることもできる。
<Tree Block>
In this embodiment, the image to be encoded and decoded is divided equally into units of a predetermined size. This unit is defined as a tree block. As shown in Figure 4, in this embodiment, the size of the tree block is set to 128 x 128 pixels, but the size of the tree block is not limited to this and can be set to any size. The tree blocks of the processing target (corresponding to the encoding target in encoding processing and the decoding target in decoding processing) are arranged in raster scan order.
In other words, the order of switching is from left to right and from top to bottom. The interior of each tree block can be further recursively divided. The block that is to be encoded and decoded after tree block division is defined as the encoded block. Tree blocks and encoded blocks are collectively defined as blocks. Efficient encoding is possible by performing appropriate block division. The size of the tree block can be a fixed value predetermined by the encoding and decoding devices, or the encoding device can transmit the determined tree block size to the decoding device.

<予測モード>
処理対象符号化ブロック単位で、処理対象画像の処理済み(符号化処理においては符号
化が完了した信号を復号した画像、画像信号、ツリーブロック、ブロック、符号化ブロッ
ク等に用い、復号処理においては復号が完了した画像、画像信号、ツリーブロック、ブロ
ック、符号化ブロック等に用いる。)の周囲の画像信号から予測を行うイントラ予測(MO
DE_INTRA)、及び処理済み画像の画像信号から予測を行うインター予測(MODE_INTER)を
切り替える。このイントラ予測(MODE_INTRA)とインター予測(MODE_INTER)を識別する
モードを予測モード(PredMode)と定義する。予測モード(PredMode)はイントラ予測(
MODE_INTRA)、またはインター予測(MODE_INTER)を値として持つ。
<Prediction Mode>
Intra prediction (MO) is performed on a unit-by-unit basis of the target coding block, using the surrounding image signals to make predictions from the processed image (used in coding for decoded images, image signals, tree blocks, blocks, coding blocks, etc. in coding processing, and used in decoding for decoded images, image signals, tree blocks, blocks, coding blocks, etc.).
It switches between intra prediction (MODE_INTRA) and inter-prediction (MODE_INTER), which makes predictions from the image signal of the processed image. The mode that distinguishes between intra prediction (MODE_INTRA) and inter-prediction (MODE_INTER) is defined as the prediction mode (PredMode). The prediction mode (PredMode) is intra prediction (
It has either MODE_INTRA or MODE_INTER as its value.

<インター予測>
処理済み画像の画像信号から予測を行うインター予測では、複数の処理済み画像を参照
ピクチャとして用いることができる。複数の参照ピクチャを管理するため、L0(参照リ
スト0)とL1(参照リスト1)の2種類の参照リストを定義し、それぞれ参照インデッ
クスを用いて参照ピクチャを特定する。PスライスではL0予測(Pred_L0)が利用可能
である。BスライスではL0予測(Pred_L0)、L1予測(Pred_L1)、双予測(Pred_BI
)が利用可能である。L0予測(Pred_L0)はL0で管理されている参照ピクチャを参照
するインター予測であり、L1予測(Pred_L1)はL1で管理されている参照ピクチャを
参照するインター予測である。双予測(Pred_BI)はL0予測とL1予測が共に行われ、
L0とL1のそれぞれで管理されている1つずつの参照ピクチャを参照するインター予測
である。L0予測、L1予測、双予測を特定する情報を、インター予測モードと定義する
。以降の処理において出力に添え字LXが付いている定数、変数に関しては、L0、L1
ごとに処理が行われることを前提とする。
<Interface Prediction>
Interpretation, which performs predictions from the image signals of processed images, allows the use of multiple processed images as reference pictures. To manage multiple reference pictures, two types of reference lists, L0 (reference list 0) and L1 (reference list 1), are defined, and each reference picture is identified using a reference index. L0 prediction (Pred_L0) is available for P slices. For B slices, L0 prediction (Pred_L0), L1 prediction (Pred_L1), and dual prediction (Pred_BI) are available.
The following are available: L0 prediction (Pred_L0) is an interpretation that references reference pictures managed in L0, and L1 prediction (Pred_L1) is an interpretation that references reference pictures managed in L1. Dual prediction (Pred_BI) performs both L0 and L1 predictions.
This is an interpretation that references one reference picture each managed by L0 and L1. The information that identifies L0 prediction, L1 prediction, and dual prediction is defined as the interpretation mode. For constants and variables with the subscript LX in the output in subsequent processing, L0, L1
It is assumed that processing is performed for each step.

<予測動きベクトルモード>
予測動きベクトルモードは、予測動きベクトルを特定するためのインデックス、差分動
きベクトル、インター予測モード、参照インデックスを伝送し、処理対象ブロックのイン
ター予測情報を決定するモードである。予測動きベクトルは、処理対象ブロックに隣接す
る処理済みブロック、または処理済み画像に属するブロックで処理対象ブロックと同一位
置またはその付近(近傍)に位置するブロックから導出した予測動きベクトル候補と、予
測動きベクトルを特定するためのインデックスから導出する。
<Predictive motion vector mode>
The predicted motion vector mode transmits an index for identifying the predicted motion vector, a differential motion vector, an inter-prediction mode, and a reference index to determine the inter-prediction information of the block to be processed. The predicted motion vector is derived from candidate predicted motion vectors derived from processed blocks adjacent to the block to be processed, or from blocks belonging to the processed image that are located at the same position as or near the block to be processed, and from an index for identifying the predicted motion vector.

<マージモード>
マージモードは、差分動きベクトル、参照インデックスを伝送せずに、処理対象ブロッ
クに隣接する処理済みブロック、または処理済み画像に属するブロックで処理対象ブロッ
クと同一位置またはその付近(近傍)に位置するブロックのインター予測情報から、処理
対象ブロックのインター予測情報を導出するモードである。
<Merge Mode>
The merge mode is a mode in which, without transmitting differential motion vectors or reference indices, interpretation information for the target block is derived from interpretation information of processed blocks adjacent to the target block, or blocks belonging to the processed image that are located at the same position or near the target block.

処理対象ブロックに隣接する処理済みブロック、およびその処理済みブロックのインタ
ー予測情報を空間マージ候補と定義する。処理済み画像に属するブロックで処理対象ブロ
ックと同一位置またはその付近(近傍)に位置するブロック、およびそのブロックのイン
ター予測情報から導出されるインター予測情報を時間マージ候補と定義する。各マージ候
補はマージ候補リストに登録され、マージインデックスにより処理対象ブロックの予測で
使用するマージ候補を特定する。
Processed blocks adjacent to the block to be processed, and the inter-prediction information of those processed blocks, are defined as spatial merge candidates. Blocks belonging to the processed image that are located at the same position as or near the block to be processed, and the inter-prediction information derived from the inter-prediction information of those blocks, are defined as temporal merge candidates. Each merge candidate is registered in the merge candidate list, and the merge index identifies the merge candidate to be used for predicting the block to be processed.

<隣接ブロック>
図11は、予測動きベクトルモード、マージモードで、インター予測情報を導出するた
めに参照する参照ブロックを説明する図である。A0,A1,A2,B0,B1,B2,
B3は、処理対象ブロックに隣接する処理済みブロックである。T0は、処理済画像に属
するブロックで、処理対象画像の処理対象符号化ブロックと同一位置またはその付近(近
傍)に位置するブロックである。
<Adjacent Blocks>
Figure 11 illustrates the reference blocks used to derive interprediction information in the predictive motion vector mode and merge mode. A0, A1, A2, B0, B1, B2,
B3 is a processed block adjacent to the block to be processed. T0 is a block belonging to the processed image that is located at the same position as or near (neighboring) the encoded block to be processed in the image to be processed.

A1,A2は、処理対象符号化ブロックの左側に位置し、処理対象符号化ブロックに隣
接するブロックである。B1,B3は、処理対象符号化ブロックの上側に位置し、処理対
象符号化ブロックに隣接するブロックである。A0,B0,B2はそれぞれ、処理対象符
号化ブロックの左下、右上、左上に位置するブロックである。
Blocks A1 and A2 are located to the left of the coding block to be processed and are adjacent to it. Blocks B1 and B3 are located above the coding block to be processed and are adjacent to it. Blocks A0, B0, and B2 are located to the lower left, upper right, and upper left of the coding block to be processed, respectively.

予測動きベクトルモード、マージモードにおいて隣接ブロックをどのように扱うかの詳
細については後述する。
Details on how adjacent blocks are handled in predictive motion vector mode and merge mode will be described later.

<アフィン変換動き補償>
アフィン変換動き補償は、符号化ブロックを所定単位のサブブロックに分割し、各サブ
ブロックに対して個別に動きベクトルを設定して動き補償を行うものである。各サブブロ
ックの動きベクトルは、処理対象ブロックに隣接する処理済みブロック、または処理済み
画像に属するブロックで処理対象ブロックと同一位置またはその付近(近傍)に位置する
ブロックのインター予測情報から導出する1つ以上の制御点に基づき導出する。本実施の
形態では、サブブロックのサイズを4x4画素とするが、サブブロックのサイズはこれに
限定されるものではないし、画素単位で動きベクトルを導出してもよい。
<Affine transformation motion compensation>
Affine transform motion compensation divides an encoded block into predefined subblocks and performs motion compensation by setting a motion vector individually for each subblock. The motion vector for each subblock is derived based on one or more control points derived from interpretation information of processed blocks adjacent to the block to be processed, or blocks belonging to the processed image that are located at the same position as or near the block to be processed. In this embodiment, the size of the subblock is set to 4x4 pixels, but the size of the subblock is not limited to this, and the motion vector may be derived on a pixel-by-pixel basis.

図14に、制御点が2つの場合のアフィン変換動き補償の例を示す。この場合、2つの
制御点が水平方向成分、垂直方向成分の2つのパラメータを有するため、制御点が2つの
場合のアフィン変換を、4パラメータアフィン変換と呼称する。図14のCP1、CP2
が制御点である。図15に、制御点が3つの場合のアフィン変換動き補償の例を示す。こ
の場合、3つの制御点が水平方向成分、垂直方向成分の2つのパラメータを有するため、
制御点が3つの場合のアフィン変換を、6パラメータアフィン変換と呼称する。図15の
CP1、CP2、CP3が制御点である。
Figure 14 shows an example of affine transform motion compensation with two control points. In this case, since the two control points have two parameters, a horizontal component and a vertical component, the affine transform with two control points is called a four-parameter affine transform. CP1, CP2 in Figure 14
These are the control points. Figure 15 shows an example of affine transform motion compensation when there are three control points. In this case, since the three control points have two parameters, a horizontal component and a vertical component,
An affine transformation with three control points is called a six-parameter affine transformation. CP1, CP2, and CP3 in Figure 15 are the control points.

アフィン変換動き補償は、予測動きベクトルモードおよびマージモードのいずれのモー
ドにおいても利用可能である。予測動きベクトルモードでアフィン変換動き補償を適用す
るモードをサブブロック予測動きベクトルモードと定義し、マージモードでアフィン変換
動き補償を適用するモードをサブブロックマージモードと定義する。
Affine transformation motion compensation is available in both predictive motion vector mode and merge mode. The mode in which affine transformation motion compensation is applied in predictive motion vector mode is defined as subblock predictive motion vector mode, and the mode in which affine transformation motion compensation is applied in merge mode is defined as subblock merge mode.

<符号化ブロックのシンタックス>
図12(a)、図12(b)、および図13を用いて、符号化ブロックの予測モードを
表現するためのシンタックスを説明する。図12(a)のpred_mode_flagは、インター予
測か否かを示すフラグである。pred_mode_flagが0であればインター予測となり、pred_mo
de_flagが1であればイントラ予測となる。イントラ予測の場合にはイントラ予測の情報i
ntra_pred_modeを送り、インター予測の場合にはmerge_flagを送る。merge_flagは、マー
ジモードとするか、予測動きベクトルモードとするかを示すフラグである。予測動きベク
トルモードの場合(merge_flag=0)、サブブロック予測動きベクトルモードを適用するか
否かを示すフラグinter_affine_flagを送る。サブブロック予測動きベクトルモードを適
用する場合(inter_affine_flag=1)、cu_affine_type_flagを送る。cu_affine_type_fla
gは、サブブロック予測動きベクトルモードにおいて、制御点の数を決定するためのフラ
グである。
<Syntax of coded blocks>
The syntax for representing the prediction mode of an encoded block is explained using Figures 12(a), 12(b), and 13. In Figure 12(a), pred_mode_flag is a flag indicating whether or not it is interpretation. If pred_mode_flag is 0, it is interpretation, and pred_mo
If de_flag is 1, it is an intranet prediction. In the case of an intranet prediction, the intranet prediction information i
Send `ntra_pred_mode`, and if inter-prediction is used, send `merge_flag`. `merge_flag` is a flag indicating whether to use merge mode or predictive motion vector mode. If predictive motion vector mode is used (merge_flag=0), send the `inter_affine_flag` flag indicating whether to apply sub-block predictive motion vector mode. If sub-block predictive motion vector mode is applied (inter_affine_flag=1), send `cu_affine_type_flag`.
g is a flag used to determine the number of control points in the subblock predictive motion vector mode.

一方、マージモードの場合(merge_flag=1)、図12(b)のmerge_subblock_flagを
送る。merge_subblock_flagは、サブブロックマージモードを適用するか否かを示すフラ
グである。サブブロックマージモードの場合(merge_subblock_flag=1)、マージインデ
ックスmerge_subblock_idxを送る。一方、サブブロックマージモードでない場合(merge_
subblock_flag=0)、三角マージモードを適用するか否かを示すフラグmerge_triangle_fl
agを送る。三角マージモードを適用する場合(merge_triangle_flag=1)、ブロックを分
割する方向merge_triangle_split_dir、および分割された2つのパーティションごとにマ
ージ三角インデックスmerge_triangle_idx0,merge_triangle_idx1を送る。一方、三角マ
ージモードを適用しない場合(merge_triangle_flag=0)、マージインデックスmerge_idx
を送る。
On the other hand, in merge mode (merge_flag=1), the merge_subblock_flag shown in Figure 12(b) is sent. merge_subblock_flag is a flag that indicates whether or not to apply subblock merge mode. In subblock merge mode (merge_subblock_flag=1), the merge index merge_subblock_idx is sent. On the other hand, if subblock merge mode is not applied (merge_
subblock_flag=0), merge_triangle_fl flag indicating whether or not to apply triangular merge mode.
Send ag. If triangular merge mode is applied (merge_triangle_flag=1), send merge_triangle_split_dir, the direction to split the block, and merge triangular indices merge_triangle_idx0 and merge_triangle_idx1 for each of the two split partitions. On the other hand, if triangular merge mode is not applied (merge_triangle_flag=0), send merge index merge_idx
Send.

図13に各シンタックスエレメントの値と、それに対応する予測モードを示す。merge_
flag=0,inter_affine_flag=0は、通常予測動きベクトルモード(Inter Pred Mode)に対
応する。merge_flag=0,inter_affine_flag=1は、サブブロック予測動きベクトルモード(
Inter Affine Mode)に対応する。merge_flag=1,merge_subblock_flag=0,merge_trianlge
_flag=0は、通常マージモード(Merge Mode)に対応する。merge_flag=1,merge_subblock
_flag=0,merge_trianlge_flag=1は、三角マージモード(Triangle Merge Mode)に対応す
る。merge_flag=1,merge_subblock_flag=1は、サブブロックマージモード(Affine Merge
Mode)に対応する。
Figure 13 shows the values of each syntax element and their corresponding prediction modes.
flag=0, inter_affine_flag=0 corresponds to the normal predictive motion vector mode (Inter Pred Mode). merge_flag=0, inter_affine_flag=1 corresponds to the subblock predictive motion vector mode (
Supports Inter Affine Mode. merge_flag=1,merge_subblock_flag=0,merge_trianlge
_flag=0 corresponds to normal merge mode. merge_flag=1, merge_subblock
_flag=0,merge_trianlge_flag=1 corresponds to Triangle Merge Mode. merge_flag=1,merge_subblock_flag=1 corresponds to Affine Merge Mode.
(Mode) corresponds to

<POC>
POC(Picture Order Count)は符号化されるピクチャに関連付けられる変数とし、
ピクチャの出力順序で1ずつ増加する値が設定される。POCの値によって、同じピクチ
ャであるかを判別したり、出力順序でのピクチャ間の前後関係を判別したり、ピクチャ間
の距離を導出したりすることができる。例えば、2つのピクチャのPOCが同じ値を持つ
場合、同一のピクチャであると判断できる。2つのピクチャのPOCが違う値を持つ場合
、POCの値が小さいピクチャのほうが、先に出力されるピクチャであると判断でき、2
つのピクチャのPOCの差が時間軸方向でのピクチャ間距離を示す。
<POC>
POC (Picture Order Count) is a variable associated with the picture being encoded.
A value is set that increases by 1 according to the output order of the pictures. The value of POC can be used to determine if two pictures are the same, to determine the order in which pictures are output, and to derive the distance between pictures. For example, if two pictures have the same POC value, they can be determined to be the same picture. If two pictures have different POC values, the picture with the smaller POC value will be output first, and so on.
The difference in POC between the two pictures indicates the distance between the pictures in the time axis direction.

(第1の実施の形態)
本発明の第1の実施の形態に係る画像符号化装置100及び画像復号装置200につい
て説明する。
(First Embodiment)
An image encoding device 100 and an image decoding device 200 according to a first embodiment of the present invention will be described.

図1は、第1の実施の形態に係る画像符号化装置100のブロック図である。実施の形
態の動画像符号化装置は、画像符号化装置100、ブロック分割部101、インター予測
部102、イントラ予測部103、復号画像メモリ104、予測方法決定部105、残差
信号生成部106、直交変換・量子化部107、ビット列符号化部108、逆量子化・逆
直交変換部109、復号画像信号重畳部110、および符号化情報格納メモリ111を備
える。
Figure 1 is a block diagram of an image encoding device 100 according to the first embodiment. The video encoding device of this embodiment comprises an image encoding device 100, a block division unit 101, an inter-prediction unit 102, an intra-prediction unit 103, a decoded image memory 104, a prediction method determination unit 105, a residual signal generation unit 106, an orthogonal transformation/quantization unit 107, a bit string encoding unit 108, an inverse quantization/inverse orthogonal transformation unit 109, a decoded image signal superposition unit 110, and an encoded information storage memory 111.

ブロック分割部101は、入力した画像を再帰的に分割して、符号化ブロックを生成す
る。ブロック分割部101は、分割対象となるブロックを水平方向と垂直方向にそれぞれ
分割する4分割部と、分割対象となるブロックを水平方向または垂直方向のいずれかに分
割する2-3分割部を含む。生成した処理対象符号化ブロックの画像信号を、インター予
測部102、イントラ予測部103および残差信号生成部106に供給する。また、決定
した再帰分割構造を示す情報をビット列符号化部108に供給する。ブロック分割部10
1の詳細な動作は後述する。
The block division unit 101 recursively divides the input image to generate encoded blocks. The block division unit 101 includes a 4-division unit that divides the block to be divided horizontally and vertically, and a 2-3 division unit that divides the block to be divided horizontally or vertically. The image signals of the generated encoded blocks to be processed are supplied to the inter-prediction unit 102, the intra-prediction unit 103, and the residual signal generation unit 106. Information indicating the determined recursive division structure is also supplied to the bit string encoding unit 108.
The detailed operation of item 1 will be described later.

インター予測部102は、処理対象符号化ブロックのインター予測を行う。符号化情報
格納メモリに格納されているインター予測情報、復号画像メモリ104に格納されている
復号済みの画像信号から複数のインター予測情報の候補を導出し、複数の候補の中から適
したインター予測モードを選択し、選択されたインター予測モード、及び選択されたイン
ター予測モードに応じた予測画像信号を予測方法決定部105に供給する。インター予測
部102の詳細な構成と動作は後述する。
The interpretation unit 102 performs interpretation of the encoding block to be processed. It derives multiple candidate interpretation information from the interpretation prediction information stored in the encoding information storage memory and the decoded image signal stored in the decoded image memory 104, selects a suitable interpretation prediction mode from among the multiple candidates, and supplies the selected interpretation prediction mode and the predicted image signal corresponding to the selected interpretation prediction mode to the prediction method determination unit 105. The detailed configuration and operation of the interpretation prediction unit 102 will be described later.

イントラ予測部103は、処理対象符号化ブロックのイントラ予測を行う。復号画像メ
モリ104に格納されている復号済みの画像信号からイントラ予測により予測画像信号を
生成し、複数のイントラ予測モードの中から適したイントラ予測モードを選択し、選択さ
れたイントラ予測モード、及び選択されたイントラ予測モードに応じた予測画像信号を予
測方法決定部105に供給する。図10にイントラ予測の例を示す。図10(a)は、イ
ントラ予測の予測方向とイントラ予測モード番号の対応を示したものである。例えば、イ
ントラ予測モード50は、垂直方向に画素をコピーすることによりイントラ予測画像を生
成する。イントラ予測モード1は、DCモードであり、処理対象ブロックのすべての画素
値を参照画素の平均値とするモードである。イントラ予測モード0はPlanarモード
であり、垂直方向・水平方向の参照画素から2次元的なイントラ予測画像を作成するモー
ドである。図10(b)は、イントラ予測モード40の場合のイントラ予測画像を生成す
る例である。処理対象ブロックの各画素に対し、イントラ予測モードの示す方向の参照画
素の値をコピーする。イントラ予測モードの参照画素が整数位置でない場合には、周辺の
整数位置の参照画素値から補間により参照画素値を決定する。
The intra-prediction unit 103 performs intra-prediction of the encoding block to be processed. It generates a predicted image signal from the decoded image signal stored in the decoded image memory 104 by intra-prediction, selects a suitable intra-prediction mode from among a plurality of intra-prediction modes, and supplies the selected intra-prediction mode and the predicted image signal corresponding to the selected intra-prediction mode to the prediction method determination unit 105. An example of intra-prediction is shown in Figure 10. Figure 10(a) shows the correspondence between the prediction direction of intra-prediction and the intra-prediction mode number. For example, intra-prediction mode 50 generates an intra-prediction image by copying pixels in the vertical direction. Intra-prediction mode 1 is DC mode, a mode in which all pixel values of the block to be processed are set to the average value of the reference pixels. Intra-prediction mode 0 is Planar mode, a mode in which a two-dimensional intra-prediction image is created from reference pixels in the vertical and horizontal directions. Figure 10(b) is an example of generating an intra-prediction image in the case of intra-prediction mode 40. For each pixel of the block to be processed, the value of the reference pixel in the direction indicated by the intra-prediction mode is copied. If the reference pixel in intra-prediction mode is not at an integer position, the reference pixel value is determined by interpolation from the reference pixel values at surrounding integer positions.

復号画像メモリ104は、復号画像信号重畳部110で生成した復号画像を格納する。
復号画像メモリに格納されている復号画像は、インター予測部102、イントラ予測部1
03に供給する。
The decoded image memory 104 stores the decoded image generated by the decoded image signal superimposition unit 110.
The decoded image stored in the decoded image memory is processed by the inter-prediction unit 102 and the intra-prediction unit 1
It will be supplied to 03.

予測方法決定部105は、各予測に対して、符号化情報及び残差信号の符号量、予測画
像信号と処理対象画像信号との間の歪量等を用いて評価することにより、最適な予測モー
ド(インター予測またはイントラ予測)を決定する。インター予測のマージモードの場合
は、マージインデックス、サブブロックマージモードか否かを示す情報(サブブロックマ
ージフラグ)の符号化情報をビット列符号化部108に供給し、インター予測の予測動き
ベクトルモードの場合はインター予測モード、予測動きベクトルインデックス、L0、L
1の参照インデックス、差分動きベクトル、サブブロックモードか否かを示す情報(サブ
ブロック予測動きベクトルフラグ)等の符号化情報をビット列符号化部108に供給する
。決定した符号化情報を符号化情報格納メモリ111に供給する。
The prediction method determination unit 105 determines the optimal prediction mode (inter-prediction or intra-prediction) for each prediction by evaluating it using encoded information, the code amount of the residual signal, the amount of distortion between the predicted image signal and the image signal to be processed, etc. In the case of the merge mode of inter-prediction, encoded information of the merge index and information indicating whether or not it is a subblock merge mode (subblock merge flag) is supplied to the bit string encoding unit 108, and in the case of the prediction motion vector mode of inter-prediction, the inter-prediction mode, prediction motion vector index, L0, L
Encoded information such as the reference index, differential motion vector, and information indicating whether or not it is in subblock mode (subblock predicted motion vector flag) is supplied to the bit string encoding unit 108. The determined encoded information is supplied to the encoded information storage memory 111.

残差信号生成部106は、処理対象の画像信号から予測画像信号を減ずることにより残
差信号を生成し、直交変換・量子化部107に供給する。
The residual signal generation unit 106 generates a residual signal by subtracting the predicted image signal from the image signal to be processed, and supplies it to the orthogonal transformation and quantization unit 107.

直交変換・量子化部107は、残差信号に対して量子化パラメータに応じて直交変換及
び量子化を行い直交変換・量子化された残差信号を生成し、ビット列符号化部108と逆
量子化・逆直交変換部109に供給する。
The orthogonal transformation and quantization unit 107 performs orthogonal transformation and quantization on the residual signal according to the quantization parameters to generate an orthogonally transformed and quantized residual signal, which is then supplied to the bit string encoding unit 108 and the inverse quantization and inverse orthogonal transformation unit 109.

ビット列符号化部108は、シーケンス、ピクチャ、スライス、符号化ブロック単位の
情報に加えて、符号化ブロック毎に予測方法決定部105によって決定された予測方法に
応じた符号化情報を符号化する。具体的には、符号化ブロック毎の予測モードPredMode、
分割モードPartMode、インター予測(PRED_INTER)の場合、マージモードか否かを判別す
るフラグ、サブブロックマージフラグ、マージモードの場合はマージインデックス、マー
ジモードでない場合はインター予測モード、予測動きベクトルインデックス、差分動きベ
クトルに関する情報、サブブロック予測動きベクトルフラグ等の符号化情報を後述する規
定のシンタックス規則に従って符号化し、第1の符号化ビット列を生成する。また、ビッ
ト列符号化部108は、直交変換及び量子化された残差信号を規定のシンタックス規則に
従ってエントロピー符号化して第2の符号化ビット列を生成する。第1の符号化ビット列
と第2の符号化ビット列を規定のシンタックス規則に従って多重化し、ビットストリーム
を出力する。
The bit string encoding unit 108 encodes information for each sequence, picture, slice, and encoding block, as well as encoding information according to the prediction method determined by the prediction method determination unit 105 for each encoding block. Specifically, the prediction mode PredMode for each encoding block,
In the PartMode and PRED_INTER modes, the bit string encoding unit 108 encodes information such as a flag to determine whether or not it is in merge mode, a subblock merge flag, a merge index if it is in merge mode, the interpretation mode if it is not in merge mode, a predicted motion vector index, information about the differential motion vector, and a subblock predicted motion vector flag according to the syntax rules described later, and generates a first encoded bit string. The bit string encoding unit 108 also entropy encodes the orthogonal transform and quantized residual signals according to the syntax rules, and generates a second encoded bit string. The first encoded bit string and the second encoded bit string are multiplexed according to the syntax rules, and a bit stream is output.

逆量子化・逆直交変換部109は、直交変換・量子化部107から供給された直交変換
・量子化された残差信号を逆量子化及び逆直交変換して残差信号を算出し、復号画像信号
重畳部110に供給する。
The inverse quantization/inverse orthogonal transformation unit 109 inversely quantizes and inversely orthogonal transforms the orthogonal transformed residual signal supplied from the orthogonal transformation/quantization unit 107 to calculate the residual signal, and supplies it to the decoded image signal superposition unit 110.

復号画像信号重畳部110は、予測方法決定部105による決定に応じた予測画像信号
と逆量子化・逆直交変換部109で逆量子化及び逆直交変換された残差信号を重畳して復
号画像を生成し、復号画像メモリ104に格納する。なお、復号画像に対して符号化によ
るブロック歪等の歪を減少させるフィルタリング処理を施した後、復号画像メモリ104
に格納してもよい。
The decoded image signal superposition unit 110 superimposes the predicted image signal determined by the prediction method determination unit 105 with the residual signal that has been inversely quantized and inversely orthogonal transformed by the inverse quantization/inverse orthogonal transformation unit 109 to generate a decoded image, which is then stored in the decoded image memory 104. Furthermore, the decoded image is subjected to a filtering process to reduce distortions such as block distortion caused by encoding before being stored in the decoded image memory 104.
It may be stored in [a different location].

符号化情報格納メモリ111は、予測方法決定部105で決定した、予測モード(イン
ター予測またはイントラ予測)等の符号化情報を格納する。符号化情報格納メモリ111
が格納する符号化情報は、インター予測の場合は、決定した動きベクトル、参照リスト、
参照インデックスに加え、インター予測のマージモードの場合は、マージインデックス、
サブブロックマージモードか否かを示す情報(サブブロックマージフラグ)の符号化情報
、インター予測の予測動きベクトルモードの場合はインター予測モード、予測動きベクト
ルインデックス、L0、L1の参照インデックス、差分動きベクトル、サブブロックモー
ドか否かを示す情報(サブブロック予測動きベクトルフラグ)、イントラ予測の場合は、
決定したイントラ予測モード等である。符号化情報格納メモリ111で管理される履歴候
補リストの構築については後述する。
The coding information storage memory 111 stores coding information such as the prediction mode (inter-prediction or intra-prediction) determined by the prediction method determination unit 105.
The encoded information stored is, in the case of interpretation, the determined motion vector, reference list,
In addition to the reference index, in the case of merge mode for interpretation, the merge index,
Encoded information indicating whether or not it is in subblock merge mode (subblock merge flag), interprediction mode if it is in interprediction prediction motion vector mode, prediction motion vector index, L0, L1 reference index, difference motion vector, information indicating whether or not it is in subblock mode (subblock prediction motion vector flag), if it is in intraprediction,
This is the determined intra-prediction mode, etc. The construction of the history candidate list managed in the encoding information storage memory 111 will be described later.

図2は図1の動画像符号化装置に対応した本発明の実施の形態に係る動画像復号装置の
構成を示すブロックである。実施の形態の動画像復号装置は、ビット列復号部201、ブ
ロック分割部202、インター予測部203、イントラ予測部204、符号化情報格納メ
モリ205、逆量子化・逆直交変換部206、復号画像信号重畳部207、および復号画
像メモリ208を備える。
Figure 2 is a block diagram showing the configuration of a video decoding device according to an embodiment of the present invention, corresponding to the video encoding device of Figure 1. The video decoding device of the embodiment comprises a bit sequence decoding unit 201, a block division unit 202, an inter-prediction unit 203, an intra-prediction unit 204, an encoded information storage memory 205, an inverse quantization/inverse orthogonal transformation unit 206, a decoded image signal superimposition unit 207, and a decoded image memory 208.

図2の動画像復号装置の復号処理は、図1の動画像符号化装置の内部に設けられている
復号処理に対応するものであるから、図2の符号化情報格納メモリ205、逆量子化・逆
直交変換部206、復号画像信号重畳部207、および復号画像メモリ208の各構成は
、図1の動画像符号化装置の逆量子化・逆直交変換部109、復号画像信号重畳部110
、符号化情報格納メモリ111、および復号画像メモリ104の各構成とそれぞれ対応す
る機能を有する。
The decoding process of the video decoding device in Figure 2 corresponds to the decoding process provided inside the video encoding device in Figure 1. Therefore, the configurations of the encoding information storage memory 205, inverse quantization/inverse orthogonal transformation unit 206, decoded image signal superposition unit 207, and decoded image memory 208 in Figure 2 are the same as the inverse quantization/inverse orthogonal transformation unit 109 and decoded image signal superposition unit 110 of the video encoding device in Figure 1.
The encoded information storage memory 111 and the decoded image memory 104 each have corresponding functions.

ビット列復号部201に供給されるビットストリームは規定のシンタックスの規則に従
って分離する。分離された第1の符号化ビット列を復号し、シーケンス、ピクチャ、スラ
イス、符号化ブロック単位の情報、及び、符号化ブロック単位の符号化情報を得る。具体
的には、符号化ブロック単位でインター予測(PRED_INTER)かイントラ予測(PRED_INTRA
)かを判別する予測モードPredMode、分割モードPartMode、インター予測(PRED_INTER)
の場合、マージモードか否かを判別するフラグ、マージモードの場合はマージインデック
ス、サブブロックマージフラグ、予測動きベクトルモードである場合はインター予測モー
ド、予測動きベクトルインデックス、差分動きベクトル、サブブロック予測動きベクトル
フラグ等に関する符号化情報を後述する規定のシンタックス規則に従って復号し、符号化
情報をインター予測部203またはイントラ予測部204、および符号化情報格納メモリ
205に供給する。分離した第2の符号化ビット列を復号して直交変換・量子化された残
差信号を算出し、直交変換・量子化された残差信号を逆量子化・逆直交変換部206に供
給する。
The bitstream supplied to the bit string decoding unit 201 is separated according to the rules of a defined syntax. The separated first encoded bit string is decoded to obtain sequence, picture, slice, encoded block information, and encoded block information. Specifically, either interpretation (PRED_INTER) or intrapretation (PRED_INTRA) is performed on an encoded block basis.
Prediction modes to determine whether it is PredMode, PartMode, or Interpretation (PRED_INTER)
In this case, the encoded information relating to a flag that determines whether or not it is merge mode, the merge index and subblock merge flag if it is merge mode, and the inter-prediction mode, the predicted motion vector index, the difference motion vector and subblock predicted motion vector flag if it is predicted motion vector mode is decoded according to the syntax rules specified later, and the encoded information is supplied to the inter-prediction unit 203 or intra-prediction unit 204 and the encoded information storage memory 205. The separated second encoded bit sequence is decoded to calculate the orthogonal-transformed and quantized residual signal, and the orthogonal-transformed and quantized residual signal is supplied to the inverse quantization and inverse orthogonal-transformation unit 206.

インター予測部203は、処理対象の符号化ブロックの予測モードPredModeがインター
予測(PRED_INTER)で予測動きベクトルモードである時に、符号化情報格納メモリ205
に記憶されている既に復号された画像信号の符号化情報を用いて、複数の予測動きベクト
ルの候補を導出して後述する予測動きベクトル候補リストに登録し、予測動きベクトル候
補リストに登録された複数の予測動きベクトルの候補の中から、ビット列復号部201で
復号され供給される予測動きベクトルインデックスに応じた予測動きベクトルを選択し、
ビット列復号部201で復号された差分ベクトルと選択された予測動きベクトルから動き
ベクトルを算出し、他の符号化情報とともに符号化情報格納メモリ205に格納する。こ
こで供給・格納する符号化ブロックの符号化情報は、予測モードPredMode、分割モードPa
rtMode、L0予測、及びL1予測を利用するか否かを示すフラグpredFlagL0[xP][yP], pr
edFlagL1[xP][yP]、L0、L1の参照インデックスrefIdxL0[xP][yP], refIdxL1[xP][yP]
、L0、L1の動きベクトルmvL0[xP][yP], mvL1[xP][yP]等である。ここで、xP、yPはピ
クチャ内での符号化ブロックの左上の画素の位置を示すインデックスである。予測モード
PredModeがインター予測(MODE_INTER)で、インター予測モードがL0予測(Pred_L0)
の場合、L0予測を利用するか否かを示すフラグpredFlagL0は1, L1予測を利用するか
否かを示すフラグpredFlagL1は0である。インター予測モードがL1予測(Pred_L1)の
場合、L0予測を利用するか否かを示すフラグpredFlagL0は0, L1予測を利用するか否
かを示すフラグpredFlagL1は1である。インター予測モードが双予測(Pred_BI)の場合
、L0予測を利用するか否かを示すフラグpredFlagL0、L1予測を利用するか否かを示す
フラグpredFlagL1は共に1である。さらに、処理対象の符号化ブロックの予測モードPred
Modeがインター予測(PRED_INTER)でマージモードの時に、マージ候補を導出する。符号
化情報格納メモリ205に記憶されている既に復号された符号化ブロックの符号化情報を
用いて、複数のマージの候補を導出して後述するマージ候補リストに登録し、マージ候補
リストに登録された複数のマージ候補の中からビット列復号部201で復号され供給され
るマージインデックスに対応したマージ候補を選択し、選択されたマージ候補のL0予測
、及びL1予測を利用するか否かを示すフラグpredFlagL0[xP][yP], predFlagL1[xP][yP]
、L0、L1の参照インデックスrefIdxL0[xP][yP], refIdxL1[xP][yP]、L0、L1の動
きベクトルmvL0[xP][yP], mvL1[xP][yP]等のインター予測情報を符号化情報格納メモリ2
05に格納する。ここで、xP、yPはピクチャ内での符号化ブロックの左上の画素の位置を
示すインデックスである。インター予測部の詳細な構成と動作は後述する。
The inter prediction unit 203, when the prediction mode PredMode of the coding block to be processed is inter prediction (PRED_INTER) and is in prediction motion vector mode, stores coding information in the coding information storage memory 205
Using the encoded information of the already decoded image signal stored in the system, multiple candidate predicted motion vectors are derived and registered in the predicted motion vector candidate list described later. From among the multiple candidate predicted motion vectors registered in the predicted motion vector candidate list, a predicted motion vector corresponding to the predicted motion vector index decoded and supplied by the bit sequence decoding unit 201 is selected.
The bit sequence decoding unit 201 calculates a motion vector from the decoded difference vector and the selected predicted motion vector, and stores it in the coded information storage memory 205 along with other coded information. The coded information of the coded block supplied and stored here is in prediction mode (PredMode) and division mode (Pa).
rtMode, L0 prediction, and flags indicating whether or not to use L1 prediction, predFlagL0[xP][yP], pr
edFlagL1[xP][yP], L0, L1 reference index refIdxL0[xP][yP], refIdxL1[xP][yP]
These are the motion vectors mvL0[xP][yP], mvL1[xP][yP], etc., for L0 and L1. Here, xP and yP are indices indicating the position of the top-left pixel of the encoded block within the picture. Prediction mode
PredMode is for inter-prediction (MODE_INTER), and the inter-prediction mode is for L0 prediction (Pred_L0).
In this case, the flag predFlagL0 indicating whether to use L0 prediction is 1, and the flag predFlagL1 indicating whether to use L1 prediction is 0. When the interpretation mode is L1 prediction (Pred_L1), the flag predFlagL0 indicating whether to use L0 prediction is 0, and the flag predFlagL1 indicating whether to use L1 prediction is 1. When the interpretation mode is bipretation (Pred_BI), both the flag predFlagL0 indicating whether to use L0 prediction and the flag predFlagL1 indicating whether to use L1 prediction are 1. Furthermore, the prediction mode of the coded block to be processed is Pred
When Mode is set to inter prediction (PRED_INTER) and merge mode is active, merge candidates are derived. Using the encoded information of already decoded encoded blocks stored in the encoded information storage memory 205, multiple merge candidates are derived and registered in the merge candidate list described later. From the multiple merge candidates registered in the merge candidate list, a merge candidate corresponding to the decoded and supplied merge index is selected by the bit sequence decoding unit 201, and flags predFlagL0[xP][yP] and predFlagL1[xP][yP] are used to indicate whether or not to use the L0 prediction and L1 prediction of the selected merge candidate.
Interpretation information such as the reference indices of L0 and L1 (refIdxL0[xP][yP], refIdxL1[xP][yP]), motion vectors of L0 and L1 (mvL0[xP][yP], mvL1[xP][yP]), and encoded information storage memory 2
Stored in 05. Here, xP and yP are indices indicating the position of the top-left pixel of the encoded block within the picture. The detailed configuration and operation of the interpretation unit will be described later.

イントラ予測部204は、処理対象の符号化ブロックの予測モードPredModeがイントラ
予測(PRED_INTRA)の時に、イントラ予測を行う。ビット列復号部201で復号された符
号化情報にはイントラ予測モードが含まれており、イントラ予測モードに応じて、復号画
像メモリ208に格納されている復号済みの画像信号からイントラ予測により予測画像信
号を生成し、予測画像信号を復号画像信号重畳部207に供給する。イントラ予測部20
4は、画像符号化装置100のイントラ予測部103に対応するものであるから、イント
ラ予測部103と同様の処理を行う。
The intra prediction unit 204 performs intra prediction when the prediction mode PredMode of the encoding block to be processed is intra prediction (PRED_INTRA). The encoding information decoded by the bit sequence decoding unit 201 includes the intra prediction mode, and according to the intra prediction mode, it generates a predicted image signal from the decoded image signal stored in the decoded image memory 208 using intra prediction, and supplies the predicted image signal to the decoded image signal superposition unit 207. Intra prediction unit 20
Since 4 corresponds to the intra-prediction unit 103 of the image encoding device 100, it performs the same processing as the intra-prediction unit 103.

逆量子化・逆直交変換部206は、ビット列復号部201で復号された直交変換・量子
化された残差信号に対して逆直交変換及び逆量子化を行い、逆直交変換・逆量子化された
残差信号を得る。
The inverse quantization/inverse orthogonal transformation unit 206 performs an inverse orthogonal transformation and inverse quantization on the orthogonal transformation/quantized residual signal decoded by the bit sequence decoding unit 201 to obtain an inverse orthogonal transformation/inverse quantized residual signal.

復号画像信号重畳部207は、インター予測部203でインター予測された予測画像信
号、またはイントラ予測部204でイントラ予測された予測画像信号と、逆量子化・逆直
交変換部206により逆直交変換・逆量子化された残差信号とを重畳することにより、復
号画像信号を復号し、復号画像メモリ208に格納する。復号画像メモリ208に格納す
る際には、復号画像に対して符号化によるブロック歪等を減少させるフィルタリング処理
を施した後、復号画像メモリ208に格納してもよい。
The decoded image signal superposition unit 207 decodes the decoded image signal by superimposing the predicted image signal inter-predicted by the inter-prediction unit 203 or the predicted image signal intra-predicted by the intra-prediction unit 204 with the residual signal that has been inversely orthogonal-transformed and inversely quantized by the inverse quantization and inverse orthogonal-transformation unit 206, and stores it in the decoded image memory 208. When storing in the decoded image memory 208, the decoded image may be subjected to filtering to reduce block distortion caused by encoding, etc., before being stored in the decoded image memory 208.

次に、画像符号化装置100におけるブロック分割部101の動作について説明する。
図3は、画像をツリーブロックに分割し、各ツリーブロックをさらに分割する動作を示す
フローチャートである。まず、入力された画像を、所定サイズのツリーブロックに分割す
る(ステップS1001)。各ツリーブロックについては、所定の順序、すなわちラスタ
スキャン順に走査し(ステップS1002)、処理対象のツリーブロックの内部を分割す
る(ステップS1003)。
Next, the operation of the block division unit 101 in the image encoding device 100 will be described.
Figure 3 is a flowchart showing the process of dividing an image into tree blocks and then further dividing each tree block. First, the input image is divided into tree blocks of a predetermined size (step S1001). Each tree block is scanned in a predetermined order, i.e., in the raster scan order (step S1002), and the inside of the tree block to be processed is divided (step S1003).

図7は、ステップS1003の分割処理の詳細動作を示すフローチャートである。まず
、処理対象のブロックを4分割するか否かを判断する(ステップS1101)。
Figure 7 is a flowchart showing the detailed operation of the division process in step S1003. First, it is determined whether or not to divide the block to be processed into four parts (step S1101).

処理対象ブロックを4分割すると判断した場合は、処理対象ブロックを4分割する(ス
テップS1102)。処理対象ブロックを分割した各ブロックについて、Zスキャン順、
すなわち左上、右上、左下、右下の順に走査する(ステップS1103)。図5は、Zス
キャン順の例であり、図6の601は、処理対象ブロックを4分割した例である。図6の
601の番号0~3は処理の順番を示したものである。そしてステップS1101で分割
した各ブロックについて、図7のフローチャートを再帰的に呼び出す。
If it is determined that the block to be processed should be divided into four parts, the block to be processed is divided into four parts (step S1102). For each of the divided blocks of the block to be processed, in Z-scan order,
That is, the scan is performed in the order of top left, top right, bottom left, and bottom right (step S1103). Figure 5 is an example of the Z-scan order, and 601 in Figure 6 is an example of dividing the processing target block into four parts. The numbers 0 to 3 in 601 in Figure 6 indicate the order of processing. Then, for each block divided in step S1101, the flowchart in Figure 7 is recursively called.

処理対象ブロックを4分割しないと判断した場合は、2-3分割を行う(ステップS1
105)。
If it is determined that the block to be processed should not be divided into four parts, then a 2-3 division will be performed (Step S1)
105).

図8は、ステップS1105の2-3分割処理の詳細動作を示すフローチャートである
。まず、処理対象のブロックを2-3分割するか否か、すなわち2分割または3分割の何
れかを行うか否かを判断する(ステップS1201)。
Figure 8 is a flowchart showing the detailed operation of the 2-3 division process in step S1105. First, it is determined whether or not to divide the block to be processed into 2-3 parts, that is, whether or not to perform a 2-part division or a 3-part division (step S1201).

処理対象ブロックを2-3分割すると判断しない場合、すなわち分割しないと判断した
場合は、分割を終了し(ステップS1211)、上位階層のブロックに戻る。
If it is not determined that the block to be processed should be divided into two or three parts, i.e., if it is determined not to divide it, the division is terminated (step S1211), and the process returns to the block at the higher level.

処理対象のブロックを2-3分割すると判断した場合は、さらに処理対象ブロックを2
分割するか否か(ステップS1202)を判断する。
If it is determined that the block to be processed should be divided into 2-3 parts, then the block to be processed will be further divided into 2 parts.
A decision is made as to whether or not to divide it (step S1202).

処理対象ブロックを2分割すると判断した場合は、処理対象ブロックを垂直方向に分割
するか否かを判断し(ステップS1203)、その結果に基づき、処理対象ブロックを垂
直方向に分割する(ステップS1204)か、処理対象ブロックを水平方向に分割する(
ステップS1205)。ステップS1204の結果、処理対象ブロックは、図602に示
す通り、垂直方向2分割に分割され、ステップS1205の結果、処理対象ブロックは、
図604に示す通り、水平方向2分割に分割される。
If it is determined that the block to be processed should be divided into two, it is determined whether or not to divide the block to be processed vertically (step S1203), and based on the result, it is determined whether to divide the block to be processed vertically (step S1204) or to divide the block to be processed horizontally.
Step S1205). As a result of step S1204, the block to be processed is divided into two vertical sections as shown in Figure 602, and as a result of step S1205, the block to be processed is
As shown in Figure 604, it is divided into two horizontal sections.

ステップS1202において、処理対象のブロックを2分割すると判断しなかった場合
、すなわち3分割すると判断した場合は、処理対象ブロックを垂直方向に分割するか否か
を判断し(ステップS1206)、その結果に基づき、処理対象ブロックを垂直方向に分
割する(ステップS1207)か、処理対象ブロックを水平方向に分割する(ステップS
1208)。ステップS1207の結果、処理対象ブロックは、図603に示す通り、垂
直方向3分割に分割され、ステップS1208の結果、処理対象ブロックは、図605に
示す通り、水平方向3分割に分割される。
In step S1202, if it is not determined to divide the block to be processed into two parts, that is, if it is determined to divide it into three parts, then it is determined whether or not to divide the block to be processed vertically (step S1206), and based on the result, the block to be processed is divided vertically (step S1207) or horizontally (step S
1208). As a result of step S1207, the block to be processed is divided into three vertical sections as shown in Figure 603, and as a result of step S1208, the block to be processed is divided into three horizontal sections as shown in Figure 605.

ステップS1204からステップS1205のいずれかを実行後、処理対象ブロックを
分割した各ブロックについて、左から右、上から下の順に走査する(ステップS1209
)。図6の602から605の番号0~3は処理の順番を示したものである。分割した各
ブロックについて、図8のフローチャートを再帰的に呼び出す。
After executing any of steps S1204 to S1205, each of the divided blocks of the processing target is scanned from left to right and from top to bottom (step S1209
). Numbers 0 to 3 in Figure 6, from 602 to 605, indicate the order of processing. For each divided block, the flowchart in Figure 8 is called recursively.

ここで説明した再帰的なブロック分割は、分割する回数、または、処理対象のブロック
のサイズ等により、分割要否を制限してもよい。分割要否を制限する情報は、符号化装置
と復号化装置の間で予め取り決めを行うことで、情報の伝達を行わない構成で実現しても
よいし、符号化装置が分割要否を制限する情報を決定し、符号化ビット列に記録すること
により、復号化装置に伝達する構成で実現してもよい。
The recursive block partitioning described here may restrict the necessity of partitioning based on the number of partitions or the size of the block to be processed. The information restricting the necessity of partitioning may be implemented in a configuration that does not involve the transmission of information, by pre-arranging between the encoding device and the decoding device, or it may be implemented in a configuration where the encoding device determines the information restricting the necessity of partitioning, records it in the encoded bit sequence, and transmits it to the decoding device.

ここで、あるブロックを分割した場合、分割前のブロックを親ブロックと呼び、分割後
の各ブロックを子ブロックと呼ぶ。
Here, when a block is divided, the original block is called the parent block, and each of the resulting blocks is called a child block.

次に、画像復号装置200におけるブロック分割部202の動作について説明する。ブ
ロック分割部202は、画像符号化装置100のブロック分割部101と同様の処理手順
でツリーブロックを分割するものである。ただし、画像符号化装置100のブロック分割
部101では、画像認識による最適形状の推定や歪レート最適化等最適化手法を適用し、
最適なブロック分割の形状を決定するのに対し、画像復号装置200におけるブロック分
割部202は、符号化ビット列に記録されたブロック分割情報を復号することにより、ブ
ロック分割形状を決定する点が異なる。
Next, the operation of the block division unit 202 in the image decoding device 200 will be described. The block division unit 202 divides the tree block using the same processing procedure as the block division unit 101 of the image encoding device 100. However, the block division unit 101 of the image encoding device 100 applies optimization methods such as estimation of the optimal shape by image recognition and distortion rate optimization.
While determining the optimal block division shape is a common approach, the block division unit 202 in the image decoding device 200 differs in that it determines the block division shape by decoding the block division information recorded in the encoded bit sequence.

第1の実施の形態のブロック分割に関するシンタックス(符号化ビット列の構文規則)
を図9に示す。coding_quadtree()はブロックの4分割処理にかかるシンタックスを表し
、multi_type_tree()はブロックの2分割または3分割処理にかかるシンタックスを表す
。qt_splitはブロックを4分割するか否かを示すフラグであり、ブロックを4分割する場
合は、qt_split=1、4分割しない場合は、qt_split=0とする。4分割する場合(qt_split=
1)、4分割した各ブロックについて、再帰的に4分割処理をする(coding_quadtree(0), c
oding_quadtree(1), coding_quadtree(2), coding_quadtree(3))。4分割しない場合(qt_
split=0)は、multi_type_tree()に従い、後続の分割を決定する。mtt_splitは、さらに分
割をするか否かを示すフラグである。さらに分割をする場合(mtt_split=1)、垂直方向に
分割するか水平方向に分割するかを示すフラグであるmtt_split_verticalと、2分割する
か3分割するかを決定するフラグであるmtt_split_binaryを参照する。mtt_split_vertic
al=1は、垂直方向に分割することを示し、mtt_split_vertical=0は、水平方向に分割する
ことを示す。mtt_split_binary=1は、2分割することを示し、mtt_split_binary=0は3分
割することを示す。mtt_split=0となるまで、再帰的にmulti_type_treeを呼び出すことに
より、階層的なブロック分割を行う。
Syntax (syntax rules for encoded bit sequences) relating to block partitioning in the first embodiment
This is shown in Figure 9. coding_quadtree() represents the syntax for dividing a block into four parts, and multi_type_tree() represents the syntax for dividing a block into two or three parts. qt_split is a flag that indicates whether or not to divide the block into four parts; if the block is to be divided into four parts, qt_split=1; if it is not to be divided into four parts, qt_split=0. If divided into four parts (qt_split=
1) For each of the four divided blocks, recursively perform the four division process (coding_quadtree(0), c
coding_quadtree(1), coding_quadtree(2), coding_quadtree(3)). If not divided into four (qt_
If split=0, the subsequent split is determined according to multi_type_tree(). mtt_split is a flag indicating whether or not to split further. If further splitting is performed (mtt_split=1), refer to mtt_split_vertical, which is a flag indicating whether to split vertically or horizontally, and mtt_split_binary, which is a flag determining whether to split into two or three parts.
`al=1` indicates a vertical split, and `mtt_split_vertical=0` indicates a horizontal split. `mtt_split_binary=1` indicates a 2-way split, and `mtt_split_binary=0` indicates a 3-way split. Hierarchical block splitting is performed by recursively calling `multi_type_tree` until `mtt_split=0`.

<インター予測>
実施の形態に係るインター予測方法は、図1の動画像符号化装置のインター予測部10
2および図2の動画像復号装置のインター予測部203において実施される。
<Interface Forecast>
The inter prediction method according to the embodiment is the inter prediction unit 10 of the video encoding device shown in Figure 1.
This is carried out in the inter-prediction unit 203 of the video decoding device shown in Figure 2.

実施の形態によるインター予測方法について、図面を用いて説明する。インター予測方
法は符号化ブロック単位で符号化及び復号の処理の何れでも実施される。
An interpretation method according to an embodiment will be explained with reference to the drawings. The interpretation method is performed by either encoding or decoding on a coding block basis.

<符号化側のインター予測部102の説明>
図16は図1の動画像符号化装置のインター予測部102の詳細な構成を示す図である
。通常予測動きベクトルモード導出部301は複数の通常予測動きベクトル候補を導出し
て予測動きベクトルを選択し、検出した動きベクトルとの差分ベクトルを算出する。検出
されたインター予測モード、参照インデックス、動きベクトル、算出された差分ベクトル
が通常予測動きベクトルモードのインター予測情報となる。このインター予測情報がイン
ター予測モード判定部305に供給される。通常予測動きベクトルモード導出部301の
詳細な構成と処理については後述する。
<Explanation of the Interpretation Unit 102 on the Encoding Side>
Figure 16 shows a detailed configuration of the inter-prediction unit 102 of the video encoding device shown in Figure 1. The normal prediction motion vector mode derivation unit 301 derives a plurality of normal prediction motion vector candidates, selects a predicted motion vector, and calculates a difference vector from the detected motion vector. The detected inter-prediction mode, reference index, motion vector, and calculated difference vector become the inter-prediction information for the normal prediction motion vector mode. This inter-prediction information is supplied to the inter-prediction mode determination unit 305. The detailed configuration and processing of the normal prediction motion vector mode derivation unit 301 will be described later.

通常マージモード導出部302では複数の通常マージ候補を導出して通常マージ候補を
選択し、通常マージモードのインター予測情報を得る。このインター予測情報がインター
予測モード判定部305に供給される。通常マージモード導出部302の詳細な構成と処
理については後述する。
The normal merge mode derivation unit 302 derives multiple normal merge candidates, selects a candidate, and obtains inter-prediction information for the normal merge mode. This inter-prediction information is supplied to the inter-prediction mode determination unit 305. The detailed configuration and processing of the normal merge mode derivation unit 302 will be described later.

サブブロック予測動きベクトルモード導出部303では複数のサブブロック予測動きベ
クトル候補を導出してサブブロック予測動きベクトルを選択し、検出した動きベクトルと
の差分ベクトルを算出する。検出されたインター予測モード、参照インデックス、動きベ
クトル、算出された差分ベクトルが通常予測動きベクトルモードのインター予測情報とな
る。このインター予測情報がインター予測モード判定部305に供給される。サブブロッ
ク予測動きベクトルモード導出部303の詳細な構成と処理については後述する。
The subblock predicted motion vector mode derivation unit 303 derives multiple subblock predicted motion vector candidates, selects a subblock predicted motion vector, and calculates a difference vector from the detected motion vector. The detected inter-prediction mode, reference index, motion vector, and calculated difference vector become the inter-prediction information for the normal predicted motion vector mode. This inter-prediction information is supplied to the inter-prediction mode determination unit 305. The detailed configuration and processing of the subblock predicted motion vector mode derivation unit 303 will be described later.

サブブロックマージモード導出部304では複数のサブブロックマージ候補を導出して
サブブロックマージ候補を選択し、サブブロックマージモードのインター予測情報を得る
。このインター予測情報がインター予測モード判定部305に供給される。サブブロック
マージモード導出部304の詳細な構成と処理については後述する。
The subblock merge mode derivation unit 304 derives multiple subblock merge candidates, selects a candidate, and obtains inter-prediction information for the subblock merge mode. This inter-prediction information is supplied to the inter-prediction mode determination unit 305. The detailed configuration and processing of the subblock merge mode derivation unit 304 will be described later.

インター予測モード判定部305では通常予測動きベクトルモード導出部301、通常
マージモード導出部302、サブブロック予測動きベクトルモード導出部303、サブブ
ロックマージモード導出部304から供給されるインター予測情報に基づいて、インター
予測モードを判定する。インター予測モード判定部の305から判定結果に応じたインタ
ー予測情報が動き補償予測部306に供給される。
The inter-prediction mode determination unit 305 determines the inter-prediction mode based on the inter-prediction information supplied from the normal prediction motion vector mode derivation unit 301, the normal merge mode derivation unit 302, the sub-block prediction motion vector mode derivation unit 303, and the sub-block merge mode derivation unit 304. The inter-prediction mode determination unit 305 supplies inter-prediction information corresponding to the determination result to the motion compensation prediction unit 306.

動き補償予測部306では判定されたインター予測情報に基づいて、復号画像メモリ1
04に格納されている参照画像信号に対してインター予測を行う。詳細な構成と処理につ
いては後述する。
The motion compensation prediction unit 306 uses the determined inter prediction information to process the decoded image memory 1
Interpretation is performed on the reference image signal stored in 04. The detailed configuration and processing will be described later.

<復号側のインター予測部203の説明>
図22は図2の動画像復号装置のインター予測部203の詳細な構成を示す図である。
<Explanation of the decoding side interpretation unit 203>
Figure 22 shows a detailed configuration of the inter-prediction unit 203 of the video decoding device shown in Figure 2.

通常予測動きベクトルモード導出部401は複数の通常予測動きベクトル候補を導出し
て予測動きベクトルを選択し、検出した動きベクトルとの差分ベクトルを算出する。検出
されたインター予測モード、参照インデックス、動きベクトル、差分ベクトルが通常予測
動きベクトルモードのインター予測情報となる。このインター予測情報がスイッチ408
を経由して動き補償予測部406に供給される。通常予測動きベクトルモード導出部40
1の詳細な構成と処理については後述する。
The normal prediction motion vector mode derivation unit 401 derives a plurality of normal prediction motion vector candidates, selects a prediction motion vector, and calculates a difference vector from the detected motion vector. The detected inter-prediction mode, reference index, motion vector, and difference vector become the inter-prediction information for the normal prediction motion vector mode. This inter-prediction information is used by switch 408.
It is supplied to the motion compensation prediction unit 406 via the normal prediction motion vector mode derivation unit 40.
The detailed configuration and processing of item 1 will be described later.

通常マージモード導出部402では複数の通常マージ候補を導出して通常マージ候補を
選択し、通常マージモードのインター予測情報を得る。このインター予測情報がスイッチ
408を経由して動き補償予測部406に供給される。通常マージモード導出部402の
詳細な構成と処理については後述する。
The normal merge mode derivation unit 402 derives multiple normal merge candidates, selects a candidate, and obtains inter-prediction information for the normal merge mode. This inter-prediction information is supplied to the motion compensation prediction unit 406 via the switch 408. The detailed configuration and processing of the normal merge mode derivation unit 402 will be described later.

サブブロック予測動きベクトルモード導出部403では複数のサブブロック予測動きベ
クトル候補を導出してサブブロック予測動きベクトルを選択し、検出した動きベクトルと
の差分ベクトルを算出する。検出されたインター予測モード、参照インデックス、動きベ
クトル、算出された差分ベクトルが通常予測動きベクトルモードのインター予測情報とな
る。このインター予測情報がスイッチ408を経由して動き補償予測部406に供給され
る。サブブロック予測動きベクトルモード導出部403の詳細な構成と処理については後
述する。
The subblock predicted motion vector mode derivation unit 403 derives multiple subblock predicted motion vector candidates, selects a subblock predicted motion vector, and calculates a difference vector from the detected motion vector. The detected inter-prediction mode, reference index, motion vector, and calculated difference vector become the inter-prediction information for the normal predicted motion vector mode. This inter-prediction information is supplied to the motion compensation prediction unit 406 via the switch 408. The detailed configuration and processing of the subblock predicted motion vector mode derivation unit 403 will be described later.

サブブロックマージモード導出部404では複数のサブブロックマージ候補を導出して
サブブロックマージ候補を選択し、サブブロックマージモードのインター予測情報を得る
。このインター予測情報がスイッチ408を経由して動き補償予測部406に供給される
。サブブロックマージモード導出部404の詳細な構成と処理については後述する。
The subblock merge mode derivation unit 404 derives multiple subblock merge candidates, selects a candidate, and obtains inter-prediction information for the subblock merge mode. This inter-prediction information is supplied to the motion compensation prediction unit 406 via the switch 408. The detailed configuration and processing of the subblock merge mode derivation unit 404 will be described later.

動き補償予測部406では判定されたインター予測情報に基づいて、復号画像メモリ2
08に格納されている参照画像信号に対してインター予測を行う。詳細な構成と処理につ
いては符号化側と同様である。
The motion compensation prediction unit 406 uses the determined inter prediction information to decode the image memory 2
Interpretation is performed on the reference image signal stored in 08. The detailed configuration and processing are the same as on the encoding side.

<通常予測動きベクトルモード導出部(通常AMVP)>
図17の通常予測動きベクトルモード導出部301は、空間予測動きベクトル候補導出
部321、時間予測動きベクトル候補導出部322、履歴予測動きベクトル候補導出部3
23、予測動きベクトル候補補充部325、通常動きベクトル検出部326、予測動きベ
クトル候補選択部327、動きベクトル減算部328を含む。
<Normal Predictive Motion Vector Mode Derivation Unit (Normal AMVP)>
The normal predicted motion vector mode derivation unit 301 in Figure 17 consists of a spatial predicted motion vector candidate derivation unit 321, a time predicted motion vector candidate derivation unit 322, and a history predicted motion vector candidate derivation unit 3
23. Includes a predicted motion vector candidate supplementation unit 325, a normal motion vector detection unit 326, a predicted motion vector candidate selection unit 327, and a motion vector subtraction unit 328.

図23の通常予測動きベクトルモード導出部401は、空間予測動きベクトル候補導出
部421、時間予測動きベクトル候補導出部422、履歴予測動きベクトル候補導出部4
23、予測動きベクトル候補補充部425、予測動きベクトル候補選択部426、動きベ
クトル加算部427を含む。
The normal predicted motion vector mode derivation unit 401 in Figure 23 consists of a spatial predicted motion vector candidate derivation unit 421, a time predicted motion vector candidate derivation unit 422, and a history predicted motion vector candidate derivation unit 4
23. Includes a predicted motion vector candidate supplementation unit 425, a predicted motion vector candidate selection unit 426, and a motion vector addition unit 427.

符号化側の通常予測動きベクトルモード導出部301および復号側の通常予測動きベク
トルモード導出部401の処理手順について、それぞれ図19、図25のフローチャート
を用いて説明する。図19は符号化側の通常動きベクトルモード導出部301による通常
予測動きベクトルモード導出処理手順を示すフローチャートであり、図25は復号側の通
常動きベクトルモード導出部401による通常予測動きベクトルモード導出処理手順を示
すフローチャートである。
The processing procedures of the encoding-side normal predicted motion vector mode derivation unit 301 and the decoding-side normal predicted motion vector mode derivation unit 401 will be explained using the flowcharts in Figures 19 and 25, respectively. Figure 19 is a flowchart showing the normal predicted motion vector mode derivation processing procedure by the encoding-side normal predicted motion vector mode derivation unit 301, and Figure 25 is a flowchart showing the normal predicted motion vector mode derivation processing procedure by the decoding-side normal predicted motion vector mode derivation unit 401.

<通常予測動きベクトルモード導出部(通常AMVP):符号化側の説明>
図19を参照して符号化側の通常予測動きベクトルモード導出処理手順を説明する。図
19の処理手順の説明において、明細書の動きベクトルという用語と、図19の通常動き
ベクトルという用語は対応するものとする。 まず、通常動きベクトル検出部326でイ
ンター予測モードおよび参照インデックス毎に通常動きベクトルを検出する(図19のス
テップS100)。
<Explanation of the coding side: Typical predicted motion vector mode derivation unit (typical AMVP):>
The normal prediction motion vector mode derivation procedure on the encoding side will be explained with reference to Figure 19. In the explanation of the processing procedure in Figure 19, the term "motion vector" in the specification and the term "normal motion vector" in Figure 19 will correspond. First, the normal motion vector detection unit 326 detects the normal motion vector for each interprediction mode and reference index (step S100 in Figure 19).

続いて、空間予測動きベクトル候補導出部321、時間予測動きベクトル候補導出部3
22、履歴予測動きベクトル候補導出部323、予測動きベクトル候補補充部325、予
測動きベクトル候補選択部327、動きベクトル減算部328で、通常予測動きベクトル
モードのインター予測で用いる動きベクトルの差分動きベクトルをL0、L1毎にそれぞ
れ算出する(図19のステップS101~S106)。具体的には処理対象ブロックの予
測モードPredModeがインター予測(MODE_INTER)で、インター予測モードがL0予測(Pr
ed_L0)の場合、L0の予測動きベクトル候補リストmvpListL0を算出して、予測動きベク
トルmvpL0を選択し、L0の動きベクトルmvL0の差分動きベクトルmvdL0を算出する。処理
対象ブロックのインター予測モードがL1予測(Pred_L1)の場合、L1の予測動きベク
トル候補リストmvpListL1を算出して、予測動きベクトルmvpL1を選択し、L1の動きベク
トルmvL1の差分動きベクトルmvdL1を算出する。処理対象ブロックのインター予測モード
が双予測(Pred_BI)の場合、L0予測とL1予測が共に行われ、L0の予測動きベクト
ル候補リストmvpListL0を算出して、L0の予測動きベクトルmvpL0を選択し、L0の動き
ベクトルmvL0の差分動きベクトルmvdL0を算出するとともに、L1の予測動きベクトル候
補リストmvpListL1を算出して、L1の予測動きベクトルmvpL1を算出し、L1の動きベク
トルmvL1の差分動きベクトルmvdL1をそれぞれ算出する。
Next, the spatial prediction motion vector candidate derivation unit 321, and the time prediction motion vector candidate derivation unit 3
22. The history prediction motion vector candidate derivation unit 323, the prediction motion vector candidate supplementation unit 325, the prediction motion vector candidate selection unit 327, and the motion vector subtraction unit 328 calculate the difference motion vectors of the motion vectors used in inter prediction of the normal prediction motion vector mode for L0 and L1 respectively (steps S101 to S106 in Figure 19). Specifically, the prediction mode of the block to be processed is inter prediction (MODE_INTER), and the inter prediction mode is L0 prediction (Pr
If the prediction mode of the block to be processed is L1 prediction (Pred_L1), a list of candidate prediction motion vectors for L0, mvpListL0, is calculated, a prediction motion vector mvpL0 is selected, and the difference motion vector mvdL0 of the L0 motion vector mvL0 is calculated. When the interpretation mode of the block to be processed is dual prediction (Pred_BI), both L0 and L1 predictions are performed. A list of candidate motion vectors for L0, mvpListL0, is calculated, the predicted motion vector mvpL0 for L0 is selected, and the difference motion vector mvdL0 of the motion vector mvL0 for L0 is calculated. Simultaneously, a list of candidate motion vectors for L1, mvpListL1, is calculated, the predicted motion vector mvpL1 for L1 is calculated, and the difference motion vector mvdL1 of the motion vector mvL1 for L1 is calculated.

L0、L1それぞれについて、差分動きベクトル算出処理を行うが、L0、L1ともに
共通の処理となる。したがって、以下の説明においてはL0、L1を共通のLXとして表
す。L0の差分動きベクトルを算出する処理ではXが0であり、L1の差分動きベクトル
を算出する処理ではXが1である。また、LXの差分動きベクトルを算出する処理中に、
LXではなく、もう一方のリストの情報を参照する場合、もう一方のリストをLYとして
表す。
The differential motion vector calculation process is performed for both L0 and L1, but the process is common to both L0 and L1. Therefore, in the following explanation, L0 and L1 will be represented as a common LX. In the process of calculating the differential motion vector for L0, X is 0, and in the process of calculating the differential motion vector for L1, X is 1. Also, during the process of calculating the differential motion vector for LX,
When referring to information from the other list, rather than LX, the other list is represented as LY.

LXの動きベクトルmvLXを使用する場合(図19のステップS102:YES)、LX
の予測動きベクトルの候補を算出してLXの予測動きベクトル候補リストmvpListLXを構
築する(図19のステップS103)。通常予測動きベクトルモード導出部301の中の
空間予測動きベクトル候補導出部321、時間予測動きベクトル候補導出部322、履歴
予測動きベクトル候補導出部323、予測動きベクトル候補補充部325で複数の予測動
きベクトルの候補を導出して予測動きベクトル候補リストmvpListLXを構築する。図19
のステップS103の詳細な処理手順については図20のフローチャートを用いて後述す
る。
When using the motion vector mvLX for LX (step S102 in Figure 19: YES), LX
Candidates for predicted motion vectors are calculated and a list of LX's predicted motion vector candidates, mvpListLX, is constructed (step S103 in Figure 19). Multiple candidate predicted motion vectors are derived in the spatial predicted motion vector candidate derivation unit 321, time predicted motion vector candidate derivation unit 322, history predicted motion vector candidate derivation unit 323, and predicted motion vector candidate supplementation unit 325 within the normal predicted motion vector mode derivation unit 301 to construct the predicted motion vector candidate list mvpListLX. Figure 19
The detailed processing procedure for step S103 will be described later using the flowchart in Figure 20.

続いて、予測動きベクトル候補選択部327により、LXの予測動きベクトル候補リス
トmvpListLXからLXの予測動きベクトルmvpLXを選択する(図19のステップS104)
。動きベクトルmvLXと予測動きベクトル候補リストmvpListLXの中に格納された各予測動
きベクトルの候補mvpListLX[i]との差分であるそれぞれの差分動きベクトルを算出する。
それら差分動きベクトルを符号化したときの符号量を予測動きベクトル候補リストmvpLis
tLXの要素ごとに算出する。そして、予測動きベクトル候補リストmvpListLXに登録された
各要素の中で、予測動きベクトルの候補毎の符号量が最小となる予測動きベクトルの候補
mvpListLX[i]を予測動きベクトルmvpLXとして選択し、そのインデックスiを取得する。予
測動きベクトル候補リストmvpListLXの中で最小の発生符号量となる予測動きベクトルの
候補が複数存在する場合には、予測動きベクトル候補リストmvpListLXの中のインデック
スiが小さい番号で表される予測動きベクトルの候補mvpListLX[i]を最適予測動きベクト
ルmvpLXとして選択し、そのインデックスiを取得する。
Next, the predicted motion vector candidate selection unit 327 selects the predicted motion vector mvpLX for LX from the predicted motion vector candidate list mvpListLX (step S104 in Figure 19).
The difference motion vector is calculated by comparing the motion vector mvLX with each candidate motion vector mvpListLX[i] stored in the predicted motion vector candidate list mvpListLX.
The code value when those difference motion vectors are encoded is predicted in the motion vector candidate list mvpLis
The calculation is performed for each element of tLX. Then, among the elements registered in the predicted motion vector candidate list mvpListLX, the candidate for the predicted motion vector with the minimum sign amount is selected.
Select mvpListLX[i] as the predicted motion vector mvpLX and obtain its index i. If there are multiple candidates for the predicted motion vector with the smallest generated sign amount in the predicted motion vector candidate list mvpListLX, select the candidate mvpListLX[i] represented by the smallest index i in the predicted motion vector candidate list mvpListLX as the optimal predicted motion vector mvpLX and obtain its index i.

続いて、動きベクトル減算部328で、LXの動きベクトルmvLXから選択されたLXの
予測動きベクトルmvpLXを減算し、
mvdLX = mvLX - mvpLX
としてLXの差分動きベクトルmvdLXを算出する(図19のステップS105)。
Next, the motion vector subtraction unit 328 subtracts the selected predicted motion vector mvpLX of LX from the motion vector mvLX of LX.
mvdLX = mvLX - mvpLX
The difference motion vector mvdLX is calculated as LX (step S105 in Figure 19).

<通常予測動きベクトルモード導出部(通常AMVP):復号側の説明>
次に、図25を参照して復号側の通常予測動きベクトルモード処理手順を説明する。復
号側では、空間予測動きベクトル候補導出部421、時間予測動きベクトル候補導出部4
22、履歴予測動きベクトル候補導出部423、予測動きベクトル候補補充部425で、
通常予測動きベクトルモードのインター予測で用いる動きベクトルをL0,L1毎にそれ
ぞれ算出する(図25のステップS201~S206)。具体的には処理対象ブロックの
予測モードPredModeがインター予測(MODE_INTER)で、処理対象ブロックのインター予測
モードがL0予測(Pred_L0)の場合、L0の予測動きベクトル候補リストmvpListL0を算
出して、予測動きベクトルmvpL0を選択し、L0の動きベクトルmvL0を算出する。処理対
象ブロックのインター予測モードがL1予測(Pred_L1)の場合、L1の予測動きベクト
ル候補リストmvpListL1を算出して、予測動きベクトルmvpL1を選択し、L1の動きベクト
ルmvL1を算出する。処理対象ブロックのインター予測モードが双予測(Pred_BI)の場合
、L0予測とL1予測が共に行われ、L0の予測動きベクトル候補リストmvpListL0を算
出して、L0の予測動きベクトルmvpL0を選択し、L0の動きベクトルmvL0を算出すると
ともに、L1の予測動きベクトル候補リストmvpListL1を算出して、L1の予測動きベク
トルmvpL1を算出し、L1の動きベクトルmvL1をそれぞれ算出する。
<Explanation of the decoder side: Normal predicted motion vector mode derivation unit (normal AMVP)>
Next, the normal predicted motion vector mode processing procedure on the decoding side will be explained with reference to Figure 25. On the decoding side, there is a spatial predicted motion vector candidate derivation unit 421 and a time predicted motion vector candidate derivation unit 4
22. History prediction motion vector candidate derivation unit 423, Prediction motion vector candidate supplementation unit 425,
Normally, motion vectors used in inter-prediction in predicted motion vector mode are calculated for L0 and L1 respectively (steps S201 to S206 in Figure 25). Specifically, if the prediction mode PredMode of the block to be processed is inter-prediction (MODE_INTER) and the inter-prediction mode of the block to be processed is L0 prediction (Pred_L0), a list of candidate predicted motion vectors mvpListL0 for L0 is calculated, a predicted motion vector mvpL0 is selected, and the motion vector mvL0 for L0 is calculated. If the inter-prediction mode of the block to be processed is L1 prediction (Pred_L1), a list of candidate predicted motion vectors mvpListL1 for L1 is calculated, a predicted motion vector mvpL1 is selected, and the motion vector mvL1 for L1 is calculated. When the interpretation mode of the block to be processed is dual prediction (Pred_BI), both L0 and L1 predictions are performed. A list of candidate L0 predicted motion vectors, mvpListL0, is calculated, a predicted L0 motion vector mvpL0 is selected, and the L0 motion vector mvL0 is calculated. Simultaneously, a list of candidate L1 predicted motion vectors, mvpListL1, is calculated, the predicted L1 motion vector mvpL1 is calculated, and the L1 motion vector mvL1 is calculated.

符号化側と同様に、復号側でもL0、L1それぞれについて、動きベクトル算出処理を
行うが、L0、L1ともに共通の処理となる。したがって、以下の説明においてはL0、
L1を共通のLXとして表す。LXは処理対象の符号化ブロックのインター予測に用いる
インター予測モードを表す。L0の動きベクトルを算出する処理ではXが0であり、L1
の動きベクトルを算出する処理ではXが1である。また、LXの動きベクトルを算出する
処理中に、算出対象のLXと同じ参照リストではなく、もう一方の参照リストの情報を参
照する場合、もう一方の参照リストをLYとして表す。
Similar to the encoding side, the decoding side also performs motion vector calculation processing for L0 and L1 respectively, but the processing is common to both L0 and L1. Therefore, in the following explanation, L0,
L1 is represented as a common LX. LX represents the inter prediction mode used for inter prediction of the coding block to be processed. In the process of calculating the motion vector of L0, X is 0, and L1
In the process of calculating the motion vector, X is 1. Also, when calculating the motion vector of LX, if information from a different reference list is referenced instead of the same reference list as the LX being calculated, that other reference list is represented as LY.

LXの動きベクトルmvLXを使用する場合(図25のステップS202:YES)、LX
の予測動きベクトルの候補を算出してLXの予測動きベクトル候補リストmvpListLXを構
築する(図25のステップS203)。通常予測動きベクトルモード導出部401の中の
空間予測動きベクトル候補導出部421、時間予測動きベクトル候補導出部422、履歴
予測動きベクトル候補導出部423、予測動きベクトル候補補充部425で複数の予測動
きベクトルの候補を算出し、予測動きベクトル候補リストmvpListLXを構築する。図25
のステップS203の詳細な処理手順については図20のフローチャートを用いて後述す
る。
When using the motion vector mvLX for LX (step S202 in Figure 25: YES), LX
Candidates for predicted motion vectors are calculated and a list of LX's predicted motion vector candidates, mvpListLX, is constructed (step S203 in Figure 25). Multiple candidate predicted motion vectors are calculated in the spatial predicted motion vector candidate derivation unit 421, time predicted motion vector candidate derivation unit 422, history predicted motion vector candidate derivation unit 423, and predicted motion vector candidate supplementation unit 425 within the normal predicted motion vector mode derivation unit 401, and the list of predicted motion vector candidates, mvpListLX, is constructed. Figure 25
The detailed processing procedure for step S203 will be described later using the flowchart in Figure 20.

続いて、予測動きベクトル候補選択部426で予測動きベクトル候補リストmvpListLX
からビット列復号部201にて復号されて供給される予測動きベクトルのインデックスmv
pIdxLXに対応する予測動きベクトルの候補mvpListLX[mvpIdxLX]を選択された予測動きベ
クトルmvpLXとして取り出す(図25のステップS204)。
Next, the predicted motion vector candidate selection unit 426 selects the predicted motion vector candidate list mvpListLX
The index mv of the predicted motion vector, which is decoded and supplied by the bit sequence decoding unit 201.
The candidate predicted motion vectors mvpListLX[mvpIdxLX] corresponding to pIdxLX are extracted as the selected predicted motion vector mvpLX (step S204 in Figure 25).

続いて、動きベクトル加算部427でビット列復号部201にて復号されて供給される
LXの差分動きベクトルmvdLXとLXの予測動きベクトルmvpLXを加算し、
mvLX = mvpLX + mvdLX
としてLXの動きベクトルmvLXを算出する(図25のステップS205)。
Next, the motion vector addition unit 427 adds the difference motion vector mvdLX of LX, which is decoded and supplied by the bit sequence decoding unit 201, and the predicted motion vector mvpLX of LX.
mvLX = mvpLX + mvdLX
The motion vector mvLX of LX is calculated (step S205 in Figure 25).

<通常予測動きベクトルモード導出部(通常AMVP):動きベクトルの予測方法>
図20は本発明の実施の形態に係る動画像符号化装置の通常予測動きベクトルモード導
出部301及び動画像復号装置の通常予測動きベクトルモード導出部401とで共通する
機能を有する通常予測動きベクトルモード導出処理の処理手順を表すフローチャートであ
る。
<Normal Prediction Motion Vector Mode Derivation Unit (Normal AMVP): Method for Predicting Motion Vectors>
Figure 20 is a flowchart showing the processing procedure for the normal predicted motion vector mode derivation process, which has functions common to the normal predicted motion vector mode derivation unit 301 of the video encoding device and the normal predicted motion vector mode derivation unit 401 of the video decoding device according to an embodiment of the present invention.

通常予測動きベクトルモード導出部301及び通常予測動きベクトルモード導出部40
1では、予測動きベクトル候補リストmvpListLXを備えている。予測動きベクトル候補リ
ストmvpListLXはリスト構造を成し、予測動きベクトル候補リスト内部の所在を示す予測
動きベクトルインデックスと、インデックスに対応する予測動きベクトル候補を要素とし
て格納する記憶領域が設けられている。予測動きベクトルインデックスの数字は0から開
始され、予測動きベクトル候補リストmvpListLXの記憶領域に、予測動きベクトル候補が
格納される。本実施の形態においては、予測動きベクトル候補リストmvpListLXは少なく
とも2個の予測動きベクトル候補(インター予測情報)を登録することができるものとす
る。さらに、予測動きベクトル候補リストmvpListLXに登録されている予測動きベクトル
候補数を示す変数numCurrMvpCandに0を設定する。
Normal prediction motion vector mode derivation unit 301 and Normal prediction motion vector mode derivation unit 40
In this embodiment, a predicted motion vector candidate list, mvpListLX, is provided. The predicted motion vector candidate list, mvpListLX, has a list structure and is provided with a predicted motion vector index that indicates the location within the predicted motion vector candidate list, and a storage area that stores the predicted motion vector candidate corresponding to the index as an element. The predicted motion vector index starts from 0, and the predicted motion vector candidates are stored in the storage area of the predicted motion vector candidate list, mvpListLX. In this embodiment, the predicted motion vector candidate list, mvpListLX, can register at least two predicted motion vector candidates (inter-prediction information). Furthermore, the variable numCurrMvpCand, which indicates the number of predicted motion vector candidates registered in the predicted motion vector candidate list, mvpListLX, is set to 0.

空間予測動きベクトル候補導出部321及び421は、左側に隣接するブロックからの
予測動きベクトルの候補を導出する。この処理では、左側に隣接するブロック(A0また
はA1)の予測動きベクトル候補が利用できるか否かを示すフラグavailableFlagLXA、及
び動きベクトルmvLXA、参照インデックスrefIdxAを導出し、mvLXAを予測動きベクトル候
補リストmvpListLXに追加する(図20のステップS301)。なお、L0のときXは0
、L1のときXは1とする(以下同様)。続いて、空間予測動きベクトル候補導出部32
1及び421は、上側に隣接するブロック(B0,B1またはB2)からの予測動きベク
トルの候補を導出する。この処理では、上側に隣接するブロックの予測動きベクトル候補
が利用できるか否かを示すフラグavailableFlagLXB、及び動きベクトルmvLXB、参照イン
デックスrefIdxBを導出し、mvLXAとmvLXBが等しくなければ、mvLXBを予測動きベクトル候
補リストmvpListLXに追加する(図20のステップS302)。図20のステップS30
1とS302の処理は参照する隣接ブロックの位置と数が異なる点以外は共通であり、符
号化ブロックの予測動きベクトル候補が利用できるか否かを示すフラグavailableFlagLXN
、及び動きベクトルmvLXN、参照インデックスrefIdxN(NはAまたはB、以下同様)を導
出する。
The spatial prediction motion vector candidate derivation units 321 and 421 derive candidate prediction motion vectors from the block adjacent to the left. In this process, a flag availableFlagLXA indicating whether a prediction motion vector candidate from the block adjacent to the left (A0 or A1) is available, along with the motion vector mvLXA and the reference index refIdxA are derived, and mvLXA is added to the prediction motion vector candidate list mvpListLX (step S301 in Figure 20). Note that when L0, X is 0
When L1, X is set to 1 (the same applies hereafter). Next, the spatial prediction motion vector candidate derivation unit 32
Steps 1 and 421 derive candidate predicted motion vectors from the upper adjacent block (B0, B1, or B2). This process derives a flag availableFlagLXB indicating whether a candidate predicted motion vector from the upper adjacent block is available, as well as the motion vector mvLXB and the reference index refIdxB. If mvLXA and mvLXB are not equal, mvLXB is added to the candidate predicted motion vector list mvpListLX (step S302 in Figure 20). Step S30 in Figure 20
The processes in steps 1 and 302 are similar except for the difference in the position and number of adjacent blocks referenced, and the flag availableFlagLXN indicates whether or not a candidate predicted motion vector for the encoded block is available.
Derive the motion vector mvLXN and the reference index refIdxN (where N is A or B, and so on).

続いて、時間予測動きベクトル候補導出部322及び422は、現在の処理対象ピクチ
ャとは時間が異なるピクチャにおける符号化ブロックからの予測動きベクトルの候補を導
出する。この処理では、異なる時間のピクチャにおける符号化ブロックの予測動きベクト
ル候補が利用できるか否かを示すフラグavailableFlagLXCol、及び動きベクトルmvLXCol
、参照インデックスrefIdxCol、参照リストlistColを導出し、mvLXColを予測動きベクト
ル候補リストmvpListLXに追加する(図20のステップS303)。このステップS30
3の導出処理手順を後ほど詳細に説明する。
Next, the time-predicted motion vector candidate derivation units 322 and 422 derive candidate predicted motion vectors from encoded blocks in pictures at different time points than the currently processed picture. In this process, a flag availableFlagLXCol and a motion vector mvLXCol are used to indicate whether or not candidate predicted motion vectors from encoded blocks in pictures at different time points are available.
The reference index refIdxCol and reference list listCol are derived, and mvLXCol is added to the predicted motion vector candidate list mvpListLX (step S303 in Figure 20).
The derivation procedure for step 3 will be explained in detail later.

なお、シーケンス(SPS)、ピクチャ(PPS)またはスライスの単位で時間予測動きベク
トル候補導出部322及び422の処理を省略することができるものとする。
Furthermore, the processing of time-predicted motion vector candidate derivation units 322 and 422 can be omitted in units of sequence (SPS), picture (PPS), or slice.

続いて、履歴予測動きベクトル候補導出部323及び423は履歴予測動きベクトル候
補リストHmvpCandListに登録されている履歴予測動きベクトル候補を予測動きベクトル候
補リストmvpListLXに追加する。(図20のステップS304)。このステップS304
の登録処理手順については図41のフローチャートを用いて後ほど詳細に説明する。
Next, the history prediction motion vector candidate derivation units 323 and 423 add the history prediction motion vector candidates registered in the history prediction motion vector candidate list HmvpCandList to the prediction motion vector candidate list mvpListLX. (Step S304 in Figure 20). This step S304
The registration process will be explained in detail later using the flowchart in Figure 41.

続いて予測動きベクトル候補補充部325及び425は予測動きベクトル候補リストmv
pListLXを満たすまで(0,0)等、所定の値の動きベクトルを追加する(図20のS3
05)。
Next, the predicted motion vector candidate supplementation units 325 and 425 replenish the predicted motion vector candidate list mv
Add a motion vector of a predetermined value, such as (0,0), until pListLX is satisfied (S3 in Figure 20).
05).

<通常マージモード導出部(通常マージ)>
図18の通常マージモード導出部302は、空間マージ候補導出部341、時間マージ
候補導出部342、平均マージ候補導出部344、履歴マージ候補導出部345、マージ
候補補充部346、マージ候補選択部347を含む。
<Normal Merge Mode Derivation Section (Normal Merge)>
The normal merge mode derivation unit 302 in Figure 18 includes a spatial merge candidate derivation unit 341, a time merge candidate derivation unit 342, an average merge candidate derivation unit 344, a history merge candidate derivation unit 345, a merge candidate replenishment unit 346, and a merge candidate selection unit 347.

図24の通常マージモード導出部402は、空間マージ候補導出部441、時間マージ
候補導出部442、平均マージ候補導出部444、履歴マージ候補導出部445、マージ
候補補充部446、マージ候補選択部447を含む。
The normal merge mode derivation unit 402 in Figure 24 includes a spatial merge candidate derivation unit 441, a time merge candidate derivation unit 442, an average merge candidate derivation unit 444, a history merge candidate derivation unit 445, a merge candidate replenishment unit 446, and a merge candidate selection unit 447.

図21は本発明の実施の形態に係る動画像符号化装置の通常マージモード導出部302
及び動画像復号装置の通常マージモード導出部402とで共通する機能を有する通常マー
ジモード導出処理の手順を説明するフローチャートである。
Figure 21 shows the normal merge mode derivation unit 302 of the video encoding device according to an embodiment of the present invention.
This is a flowchart illustrating the procedure for the normal merge mode derivation process, which has functions common to both the normal merge mode derivation unit 402 of the video decoding device and the video decoding device.

以下、諸過程を順を追って説明する。なお、以下の説明においては特に断りのない限り
スライスタイプslice_typeがBスライスの場合について説明するが、Pスライスの場合に
も適用できる。ただし、スライスタイプslice_typeがPスライスの場合、インター予測モ
ードとしてL0予測(Pred_L0)だけがあり、L1予測(Pred_L1)、双予測(Pred_BI)
がないので、L1に纏わる処理を省略することができる。
The following explains the process step by step. Unless otherwise specified, the following explanation assumes a B-slice, but it can also be applied to a P-slice. However, when the slice type is a P-slice, only L0 prediction (Pred_L0) is available as an inter-prediction mode; L1 prediction (Pred_L1) and bi-prediction (Pred_BI) are not available.
Since it is not present, the processing related to L1 can be omitted.

通常マージモード導出部302及び通常マージモード導出部402では、マージ候補リ
ストmergeCandListを備えている。マージ候補リストmergeCandListはリスト構造を成し、
マージ候補リスト内部の所在を示すマージインデックスと、インデックスに対応するマー
ジ候補を要素として格納する記憶領域が設けられている。マージインデックスの数字は0
から開始され、マージ候補リストmergeCandListの記憶領域に、マージ候補が格納される
。以降の処理では、マージ候補リストmergeCandListに登録されたマージインデックスi
のマージ候補は、mergeCandList[i]で表すこととする。本実施の形態においては、マージ
候補リストmergeCandListは少なくとも6個のマージ候補(インター予測情報)を登録す
ることができるものとする。さらに、マージ候補リストmergeCandListに登録されている
マージ候補数を示す変数numCurrMergeCandに0を設定する。
The normal merge mode derivation unit 302 and the normal merge mode derivation unit 402 include a merge candidate list mergeCandList. The merge candidate list mergeCandList has a list structure,
A merge index is provided to indicate the location within the merge candidate list, and a memory area is provided to store the merge candidate corresponding to the index as an element. The merge index number is 0.
The process begins with the merge candidates being stored in the memory area of the merge candidate list, mergeCandList. Subsequent processing involves the merge index i registered in the merge candidate list, mergeCandList.
The merge candidates are represented by mergeCandList[i]. In this embodiment, the merge candidate list mergeCandList can register at least six merge candidates (inter-prediction information). Furthermore, the variable numCurrMergeCand, which indicates the number of merge candidates registered in the merge candidate list mergeCandList, is set to 0.

空間マージ候補導出部341及び空間マージ候補導出部441では、動画像符号化装置
の符号化情報格納メモリ111または動画像復号装置の符号化情報格納メモリ205に格
納されている符号化情報から、処理対象ブロックの左側と上側に隣接するブロックからの
空間マージ候補A,Bを導出して、導出された空間マージ候補をマージ候補リストmergeC
andListに登録する(図21のステップS401)。ここで、空間マージ候補A,Bまた
は時間マージ候補Colのいずれかを示すNを定義する。ブロックNのインター予測情報
が空間マージ候補Nとして利用できるか否かを示すフラグavailableFlagN、空間マージ候
補NのL0の参照インデックスrefIdxL0N及びL1の参照インデックスrefIdxL1N、L0予
測が行われるか否かを示すL0予測フラグpredFlagL0NおよびL1予測が行われるか否か
を示すL1予測フラグpredFlagL1N、L0の動きベクトルmvL0N、L1の動きベクトルmvL1
Nを導出する。ただし、本実施の形態においては処理対象となる符号化ブロックを含むブ
ロックに含まれる他の符号化ブロックを参照せずに、マージ候補を導出するので、処理対
象の符号化ブロックを含むブロックに含まれる空間マージ候補は導出しない。
The spatial merge candidate derivation unit 341 and the spatial merge candidate derivation unit 441 derive spatial merge candidates A and B from blocks adjacent to the left and above the block to be processed, from the encoded information stored in the encoded information storage memory 111 of the video encoding device or the encoded information storage memory 205 of the video decoding device, and the derived spatial merge candidates are placed in the merge candidate list mergeC.
Registered in andList (step S401 in Figure 21). Here, N is defined to represent either spatial merge candidate A, B or time merge candidate Col. availableFlagN is a flag indicating whether the interpretation information of block N can be used as spatial merge candidate N, the reference index of L0 of spatial merge candidate N is refIdxL0N and the reference index of L1 is refIdxL1N, the L0 prediction flag is predFlagL0N indicating whether L0 prediction is performed and the L1 prediction flag is predFlagL1N indicating whether L1 prediction is performed, the motion vector of L0 is mvL0N and the motion vector of L1 is mvL1
N is derived. However, in this embodiment, merge candidates are derived without referring to other encoding blocks included in the block containing the encoding block to be processed, so spatial merge candidates included in the block containing the encoding block to be processed are not derived.

続いて、時間マージ候補導出部342及び時間マージ候補導出部442では、異なる時
間のピクチャからの時間マージ候補を導出して、導出された時間マージ候補をマージ候補
リストmergeCandListに登録する(図21のステップS402)。時間マージ候補が利用
できるか否かを示すフラグavailableFlagCol、時間マージ候補のL0予測が行われるか否
かを示すL0予測フラグpredFlagL0ColおよびL1予測が行われるか否かを示すL1予測
フラグpredFlagL1Col、及びL0の動きベクトルmvL0Col、L1の動きベクトルmvL1Colを
導出する。ステップS402の詳細な処理手順については後ほど図56を参照して詳細に
説明する。
Next, the time merge candidate derivation unit 342 and the time merge candidate derivation unit 442 derive time merge candidates from pictures of different time periods and register the derived time merge candidates in the merge candidate list mergeCandList (step S402 in Figure 21). A flag availableFlagCol indicating whether a time merge candidate is available, an L0 prediction flag predFlagL0Col indicating whether an L0 prediction is performed for the time merge candidate, an L1 prediction flag predFlagL1Col indicating whether an L1 prediction is performed, and the L0 motion vector mvL0Col and L1 motion vector mvL1Col are derived. The detailed processing procedure for step S402 will be explained in detail later with reference to Figure 56.

なお、シーケンス(SPS)、ピクチャ(PPS)またはスライスの単位で時間マージ候補導
出部342及び時間マージ候補導出部442の処理を省略することができるものとする。
Furthermore, the processing of the time merge candidate derivation unit 342 and the time merge candidate derivation unit 442 can be omitted in units of sequence (SPS), picture (PPS), or slice.

続いて、履歴マージ候補導出部345及び履歴マージ候補導出部445では、履歴予測
動きベクトル候補リストHmvpCandListに登録されている履歴予測動きベクトル候補をマー
ジ候補リストmergeCandListに追加する(図21のステップS403)。ステップS40
3の詳細な処理手順については図62のフローチャートを用いて後ほど詳細に説明する。
Next, the history merge candidate derivation unit 345 and the history merge candidate derivation unit 445 add the history predicted motion vector candidates registered in the history predicted motion vector candidate list HmvpCandList to the merge candidate list mergeCandList (step S403 in Figure 21). Step S40
The detailed processing steps for step 3 will be explained later using the flowchart in Figure 62.

続いて、平均マージ候補導出部344及び平均マージ候補導出部444では、マージ候
補リストmergeCandListから平均マージ候補を導出して、導出された平均マージ候補をマ
ージ候補リストmergeCandListに登録する(図21のステップS404)。ステップS4
04の詳細な処理手順については図41のフローチャートを用いて後ほど詳細に説明する
Next, the average merge candidate derivation unit 344 and the average merge candidate derivation unit 444 derive the average merge candidate from the merge candidate list mergeCandList and register the derived average merge candidate in the merge candidate list mergeCandList (step S404 in Figure 21). Step S4
The detailed processing steps for step 04 will be explained later using the flowchart in Figure 41.

続いて、マージ候補補充部346及びマージ候補補充部446では、マージ候補リスト
mergeCandList内に登録されているマージ候補数numCurrMergeCandが、最大マージ候補数M
axNumMergeCandより小さい場合、マージ候補リストmergeCandList内に登録されているマ
ージ候補数numCurrMergeCandが最大マージ候補数MaxNumMergeCandを上限として追加マー
ジ候補を導出して、マージ候補リストmergeCandListに登録する(図21のステップS4
05)。最大マージ候補数MaxNumMergeCandを上限として、Pスライスでは、異なる参照
インデックスで動きベクトルが(0,0)の値を持つ予測モードがL0予測(Pred_L0)
のマージ候補を追加する。Bスライスでは、異なる参照インデックスで動きベクトルが(
0,0)の値を持つ予測モードが双予測(Pred_BI)のマージ候補を追加する。
Next, the merge candidate replenishment unit 346 and the merge candidate replenishment unit 446 process the merge candidate list.
The number of merge candidates registered in mergeCandList, numCurrMergeCand, is equal to the maximum number of merge candidates, M.
If axNumMergeCand is smaller, the number of merge candidates registered in the merge candidate list mergeCandList, numCurrMergeCand, is used to derive additional merge candidates up to the maximum number of merge candidates MaxNumMergeCand, and these are registered in the merge candidate list mergeCandList (step S4 in Figure 21).
05). With the maximum number of merge candidates MaxNumMergeCand as the upper limit, in a P slice, the prediction mode where the motion vector has a value of (0,0) at different reference indices is L0 prediction (Pred_L0).
Add merge candidates. In B slices, motion vectors with different reference indices (
Prediction modes with a value of 0,0) add merge candidates for dual prediction (Pred_BI).

続いて、マージ候補選択部347及びマージ候補選択部447では、マージ候補リスト
mergeCandList内に登録されているマージ候補からマージ候補を選択する。符号化側のマ
ージ候補選択部347では、符号量とひずみ量を算出することによりマージ候補を選択し
、選択されたマージ候補を示すマージインデックス、マージ候補のインター予測情報を動
き補償予測部306に供給する。一方、復号側のマージ候補選択部447では、復号され
たマージインデックスに基づいて、マージ候補を選択し、選択されたマージ候補を動き補
償予測部406に供給する。
Next, the merge candidate selection unit 347 and the merge candidate selection unit 447 select the merge candidate list.
A merge candidate is selected from the merge candidates registered in mergeCandList. The encoding-side merge candidate selection unit 347 selects a merge candidate by calculating the code amount and distortion amount, and supplies the merge index indicating the selected merge candidate and the interpretation prediction information of the merge candidate to the motion compensation prediction unit 306. On the other hand, the decoding-side merge candidate selection unit 447 selects a merge candidate based on the decoded merge index and supplies the selected merge candidate to the motion compensation prediction unit 406.

通常マージモード導出部302及び通常マージモード導出部402は、ある符号化ブロ
ックのサイズ(幅と高さの積)が32未満の場合、その符号化ブロックの親ブロックにお
いてマージ候補が導出される。そして、全ての子ブロックでは、親ブロックにおいて導出
されたマージ候補を用いる。ただし、親ブロックのサイズが32以上で、かつ画面内に収
まっている場合に限る。
The normal merge mode derivation unit 302 and the normal merge mode derivation unit 402 derive merge candidates in the parent block of a given encoded block if the size (product of width and height) of that encoded block is less than 32. Then, all child blocks use the merge candidates derived in the parent block. However, this is limited to cases where the size of the parent block is 32 or more and fits within the screen.

<サブブロック予測動きベクトルモード導出>
サブブロック予測動きベクトルモード導出について説明する。
<Derivation of subblock predicted motion vector modes>
This section explains the derivation of the subblock predicted motion vector mode.

図26は、本実施の形態の符号化装置におけるサブブロック予測動きベクトルモード導
出部303のブロック図である。
Figure 26 is a block diagram of the subblock predictive motion vector mode derivation unit 303 in the encoding device of this embodiment.

まず、アフィン継承予測動きベクトル候補導出部361において、アフィン継承予測動
きベクトル候補を導出する。アフィン継承予測動きベクトル候補導出の詳細については後
述する。
First, the affine inheritance prediction motion vector candidate derivation unit 361 derives affine inheritance prediction motion vector candidates. Details of the affine inheritance prediction motion vector candidate derivation will be described later.

続いて、アフィン構築予測動きベクトル候補導出部362において、アフィン構築予測
動きベクトル候補を導出する。アフィン構築予測動きベクトル候補導出の詳細については
後述する。
Next, the affine construction prediction motion vector candidate derivation unit 362 derives affine construction prediction motion vector candidates. Details of the affine construction prediction motion vector candidate derivation will be described later.

続いて、アフィン同一予測動きベクトル候補導出部363において、アフィン同一予測
動きベクトル候補を導出する。アフィン同一予測動きベクトル候補導出の詳細については
後述する。
Next, the affine identical predicted motion vector candidate derivation unit 363 derives affine identical predicted motion vector candidates. Details of the affine identical predicted motion vector candidate derivation will be described later.

サブブロック動きベクトル検出部366は、サブブロック予測動きベクトルモードに適
するサブブロック動きベクトルを検出し、検出したベクトルをサブブロック予測動きベク
トル候補選択部367、差分演算部368に供給する。
The subblock motion vector detection unit 366 detects a subblock motion vector suitable for the subblock predicted motion vector mode and supplies the detected vector to the subblock predicted motion vector candidate selection unit 367 and the difference calculation unit 368.

サブブロック予測動きベクトル候補選択部367は、アフィン継承予測動きベクトル候
補導出部361、アフィン構築予測動きベクトル候補導出部362、アフィン同一予測動
きベクトル候補導出部363において導出されたサブブロック予測動きベクトル候補の中
から、サブブロック動きベクトル検出部366から供給された動きベクトルに基づいて、
サブブロック予測動きベクトル候補を選択し、選択されたサブブロック予測動きベクトル
候補に関する情報をインター予測モード判定部305、差分演算部368に供給する。
The subblock predicted motion vector candidate selection unit 367 selects from the subblock predicted motion vector candidates derived in the affine inheritance predicted motion vector candidate derivation unit 361, the affine construction predicted motion vector candidate derivation unit 362, and the affine identical predicted motion vector candidate derivation unit 363, based on the motion vector supplied from the subblock motion vector detection unit 366.
A candidate subblock predicted motion vector is selected, and information regarding the selected subblock predicted motion vector candidate is supplied to the inter-prediction mode determination unit 305 and the difference calculation unit 368.

差分演算部368は、サブブロック動きベクトル検出部366から供給された動きベク
トルベクトルから、サブブロック予測動きベクトル候補選択部367で選択されたサブブ
ロック予測動きベクトルを減算した差分予測動きベクトルを、インター予測モード判定部
305に供給する。
The difference calculation unit 368 subtracts the subblock predicted motion vector selected by the subblock predicted motion vector candidate selection unit 367 from the motion vector supplied by the subblock motion vector detection unit 366, and supplies the difference predicted motion vector to the inter-prediction mode determination unit 305.

図27は、本実施の形態の復号装置におけるサブブロック予測動きベクトルモード導出
部403のブロック図である。
Figure 27 is a block diagram of the subblock predicted motion vector mode derivation unit 403 in the decoding device of this embodiment.

まず、アフィン継承予測動きベクトル候補導出部461において、アフィン継承予測動
きベクトル候補を導出する。アフィン継承予測動きベクトル候補導出部461の処理は本
実施の形態の符号化装置におけるアフィン継承予測動きベクトル候補導出部361の処理
と同一である。
First, the affine inheritance prediction motion vector candidate derivation unit 461 derives affine inheritance prediction motion vector candidates. The processing of the affine inheritance prediction motion vector candidate derivation unit 461 is the same as the processing of the affine inheritance prediction motion vector candidate derivation unit 361 in the encoding device of this embodiment.

続いて、アフィン構築予測動きベクトル候補導出部462において、アフィン構築予測
動きベクトル候補を導出する。アフィン構築予測動きベクトル候補導出部462の処理は
本実施の形態の符号化装置におけるアフィン構築予測動きベクトル候補導出部362の処
理と同一である。
Next, the affine construction predicted motion vector candidate derivation unit 462 derives affine construction predicted motion vector candidates. The processing of the affine construction predicted motion vector candidate derivation unit 462 is the same as the processing of the affine construction predicted motion vector candidate derivation unit 362 in the encoding device of this embodiment.

続いて、アフィン同一予測動きベクトル候補導出部463において、アフィン同一予測
動きベクトル候補を導出する。アフィン同一予測動きベクトル候補導出部463の処理は
本実施の形態の符号化装置におけるアフィン同一予測動きベクトル候補導出部363の処
理と同一である。
Next, the affine identical predicted motion vector candidate derivation unit 463 derives affine identical predicted motion vector candidates. The processing of the affine identical predicted motion vector candidate derivation unit 463 is the same as the processing of the affine identical predicted motion vector candidate derivation unit 363 in the encoding device of this embodiment.

サブブロック予測動きベクトル候補選択部466は、アフィン継承予測動きベクトル候
補導出部461、アフィン構築予測動きベクトル候補導出部462、アフィン同一予測動
きベクトル候補導出部463において導出されたサブブロック予測動きベクトル候補の中
から、符号化装置から伝送され復号される予測動きベクトルインデックスに基づいて、サ
ブブロック予測動きベクトル候補を選択し、選択されたサブブロック予測動きベクトル候
補に関する情報を動き補償予測部406、加算演算部467に供給する。
The subblock predicted motion vector candidate selection unit 466 selects a subblock predicted motion vector candidate from among the subblock predicted motion vector candidates derived in the affine inheritance predicted motion vector candidate derivation unit 461, the affine construction predicted motion vector candidate derivation unit 462, and the affine identical predicted motion vector candidate derivation unit 463, based on the predicted motion vector index transmitted and decoded from the encoding device, and supplies information about the selected subblock predicted motion vector candidate to the motion compensation prediction unit 406 and the addition calculation unit 467.

加算演算部467は、サブブロック予測動きベクトル候補選択部466で選択されたサ
ブブロック予測動きベクトルに、符号化装置から伝送され復号される差分動きベクトルを
加算して生成した動きベクトルを動き補償予測部406に供給する。
The addition unit 467 adds the difference motion vector transmitted and decoded from the encoding device to the subblock predicted motion vector selected by the subblock predicted motion vector candidate selection unit 466 and supplies the resulting motion vector to the motion compensation prediction unit 406.

<アフィン継承予測動きベクトル候補導出>
アフィン継承予測動きベクトル候補導出部361について説明する。アフィン継承予測
動きベクトル候補導出部461についてもアフィン継承予測動きベクトル候補導出部36
1と同様である。
<Derivation of candidate motion vectors for affine inheritance prediction>
The affine inheritance prediction motion vector candidate derivation unit 361 will be explained. The affine inheritance prediction motion vector candidate derivation unit 461 will also be explained.
It is the same as in 1.

アフィン継承予測動きベクトル候補は、制御点の動きベクトル情報を継承する。 The affine inheritance prediction motion vector candidate inherits the motion vector information of the control points.

図30は、アフィン継承予測動きベクトル候補導出を説明する図である。 Figure 30 illustrates the derivation of candidate motion vectors for affine inheritance prediction.

アフィン継承予測動きベクトル候補は、空間的に隣接する符号化済・復号済ブロックの
有する制御点の動きベクトルを探索することで得られる。
Candidate affine inheritance prediction motion vectors are obtained by searching for motion vectors of control points in spatially adjacent encoded and decoded blocks.

具体的には、処理対象のブロックの左側に隣接するブロック(A0,A1)と、処理対
象のブロックの上側に隣接するブロック(B0,B1,B2)から、それぞれ最大1つの
アフィンモードを探索し、アフィン継承予測動きベクトルとする。
Specifically, a maximum of one affine mode is searched for in the blocks adjacent to the left of the block to be processed (A0, A1) and in the blocks adjacent to the top of the block to be processed (B0, B1, B2), and these are used as the affine inheritance prediction motion vector.

図34は、アフィン継承予測動きベクトル候補導出のフローチャートである。 Figure 34 is a flowchart for deriving candidate motion vectors for affine inheritance prediction.

まず、処理対象のブロックの左側に隣接するブロック(A0,A1)を左グループとし
(ステップS3101)、A0を含むブロックがアフィン変換動き補償を用いたブロック
(アフィンモード)であるか否かを判断する(ステップS3102)。A0がアフィンモ
ードである場合(ステップS3102:YES)、A0が使用したアフィンモードを取得
し(ステップS3103)、上側に隣接するブロックの処理に移る。A0がアフィンモー
ドでない場合(ステップS3102:NO)、アフィン継承予測動きベクトル候補導出の
対象をA0->A1とし、A1を含むブロックからアフィンモードの取得を試みる。
First, the blocks adjacent to the left of the block to be processed (A0, A1) are designated as the left group (step S3101), and it is determined whether the block containing A0 is a block that uses affine transformation motion compensation (affine mode) (step S3102). If A0 is in affine mode (step S3102: YES), the affine mode used by A0 is obtained (step S3103), and the processing of the block adjacent to the upper side is started. If A0 is not in affine mode (step S3102: NO), the target for deriving the affine inheritance predicted motion vector candidate is set to A0 -> A1, and an attempt is made to obtain the affine mode from the block containing A1.

続いて、処理対象のブロックの上側に隣接するブロック(B0,B1,B2)を上グル
ープとし(ステップS3104)、B0を含むブロックがアフィンモードであるか否かを
判断する(ステップS3105)。B0がアフィンモードである場合(ステップS310
5:YES)、B0が使用したアフィンモードを取得し(ステップS3106)、処理を
終了する。B0がアフィンモードでない場合(ステップS3105:NO)、アフィン継
承予測動きベクトル候補導出の対象をB0->B1とし、B1を含むブロックからアフィ
ンモードの取得を試みる。さらに、B1がアフィンモードでない場合(ステップS310
5:NO)、アフィン継承予測動きベクトル候補導出の対象をB1->B2とし、B2を
含むブロックからアフィンモードの取得を試みる。
Next, the blocks adjacent to the upper side of the block to be processed (B0, B1, B2) are designated as the upper group (step S3104), and it is determined whether the block containing B0 is in affine mode (step S3105). If B0 is in affine mode (step S310
5: YES), obtain the affine mode used by B0 (step S3106), and terminate the process. If B0 is not in an affine mode (step S3105: NO), the target for deriving the affine inheritance prediction motion vector candidate is set to B0 -> B1, and an attempt is made to obtain the affine mode from the block containing B1. Furthermore, if B1 is not in an affine mode (step S310)
5: NO), the target for deriving candidate motion vectors for affine inheritance prediction is set to B1 -> B2, and an attempt is made to obtain the affine mode from the block containing B2.

このように、左側ブロックと上側ブロックにグループを分けて、左側ブロックについて
は、左下から左上のブロックの順にアフィンモードを探索し、左側ブロックについては、
右上から左上のブロックの順にアフィンモードを探索することで、可能な限り異なる2つ
のアフィンモードを取得することができ、アフィン予測動きベクトルのいずれかが差分動
きベクトルの小さくなるアフィン予測動きベクトル候補を導出することができる。
In this way, the blocks are divided into left and upper blocks. For the left block, the affine mode is searched in the order from the bottom left to the top left block.
By exploring affine modes in order from the top right to the top left block, it is possible to obtain two affine modes that are as different as possible, and a candidate affine predicted motion vector can be derived in which one of the affine predicted motion vectors is smaller than the difference motion vector.

<アフィン構築予測動きベクトル候補導出>
アフィン構築予測動きベクトル候補導出部362について説明する。アフィン構築予測
動きベクトル候補導出部462についてもアフィン構築予測動きベクトル候補導出部36
2と同様である。
<Affine Construction Prediction: Derivation of Candidate Motion Vectors>
The affine construction prediction motion vector candidate derivation unit 362 will be explained. The affine construction prediction motion vector candidate derivation unit 462 will also be explained in relation to the affine construction prediction motion vector candidate derivation unit 362.
It is the same as in 2.

アフィン構築予測動きベクトル候補は、空間的に隣接するブロックの動き情報から制御
点の動きベクトル情報を構築する。
The affine construction predicts motion vector candidates by constructing motion vector information for control points from motion information of spatially adjacent blocks.

図31は、アフィン構築予測動きベクトル候補導出を説明する図である。 Figure 31 illustrates the derivation of candidate motion vectors for affine construction prediction.

アフィン構築予測動きベクトル候補は、空間的に隣接する符号化済・復号済ブロックの
有する動きベクトルを組み合わせて新たなアフィンモードを構築することで得られる。
Affine construction prediction motion vector candidates are obtained by combining motion vectors from spatially adjacent encoded and decoded blocks to construct new affine modes.

具体的には、処理対象のブロックの左上側に隣接するブロック(B2,B3,A2)か
ら左上制御点CP0の動きベクトルを導出し、処理対象のブロックの右上側に隣接するブ
ロック(B1,B0)から右上制御点CP1の動きベクトルを導出し、処理対象のブロッ
クの左下側に隣接するブロック(A1,A0)から左下制御点CP2の動きベクトルを導
出する。
Specifically, the motion vector of the upper-left control point CP0 is derived from the blocks adjacent to the upper-left side of the block to be processed (B2, B3, A2), the motion vector of the upper-right control point CP1 is derived from the blocks adjacent to the upper-right side of the block to be processed (B1, B0), and the motion vector of the lower-left control point CP2 is derived from the blocks adjacent to the lower-left side of the block to be processed (A1, A0).

図35は、アフィン構築予測動きベクトル候補導出のフローチャートである。 Figure 35 is a flowchart for deriving candidate motion vectors for affine construction prediction.

まず、左上制御点CP0、右上制御点CP1、左下制御点CP2を導出する(ステップ
S3201)。左上制御点CP0は、処理対象のブロックと同一の参照画像をもつ参照ブ
ロックを、B2、B3、A2参照ブロックの優先順で探索することで算出される。右上制
御点CP1は、処理対象のブロックと同一の参照画像をもつ参照ブロックを、B1、B0
参照ブロックの優先順で探索することで算出される。左下制御点CP2は、処理対象のブ
ロックと同一の参照画像をもつ参照ブロックを、A1、A0参照ブロックの優先順で探索
することで算出される。
First, the upper-left control point CP0, the upper-right control point CP1, and the lower-left control point CP2 are derived (step S3201). The upper-left control point CP0 is calculated by searching for reference blocks that have the same reference image as the block to be processed, in the order of priority of reference blocks B2, B3, and A2. The upper-right control point CP1 is calculated by searching for reference blocks that have the same reference image as the block to be processed, in the order of priority of B1, B0
It is calculated by searching for reference blocks in the order of priority of the reference blocks. The lower left control point CP2 is calculated by searching for reference blocks that have the same reference image as the block to be processed, in the order of priority of the A1 and A0 reference blocks.

アフィン構築予測動きベクトルとして、制御点3本モードを選択する場合(ステップS
3202:YES)、3つの制御点(CP0,CP1,CP2)がすべて導出されたか否
かを判断する(ステップS3203)。3つの制御点(CP0,CP1,CP2)がすべ
て導出された場合(ステップS3203:YES)、3つの制御点(CP0,CP1,C
P2)を用いたアフィンモデルをアフィン構築予測動きベクトルとする(ステップS32
04)。制御点3本モードを選択せず、制御点2本モードを選択した場合(ステップS3
202:NO)、2つの制御点(CP0,CP1)がすべて導出されたか否かを判断する
(ステップS3205)。2つの制御点(CP0,CP1)がすべて導出された場合(ス
テップS3205:YES)、2つの制御点(CP0,CP1)を用いたアフィンモデル
をアフィン構築予測動きベクトルとする(ステップS3206)。
When selecting the 3-control-point mode as the affine construction prediction motion vector (Step S
3202: YES), determine whether all three control points (CP0, CP1, CP2) have been derived (step S3203). If all three control points (CP0, CP1, CP2) have been derived (step S3203: YES), determine whether all three control points (CP0, CP1, C
The affine model using P2) is used as the affine construction prediction motion vector (step S32).
04). If you do not select the 3-control-point mode and instead select the 2-control-point mode (Step S3)
202: NO), determine whether both control points (CP0, CP1) have been derived (step S3205). If both control points (CP0, CP1) have been derived (step S3205: YES), the affine model using the two control points (CP0, CP1) is used as the affine construction predicted motion vector (step S3206).

<アフィン同一予測動きベクトル候補導出>
アフィン同一予測動きベクトル候補導出部363について説明する。アフィン同一予測
動きベクトル候補導出部463についてもアフィン同一予測動きベクトル候補導出部36
3と同様である。
<Derivation of candidate affine identical predictive motion vectors>
The affine identical predicted motion vector candidate derivation unit 363 will be explained. The affine identical predicted motion vector candidate derivation unit 463 will also be explained.
It is the same as in 3.

アフィン同一予測動きベクトル候補は、各制御点で同一の動きベクトルを導出すること
で得られる。
Candidate affine identical predicted motion vectors are obtained by deriving the same motion vector at each control point.

具体的には、アフィン構築予測動きベクトル候補導出部362・462と同様に、各制
御点情報を導出し、すべての制御点をCP0~CP2のいずれかで同一に設定することで
得られる。また、通常予測動きベクトルモードと同様に導出した時間動きベクトルをすべ
ての制御点に設定することでも得られる。
Specifically, it can be obtained by deriving information for each control point and setting all control points to the same value in one of the CP0 to CP2, similar to the affine construction prediction motion vector candidate derivation units 362 and 462. Alternatively, it can be obtained by setting the derived time motion vector to all control points, similar to the normal prediction motion vector mode.

<サブブロックマージモード導出>
サブブロックマージモード導出について説明する。
<Derivation of subblock merge mode>
The derivation of the subblock merge mode will be explained.

図28は、本実施の形態の符号化装置におけるサブブロックマージモード導出部304
のブロック図である。サブブロックマージモード導出部304は、サブブロックマージ候
補リストsubblockMergeCandListを備えている。これは、通常マージモード導出部302
におけるマージ候補リストmergeCandListと同様にリスト構造を成し、サブブロックマー
ジ候補リスト内部の所在を示すマージインデックスと、インデックスに対応するサブブロ
ックマージ候補を要素として格納する記憶領域が設けられている。本実施の形態において
は、サブブロックマージ候補リストsubblockMergeCandListは少なくとも5個のマージ候
補(インター予測情報)を登録することができるものとする。ただし、各マージ候補は、
さらにサブブロック単位の動きベクトル情報を持つか、あるいは制御点の動きベクトル情
報を持つ。
Figure 28 shows the subblock merge mode derivation unit 304 in the encoding device of this embodiment.
This is a block diagram. The subblock merge mode derivation unit 304 includes a subblock merge candidate list subblockMergeCandList. This is the same as the normal merge mode derivation unit 302
Similar to the merge candidate list mergeCandList in [previous version], it has a list structure and is provided with a merge index that indicates the location within the subblock merge candidate list, and a storage area that stores the subblock merge candidate corresponding to the index as an element. In this embodiment, the subblock merge candidate list subblockMergeCandList can register at least five merge candidates (interpretation information). However, each merge candidate is
Furthermore, it has motion vector information for each subblock, or motion vector information for the control points.

まず、サブブロック時間マージ候補導出部381において、サブブロック時間マージ候
補を導出する。サブブロック時間マージ候補導出の詳細については後述する。
First, the subblock time merge candidate derivation unit 381 derives subblock time merge candidates. Details of the subblock time merge candidate derivation will be described later.

続いて、アフィン継承マージ候補導出部382において、アフィン継承マージ候補を導
出する。アフィン継承マージ候補導出の詳細については後述する。
Next, the affine inheritance merge candidate derivation unit 382 derives affine inheritance merge candidates. Details of the affine inheritance merge candidate derivation will be described later.

続いて、アフィン構築マージ候補導出部383において、アフィン構築マージ候補を導
出する。アフィン構築マージ候補導出の詳細については後述する。
Next, the affine construction merge candidate derivation unit 383 derives affine construction merge candidates. Details of the affine construction merge candidate derivation will be described later.

続いて、アフィン固定マージ候補導出部385において、アフィン固定マージ候補を導
出する。アフィン固定マージ候補導出の詳細については後述する。
Next, the affine fixed merge candidate derivation unit 385 derives affine fixed merge candidates. Details of the affine fixed merge candidate derivation will be described later.

サブブロックマージ候補選択部386は、サブブロック時間マージ候補導出部381、
アフィン継承マージ候補導出部382、アフィン構築マージ候補導出部383、アフィン
固定マージ候補導出部385において導出されたサブブロックマージ候補の中から、サブ
ブロックマージ候補を選択し、選択されたサブブロックマージ候補に関する情報をインタ
ー予測モード判定部305に供給する。
The subblock merge candidate selection unit 386 is a subblock time merge candidate derivation unit 381,
From the subblock merge candidates derived in the affine inheritance merge candidate derivation unit 382, the affine construction merge candidate derivation unit 383, and the affine fixed merge candidate derivation unit 385, a subblock merge candidate is selected, and information regarding the selected subblock merge candidate is supplied to the inter-prediction mode determination unit 305.

図29は、本実施の形態の復号装置におけるサブブロックマージモード導出部404の
ブロック図である。サブブロックマージモード導出部404は、サブブロックマージ候補
リストsubblockMergeCandListを備えている。これは、サブブロックマージモード導出部
304と同じものである。
Figure 29 is a block diagram of the subblock merge mode derivation unit 404 in the decoding device of this embodiment. The subblock merge mode derivation unit 404 includes a subblock merge candidate list subblockMergeCandList. This is the same as the subblock merge mode derivation unit 304.

まず、サブブロック時間マージ候補導出部481において、サブブロック時間マージ候
補を導出する。サブブロック時間マージ候補導出部481の処理はサブブロック時間マー
ジ候補導出部381の処理と同一である。
First, the subblock time merge candidate derivation unit 481 derives subblock time merge candidates. The processing of the subblock time merge candidate derivation unit 481 is the same as the processing of the subblock time merge candidate derivation unit 381.

続いて、アフィン継承マージ候補導出部482において、アフィン継承マージ候補を導
出する。アフィン継承マージ候補導出部482の処理はアフィン継承マージ候補導出部3
82の処理と同一である。
Next, the affine inheritance merge candidate derivation unit 482 derives affine inheritance merge candidates. The processing in the affine inheritance merge candidate derivation unit 482 is performed by the affine inheritance merge candidate derivation unit 3
This is the same process as in 82.

続いて、アフィン構築マージ候補導出部483において、アフィン構築マージ候補を導
出する。アフィン構築マージ候補導出部483の処理はアフィン構築マージ候補導出部3
83の処理と同一である。
Next, the affine construction merge candidate derivation unit 483 derives affine construction merge candidates. The processing in the affine construction merge candidate derivation unit 483 is performed by the affine construction merge candidate derivation unit 3
This is the same process as in 83.

続いて、アフィン固定マージ候補導出部485において、アフィン固定マージ候補を導
出する。アフィン固定マージ候補導出部485の処理はアフィン固定マージ候補導出部4
85の処理と同一である。
Next, the affine fixed merge candidate derivation unit 485 derives affine fixed merge candidates. The processing of the affine fixed merge candidate derivation unit 485 is performed by the affine fixed merge candidate derivation unit 4
This is the same process as in step 85.

サブブロックマージ候補選択部486は、サブブロック時間マージ候補導出部481、
アフィン継承マージ候補導出部482、アフィン構築マージ候補導出部483、アフィン
固定マージ候補導出部485において導出されたサブブロックマージ候補の中から、符号
化装置から伝送され復号されるインデックスに基づいて、サブブロックマージ候補を選択
し、選択されたサブブロックマージ候補に関する情報を動き補償予測部406に供給する
The subblock merge candidate selection unit 486 is a subblock time merge candidate derivation unit 481,
From the subblock merge candidates derived in the affine inheritance merge candidate derivation unit 482, the affine construction merge candidate derivation unit 483, and the affine fixed merge candidate derivation unit 485, a subblock merge candidate is selected based on an index transmitted and decoded from the encoding device, and information regarding the selected subblock merge candidate is supplied to the motion compensation prediction unit 406.

サブブロックマージモード導出部304及びサブブロックマージモード導出部404は
、ある符号化ブロックのサイズ(幅と高さの積)が32未満の場合、その符号化ブロック
の親ブロックにおいてサブブロックマージ候補が導出される。そして、全ての子ブロック
では、親ブロックにおいて導出されたサブブロックマージ候補を用いる。ただし、親ブロ
ックのサイズが32以上で、かつ画面内に収まっている場合に限る。
The subblock merge mode derivation unit 304 and the subblock merge mode derivation unit 404 derive a subblock merge candidate in the parent block of a given encoded block if the size (product of width and height) of that encoded block is less than 32. Then, all child blocks use the subblock merge candidate derived in the parent block. However, this is limited to cases where the size of the parent block is 32 or more and fits within the screen.

<サブブロック時間マージ候補導出>
サブブロック時間マージ候補導出部381の動作については後述する。
<Derivation of subblock time merge candidates>
The operation of the subblock time merge candidate derivation unit 381 will be described later.

<アフィン継承マージ候補導出>
アフィン継承マージ候補導出部382について説明する。アフィン継承マージ候補導出
部482についてもアフィン継承マージ候補導出部382と同様である。
<Derivation of Affine Inheritance Merge Candidates>
The affine inheritance merge candidate derivation unit 382 will now be described. The affine inheritance merge candidate derivation unit 482 is the same as the affine inheritance merge candidate derivation unit 382.

アフィン継承マージ候補は、空間的に隣接するブロックの有するアフィンモデルから制
御点のアフィンモデルを継承する。
Affine inheritance merge candidates inherit the affine model of their control points from the affine model of a spatially adjacent block.

図32は、アフィン継承マージ候補導出を説明する図である。アフィンマージ継承マー
ジモード候補の導出は、アフィン継承予測動きベクトルの導出と同様に、空間的に隣接す
る符号化済・復号済ブロックの有する制御点の動きベクトルを探索することで得られる。
Figure 32 illustrates the derivation of affine inheritance merge candidates. The derivation of affine merge inheritance merge mode candidates is obtained by searching for the motion vectors of control points in spatially adjacent encoded and decoded blocks, similar to the derivation of affine inheritance predicted motion vectors.

具体的には、処理対象のブロックの左側に隣接するブロック(A0,A1)と、処理対
象のブロックの上側に隣接するブロック(B0,B1,B2)から、それぞれ最大1つの
アフィンモードを探索し、アフィンマージモードに使用する。
Specifically, up to one affine mode is searched for from the blocks adjacent to the left of the block to be processed (A0, A1) and from the blocks adjacent to the top of the block to be processed (B0, B1, B2), and used for the affine merge mode.

図36は、アフィン継承マージ候補導出のフローチャートである。 Figure 36 is a flowchart for deriving candidates for affine inheritance merge.

まず、処理対象のブロックの左側に隣接するブロック(A0,A1)を左グループとし
(ステップS3301)、A0を含むブロックがアフィンモードであるか否かを判断する
(ステップS3302)。A0がアフィンモードである場合(ステップS3102:YE
S)、A0が使用したアフィンモデルを取得し(ステップS3303)、上側に隣接する
ブロックの処理に移る。A0がアフィンモードでない場合(ステップS3302:NO)
、アフィン継承マージ候補導出の対象をA0->A1とし、A1を含むブロックからアフ
ィンモードの取得を試みる。
First, the blocks adjacent to the left of the block to be processed (A0, A1) are designated as the left group (step S3301), and it is determined whether the block containing A0 is in affine mode (step S3302). If A0 is in affine mode (step S3102: YE
S) Obtain the affine model used by A0 (step S3303), and proceed to processing the block adjacent to the upper side. If A0 is not in affine mode (step S3302: NO)
The target for deriving affine inheritance merge candidates is set to A0 -> A1, and an attempt is made to obtain the affine mode from the block containing A1.

続いて、処理対象のブロックの上側に隣接するブロック(B0,B1,B2)を上グル
ープとし(ステップS3304)、B0を含むブロックがアフィンモードであるか否かを
判断する(ステップS3305)。B0がアフィンモードである場合(ステップS330
5:YES)、B0が使用したアフィンモデルを取得し(ステップS3306)、処理を
終了する。B0がアフィンモードでない場合(ステップS3305:NO)、アフィン継
承マージ候補導出の対象をB0->B1とし、B1を含むブロックからアフィンモードの
取得を試みる。さらに、B1がアフィンモードでない場合(ステップS3305:NO)
、アフィン継承マージ候補導出の対象をB1->B2とし、B2を含むブロックからアフ
ィンモードの取得を試みる。
Next, the blocks adjacent to the upper side of the block to be processed (B0, B1, B2) are designated as the upper group (step S3304), and it is determined whether the block containing B0 is in affine mode (step S3305). If B0 is in affine mode (step S330
5: YES), obtain the affine model used by B0 (step S3306), and terminate the process. If B0 is not in affine mode (step S3305: NO), set the target of the affine inheritance merge candidate derivation to B0 -> B1, and attempt to obtain the affine mode from the block containing B1. Furthermore, if B1 is not in affine mode (step S3305: NO)
The target for deriving affine inheritance merge candidates is set to B1 -> B2, and an attempt is made to obtain the affine mode from the block containing B2.

<アフィン構築マージ候補導出>
アフィン構築マージ候補導出部383について説明する。アフィン構築マージ候補導出
部483についてもアフィン構築マージ候補導出部383と同様である。
<Derivation of Affine Construction Merge Candidates>
The affine construction merge candidate derivation unit 383 will now be described. The affine construction merge candidate derivation unit 483 is the same as the affine construction merge candidate derivation unit 383.

図33は、アフィン構築マージ候補導出を説明する図である。アフィン構築マージ候補
は、空間的に隣接するブロックの有する動き情報及び時間符号化ブロックから制御点のア
フィンモデルを構築する。
Figure 33 illustrates the derivation of affine construction merge candidates. The affine construction merge candidates construct an affine model of control points from the motion information of spatially adjacent blocks and time-coded blocks.

具体的には、処理対象のブロックの左上側に隣接するブロック(B2,B3,A2)か
ら左上制御点CP0の動きベクトルを導出し、処理対象のブロックの右上側に隣接するブ
ロック(B1,B0)から右上制御点CP1の動きベクトルを導出し、処理対象のブロッ
クの左下側に隣接するブロック(A1,A0)から左下制御点CP2の動きベクトルを導
出し、処理対象のブロックとの右下側に隣接する符号化ブロック(T0)から右下制御点
CP3の動きベクトルを導出する。
Specifically, the motion vector of the upper-left control point CP0 is derived from the block adjacent to the upper-left side of the block to be processed (B2, B3, A2), the motion vector of the upper-right control point CP1 is derived from the block adjacent to the upper-right side of the block to be processed (B1, B0), the motion vector of the lower-left control point CP2 is derived from the block adjacent to the lower-left side of the block to be processed (A1, A0), and the motion vector of the lower-right control point CP3 is derived from the encoded block (T0) adjacent to the lower-right side of the block to be processed.

図37は、アフィン構築マージ候補導出のフローチャートである。 Figure 37 is a flowchart for deriving candidates for affine construction merge.

まず、左上制御点CP0、右上制御点CP1、左下制御点CP2、右下制御点CP3を
導出する(ステップS3401)。左上制御点CP0は、動き情報を有するブロックを、
B2、B3、A2ブロックの優先順で探索することで算出される。右上制御点CP1は、
動き情報を有するブロックを、B1、B0ブロックの優先順で探索することで算出される
。左下制御点CP2は、動き情報を有するブロックを、A1、A0ブロックの優先順で探
索することで算出される。右下制御点CP3は、時間ブロックの動き情報を探索すること
で算出される。
First, the upper left control point CP0, upper right control point CP1, lower left control point CP2, and lower right control point CP3 are derived (step S3401). The upper left control point CP0 is a block that has motion information,
It is calculated by searching in the priority order of blocks B2, B3, and A2. The upper right control point CP1 is,
The first control point is calculated by searching for blocks containing motion information, prioritizing blocks B1 and B0. The second control point is calculated by searching for blocks containing motion information, prioritizing blocks A1 and A0. The third control point is calculated by searching for motion information in the time block.

続いて、導出されたCP0、CP1、CP2により3本制御点によるアフィンモデルを
構築可能であるか否かを判断し(ステップS3402)、構築可能である場合(ステップ
S3402:YES)、CP0、CP1、CP2による3本制御点アフィンモデルをアフ
ィンマージ候補とする(ステップS3403)。
Next, it is determined whether an affine model with three control points can be constructed using the derived CP0, CP1, and CP2 (step S3402). If it can be constructed (step S3402: YES), the three-control-point affine model using CP0, CP1, and CP2 is designated as an affine merge candidate (step S3403).

続いて、導出されたCP0、CP1、CP3により3本制御点によるアフィンモデルを
構築可能であるか否かを判断し(ステップS3404)、構築可能である場合(ステップ
S3404:YES)、CP0、CP1、CP3による3本制御点アフィンモデルをアフ
ィンマージ候補とする(ステップS3405)。
Next, it is determined whether an affine model with three control points can be constructed using the derived CP0, CP1, and CP3 (step S3404). If it can be constructed (step S3404: YES), the three-control-point affine model using CP0, CP1, and CP3 is designated as an affine merge candidate (step S3405).

続いて、導出されたCP0、CP2、CP3により3本制御点によるアフィンモデルを
構築可能であるか否かを判断し(ステップS3406)、構築可能である場合(ステップ
S3406:YES)、CP0、CP2、CP3による3本制御点アフィンモデルをアフ
ィンマージ候補とする(ステップS3407)。
Next, it is determined whether an affine model with three control points can be constructed using the derived CP0, CP2, and CP3 (step S3406). If it can be constructed (step S3406: YES), the three-control-point affine model using CP0, CP2, and CP3 is designated as an affine merge candidate (step S3407).

続いて、導出されたCP1、CP2、CP3により3本制御点によるアフィンモデルを
構築可能であるか否かを判断し(ステップS3408)、構築可能である場合(ステップ
S3408:YES)、CP1、CP2、CP3による3本制御点アフィンモデルをアフ
ィンマージ候補とする(ステップS3409)。
Next, it is determined whether an affine model with three control points can be constructed using the derived CP1, CP2, and CP3 (step S3408). If it is possible to construct it (step S3408: YES), the three-control-point affine model using CP1, CP2, and CP3 is designated as an affine merge candidate (step S3409).

続いて、導出されたCP0、CP1により2本制御点によるアフィンモデルを構築可能
であるか否かを判断し(ステップS3410)、構築可能である場合(ステップS341
0:YES)、CP0、CP1による2本制御点アフィンモデルをアフィンマージ候補と
する(ステップS3411)。
Next, it is determined whether an affine model with two control points can be constructed using the derived CP0 and CP1 (step S3410), and if it can be constructed (step S341
0: YES), a two-control-point affine model using CP0 and CP1 is selected as a candidate for affine merge (step S3411).

続いて、導出されたCP0、CP2により2本制御点によるアフィンモデルを構築可能
であるか否かを判断し(ステップS3412)、構築可能である場合(ステップS341
2:YES)、CP0、CP2による2本制御点アフィンモデルをアフィンマージ候補と
する(ステップS3413)。
Next, it is determined whether an affine model with two control points can be constructed using the derived CP0 and CP2 (step S3412), and if it can be constructed (step S341
2: YES), the two-control-point affine model using CP0 and CP2 is selected as a candidate for affine merge (step S3413).

ここで、アフィンモデルを構築可能であるか否かは、少なくとも、すべての制御点の参
照画像が同一である(アフィン変換可能)ことを条件とする。 また、CP0,CP1,
CP2による3本制御点アフィンモデル、CP0,CP1による2本制御点アフィンモデ
ル以外のアフィンモデルは、3本制御アフィンモデルについては、CP0,CP1,CP
2による3本制御点アフィンモデルに、2本制御アフィンモデルについては、CP0,C
P1による2本制御点アフィンモデルに変換する。
Here, whether or not an affine model can be constructed is conditional on the fact that the reference images of all control points are identical (affine transformation possible). Also, CP0, CP1,
Affine models other than the 3-control-point affine model with CP2 and the 2-control-point affine model with CP0 and CP1 are as follows: For the 3-control-point affine model, CP0, CP1, CP
For the 3-control-point affine model using 2, the 2-control-point affine model is as follows: CP0, C
Convert to a two-control-point affine model using P1.

<アフィン固定マージ候補導出>
アフィン固定マージ候補導出部385について説明する。アフィン固定マージ候補導出
部485についてもアフィン固定マージ候補導出部385と同様である。
<Derivation of Affine Fixed Merge Candidates>
The affine fixed merge candidate derivation unit 385 will now be described. The affine fixed merge candidate derivation unit 485 is the same as the affine fixed merge candidate derivation unit 385.

アフィン固定マージ候補は、固定された動き情報で制御点の動き情報を固定する。 Affine fixed merge candidates fix the motion information of control points using fixed motion information.

具体的には、各制御点の動きベクトルを(0,0)に固定する。 Specifically, the motion vector of each control point is fixed to (0,0).

<時間予測動きベクトル導出>
時間予測動きベクトルの説明に先行して、ピクチャの時間的な前後関係について図49
を参照して説明する。図49(a)は、処理対象の符号化ブロックと、処理対象ピクチャ
とは時間的に異なる符号化済みのピクチャの関係を示す。処理対象ピクチャの符号化にお
いて参照する、特定の符号化済みのピクチャをColPicと定義する。ColPicはシンタックス
により特定される。
<Time-predicted motion vector derivation>
Prior to explaining the time-predicted motion vector, Figure 49 shows the temporal sequence of events in the pictures.
This will be explained by referring to Figure 49(a). Figure 49(a) shows the relationship between the encoded block to be processed and an encoded picture that is temporally different from the picture to be processed. A specific encoded picture that is referenced in the encoding of the picture to be processed is defined as ColPic. ColPic is identified by syntax.

また、図49(b)は、ColPicにおいて、処理対象の符号化ブロックと同一位置、およ
びその近傍に存在する、符号化済みの符号化ブロックを示す。ただし、図49(b)に示
したT0およびT1の符号化ブロックは模式的なものであり、実際の位置や大きさはこの
限りでない。いま、処理対象の符号化ブロックについて、位置を(xCb, yCb)、幅をcbWidt
h、高さをcbHeightとする。そして、
xColBr = xCb + cbWidth
yColBr = yCb + cbHeight
を算出する。位置((xColBr >> 3) << 3, (yColBr >> 3) << 3)を含むColPic上の符号化ブ
ロックがT0となる。また、
xColCtr = xCb + (cbWidth >> 1)
yColCtr = yCb + (cbHeight >> 1)
を算出する。位置((xColCtr >> 3) << 3, (yColCtr >> 3) << 3)を含むColPic上の符号化
ブロックがT1となる。
Furthermore, Figure 49(b) shows the encoded blocks in ColPic that are located at the same position as the encoded block to be processed, and in its vicinity. However, the encoded blocks T0 and T1 shown in Figure 49(b) are schematic, and their actual positions and sizes are not limited to these. Now, for the encoded block to be processed, let the position be (xCb, yCb) and the width be cbWidth
Let h be the height, and cbHeight be the height.
xColBr = xCb + cbWidth
yColBr = yCb + cbHeight
The following is calculated: The coded block on ColPic containing the position ((xColBr >> 3) << 3, (yColBr >> 3) << 3) becomes T0. Also,
xColCtr = xCb + (cbWidth >> 1)
yColCtr = yCb + (cbHeight >> 1)
The following is calculated: The coded block on ColPic containing position ((xColCtr >> 3) << 3, (yColCtr >> 3) << 3) becomes T1.

上記したピクチャの時間的な前後関係の説明は、符号化時のものであるが、復号時も同
様となる。つまり、復号時は、上記の説明における符号化を復号と置き換えて、同様に説
明される。
The above explanation of the temporal sequence of images pertains to the encoding process, but the same applies to the decoding process. In other words, during decoding, the above explanation is similar, simply replacing "encoding" with "decoding."

図17の通常予測動きベクトルモード導出部301における時間予測動きベクトル候補
導出部322の動作について、図50を参照して説明する。
The operation of the time-predicted motion vector candidate derivation unit 322 in the normal predicted motion vector mode derivation unit 301 shown in Figure 17 will be explained with reference to Figure 50.

まず、ColPicを導出する(ステップS4201)。ColPicの導出について、図51を参
照して説明する。
First, ColPic is derived (step S4201). The derivation of ColPic will be explained with reference to Figure 51.

スライスタイプslice_typeがBスライスで、フラグcollocated_from_l0_flagが0の場
合(ステップS4211:YES、ステップS4212:YES)、異なる時間のピクチ
ャColPicは、参照リストL1の参照インデックスが0のピクチャRefPicList1[0]となる(
ステップS4213)。そうでない場合、すなわちスライスタイプslice_typeがBスライ
スで前述のフラグcollocated_from_l0_flagが1の場合(ステップS4211:YES、
ステップS4212:NO)、またはスライスタイプslice_typeがPスライスの場合(ス
テップS4211:NO、ステップS4214:YES)、異なる時間のピクチャColPic
は、参照リストL0の参照インデックスが0のピクチャRefPicList0[0]となる(ステップ
S4215)。slice_typeがPスライスでない場合(ステップS4214:NO)、処理
を終了する。
If slice type slice_type is B slice and flag collocated_from_l0_flag is 0 (step S4211: YES, step S4212: YES), then the picture ColPic at different times will be the picture RefPicList1[0] whose reference index in reference list L1 is 0.
Step S4213). Otherwise, i.e., if slice type slice_type is B slice and the aforementioned flag collocated_from_l0_flag is 1 (Step S4211: YES,
Step S4212: NO), or if slice type slice_type is P slice (Step S4211: NO, Step S4214: YES), different time ColPic
This results in the picture RefPicList0[0], whose reference index in the reference list L0 is 0 (step S4215). If slice_type is not a P slice (step S4214: NO), the process is terminated.

再び、図50を参照する。ColPicを導出したら、符号化ブロックcolCbを導出し、符号
化情報を取得する(ステップS4202)。この処理について、図52を参照して説明す
る。
Refer to Figure 50 again. After deriving ColPic, derive the encoded block colCb and obtain the encoded information (step S4202). This process will be explained with reference to Figure 52.

まず、異なる時間のピクチャColPic内で、符号化対象の符号化ブロックと同一位置の右
下位置を含む符号化ブロックを、異なる時間の符号化ブロックcolCbとする(ステップS
4221)。この符号化ブロックの例を、図49の符号化ブロックT0に示す。
First, within picture ColPic at different time points, the encoding block containing the same position as the encoding block to be encoded, but in the lower right corner, is defined as the encoding block colCb at a different time point (step S).
4221). An example of this coding block is shown in coding block T0 in Figure 49.

次に、異なる時間の符号化ブロックcolCbの符号化情報を取得する(ステップS422
2)。異なる時間の符号化ブロックcolCbのPredModeが利用できないか、異なる時間の符
号化ブロックcolCbの予測モードPredModeがイントラ予測(MODE_INTRA)である場合(ス
テップS4223:NO、ステップS4224:YES)、異なる時間のピクチャColPic
内で処理対象の符号化ブロックと同一位置の中央右下位置を含む符号化ブロックを異なる
時間の符号化ブロックcolCbとする(ステップS4225)。この符号化ブロックの例を
、図49の符号化ブロックT1に示す。
Next, obtain the encoding information of the encoding block colCb at different time points (step S422)
2) If the PredMode of the coding block colCb at a different time is unavailable, or if the PredMode of the coding block colCb at a different time is intraprediction (MODE_INTRA) (step S4223: NO, step S4224: YES), then the picture ColPic at a different time
Within the encoding block to be processed, an encoding block containing the same central lower-right position as the encoding block to be processed is defined as an encoding block colCb at a different time (step S4225). An example of this encoding block is shown in encoding block T1 in Figure 49.

再び、図50を参照する。次に、参照リストごとに、インター予測情報を導出する(ス
テップS4203、S4204)。ここでは、符号化ブロックcolCbについて、参照リス
トごとの動きベクトルmvLXColと符号化情報が有効か否かを示すフラグavailableFlagLXCo
lを導出する。LXは参照リストを示し、参照リスト0の導出ではLXはL0となり、参照リス
ト1の導出ではLXはL1となる。インター予測情報の導出について、図53を参照して説明
する。
Refer to Figure 50 again. Next, for each reference list, the interpretation information is derived (steps S4203, S4204). Here, for the coded block colCb, the motion vector mvLXCol and the flag availableFlagLXCo indicating whether the coded information is valid are obtained for each reference list.
We derive l. LX represents a reference list; in the derivation of reference list 0, LX becomes L0, and in the derivation of reference list 1, LX becomes L1. The derivation of interpretation information will be explained with reference to Figure 53.

異なる時間の符号化ブロックcolCbが利用できない場合(ステップS4231:NO)
、または予測モードPredModeがイントラ予測(MODE_INTRA)の場合(ステップS4232
:NO)、フラグavailableFlagLXColとフラグpredFlagLXColを共に0とし(ステップS
4233)、動きベクトルmvLXColを(0,0)として(ステップS4234)、処理を
終了する。
If a coding block colCb of a different time is unavailable (Step S4231: NO)
, or if the prediction mode PredMode is intraprediction (MODE_INTRA) (step S4232
: NO), set both flag availableFlagLXCol and flag predFlagLXCol to 0 (step S
4233) Set the motion vector mvLXCol to (0,0) (step S4234) and terminate the process.

符号化ブロックcolCbが利用でき(ステップS4231:YES)、予測モードPredMod
eがイントラ予測(MODE_INTRA)でない場合(ステップS4232:YES)、以下の手
順でmvCol、refIdxColおよびavailableFlagColを算出する。
The coding block colCb is available (step S4231: YES), and the prediction mode PredMod
If e is not an intra prediction (MODE_INTRA) (step S4232: YES), calculate mvCol, refIdxCol and availableFlagCol using the following procedure.

符号化ブロックcolCbのL0予測が利用されているか否かを示すフラグPredFlagL0[xPCo
l][yPCol]が0の場合(ステップS4235:YES)、符号化ブロックcolCbの予測モー
ドはPred_L1であるので、動きベクトルmvColが符号化ブロックcolCbのL1の動きベクト
ルであるMvL1[xPCol][yPCol]と同じ値に設定され(ステップS4236)、参照インデッ
クスrefIdxColがL1の参照インデックスRefIdxL1[xPCol][yPCol]と同じ値に設定され(
ステップS4237)、参照リストlistColがL1に設定される(ステップS4238)
。ここで、xPCol、yPColは異なる時間のピクチャColPic内での符号化ブロックcolCbの左
上の画素の位置を示すインデックスである。
PredFlagL0[xPCo
If l[yPCol] is 0 (step S4235: YES), the prediction mode of the coded block colCb is Pred_L1, so the motion vector mvCol is set to the same value as MvL1[xPCol][yPCol], which is the L1 motion vector of the coded block colCb (step S4236), and the reference index refIdxCol is set to the same value as the L1 reference index RefIdxL1[xPCol][yPCol] (
Step S4237), the reference list listCol is set to L1 (Step S4238)
Here, xPCol and yPCol are indices indicating the position of the top-left pixel of the encoded block colCb within the picture ColPic at different times.

一方、符号化ブロックcolCbのL0予測フラグPredFlagL0[xPCol][yPCol]が0でない場
合(ステップS4235:NO)、符号化ブロックcolCbのL1予測フラグPredFlagL1[xP
Col][yPCol]が0か否かを判定する。符号化ブロックcolCbのL1予測フラグPredFlagL1[x
PCol][yPCol]が0の場合(ステップS4239:YES)、動きベクトルmvColが符号化
ブロックcolCbのL0の動きベクトルであるMvL0[xPCol][yPCol]と同じ値に設定され(ス
テップS4240)、参照インデックスrefIdxColがL0の参照インデックスRefIdxL0[xP
Col][yPCol] と同じ値に設定され(ステップS4241)、参照リストlistColがL0に
設定される(ステップS4242)。
On the other hand, if the L0 prediction flag PredFlagL0[xPCol][yPCol] of the coded block colCb is not 0 (step S4235: NO), the L1 prediction flag PredFlagL1[xP
Determine whether [Col][yPCol] is 0 or not. PredFlagL1[x
If [PCol][yPCol] is 0 (step S4239: YES), the motion vector mvCol is set to the same value as MvL0[xPCol][yPCol], which is the motion vector of L0 of the coded block colCb (step S4240), and the reference index refIdxCol is set to the reference index RefIdxL0[xP
It is set to the same value as [Col][yPCol] (step S4241), and the reference list listCol is set to L0 (step S4242).

符号化ブロックcolCbのL0予測フラグPredFlagL0[xPCol][yPCol]と符号化ブロックcol
CbのL1予測フラグPredFlagL1[xPCol][yPCol]が共に0でない場合(ステップS4235
:NO、かつS4239:NO)、符号化ブロックcolCbのインター予測モードは双予測
(Pred_BI)であるので、L0、L1の2つの動きベクトルから、一方を選択する(ステ
ップS4243)。
The L0 prediction flag PredFlagL0[xPCol][yPCol] of the coded block colCb and the coded block col
If the L1 prediction flags PredFlagL1[xPCol][yPCol] for Cb are both not 0 (step S4235)
(S4239: NO), since the interprediction mode of the coded block colCb is Pred_BI, one of the two motion vectors L0 and L1 is selected (step S4243).

図54は、符号化ブロックcolCbのインター予測モードが双予測(Pred_BI)のときの符
号化ブロックのインター予測情報の導出処理手順を示すフローチャートである。
Figure 54 is a flowchart showing the procedure for deriving inter-prediction information for an encoded block when the inter-prediction mode of the encoded block colCb is bi-prediction (Pred_BI).

まず、すべての参照リストに登録されているすべてのピクチャのPOCが現在の処理対
象ピクチャのPOCより小さいか否かを判定し(ステップS4251)、符号化ブロック
colCbのすべての参照リストであるL0及びL1に登録されているすべてのピクチャのP
OCが現在の処理対象ピクチャのPOCより小さい場合で(ステップS4251:YES
)、LXがL0、即ち処理対象の符号化ブロックのL0の動きベクトルの予測ベクトル候
補を導出している場合(ステップS4252:YES)、符号化ブロックcolCbのL0の
方のインター予測情報を選択し、LXがL1、即ち処理対象の符号化ブロックのL1の動
きベクトルの予測ベクトル候補を導出している場合(ステップS4252:NO)、符号
化ブロックcolCbのL1の方のインター予測情報を選択する。一方、符号化ブロックcolCb
のすべての参照リストL0及びL1に登録されているピクチャのPOCの少なくとも1つ
が現在の処理対象ピクチャのPOCより大きい場合で(ステップS4251:NO)、フ
ラグcollocated_from_l0_flagが0場合(ステップS4253:YES)、符号化ブロッ
クcolCbのL0の方のインター予測情報を選択し、フラグcollocated_from_l0_flagが1の
場合(ステップS4253:NO)、符号化ブロックcolCbのL1の方のインター予測情
報を選択する。
First, it is determined whether the POC of all pictures registered in all reference lists is smaller than the POC of the picture currently being processed (step S4251), and the encoding block
P of all pictures registered in L0 and L1, which are all reference lists of colCb
If OC is smaller than the POC of the currently processed picture (Step S4251: YES)
If LX derives a candidate prediction vector for L0, i.e., the motion vector of the L0 of the coding block to be processed (step S4252: YES), select the inter prediction information for L0 of coding block colCb. If LX derives a candidate prediction vector for L1, i.e., the motion vector of L1 of the coding block to be processed (step S4252: NO), select the inter prediction information for L1 of coding block colCb.
If at least one of the POCs of all the pictures registered in reference lists L0 and L1 is greater than the POC of the currently processed picture (step S4251: NO), and the flag collocated_from_l0_flag is 0 (step S4253: YES), the inter prediction information of the coded block colCb on L0 is selected, and if the flag collocated_from_l0_flag is 1 (step S4253: NO), the inter prediction information of the coded block colCb on L1 is selected.

符号化ブロックcolCbのL0の方のインター予測情報を選択する場合(ステップS42
52:YES、またはステップS4253:YES)、動きベクトルmvColがMvL0[xPCol]
[yPCol]と同じ値に設定され(ステップS4254)、参照インデックスrefIdxColがRefI
dxL0[xPCol][yPCol]と同じ値に設定され(ステップS4255)、リストlistColがL0
に設定される(ステップS4256)。
When selecting the interpretation prediction information for L0 of the coding block colCb (step S42)
52: YES, or step S4253: YES), motion vector mvCol is MvL0[xPCol]
[yPCol] is set to the same value (step S4254), and the reference index refIdxCol is set to RefI
dxL0[xPCol][yPCol] is set to the same value (step S4255), and list listCol is L0
It is set to (step S4256).

符号化ブロックcolCbのL1の方のインター予測情報を選択する場合(ステップS42
52:NO、またはステップS4253:NO)、動きベクトルmvColがMvL1[xPCol][yPC
ol]と同じ値に設定され(ステップS4257)、参照インデックスrefIdxColがRefIdxL1
[xPCol][yPCol]と同じ値に設定され(ステップS4258)、リストlistColがL1に設
定される(ステップS4259)。
When selecting the interpretation prediction information for L1 of the coding block colCb (step S42)
52: NO, or step S4253: NO), motion vector mvCol is MvL1[xPCol][yPC
Set to the same value as ol] (step S4257), and the reference index refIdxCol is set to RefIdxL1
[xPCol][yPCol] are set to the same value (step S4258), and the list listCol is set to L1 (step S4259).

図53に戻り、符号化ブロックcolCbからインター予測情報が取得できたら、フラグava
ilableFlagLXColとフラグpredFlagLXColを共に1とする(ステップS4244)。
Returning to Figure 53, once the interpretation information is obtained from the coded block colCb, the flag ava
Set both ilableFlagLXCol and flag predFlagLXCol to 1 (step S4244).

続いて、動きベクトルmvColをスケーリングして、動きベクトルmvLXColとする(ステッ
プS4245)。この動きベクトルmvLXColのスケーリング演算処理手順を図55を用い
て説明する。
Next, the motion vector mvCol is scaled to obtain the motion vector mvLXCol (step S4245). The procedure for scaling the motion vector mvLXCol will be explained using Figure 55.

異なる時間のピクチャColPicのPOCから、符号化ブロックcolCbのリストlistColで参
照する参照インデックスrefIdxColに対応する参照ピクチャのPOCを減算してピクチャ
間距離tdを、
td = [異なる時間のピクチャColPicのPOC] - [符号化ブロックcolCbのリスト
listColで参照する参照ピクチャのPOC]
と算出する(ステップS4261)。なお、異なる時間のピクチャColPicよりも符号化ブ
ロックcolCbのリストlistColで参照する参照ピクチャのPOCの方が表示順序で前の場合
、ピクチャ間距離tdは正の値となり、異なる時間のピクチャColPicよりも符号化ブロッ
クcolCbのリストlistColで参照する参照ピクチャのPOCの方が表示順序で後の場合、ピ
クチャ間距離tdは負の値となる。
The distance td between pictures is obtained by subtracting the POC of the reference picture corresponding to the reference index refIdxCol referenced by the list listCol of the coded block colCb from the POC of the picture ColPic at different time points.
td = [POC of picture ColPic at different times] - [list of coded blocks colCb]
[POC of the referenced picture referenced by listCol]
The distance between pictures is calculated as follows (step S4261). Note that if the POC of the referenced picture referenced by the list listCol of the coded block colCb is displayed earlier than the picture ColPic of a different time, the distance between pictures td will be a positive value, and if the POC of the referenced picture referenced by the list listCol of the coded block colCb is displayed later than the picture ColPic of a different time, the distance between pictures td will be a negative value.

次に、現在の処理対象ピクチャのPOCから現在の処理対象ピクチャのリストLXが参
照する参照ピクチャのPOCを減算してピクチャ間距離tbを、
tb = [現在の処理対象ピクチャのPOC] - [時間マージ候補のLXの参照イン
デックスに対応する参照ピクチャのPOC]
と算出する(ステップS4262)。なお、現在の処理対象ピクチャよりも現在の処理対
象ピクチャのリストLXで参照する参照ピクチャの方が表示順序で前の場合、ピクチャ間
距離tbは正の値となり、現在の処理対象ピクチャのリストLXで参照する参照ピクチャ
の方が表示順序で後の場合、ピクチャ間距離tbは負の値となる。
Next, subtract the POC of the reference picture referenced by the list of currently processed pictures LX from the POC of the currently processed picture to obtain the picture distance tb.
tb = [POC of the currently processed picture] - [POC of the reference picture corresponding to the reference index of the LX of the time merge candidate]
The distance between pictures tb is calculated as follows (step S4262). Note that if the reference picture referenced in the list LX of the current picture to be processed is displayed earlier than the current picture to be processed, the distance between pictures tb will be a positive value, and if the reference picture referenced in the list LX of the current picture to be processed is displayed later, the distance between pictures tb will be a negative value.

続いて、ピクチャ間距離tdとtbを比較し(ステップS4263)、ピクチャ間距離
tdとtbが等しい場合(ステップS4263:YES)、動きベクトルmvLXColを、
mvLXCol = mvCol
と算出して(ステップS4264)、本スケーリング演算処理を終了する。
Next, the distances between pictures td and tb are compared (step S4263), and if the distances between pictures td and tb are equal (step S4263: YES), the motion vector mvLXCol is calculated.
mvLXCol = mvCol
The scaling calculation process is then completed (step S4264).

一方、ピクチャ間距離tdとtbが等しくない場合(ステップS4263:NO)、変
数txを、
tx = ( 16384 + Abs( td ) >> 1 ) / td
と算出する(ステップS4265)。続いて、スケーリング係数distScaleFactorを、
distScaleFactor = Clip3( -4096, 4095, ( tb * tx + 32 ) >> 6 )
と算出する(ステップS4266)。ここで、Clip3(x,y,z)は値zについて、最小値をx、
最大値をyに制限する関数である。続いて、動きベクトルmvLXColを、
mvLXCol = Clip3( -32768, 32767, Sign( distScaleFactor * mvLXCol )
* ( (Abs( distScaleFactor * mvLXCol ) + 127 ) >> 8 ) )
と算出して(ステップS4267)、本スケーリング演算処理を終了する。ここで、Sign
(x)は値xの符号を返す関数であり、Abs(x)は値xの絶対値を返す関数である。
On the other hand, if the distances between pictures td and tb are not equal (step S4263: NO), the variable tx is set as follows:
tx = ( 16384 + Abs( td ) >> 1 ) / td
This is calculated (step S4265). Next, the scaling factor distScaleFactor is calculated as follows:
distScaleFactor = Clip3( -4096, 4095, ( tb * tx + 32 ) >> 6 )
This is calculated (step S4266). Here, Clip3(x,y,z) is calculated so that the minimum value of z is x,
This is a function that restricts the maximum value to y. Next, the motion vector mvLXCol is,
mvLXCol = Clip3( -32768, 32767, Sign( distScaleFactor * mvLXCol )
* ((Abs( distScaleFactor * mvLXCol ) + 127 ) >> 8 ) )
The scaling calculation is then performed (step S4267), and the scaling calculation process is terminated. Here, Sign
(x) is a function that returns the sign of the value x, and Abs(x) is a function that returns the absolute value of the value x.

再び、図50を参照する。そして、L0の動きベクトルmvL0Colとを前述の通常予測動
きベクトルモード導出部301における予測動きベクトル候補リストmvpListLXに候補と
して追加する(ステップS4205)。ただし、この追加は、参照リスト0の符号化ブロ
ックcolCbが有効か否かを示すフラグavailableFlagL0Col=1の場合のみである。また、L1
の動きベクトルmvL1Colを前述の通常予測動きベクトルモード導出部301における予測
動きベクトル候補リストmvpListLXに候補として追加する(ステップS4205)。ただ
し、この追加は、参照リスト1の符号化ブロックcolCbが有効か否かを示すフラグavailabl
eFlagL1Col=1の場合のみである。以上により、時間予測動きベクトル候補導出部322の
処理を終了する。
Refer to Figure 50 again. Then, the motion vector mvL0Col of L0 is added as a candidate to the predicted motion vector candidate list mvpListLX in the normal predicted motion vector mode derivation unit 301 described above (step S4205). However, this addition is only made if the flag availableFlagL0Col=1, which indicates whether the encoded block colCb in reference list 0 is valid or not. Also, L1
The motion vector mvL1Col is added as a candidate to the predicted motion vector candidate list mvpListLX in the normal predicted motion vector mode derivation unit 301 (step S4205). However, this addition is subject to the flag available, which indicates whether the encoded block colCb in reference list 1 is valid or not.
This applies only when eFlagL1Col=1. With this, the processing of the time-predicted motion vector candidate derivation unit 322 is terminated.

上記した通常予測動きベクトルモード導出部301の説明は、符号化時のものであるが
、復号時も同様となる。つまり、図23の通常予測動きベクトルモード導出部401にお
ける時間予測動きベクトル候補導出部422の動作は、上記の説明における符号化を復号
と置き換えて、同様に説明される。
The above description of the normal predicted motion vector mode derivation unit 301 pertains to the encoding process, but the same applies to the decoding process. In other words, the operation of the time predicted motion vector candidate derivation unit 422 in the normal predicted motion vector mode derivation unit 401 in Figure 23 can be described similarly, by replacing encoding with decoding in the above description.

<時間マージ候補導出>
図18の通常マージモード導出部302における時間マージ候補導出部342の動作に
ついて、図56を参照して説明する。
<Deriving candidate time merges>
The operation of the time merge candidate derivation unit 342 in the normal merge mode derivation unit 302 of Figure 18 will be explained with reference to Figure 56.

まず、ColPicを導出する(ステップS4301)。次に、符号化ブロックcolCbを導出
し、符号化情報を取得する(ステップS4302)。さらに、参照リストごとに、インタ
ー予測情報を導出する(ステップS4303,S4304)。以上の処理は、時間予測動
きベクトル候補導出部322におけるS4201からS4204と同じであるため、説明
を省略する。
First, ColPic is derived (step S4301). Next, the coded block colCb is derived and coded information is obtained (step S4302). Furthermore, inter prediction information is derived for each reference list (steps S4303, S4304). The above processing is the same as S4201 to S4204 in the time prediction motion vector candidate derivation unit 322, so the explanation is omitted.

次に、符号化ブロックcolCbが有効か否かを示すフラグavailableFlagColを算出する(
ステップS4305)。フラグavailableFlagL0Col、またはフラグavailableFlagL1Colが
1の場合に、availableFlagColは1となる。それ以外ではavailableFlagColは0となる。
Next, calculate the flag availableFlagCol which indicates whether the coded block colCb is valid or not.
Step S4305). If the flag availableFlagL0Col or the flag availableFlagL1Col is
If the value is 1, availableFlagCol will be 1. Otherwise, availableFlagCol will be 0.

そして、L0の動きベクトルmvL0Col、およびL1の動きベクトルmvL1Colを、前述の通常マ
ージモード導出部302におけるマージ候補リストmergeCandListに候補として追加する
(ステップS4306)。ただし、この追加は、符号化ブロックcolCbが有効か否かを示
すフラグavailableFlagCol=1の場合のみである。以上により、時間マージ候補導出部34
2の処理を終了する。
Then, the motion vectors mvL0Col for L0 and mvL1Col for L1 are added as candidates to the merge candidate list mergeCandList in the normal merge mode derivation unit 302 (step S4306). However, this addition is only performed if the flag availableFlagCol=1, which indicates whether the encoded block colCb is valid or not. Thus, the time merge candidate derivation unit 34
The process in step 2 is terminated.

上記した時間マージ候補導出部342の説明は、符号化時のものであるが、復号時も同
様となる。つまり、図24の通常マージモード導出部402における時間マージ候補導出
部442の動作は、上記の説明における符号化を復号と置き換えて、同様に説明される。
The above description of the time merge candidate derivation unit 342 pertains to the encoding process, but the same applies to the decoding process. In other words, the operation of the time merge candidate derivation unit 442 in the normal merge mode derivation unit 402 of Figure 24 can be described similarly, by replacing encoding with decoding in the above description.

<履歴予測動きベクトル候補リストの更新>
次に、符号化側の符号化情報格納メモリ111及び復号側の符号化情報格納メモリ20
5に備える履歴予測動きベクトル候補リストHmvpCandListの初期化と更新方法について詳
細に説明する。図38は履歴予測動きベクトル候補リスト初期化・更新処理手順を説明す
るフローチャートである。
<Update to the list of candidate motion vectors for historical prediction>
Next, the encoding information storage memory 111 on the encoding side and the encoding information storage memory 20 on the decoding side
This section provides a detailed explanation of how to initialize and update the HmvpCandList, a list of candidate motion vectors for historical prediction, which is prepared for step 5. Figure 38 is a flowchart illustrating the initialization and update process for the historical prediction motion vector candidate list.

本実施の形態では、履歴予測動きベクトル候補リストHmvpCandListの更新は、符号化情
報格納メモリ111及び符号化情報格納メモリ205で実施されるものとする。インター
予測部102及びインター予測部203の中に履歴候補リスト更新部を設置して履歴予測
動きベクトル候補リストHmvpCandListの更新を実施させてもよい。
In this embodiment, the updating of the history prediction motion vector candidate list HmvpCandList is performed in the encoded information storage memory 111 and the encoded information storage memory 205. Alternatively, a history candidate list update unit may be installed in the interpretation unit 102 and the interpretation unit 203 to perform the updating of the history prediction motion vector candidate list HmvpCandList.

スライスの先頭で履歴予測動きベクトル候補リストHmvpCandListの初期設定を行い、符
号化側では予測方法決定部105で通常予測ベクトルモードまたは通常マージモードが選
択された場合に履歴予測動きベクトル候補リストHmvpCandListを更新し、復号側では、ビ
ット列復号部201で復号されたインター予測モードが通常予測ベクトルモードまたは通
常マージモードの場合に履歴予測動きベクトル候補リストHmvpCandListを更新する。
At the beginning of the slice, the history prediction motion vector candidate list HmvpCandList is initialized. On the encoding side, the prediction method determination unit 105 updates the history prediction motion vector candidate list HmvpCandList if the normal prediction vector mode or normal merge mode is selected. On the decoding side, the bit sequence decoding unit 201 updates the history prediction motion vector candidate list HmvpCandList if the decoded inter prediction mode is the normal prediction vector mode or normal merge mode.

通常予測ベクトルモードまたは通常マージモードでインター予測を行う際に用いるイン
ター予測情報を、インター予測情報候補hMvpCandとして履歴予測動きベクトル候補リスト
HmvpCandListに登録する。インター予測情報候補hMvpCandには、L0の参照インデックス
refIdxL0及びL1の参照インデックスrefIdxL1、L0予測が行われるか否かを示すL0予
測フラグpredFlagL0およびL1予測が行われるか否かを示すL1予測フラグpredFlagL1、
L0の動きベクトルmvL0、L1の動きベクトルmvL1が含まれる。符号化側の符号化情報格
納メモリ111及び復号側の符号化情報格納メモリ205に備える履歴予測動きベクトル
候補リストHmvpCandListに登録されている要素(すなわち、インター予測情報)の中に、
インター予測情報候補hMvpCandと同じ値のインター予測情報が存在する場合は、履歴予測
動きベクトル候補リストHmvpCandListからその要素を削除する。一方、インター予測情報
候補hMvpCandと同じ値のインター予測情報が存在しない場合は、履歴予測動きベクトル候
補リストHmvpCandListの先頭の要素を削除し、履歴予測動きベクトル候補リストHmvpCand
Listの最後に、インター予測情報候補hMvpCandを追加する。
When performing interprediction in normal prediction vector mode or normal merge mode, the interprediction information used is defined as the interprediction information candidate hMvpCand and the historical prediction motion vector candidate list.
Register in HmvpCandList. The interpretation information candidate hMvpCand contains the L0 reference index.
refIdxL0 and L1 reference index refIdxL1, L0 prediction flag predFlagL0 indicating whether or not L0 prediction is performed, and L1 prediction flag predFlagL1 indicating whether or not L1 prediction is performed.
This includes the motion vector mvL0 of L0 and the motion vector mvL1 of L1. Among the elements registered in the history prediction motion vector candidate list HmvpCandList provided in the encoding information storage memory 111 on the encoding side and the encoding information storage memory 205 on the decoding side (i.e., inter-prediction information),
If interpretation information with the same value as the interpretation information candidate hMvpCand exists, that element is removed from the historical prediction motion vector candidate list HmvpCandList. On the other hand, if interpretation information with the same value as the interpretation information candidate hMvpCand does not exist, the first element of the historical prediction motion vector candidate list HmvpCandList is removed, and the historical prediction motion vector candidate list HmvpCand
Add the interpretation information candidate hMvpCand to the end of the List.

本発明の符号化側の符号化情報格納メモリ111及び復号側の符号化情報格納メモリ2
05に備える履歴予測動きベクトル候補リストHmvpCandListの要素の数は6とする。
The encoding information storage memory 111 on the encoding side and the decoding information storage memory 2 on the decoding side of the present invention
The number of elements in the history prediction motion vector candidate list HmvpCandList, which is prepared for 05, is set to 6.

まず、スライス単位での履歴予測動きベクトル候補リストHmvpCandListの初期化を行う
(図38のステップS2101)。スライスの先頭で履歴予測動きベクトル候補リストHm
vpCandListのすべての要素を空にし、履歴予測動きベクトル候補リストHmvpCandListに登
録されている履歴予測動きベクトル候補の数NumHmvpCandの値は0に設定する。
First, the history prediction motion vector candidate list HmvpCandList is initialized for each slice (step S2101 in Figure 38). At the beginning of the slice, the history prediction motion vector candidate list Hm
Clear all elements in vpCandList, and set the value of NumHmvpCand, which is the number of historical prediction motion vector candidates registered in the historical prediction motion vector candidate list HmvpCandList, to 0.

なお、履歴予測動きベクトル候補リストHmvpCandListの初期化をスライス単位(スライ
スの最初の符号化ブロック)で実施するとしたが、ピクチャ単位、タイル単位やツリーブ
ロック行単位で実施しても良い。
Although the initialization of the history prediction motion vector candidate list HmvpCandList is performed on a slice-by-slice basis (the first encoded block of a slice), it may also be performed on a picture-by-picture, tile-by-tile, or tree block-by-row basis.

続いて、スライス内の符号化ブロック毎に以下の履歴予測動きベクトル候補リストHmvp
CandListの更新処理を繰り返し行なう(図38のステップS2102~S2107)。
Next, for each encoded block within the slice, the following list of candidate historical motion vectors (Hmvp) is presented.
The CandList update process is repeated (steps S2102 to S2107 in Figure 38).

まず、符号化ブロック単位での初期設定を行う。同一候補が存在するか否かを示すフラ
グidenticalCandExistにFALSE(偽)の値を設定し、削除対象インデックスremoveIdxに0
を設定する(図38のステップS2103)。
First, initial settings are performed on a per-encoded block basis. The flag `identicalCandExist`, which indicates whether or not identical candidates exist, is set to FALSE, and the index to be deleted, `removeIdx`, is set to 0.
Set this (step S2103 in Figure 38).

履歴予測動きベクトル候補リストHmvpCandListに登録対象のインター予測情報候補hMvp
Candが存在するか否かを判定する(図38のステップS2104)。符号化側の予測方法
決定部105で通常予測動きベクトルモードまたは通常マージモードと判定された場合、
または復号側のビット列復号部201で通常予測動きベクトルモードまたは通常マージモ
ードとして復号された場合、そのインター予測モードをhMvpCandとする。符号化側の予測
方法決定部105でイントラ予測モード、サブブロック予測動きベクトルモードまたはサ
ブブロックマージモードと判定された場合、または復号側のビット列復号部201でイン
トラ予測モード、サブブロック予測動きベクトルモードまたはサブブロックマージモード
として復号された場合、履歴予測動きベクトル候補リストHmvpCandListの更新処理を行わ
ず、登録対象のインター予測情報候補hMvpCandは存在しない。登録対象のインター予測情
報候補hMvpCandが存在しない場合はステップS2105~S2106をスキップする(図
38のステップS2104:NO)。登録対象のインター予測情報候補hMvpCandが存在す
る場合はステップS2105以下の処理を行う(図38のステップS2104:YES)
Candidate Interpretation Information hMvp to be registered in the Historical Prediction Motion Vector Candidate List HmvpCandList
It is determined whether or not a Cand exists (step S2104 in Figure 38). If the coding side prediction method determination unit 105 determines that it is the normal prediction motion vector mode or the normal merge mode,
Alternatively, if the bit string decoding unit 201 on the decoding side decodes as normal prediction motion vector mode or normal merge mode, the inter prediction mode is set to hMvpCand. If the prediction method determination unit 105 on the encoding side determines that it is intra prediction mode, subblock prediction motion vector mode, or subblock merge mode, or if the bit string decoding unit 201 on the decoding side decodes as intra prediction mode, subblock prediction motion vector mode, or subblock merge mode, the history prediction motion vector candidate list HmvpCandList is not updated, and there are no inter prediction information candidate hMvpCand to register. If there are no inter prediction information candidate hMvpCand to register, steps S2105 to S2106 are skipped (step S2104 in Figure 38: NO). If there are inter prediction information candidate hMvpCand to register, the following steps are performed (step S2104 in Figure 38: YES).
.

続いて、履歴予測動きベクトル候補リストHmvpCandListの各要素の中に登録対象のイン
ター予測情報候補hMvpCandと同一の要素が存在するか否かを判定する(図38のステップ
S2105)。図39はこの同一要素確認処理手順のフローチャートである。履歴予測動
きベクトル候補の数NumHmvpCandの値が0の場合(図39のステップS2121:NO)、
履歴予測動きベクトル候補リストHmvpCandListは空で、同一候補は存在しないので図39
ステップS2122~S2125をスキップし、本同一要素確認処理手順を終了する。履
歴予測動きベクトル候補の数NumHmvpCandの値が0より大きい場合(図39のステップS2
121:YES)、履歴予測動きベクトルインデックスhMvpIdxが0からNumHmvpCand-1ま
で、ステップS2123の処理を繰り返す(図39のステップS2122~S2125)
。まず、履歴予測動きベクトル候補リストの0から数えてhMvpIdx番目の要素HmvpCandLis
t[hMvpIdx]がインター予測情報候補hMvpCandと同一か否かを比較する(図39のステップ
S2123)。同一の場合(図39のステップS2123:YES)、同一候補が存在す
るか否かを示すフラグidenticalCandExistにTRUE(真)の値を設定し、削除対象インデッ
クスremoveIdxにhMVpIndexの値を設定し、本同一要素確認処理を終了する。同一でない場
合(図39のステップS2123:NO)、hMvpIdxを1インクリメントし、履歴予測動き
ベクトルインデックスhMvpIdxがNumHmvpCand-1以下であれば、ステップS2123以降の
処理を行う(図39のステップS2122~S2125)。
Next, it is determined whether there is an element in the list of candidate historical motion vectors HmvpCandList that is identical to the candidate interpretation information hMvpCand to be registered (step S2105 in Figure 38). Figure 39 is a flowchart of this identical element confirmation procedure. If the value of the number of candidate historical motion vectors NumHmvpCand is 0 (step S2121 in Figure 39: NO),
The historical prediction motion vector candidate list HmvpCandList is empty, and there are no identical candidates, as shown in Figure 39.
Steps S2122 to S2125 are skipped, and this identical element verification process is terminated. If the value of the number of historical prediction motion vector candidates NumHmvpCand is greater than 0 (step S2 in Figure 39)
121: YES), the process in step S2123 is repeated as the historical prediction motion vector index hMvpIdx goes from 0 to NumHmvpCand-1 (steps S2122 to S2125 in Figure 39).
First, counting from 0, the hMvpIdx-th element HmvpCandLis
The system compares t[hMvpIdx] with the interpretation information candidate hMvpCand to determine if they are identical (step S2123 in Figure 39). If they are identical (step S2123 in Figure 39: YES), the flag identicalCandExist, which indicates whether an identical candidate exists, is set to TRUE, the value of hMVpIndex is set to the index to be deleted removeIdx, and this identical element verification process is terminated. If they are not identical (step S2123 in Figure 39: NO), hMvpIdx is incremented by 1, and if the historical prediction motion vector index hMvpIdx is less than or equal to NumHmvpCand-1, the process from step S2123 onward is performed (steps S2122 to S2125 in Figure 39).

再び図38のフローチャートに戻り、履歴予測動きベクトル候補リストHmvpCandListの
要素のシフト及び追加処理を行う(図38のステップS2106)。図40は図38のス
テップS2106の履歴予測動きベクトル候補リストHmvpCandListの要素シフト/追加処
理手順のフローチャートである。まず、履歴予測動きベクトル候補リストHmvpCandListに
格納されている要素を除いてから新たな要素を追加するか、要素を除かずに新たな要素を
追加するかを判定する。具体的には、同一候補が存在するか否かを示すフラグidenticalC
andExistがTRUE(真)またはNumHmvpCandが6か否かを比較する(図40のステップS21
41)。同一候補が存在するか否かを示すフラグidenticalCandExistがTRUE(真)または
NumHmvpCandが6のいずれかの条件を満たす場合(図40のステップS2141:YES)
、履歴予測動きベクトル候補リストHmvpCandListに格納されている要素を除いてから新た
な要素を追加する。インデックスiの初期値をremoveIdx + 1の値に設定する。この初期値
からNumHmvpCandまで、ステップS2143の要素シフト処理を繰り返す。(図40のス
テップS2142~S2144)。HMVPCandList[ i - 1 ]にHMVPCandList[ i ]の要素
をコピーすることで要素を前方にシフトし(図40のステップS2143)、iを1イン
クリメントする(図40のステップS2142~S2144)。インデックスiがNumHmvp
Cand+1となり、ステップS2143の要素シフト処理が完了したら、履歴予測動きベクト
ル候補リストの最後にインター予測情報候補hMvpCandを追加する(図40のステップS2
145)。ここで、履歴予測動きベクトル候補リストの最後とは、0から数えて(NumHmvp
Cand-1)番目のHMVPCandList[NumHmvpCand-1]である。以上で、本履歴予測動きベクトル候
補リストHMVPCandListの要素シフト・追加処理を終了する。一方、同一候補が存在するか
否かを示すフラグidenticalCandExistがTRUE(真)およびNumHmvpCandが6のいずれの条件
も満たさない場合(図40のステップS2141:NO)、履歴予測動きベクトル候補リ
ストHmvpCandListに格納されている要素を除かずに、履歴予測動きベクトル候補リストの
最後にインター予測情報候補hMvpCandを追加する(図40のステップS2146)。ここ
で、履歴予測動きベクトル候補リストの最後とは、0から数えてNumHmvpCand番目のHMVPC
andList[NumHmvpCand]である。また、NumHmvpCandを1インクリメントして、本履歴予測
動きベクトル候補リストHMVPCandListの要素シフト/追加処理を終了する。
Returning to the flowchart in Figure 38, the shifting and addition of elements in the history prediction motion vector candidate list HmvpCandList is performed (step S2106 in Figure 38). Figure 40 is a flowchart of the element shifting/addition procedure for the history prediction motion vector candidate list HmvpCandList in step S2106 of Figure 38. First, it is determined whether to remove elements stored in the history prediction motion vector candidate list HmvpCandList and then add new elements, or to add new elements without removing any elements. Specifically, the flag identicalC is used to indicate whether or not identical candidates exist.
andExist is compared to TRUE or NumHmvpCand is 6 (step S21 in Figure 40).
41) The flag identicalCandExist, which indicates whether or not identical candidates exist, is TRUE or
If NumHmvpCand satisfies any of the six conditions (Step S2141 in Figure 40: YES)
Then, remove the elements stored in the history prediction motion vector candidate list HmvpCandList and add a new element. Set the initial value of index i to removeIdx + 1. Repeat the element shifting process in step S2143 from this initial value to NumHmvpCand (steps S2142 to S2144 in Figure 40). Shift the elements forward by copying the elements of HMVPCandList[i] to HMVPCandList[i - 1] (step S2143 in Figure 40), and increment i by 1 (steps S2142 to S2144 in Figure 40).
When Cand becomes +1 and the element shifting process in step S2143 is completed, the inter-prediction information candidate hMvpCand is added to the end of the history prediction motion vector candidate list (step S2 in Figure 40).
145). Here, the last in the list of candidate motion vectors for historical prediction is (NumHmvp) counting from 0.
This is the Cand-1)th HMVPCandList[NumHmvpCand-1]. This completes the element shifting and addition process for the history prediction motion vector candidate list HMVPCandList. On the other hand, if neither the flag identicalCandExist (indicating whether an identical candidate exists) is TRUE and NumHmvpCand is 6 is met (step S2141 in Figure 40: NO), the inter-prediction information candidate hMvpCand is added to the end of the history prediction motion vector candidate list HmvpCandList without removing any elements stored in the list (step S2146 in Figure 40). Here, the end of the history prediction motion vector candidate list is the NumHmvpCandth HMVPC counting from 0.
This is andList[NumHmvpCand]. Then, NumHmvpCand is incremented by 1, and the element shift/addition process of this history prediction motion vector candidate list HMVPCandList is terminated.

図43は履歴予測動きベクトルリストの更新処理の一例を説明する図である。履歴予測
動きベクトル候補リストHMVPCandListに6つの要素(インター予測情報)が登録されてい
る際に、新たなインター予測情報を追加する場合、履歴予測動きベクトル候補リストHMVP
CandListの各要素と前方から新たなインター予測情報を比較して(図43(a))、新た
なインター予測情報が履歴予測動きベクトル候補リストHMVPCandListの先頭から3番目の
要素HMVP2と同じ値であれば、履歴予測動きベクトル候補リストHMVPCandListから要素HMV
P2を削除して後方の要素HMVP3~HMVP5を前方に1つずつシフト(コピー)し、履歴予測動
きベクトル候補リストHMVPCandListの最後に新たなインター予測情報を追加して(図43
(b))、履歴予測動きベクトル候補リストHMVPCandListの更新を完了する(図43(c
))。
Figure 43 illustrates an example of the update process for the historical prediction motion vector list. When six elements (interpretation information) are registered in the historical prediction motion vector candidate list HMVPCandList, and new interpretation information is added, the historical prediction motion vector candidate list HMVP
By comparing each element of CandList with the new interpretation information from the front (Figure 43(a)), if the new interpretation information is the same value as the third element from the top of the historical prediction motion vector candidate list HMVPCandList, then the element HMV
Delete P2 and shift (copy) the subsequent elements HMVP3 to HMVP5 forward one by one, and add new interpretation information to the end of the history prediction motion vector candidate list HMVPCandList (Figure 43)
(b)) Complete the update of the historical prediction motion vector candidate list HMVPCandList (Figure 43 (c)
)).

<履歴予測動きベクトル候補導出処理>
次に、符号化側の通常予測動きベクトルモード導出部301の履歴予測動きベクトル候
補導出部323、復号側の通常予測動きベクトルモード導出部401の履歴予測動きベク
トル候補導出部423で共通の処理である図20のステップS304の処理手順である履
歴予測動きベクトル候補リストHMVPCandListからの履歴予測動きベクトル候補の導出方法
について詳細に説明する。図41は履歴予測動きベクトル候補導出処理手順を説明するフ
ローチャートである。
<Historical prediction motion vector candidate derivation process>
Next, we will explain in detail the method for deriving history prediction motion vector candidates from the history prediction motion vector candidate list HMVPCandList, which is a common process in step S304 of Figure 20 for the history prediction motion vector candidate derivation unit 323 of the encoding side's normal prediction motion vector mode derivation unit 301 and the decoding side's normal prediction motion vector mode derivation unit 401. Figure 41 is a flowchart illustrating the history prediction motion vector candidate derivation process.

現在の予測動きベクトル候補の数numCurrMvpCandが予測動きベクトル候補リストmvpLis
tLXの最大要素数(ここでは2とする)以上または履歴予測動きベクトル候補の数NumHmvp
Candの値が0の場合(図41のステップS2201:NO)、図41のステップS220
2からS2209の処理を省略し、履歴予測動きベクトル候補導出処理手順を終了する。
現在の予測動きベクトル候補の数numCurrMvpCandが予測動きベクトル候補リストmvpListL
Xの最大要素数である2より小さい場合、かつ履歴予測動きベクトル候補の数NumHmvpCand
の値が0より大きい場合(図41のステップS2201:YES)、図41のステップS
2202からS2209の処理を行う。
The current number of predicted motion vector candidates is numCurrMvpCand, and the list of predicted motion vector candidates is mvpLis.
The number of elements in tLX (which we'll assume is 2) or the number of historically predicted motion vector candidates NumHmvp
If the value of Cand is 0 (step S2201 in Figure 41: NO), then step S220 in Figure 41
The process from step 2 to S2209 is omitted, and the procedure for deriving candidate motion vectors based on historical predictions is terminated.
The current number of predicted motion vector candidates is numCurrMvpCand, and the list of predicted motion vector candidates is mvpListL.
If the number of elements in X is less than 2, and the number of historical prediction motion vector candidates NumHmvpCand
If the value is greater than 0 (step S2201 in Figure 41: YES), step S in Figure 41
Process steps 2202 through S2209.

続いて、インデックスiが0から、3と履歴予測動きベクトル候補の数NumHmvpCandの
いずれか小さい値まで、図41のステップS2203からS2208の処理を繰り返す(
図41のステップS2202~S2209)。現在の予測動きベクトル候補の数numCurrM
vpCandが予測動きベクトル候補リストmvpListLXの最大要素数である2以上の場合(図4
1のステップS2203:NO)、図41のステップS2204からS2209の処理を
省略し、本履歴予測動きベクトル候補導出処理手順を終了する。現在の予測動きベクトル
候補の数numCurrMvpCandが予測動きベクトル候補リストmvpListLXの最大要素数である2
より小さい場合(図41のステップS2203:YES)、図41のステップS2204
以降の処理を行う。
Next, the process from steps S2203 to S2208 in Figure 41 is repeated until the index i is less than 3 or the number of historical prediction motion vector candidates NumHmvpCand.
Steps S2202-S2209 in Figure 41). Number of current predicted motion vector candidates: numCurrM
If vpCand is 2 or more, which is the maximum number of elements in the predicted motion vector candidate list mvpListLX (Figure 4)
Step S2203: NO), the processing steps S2204 to S2209 in Figure 41 are omitted, and this history prediction motion vector candidate derivation procedure is terminated. The current number of prediction motion vector candidates, numCurrMvpCand, is 2, which is the maximum number of elements in the prediction motion vector candidate list, mvpListLX.
If it is smaller (step S2203 in Figure 41: YES), step S2204 in Figure 41
The following steps will be performed.

続いて、ステップS2205からS2207までの処理をYが0と1(L0とL1)に
ついてそれぞれ行う(図41のステップS2204~S2208)。現在の予測動きベク
トル候補の数numCurrMvpCandが予測動きベクトル候補リストmvpListLXの最大要素数であ
る2以上の場合(図41のステップS2205:NO)、図41のステップS2206か
らS2209の処理を省略し、本履歴予測動きベクトル候補導出処理手順を終了する。現
在の予測動きベクトル候補の数numCurrMvpCandが予測動きベクトル候補リストmvpListLX
の最大要素数である2より小さい場合(図41のステップS2205:YES)、図41
のステップS2206以降の処理を行う。
Next, steps S2205 to S2207 are performed for Y = 0 and 1 (L0 and L1), respectively (steps S2204 to S2208 in Figure 41). If the current number of predicted motion vector candidates, numCurrMvpCand, is 2 or greater than or equal to the maximum number of elements in the predicted motion vector candidate list, mvpListLX (step S2205 in Figure 41: NO), steps S2206 to S2209 in Figure 41 are omitted, and this history predicted motion vector candidate derivation procedure is terminated. The current number of predicted motion vector candidates, numCurrMvpCand, is 2 or greater than or equal to the maximum number of elements in the predicted motion vector candidate list, mvpListLX
If the number of elements is less than the maximum number of elements, which is 2 (step S2205 in Figure 41: YES), Figure 41
The process from step S2206 onwards is performed.

続いて、履歴予測動きベクトル候補リストHmvpCandList[i]のLYの参照インデックスが
、符号化/復号対象動きベクトルの参照インデックスrefIdxLXと同じ場合(図41のステ
ップS2206:YES)、予測動きベクトル候補リストの最後の要素として、予測動き
ベクトル候補リストの0から数えてnumCurrMvpCand番目の要素mvpListLX[numCurrMvpCand
]に履歴予測動きベクトル候補HmvpCandList[i]のLYの動きベクトルを追加し(図41のス
テップS2207)、現在の予測動きベクトル候補の数numCurrMvpCandを1インクリメン
トする。履歴予測動きベクトル候補リストHmvpCandList[i]のLYの参照インデックスが、
符号化/復号対象動きベクトルの参照インデックスrefIdxLXと同じでない場合(図41の
ステップS2206:NO)、ステップS2207の追加処理をスキップする。
Next, if the reference index of LY in the historical prediction motion vector candidate list HmvpCandList[i] is the same as the reference index refIdxLX of the motion vector to be encoded/decoded (step S2206 in Figure 41: YES), then the last element of the prediction motion vector candidate list is the numCurrMvpCand-th element counting from 0 of the prediction motion vector candidate list mvpListLX[numCurrMvpCand
The motion vector LY from the historical prediction motion vector candidate list HmvpCandList[i] is added to ] (step S2207 in Figure 41), and the current number of prediction motion vector candidates numCurrMvpCand is incremented by 1. The reference index of LY in the historical prediction motion vector candidate list HmvpCandList[i] is,
If the reference index refIdxLX of the motion vector to be encoded/decoded is not the same (step S2206 in Figure 41: NO), the additional processing in step S2207 is skipped.

以上の図41のステップS2205からS2207の処理をL0とL1で双方ともに行
う(図41のステップS2204~S2208)。
The processes from steps S2205 to S2207 in Figure 41 are performed on both L0 and L1 (steps S2204 to S2208 in Figure 41).

インデックスiを1インクリメントし、インデックスiが3と履歴予測動きベクトル候
補の数NumHmvpCandのいずれか小さい値以下の場合、再びステップS2203以降の処理
を行う(図41のステップS2202~S2209)。
The index i is incremented by 1. If the index i is less than or equal to the smaller of 3 and the number of historical prediction motion vector candidates, NumHmvpCand, the process from step S2203 onwards is repeated (steps S2202 to S2209 in Figure 41).

<履歴マージ候補導出処理>
次に、符号化側の通常マージモード導出部302の履歴マージ候補導出部345、復号
側の通常マージモード導出部402の履歴マージ候補導出部445で共通の処理である図
21のステップS404の処理手順である履歴マージ候補リストHmvpCandListからの履歴
マージ候補の導出方法について詳細に説明する。図42は履歴マージ候補導出処理手順を
説明するフローチャートである。
<History merge candidate derivation process>
Next, we will explain in detail the method for deriving history merge candidates from the history merge candidate list HmvpCandList, which is a common process in the history merge candidate derivation unit 345 of the encoding side's normal merge mode derivation unit 302 and the history merge candidate derivation unit 445 of the decoding side's normal merge mode derivation unit 402, as shown in step S404 of Figure 21. Figure 42 is a flowchart illustrating the history merge candidate derivation process.

まず、初期化処理を行う(図42のステップS2301)。isPruned[i]の0から(numCu
rrMergeCand -1)番目のそれぞれの要素にFALSEの値を設定し、変数numOrigMergeCandに現
在のマージ候補リストに登録されている要素の数numCurrMergeCandを設定する。
First, the initialization process is performed (step S2301 in Figure 42). isPruned[i] is set from 0 to (numCu
Set the value of FALSE to each element at the -1th rrMergeCand, and set the variable numOrigMergeCand to the number of elements currently registered in the merge candidate list, numCurrMergeCand.

続いて、インデックスhMvpIdxの初期値を1に設定し、この初期値からNumHmvpCandまで
、図42のステップS2303からステップS2310までの追加処理を繰り返す(図4
2のステップS2302~S2311)。現在のマージ候補リストに登録されている要素
の数numCurrMergeCandが(最大マージ候補数MaxNumMergeCand-1)以下でなければ、マージ
候補リストのすべての要素にマージ候補が追加されたので、本履歴マージ候補導出処理を
終了する(図42のステップS2303:NO)。現在のマージ候補リストに登録されて
いる要素の数numCurrMergeCandが(最大マージ候補数MaxNumMergeCand-1)以下の場合(図
42のステップS2303:YES)、ステップS2304以降の処理を行う。
Next, the initial value of index hMvpIdx is set to 1, and the additional processing from step S2303 to step S2310 in Figure 42 is repeated from this initial value up to NumHmvpCand (Figure 4
Steps S2302 to S2311 of step 2). If the number of elements registered in the current merge candidate list, numCurrMergeCand, is not less than or equal to (maximum number of merge candidates, MaxNumMergeCand-1), then merge candidates have been added to all elements in the merge candidate list, and this history merge candidate derivation process is terminated (step S2303 in Figure 42: NO). If the number of elements registered in the current merge candidate list, numCurrMergeCand, is less than or equal to (maximum number of merge candidates, MaxNumMergeCand-1) (step S2303 in Figure 42: YES), the process from step S2304 onwards is performed.

まず、sameMotionにFALSE(偽)の値を設定する(図42のステップS2304)。続
いて、インデックスiの初期値を0に設定し、この初期値から1まで図42のステップS2
306、S2307の処理を行う(図42のS2305~S2308)。
First, set the value of sameMotion to FALSE (step S2304 in Figure 42). Next, set the initial value of index i to 0, and then from this initial value down to 1 in step S2 in Figure 42.
306. The process in S2307 is performed (S2305 to S2308 in Figure 42).

次に、履歴動きベクトル予測候補リストの0から数えて(NumHmvpCand-hMvpIdx)番目の
要素HmvpCandList[NumHmvpCand-hMvpIdx]と、マージ候補リストの0から数えてi番目の要
素mergeCandList[i]が同じ値か否かを比較する(図42のステップS2306)。ここで
、マージ候補が同じ値とは、マージ候補が持つすべての構成要素(インター予測モード、
参照インデックス、動きベクトル)の値が同じであることを示す。ただし、このステップ
S2306の処理は、hMvpIdxがNumHmvpCand-2より大きく、かつmergeCandList[i]が空間
マージ候補で、かつisPruned[i]がFALSE(偽)の場合に限る。同じ値の場合(図39のス
テップS2306:YES)、sameMotionおよびisPruned[i]共にTRUE(真)を設定する
(図42のステップS2307)。同じ値でない場合(図39のステップS2306:N
O)、ステップS2307の処理をスキップする。図42のステップS2305からステ
ップS2308までの繰り返し処理が完了したらsameMotionがFALSE(偽)か否かを比較
し(図42のステップS2309)、sameMotionが FALSE(偽)の場合(図42のステッ
プS2309:YES)、マージ候補リストのnumCurrMergeCand番目のmergeCandList[nu
mCurrMergeCand]に履歴予測動きベクトル候補リストの0から数えて(NumHmvpCand - hMvp
Idx)番目の要素HmvpCandList[NumHmvpCand - hMvpIdx]を追加し、numCurrMergeCandを1イ
ンクリメントする(図42のステップS2310)。インデックスhMvpIdxを1インクリ
メントし(図42のステップS2302)、図42のステップS2302~S2311の
繰り返し処理を行う。
Next, we compare whether the (NumHmvpCand-hMvpIdx)th element HmvpCandList[NumHmvpCand-hMvpIdx] from the history motion vector prediction candidate list and the i-th element mergeCandList[i] from the merge candidate list have the same value (step S2306 in Figure 42). Here, the merge candidates having the same value means that all the components of the merge candidates (inter-prediction modes,
This indicates that the values of the reference index and motion vector are the same. However, this step S2306 is performed only if hMvpIdx is greater than NumHmvpCand-2, mergeCandList[i] is a spatial merge candidate, and isPruned[i] is FALSE. If the values are the same (step S2306 in Figure 39: YES), both sameMotion and isPruned[i] are set to TRUE (step S2307 in Figure 42). If the values are not the same (step S2306 in Figure 39: N
O) Skip the processing in step S2307. Once the iterative processing from step S2305 to step S2308 in Figure 42 is complete, compare whether sameMotion is FALSE (step S2309 in Figure 42), and if sameMotion is FALSE (step S2309 in Figure 42: YES), the mergeCandList[nu] of the numCurrMergeCand-th merge candidate list
[mCurrMergeCand] counts from 0 in the list of candidate motion vectors for historical prediction (NumHmvpCand - hMvp
The element at the Idxth position, HmvpCandList[NumHmvpCand - hMvpIdx], is added, and numCurrMergeCand is incremented by 1 (step S2310 in Figure 42). The index hMvpIdx is incremented by 1 (step S2302 in Figure 42), and the process of steps S2302 to S2311 in Figure 42 is repeated.

履歴予測動きベクトル候補リストのすべての要素の確認が完了するか、マージ候補リス
トのすべての要素にマージ候補が追加されたら、本履歴マージ候補の導出処理を完了する
The derivation process for this history merge candidate is completed when all elements in the history prediction motion vector candidate list have been checked, or when merge candidates have been added to all elements in the merge candidate list.

<平均マージ候補導出処理>
次に、符号化側の通常マージモード導出部302の平均マージ候補導出部344、復号
側の通常マージモード導出部402の平均マージ候補導出部444で共通の処理である図
21のステップS403の処理手順である平均マージ候補の導出方法について詳細に説明
する。図62は平均マージ候補導出処理手順を説明するフローチャートである。
<Process for deriving average merge candidates>
Next, we will explain in detail the method for deriving the average merge candidate, which is a common process in the average merge candidate derivation unit 344 of the encoding side's normal merge mode derivation unit 302 and the average merge candidate derivation unit 444 of the decoding side's normal merge mode derivation unit 402, specifically the processing procedure in step S403 of Figure 21. Figure 62 is a flowchart illustrating the average merge candidate derivation processing procedure.

まず、初期化処理を行う(図62のステップS1301)。変数numOrigMergeCandに現
在のマージ候補リストに登録されている要素の数numCurrMergeCandを設定する。
First, an initialization process is performed (step S1301 in Figure 62). The variable numOrigMergeCand is set to numCurrMergeCand, which is the number of elements currently registered in the merge candidate list.

続いて、マージ候補リストの先頭から順に走査し、2つの動き情報を決定する。1つ目
の動き情報を示すインデックスi=0、2つ目の動き情報を示すインデックスj=1とする。(
図62のステップS1302~S1303)。現在のマージ候補リストに登録されている
要素の数numCurrMergeCandが(最大マージ候補数MaxNumMergeCand-1)以下でなければ、マ
ージ候補リストのすべての要素にマージ候補が追加されたので、本履歴マージ候補導出処
理を終了する(図62のステップS1304)。現在のマージ候補リストに登録されてい
る要素の数numCurrMergeCandが(最大マージ候補数MaxNumMergeCand-1)以下の場合は、ス
テップS1305以降の処理を行う。
Next, we scan the merge candidate list from the beginning and determine the two motion information items. Let index i=0 represent the first motion information item, and index j=1 represent the second motion information item.
Steps S1302 to S1303 in Figure 62). If the number of elements registered in the current merge candidate list, numCurrMergeCand, is not less than or equal to (MaxNumMergeCand-1), then merge candidates have been added to all elements in the merge candidate list, and this history merge candidate derivation process is terminated (Step S1304 in Figure 62). If the number of elements registered in the current merge candidate list, numCurrMergeCand, is less than or equal to (MaxNumMergeCand-1), then the process from Step S1305 onwards is performed.

マージ候補リストのi番目の動き情報mergeCandList[i]とマージ候補リストのj番目の動
き情報mergeCandList[j]がともに無効であるか否かを判定し(図62のステップS130
5)、ともに無効である場合は、mergeCandList[i]とmergeCandList[j]の平均マージ候補
の導出を行わず、次の要素に移る。mergeCandList[i]とmergeCandList[j]がともに無効で
ない場合は、Xを0と1として以下の処理を繰り返す(図62のステップS1306からS
1314)。
Determine whether both the i-th movement information mergeCandList[i] and the j-th movement information mergeCandList[j] in the merge candidate list are invalid (step S130 in Figure 62).
5) If both are invalid, do not derive the average merge candidate for mergeCandList[i] and mergeCandList[j], and move on to the next element. If both mergeCandList[i] and mergeCandList[j] are valid, set X to 0 and 1 and repeat the following process (from step S1306 to S in Figure 62).
1314).

mergeCandList[i]のLX予測が有効であるかを判定する(図62のステップS1307)
。mergeCandList[i]のLX予測が有効である場合は、mergeCandList[j]のLX予測が有効であ
るかを判定する(図62のステップS1308)。mergeCandList[j]のLX予測が有効であ
る場合、すなわち、mergeCandList[i]のLX予測とmergeCandList[j]のLX予測がともに有効
である場合は、mergeCandList[i]のLX予測の動きベクトルとmergeCandList[j]のLX予測の
動きベクトルを平均したLX予測の動きベクトルとmergeCandList[i]のLX予測の参照インデ
ックスを有するLX予測の平均マージ候補を導出してaverageCandのLX予測に設定し、avera
geCandのLX予測を有効とする(図62のステップS1309)。図62のステップS13
08で、mergeCandList[j]のLX予測が有効でない場合、すなわち、mergeCandList[i]のLX
予測が有効、かつmergeCandList[j]のLX予測が無効である場合は、mergeCandList[i]のLX
予測の動きベクトルと参照インデックスを有するLX予測の平均マージ候補を導出してaver
ageCandのLX予測に設定し、averageCandのLX予測を有効とする(図62のステップS13
10)。図62のステップS1307で、mergeCandList[i]のLX予測が有効でない場合、
mergeCandList[j]のLX予測が有効であるか否かを判定する(図62のステップS1311
)。mergeCandList[j]のLX予測が有効である場合、すなわちmergeCandList[i]のLX予測が
無効、かつmergeCandList[j] のLX予測が有効である場合は、mergeCandList[j]のLX予測
の動きベクトルと参照インデックスを有するLX予測の平均マージ候補を導出してaverageC
andのLX予測に設定し、averageCandのLX予測を有効とする(図62のステップS1312
)。図62のステップS1311で、mergeCandList[j]のLX予測が有効でない場合、すな
わちmergeCandList[i]のLX予測、mergeCandList[j]のLX予測がともに無効である場合は、
averageCandのLX予測を無効とする(図62のステップS1312)。
Determine if the LX prediction for mergeCandList[i] is valid (step S1307 in Figure 62).
If the LX prediction for mergeCandList[i] is valid, it is determined whether the LX prediction for mergeCandList[j] is valid (step S1308 in Figure 62). If the LX prediction for mergeCandList[j] is valid, that is, if both the LX prediction for mergeCandList[i] and the LX prediction for mergeCandList[j] are valid, the average merge candidate for the LX prediction, which has the motion vector of the LX prediction obtained by averaging the motion vector of the LX prediction for mergeCandList[i] and the motion vector of the LX prediction for mergeCandList[j] and the reference index of the LX prediction for mergeCandList[i], is derived and set as the LX prediction for averageCand, and avera
Enable LX prediction for geCand (step S1309 in Figure 62). Step S13 in Figure 62
In 08, if the LX prediction for mergeCandList[j] is not valid, that is, the LX of mergeCandList[i]
If prediction is enabled and LX prediction for mergeCandList[j] is disabled, then LX for mergeCandList[i]
Derive the average merge candidate for LX predictions with prediction motion vectors and reference indices.
Set ageCand to LX prediction and enable averageCand LX prediction (step S13 in Figure 62)
10). In step S1307 of Figure 62, if the LX prediction of mergeCandList[i] is not valid,
Determine whether the LX prediction for mergeCandList[j] is valid (step S1311 in Figure 62)
). If the LX prediction for mergeCandList[j] is valid, i.e., the LX prediction for mergeCandList[i] is invalid and the LX prediction for mergeCandList[j] is valid, then the average merge candidate for the LX prediction with the motion vector and reference index of the LX prediction for mergeCandList[j] is derived and averageC
Set to LX prediction for and and enable LX prediction for averageCand (step S1312 in Figure 62)
). In step S1311 of Figure 62, if the LX prediction for mergeCandList[j] is not valid, that is, if both the LX prediction for mergeCandList[i] and the LX prediction for mergeCandList[j] are invalid,
Disable the LX prediction for averageCand (step S1312 in Figure 62).

ここで、LX予測が有効であるとは参照インデックスrefIdxLXが0以上である場合であり
、LX予測が無効、つまり存在しない場合には参照インデックスrefIdxLXは-1に設定する。
Here, LX prediction is considered valid if the reference index refIdxLX is 0 or greater. If LX prediction is invalid, i.e., does not exist, the reference index refIdxLX is set to -1.

以上のように生成されたL0予測、L1予測またはBI予測の平均マージ候補averageCandを
、マージ候補リストのnumCurrMergeCand番目のmergeCandList[numCurrMergeCand]に追加
し、numCurrMergeCandを1インクリメントする(図62のステップS1315)。以上で
、平均マージ候補の導出処理を完了する。
The average merge candidate averageCand of the L0, L1, or BI predictions generated as described above is added to the mergeCandList[numCurrMergeCand] at the numCurrMergeCand position in the merge candidate list, and numCurrMergeCand is incremented by 1 (step S1315 in Figure 62). This completes the derivation process of the average merge candidate.

なお、平均マージ候補は動きベクトルの水平成分と動きベクトルの垂直成分それぞれで
平均される。
The average merge candidate is calculated by averaging the horizontal and vertical components of the motion vector.

<サブブロック時間マージ候補導出>
図16のサブブロックマージモード導出部304におけるサブブロック時間マージ候補
導出部381の動作について、図44を参照して説明する。
<Derivation of subblock time merge candidates>
The operation of the subblock time merge candidate derivation unit 381 in the subblock merge mode derivation unit 304 of Figure 16 will be explained with reference to Figure 44.

まず、符号化ブロックが8x8画素未満か否かを判定する(ステップS4002)。 First, it is determined whether the encoded block is less than 8x8 pixels (step S4002).

符号化ブロックが8x8画素未満の場合(ステップS4002:YES)、サブブロック
時間マージ候補の存在を示すフラグavailableFlagSbCol=0に設定して(ステップS400
3)、サブブロック時間マージ候補導出部の処理を終了する。ここで、シンタックスによ
りテンポラル動きベクトル予測が禁止されている場合、またはサブブロック時間マージが
禁止されている場合には、符号化ブロックが8x8画素未満の場合(ステップS4002:
YES)と同じ処理をする。
If the encoded block is less than 8x8 pixels (step S4002: YES), set the flag availableFlagSbCol=0 to indicate the existence of a subblock time merge candidate (step S400
3) The processing of the subblock time merge candidate derivation unit is terminated. Here, if temporal motion vector prediction is prohibited by syntax, or if subblock time merging is prohibited, if the encoded block is less than 8x8 pixels (step S4002:
Perform the same process as YES.

一方、符号化ブロックが8x8画素以上の場合(ステップS4002:NO)、符号化ピ
クチャにおける符号化ブロックの隣接動き情報を導出する(ステップS4004)。
On the other hand, if the encoded block is 8x8 pixels or larger (step S4002: NO), adjacent motion information of the encoded block in the encoded picture is derived (step S4004).

符号化ブロックの隣接動き情報を導出する処理について、図45を参照して説明する。
隣接動き情報を導出する処理は、前述の空間予測動きベクトル候補導出部321の処理と相
似している。ただし、隣接ブロックの探索をする順番はA0,B0,B1,A1であり、B2は探索し
ない。まず、隣接ブロックn=A0として、符号化情報を取得する(ステップS4052)。
符号化情報とは、隣接ブロックを利用できるか否かを示すフラグavailableFlagN、参照リ
ストごとの参照インデックスrefIdxLXN、および動きベクトルmvLXNを示す。
The process for deriving adjacent movement information of encoded blocks will be explained with reference to Figure 45.
The process for deriving adjacent motion information is similar to the process of the spatial prediction motion vector candidate derivation unit 321 described above. However, the order in which adjacent blocks are searched is A0, B0, B1, A1, and B2 is not searched. First, the encoded information is obtained for adjacent block n=A0 (step S4052).
The encoded information includes a flag availableFlagN indicating whether adjacent blocks are available, a reference index refIdxLXN for each reference list, and a motion vector mvLXN.

次に、隣接ブロックnが有効か無効かを判断する(ステップS4054)。隣接ブロッ
クを利用できるか否かを示すフラグavailableFlagN=1であれば有効、それ以外は無効とす
る。
Next, it is determined whether the adjacent block n is valid or invalid (step S4054). If the flag availableFlagN=1, which indicates whether the adjacent block can be used, it is valid; otherwise, it is invalid.

隣接ブロックnが有効であれば(ステップS4054:YES)、参照インデックスref
IdxLXNを、隣接ブロックnの参照インデックスrefIdxLXnとする(ステップS4056)。
また、動きベクトルmvLXNを、隣接ブロックnの動きベクトルmvLXnとして(ステップS4
056)、ブロックの隣接動き情報を導出する処理を終了する。
If the adjacent block n is valid (step S4054: YES), the reference index ref
Let IdxLXN be the reference index refIdxLXn of the adjacent block n (step S4056).
Furthermore, the motion vector mvLXN is used as the motion vector mvLXn of the adjacent block n (step S4)
056) The process of deriving adjacent movement information of blocks is terminated.

一方、隣接ブロックnが無効であれば(ステップS4054:NO)、隣接ブロックn=B
0として、符号化情報を取得し(ステップS4052)、隣接ブロックnが有効か無効かを
判断する(ステップS4054)。以下、同様の処理をして、B1,A1の順番にループする
。隣接動き情報を導出する処理は、隣接ブロックが有効となるまでループし、全ての隣接
ブロックA0,B0,B1,A1が無効であれば、ブロックの隣接動き情報を導出する処理を終了す
る。
On the other hand, if adjacent block n is invalid (step S4054: NO), then adjacent block n = B
The encoding information is obtained by setting it to 0 (step S4052), and it is determined whether the adjacent block n is valid or invalid (step S4054). The same process is then repeated, looping through B1 and A1 in that order. The process of deriving adjacent movement information loops until an adjacent block is valid, and if all adjacent blocks A0, B0, B1, and A1 are invalid, the process of deriving adjacent movement information for the block is terminated.

再び、図44を参照する。隣接動き情報を導出したら(ステップS4004)、テンポ
ラル動きベクトルを導出する(ステップS4006)。
Refer to Figure 44 again. After deriving the adjacent motion information (step S4004), derive the temporal motion vector (step S4006).

テンポラル動きベクトルを導出する処理について、図46を参照して説明する。まず、
テンポラル動きベクトルtempMv=(0,0)として初期化する(ステップS4062)。
The process for deriving the temporal motion vector will be explained with reference to Figure 46. First,
The temporal motion vector is initialized as tempMv=(0,0) (step S4062).

次に、隣接動き情報が有効か無効かを判断する(ステップS4064)。隣接ブロック
を利用できるか否かを示すフラグavailableFlagN=1であれば有効、それ以外は無効とする
。隣接動き情報が無効の場合(ステップS4064:NO)、テンポラル動きベクトルを
導出する処理を終了する。
Next, it is determined whether the adjacent motion information is valid or invalid (step S4064). If the flag availableFlagN=1, which indicates whether the adjacent block can be used, it is valid; otherwise, it is invalid. If the adjacent motion information is invalid (step S4064: NO), the process of deriving the temporal motion vector is terminated.

一方、隣接動き情報が有効の場合(ステップS4064:YES)、隣接ブロックNに
おいてL1予測を利用しているか否かを示すフラグpredFlagL1Nが1か否かを判断する(ス
テップS4066)。predFlagL1N=0の場合(ステップS4066:NO)、次の処理(
ステップS4078)に進む。predFlagL1N=1の場合(ステップS4066:YES)、
すべての参照リストに登録されているすべてのピクチャのPOCが、現在の処理対象ピク
チャのPOC以下か否かを判断する(ステップS4068)。この判断が真の場合(ステ
ップS4068:YES)、次の処理(ステップS4070)に進む。
On the other hand, if adjacent movement information is valid (step S4064: YES), it is determined whether the flag predFlagL1N, which indicates whether or not L1 prediction is being used in adjacent block N, is 1 or not (step S4066). If predFlagL1N=0 (step S4066: NO), the next process (
Proceed to step S4078). If predFlagL1N=1 (step S4066: YES),
It is determined whether the POC of all pictures registered in all reference lists is less than or equal to the POC of the currently processed picture (step S4068). If this determination is true (step S4068: YES), the process proceeds to the next step (step S4070).

スライスタイプslice_typeがBスライスで、フラグcollocated_from_l0_flagが0の場
合(ステップS4070:YES、ステップかつS4072:YES)、ColPicと参照ピ
クチャRefPicList1[refIdxL1N](参照リストL1の参照インデックスrefIdxL1Nのピクチ
ャ)が同じか否かを判断する(ステップS4074)。この判断が真の場合(ステップS
4074:YES)、テンポラル動きベクトルtempMv=mvL1Nとする(ステップS4076
)。この判断が偽の場合(ステップS4074:NO)、次の処理(ステップS4078
)に進む。スライスタイプslice_typeがBスライスでなく、フラグcollocated_from_l0_f
lagが0でない場合(ステップS4070:NO、またはステップS4072:NO)、
次の処理(ステップS4078)に進む。
If slice type slice_type is B slice and flag collocated_from_l0_flag is 0 (step S4070: YES, step and S4072: YES), determine whether ColPic and reference picture RefPicList1[refIdxL1N] (the picture with reference index refIdxL1N in reference list L1) are the same (step S4074). If this determination is true (step S
4074: YES), set the temporal motion vector tempMv = mvL1N (step S4076)
). If this judgment is false (step S4074: NO), the next process (step S4078
) Proceed. If slice type slice_type is not B slice, flag collocated_from_l0_f
If lag is not 0 (step S4070: NO, or step S4072: NO),
Proceed to the next process (step S4078).

そして、隣接ブロックNにおいてL0予測を利用しているか否かを示すフラグpredFlagL0N
が1か否かを判断する(ステップS4078)。predFlagL0N=1の場合(ステップS40
78:YES)、ColPicと参照ピクチャRefPicList0[refIdxL0N](参照リストL0の参照
インデックスrefIdxL0Nのピクチャ)が同じか否かを判断する(ステップS4080)。
この判断が真の場合(ステップS4080:YES)、テンポラル動きベクトルtempMv=m
vL0Nとする(ステップS4082)。この判断が偽の場合(ステップS4080:NO)
、テンポラル動きベクトルを導出する処理を終了する。
And a flag, predFlagL0N, indicates whether or not L0 prediction is being used in the adjacent block N.
Determine whether it is 1 or not (step S4078). If predFlagL0N=1 (step S40
78: YES), determine whether ColPic and the reference picture RefPicList0[refIdxL0N] (the picture with reference index refIdxL0N in reference list L0) are the same (step S4080).
If this judgment is true (step S4080: YES), the temporal motion vector tempMv = m
Set to vL0N (step S4082). If this determination is false (step S4080: NO)
Then, the process of deriving the temporal motion vector is terminated.

再び、図44を参照する。次に、ColPicを導出する(ステップS4016)。この処理
は、時間予測動きベクトル候補導出部322におけるS4201と同じであるから、説明
を省略する。
Refer to Figure 44 again. Next, ColPic is derived (step S4016). This process is the same as S4201 in the time prediction motion vector candidate derivation unit 322, so the explanation is omitted.

そして、異なる時間の符号化ブロックcolCbを設定する(ステップS4017)。これ
は、異なる時間のピクチャColPic内で処理対象の符号化ブロックと同一位置の中央右下に
位置する符号化ブロックを、colCbとして設定するものである。この符号化ブロックは図
49の符号化ブロックT1に相当する。
Next, a coding block colCb at a different time is set (step S4017). This involves setting a coding block located in the lower right center of the same position as the coding block to be processed within the picture ColPic at a different time as colCb. This coding block corresponds to coding block T1 in Figure 49.

次に、符号化ブロックcolCbにテンポラル動きベクトルtempMvを加算した位置を、新た
なcolCbとする(ステップS4018)。いま、符号化ブロックcolCbの左上の位置を(xCo
lCb, yColCb)、テンポラル動きベクトルtempMvを1/16画素精度で(tempMv[0], tempMv[1])
とする。そして、
xColCb = Clip3( xCtb, xCtb + CtbSizeY + 3, xColCb + ( tempMv[0] >> 4 ) )
yColCb = Clip3( yCtb, yCtb + CtbSizeY - 1, yColCb + ( tempMv[1] >> 4 ) )
を算出する。ここで、ツリーブロックの左上の位置は(xCtb, yCtb)、ツリーブロックの大
きさはCtbSizeYとする。位置((xColCb >> 3) << 3, (yColCb >> 3) << 3)を含むColPic上
の符号化ブロックが、新たなcolCbとなる。上式に示すように、tempMv加算後の位置は、t
empMv加算前に比べて大きくずれないように、ツリーブロックの大きさ程度の範囲に補正
される。もしこの位置が画面外となった場合は、画面内に補正される。
Next, the position obtained by adding the temporal motion vector tempMv to the encoded block colCb is set as the new colCb (step S4018). Now, the upper left position of the encoded block colCb is (xCo
lCb, yColCb), temporal motion vector tempMv with 1/16 pixel precision (tempMv[0], tempMv[1])
And,
xColCb = Clip3( xCtb, xCtb + CtbSizeY + 3, xColCb + ( tempMv[0] >> 4 ) )
yColCb = Clip3( yCtb, yCtb + CtbSizeY - 1, yColCb + ( tempMv[1] >> 4 ) )
The following is calculated. Here, the top-left position of the tree block is (xCtb, yCtb), and the size of the tree block is CtbSizeY. The encoded block on ColPic that contains the position ((xColCb >> 3) << 3, (yColCb >> 3) << 3) becomes the new colCb. As shown in the above formula, the position after adding tempMv is t
To prevent significant deviations compared to before the empMv addition, the value is corrected to a range approximately the size of the tree block. If this position falls outside the screen, it is corrected to be within the screen.

そして、この符号化ブロックcolCbの予測モードPredModeがインター予測(MODE_INTER
)か否かを判定する(ステップS4020)。colCbの予測モードがインター予測でない
場合(ステップS4020:NO)、サブブロック時間マージ候補の存在を示すフラグav
ailableFlagSbCol=0に設定して(ステップS4003)、サブブロック時間マージ候補導
出部の処理を終了する。
And the prediction mode of this coding block colCb is PredMode (MODE_INTER
It is determined whether or not the prediction mode of colCb is interprediction (step S4020: NO). If the prediction mode of colCb is not interprediction, a flag av is displayed indicating the presence of a subblock time merge candidate.
Set ailableFlagSbCol=0 (step S4003) and terminate the processing of the subblock time merge candidate derivation unit.

一方、colCbの予測モードがインター予測の場合(ステップS4020:YES)、参
照リストごとにインター予測情報を導出する(ステップS4022、S4023)。ここ
では、colCbについて、参照リストごとの中心動きベクトルctrMvLXと、LX予測を利用して
いるか否かを示すフラグctrPredFlagLXを導出する。LXは参照リストを示し、参照リスト
0の導出ではLXはL0となり、参照リスト1の導出ではLXはL1となる。インター予測情報の
導出について、図47を参照して説明する。
On the other hand, if the prediction mode for colCb is inter-prediction (step S4020: YES), inter-prediction information is derived for each reference list (steps S4022, S4023). Here, for colCb, the central motion vector ctrMvLX and the flag ctrPredFlagLX indicating whether or not LX prediction is being used are derived for each reference list. LX represents the reference list, and in the derivation of reference list 0, LX becomes L0, and in the derivation of reference list 1, LX becomes L1. The derivation of inter-prediction information will be explained with reference to Figure 47.

異なる時間の符号化ブロックcolCbが利用できない場合(ステップS4112:NO)
、または予測モードPredModeがイントラ予測(MODE_INTRA)の場合(ステップS4114
:NO)、フラグavailableFlagLXColとフラグpredFlagLXColを共に0とし(ステップS
4116)、動きベクトルmvColを(0,0)として(ステップS4118)、インター
予測情報の導出処理を終了する。
If a coding block colCb of a different time is unavailable (Step S4112: NO)
, or if the prediction mode PredMode is intra prediction (MODE_INTRA) (step S4114)
: NO), set both flag availableFlagLXCol and flag predFlagLXCol to 0 (step S
4116) Set the motion vector mvCol to (0,0) (step S4118), and terminate the derivation process of the interpretation information.

符号化ブロックcolCbが利用でき(ステップS4112:YES)、予測モードPredMod
eがイントラ予測(MODE_INTRA)でない場合(ステップS4114 :YES)、以下の手
順でmvCol、refIdxColおよびavailableFlagColを算出する。
The coding block colCb is available (step S4112: YES), and the prediction mode PredMod
If e is not an intra prediction (MODE_INTRA) (step S4114: YES), calculate mvCol, refIdxCol and availableFlagCol using the following procedure.

符号化ブロックcolCbのLX予測が利用されているか否かを示すフラグPredFlagLX[xPCo
l][yPCol]が1の場合(ステップS4120:YES)、動きベクトルmvColが符号化ブロ
ックcolCbのLXの動きベクトルであるMvLX[xPCol][yPCol]と同じ値に設定され(ステッ
プS4122)、参照インデックスrefIdxColがLXの参照インデックスRefIdxLX[xPCol]
[yPCol]と同じ値に設定され(ステップS4124)、リストlistColがLXに設定される
(ステップS4126)。ここで、xPCol、yPColは異なる時間のピクチャColPic内での符
号化ブロックcolCbの左上の画素の位置を示すインデックスである。
A flag, PredFlagLX[xPCo], indicates whether or not the LX prediction for the coded block colCb is being used.
If l[yPCol] is 1 (step S4120: YES), the motion vector mvCol is set to the same value as MvLX[xPCol][yPCol] which is the motion vector of LX of the coded block colCb (step S4122), and the reference index refIdxCol is the reference index RefIdxLX[xPCol] of LX.
[yPCol] is set to the same value (step S4124), and the list listCol is set to LX (step S4126). Here, xPCol and yPCol are indices indicating the position of the top-left pixel of the encoded block colCb within the picture ColPic at different times.

一方、符号化ブロックcolCbのLX予測が利用されているか否かを示すフラグPredFlagL
X[xPCol][yPCol]が0の場合(ステップS4120:NO)、以下の処理をする。まず、す
べての参照リストに登録されているすべてのピクチャのPOCが、現在の処理対象ピクチ
ャのPOC以下か否かを判断する(ステップS4128)。かつ、colCbのLY予測が利
用されているか否かを示すフラグPredFlagLY[xPCol][yPCol]が1か否かを判断する(ステ
ップS4128)。ここで、LY予測とはLX予測とは異なる参照リストと定義する。つまり
、LX=L0ではLY=L1、LX=L1ではLY=L0となる。
On the other hand, the flag PredFlagL indicates whether or not LX prediction for the coded block colCb is being used.
If X[xPCol][yPCol] is 0 (step S4120: NO), the following process is performed. First, it is determined whether the POC of all pictures registered in all reference lists is less than or equal to the POC of the currently processed picture (step S4128). Also, it is determined whether the flag PredFlagLY[xPCol][yPCol], which indicates whether the LY prediction of colCb is being used, is 1 (step S4128). Here, the LY prediction is defined as a different reference list from the LX prediction. That is, if LX=L0, LY=L1, and if LX=L1, LY=L0.

この判断が真の場合(ステップS4128:YES)、動きベクトルmvColが符号化ブ
ロックcolCbのLYの動きベクトルであるMvLY[xPCol][yPCol]と同じ値に設定され(ステ
ップS4130)、参照インデックスrefIdxColがLYの参照インデックスRefIdxLY[xPCo
l][yPCol]と同じ値に設定され(ステップS4132)、リストlistColがLXに設定され
る(ステップS4134)。
If this determination is true (step S4128: YES), the motion vector mvCol is set to the same value as MvLY[xPCol][yPCol], which is the motion vector of LY in the coded block colCb (step S4130), and the reference index refIdxCol is set to the reference index RefIdxLY[xPCol] of LY.
It is set to the same value as [l][yPCol] (step S4132), and the list listCol is set to LX (step S4134).

一方、この判断が偽の場合(ステップS4128:NO)、フラグavailableFlagLXCol
とフラグpredFlagLXColを共に0とし(ステップS4116)、動きベクトルmvColを(0
,0)として(ステップS4118)、インター予測情報の導出処理を終了する。
On the other hand, if this judgment is false (step S4128: NO), the flag availableFlagLXCol
Set both flag predFlagLXCol to 0 (step S4116), and set motion vector mvCol to (0
The process of deriving interpretation information is terminated (step S4118) as 0.

符号化ブロックcolCbからインター予測情報が取得できたら、フラグavailableFlagLXCo
lとフラグpredFlagLXColを共に1とする(ステップS4136)。
If interpretation information can be obtained from the coded block colCb, the flag availableFlagLXCo
Set both l and the flag predFlagLXCol to 1 (step S4136).

続いて、動きベクトルmvColをスケーリングして、動きベクトルmvLXColとする(ステッ
プS4138)。この処理は、時間予測動きベクトル候補導出部322におけるS424
5と同じであるから、説明を省略する。
Next, the motion vector mvCol is scaled to obtain the motion vector mvLXCol (step S4138). This process is performed in S424 of the time-predicted motion vector candidate derivation unit 322.
Since it is the same as number 5, the explanation will be omitted.

再び、図44を参照する。参照リストごとにインター予測情報を導出したら、算出され
た動きベクトルmvLXColを中心動きベクトルctrMvLX、算出されたフラグpredFlagLXColを
フラグctrPredFlagLXとする(ステップS4022, ステップS4023)。
Refer to Figure 44 again. After deriving the interpretation information for each reference list, the calculated motion vector mvLXCol is set as the center motion vector ctrMvLX, and the calculated flag predFlagLXCol is set as the flag ctrPredFlagLX (steps S4022, S4023).

そして、中心動きベクトルが有効か無効かを判断する(ステップS4024)。ctrPre
dFlagL0=0かつctrPredFlagL1=0であれば無効、それ以外は無効と判断する。中心動きベク
トルが無効の場合(ステップS4024:NO)、サブブロック時間マージ候補の存在を
示すフラグavailableFlagSbCol=0に設定して(ステップS4003)、サブブロック時間
マージ候補導出部の処理を終了する。
Then, it is determined whether the central motion vector is valid or invalid (step S4024).
If dFlagL0=0 and ctrPredFlagL1=0, it is considered invalid; otherwise, it is considered invalid. If the central motion vector is invalid (step S4024: NO), the flag availableFlagSbCol=0, indicating the existence of a subblock time merge candidate, is set (step S4003), and the processing of the subblock time merge candidate derivation unit is terminated.

一方、中心動きベクトルが有効の場合(ステップS4024:YES)、サブブロック
時間マージ候補の存在を示すフラグavailableFlagSbCol=1に設定して(ステップS402
5)、サブブロック動き情報を導出する(ステップS4026)。この処理について、図
48を参照して説明する。
On the other hand, if the central motion vector is valid (step S4024: YES), set the flag availableFlagSbCol=1 to indicate the presence of a subblock time merge candidate (step S402
5) Derive subblock movement information (step S4026). This process will be explained with reference to Figure 48.

まず、符号化ブロックcolCbの幅cbWidthと高さcBheightから、幅方向のサブブロック数
numSbXおよび高さ方向のサブブロック数numSbYを算出する(ステップS4152)。また
、refIdxLXSbCol=0とする(ステップS4152)。この処理以降は、予測サブブロックc
olSbの単位で繰り返し処理をする。この繰り返しは、高さ方向のインデックスySbIdxを0
からnumSbYまで、幅方向のインデックスxSbIdxを0からnumSbXまで変更しながら処理をす
る。
First, from the width cbWidth and height cBheight of the encoded block colCb, we get the number of subblocks in the width direction.
Calculate numSbX and the number of subblocks in the height direction numSbY (step S4152). Also, set refIdxLXSbCol=0 (step S4152). From this point onward, predict subblock c
The process is repeated in units of olSb. This iteration sets the height index ySbIdx to 0.
The process is carried out by changing the width index xSbIdx from 0 to numSbX, from numSbY to numSbY.

符号化ブロックcolCbの左上の位置を(xCb,yCb)とすると、予測サブブロックcolSbの左
上の位置(xSb,ySb)は、
xSb = xCb + xSbIdx * sbWidth
ySb = yCb + ySbIdx * sbHeight
と算出される。次に、予測サブブロックcolSbにテンポラル動きベクトルtempMvを加算し
た位置を、新たなcolSbとする(ステップS4154)。予測サブブロックcolSbの左上の
位置を(xColSb, yColSb)、テンポラル動きベクトルtempMvを1/16画素精度で(tempMv[0],
tempMv[1])とすると、新たなcolSbの左上の位置は、
xColSb = Clip3( xCtb, xCtb + CtbSizeY + 3, xSb + ( tempMv[0] >> 4 ) )
yColSb = Clip3( yCtb, yCtb + CtbSizeY - 1, ySb + ( tempMv[1] >> 4 ) )
となる。ここで、ツリーブロックの左上の位置は(xCtb, yCtb)、ツリーブロックの大きさ
はCtbSizeYとする。上式に示すように、tempMv加算後の位置は、tempMv加算前に比べて大
きくずれないように、ツリーブロックの大きさ程度の範囲に補正される。もしこの位置が
画面外となった場合は、画面内に補正される。
If the top-left position of the encoded block colCb is (xCb, yCb), then the top-left position of the prediction subblock colSb is (xSb, ySb).
xSb = xCb + xSbIdx * sbWidth
ySb = yCb + ySbIdx * sbHeight
This is calculated. Next, the position obtained by adding the temporal motion vector tempMv to the predicted subblock colSb is set as the new colSb (step S4154). The upper left position of the predicted subblock colSb is (xColSb, yColSb), and the temporal motion vector tempMv is set to (tempMv[0], with a 1/16 pixel precision).
If we let tempMv[1]), the top-left position of the new colSb is:
xColSb = Clip3( xCtb, xCtb + CtbSizeY + 3, xSb + ( tempMv[0] >> 4 ) )
yColSb = Clip3( yCtb, yCtb + CtbSizeY - 1, ySb + ( tempMv[1] >> 4 ) )
This is the result. Here, the top-left position of the tree block is (xCtb, yCtb), and the size of the tree block is CtbSizeY. As shown in the above equation, the position after tempMv is corrected to a range approximately equal to the size of the tree block so that it does not deviate significantly from the position before tempMv was added. If this position falls outside the screen, it is corrected to be within the screen.

そして、参照リストごとにインター予測情報を導出する(ステップS4156,S41
58)。ここでは、予測サブブロックcolSbについて、サブブロック単位で参照リストご
との動きベクトルmvLXSbColと、予測サブブロックが有効か否かを示すフラグavailableFl
agLXSbColを導出する。LXは参照リストを示し、参照リスト0の導出ではLXはL0となり、
参照リスト1の導出ではLXはL1となる。インター予測情報の導出は、図47のS4022,
S4023と同じであるため、説明を省略する。
Then, interpretation information is derived for each reference list (steps S4156, S41
58). Here, for the prediction subblock colSb, we have the motion vector mvLXSbCol for each reference list on a subblock basis, and the flag availableFl indicating whether the prediction subblock is valid or not.
We derive agLXSbCol. LX represents a reference list, and in the derivation of reference list 0, LX becomes L0.
In the derivation of reference list 1, LX becomes L1. The derivation of the interpretation information is shown in Figure 47, S4022.
Since it is the same as S4023, the explanation will be omitted.

インター予測情報を導出後(ステップS4156,S4158)、予測サブブロックcol
Sbが有効か否かを判断する(ステップS4160)。availableFlagL0SbCol=0かつavaila
bleFlagL1SbCol=0の場合はcolSbが無効、それ以外は有効と判断する。colSbが無効の場合
(ステップS4160:NO)、動きベクトルmvLXSbColを、中心動きベクトルctrMvLXと
する(ステップS4162)。さらに、LX予測を利用しているか否かを示すフラグpredFl
agLXSbColを、中心動きベクトルにおけるフラグctrPredFlagLXとする(ステップS416
2)。以上により、サブブロック動き情報の導出を終了する。
After deriving the interpretation information (steps S4156, S4158), the prediction subblock col
Determine whether Sb is valid (step S4160). availableFlagL0SbCol=0 and available
If bleFlagL1SbCol=0, colSb is considered invalid; otherwise, it is considered valid. If colSb is invalid (step S4160: NO), the motion vector mvLXSbCol is set to the center motion vector ctrMvLX (step S4162). Furthermore, a flag predFl indicates whether or not LX prediction is being used.
Let agLXSbCol be the flag ctrPredFlagLX in the central motion vector (step S416)
2) This concludes the derivation of subblock movement information.

再び、図44を参照する。そして、L0の動きベクトルmvL0SbCol、およびL1の動きベク
トルmvL1SbColを、前述のサブブロックマージモード導出部304におけるサブブロック
マージ候補リストsubblockMergeCandListに候補として追加する(ステップS4028)
。ただし、この追加は、サブブロック時間マージ候補の存在を示すフラグavailableSbCol
=1の場合のみである。以上により、時間マージ候補導出部342の処理を終了する。
Refer to Figure 44 again. Then, the motion vectors of L0, mvL0SbCol and L1, mvL1SbCol are added as candidates to the subblock merge candidate list subblockMergeCandList in the subblock merge mode derivation unit 304 (step S4028).
However, this addition is a flag that indicates the presence of a subblock time merge candidate, availableSbCol
This applies only when = 1. With this, the processing of the time merge candidate derivation unit 342 is terminated.

上記したサブブロック時間マージ候補導出部381の説明は、符号化時のものであるが
、復号時も同様となる。つまり、図22のサブブロックマージモード導出部404におけ
るサブブロック時間マージ候補導出部481の動作は、上記の説明における符号化を復号
と置き換えて、同様に説明される。
The above description of the subblock time merge candidate derivation unit 381 pertains to the encoding process, but the same applies to the decoding process. In other words, the operation of the subblock time merge candidate derivation unit 481 in the subblock merge mode derivation unit 404 of Figure 22 can be described similarly, by replacing encoding with decoding in the above description.

<動き補償予測処理>
動き補償予測部306は、符号化において現在予測処理の対象となっているブロックの
位置およびサイズを取得する。また、動き補償予測部306は、インター予測情報をイン
ター予測モード判定部305から取得する。取得したインター予測情報から参照インデッ
クスおよび動きベクトルを導出し、復号画像メモリ内の参照インデックスで特定される参
照ピクチャを、動きベクトルの分だけ予測ブロックの画像信号と同一位置より移動させた
位置の画像信号を取得した後に予測信号を生成する。
<Motion compensation prediction processing>
The motion compensation prediction unit 306 obtains the position and size of the block currently being predicted during encoding. The motion compensation prediction unit 306 also obtains inter-prediction information from the inter-prediction mode determination unit 305. From the obtained inter-prediction information, it derives a reference index and a motion vector, and generates a prediction signal after obtaining an image signal of the reference picture identified by the reference index in the decoded image memory, moved by the amount of the motion vector from the same position as the image signal of the prediction block.

インター予測におけるインター予測モードがL0予測やL1予測のような、単一の参照ピク
チャからの予測の場合には、1つの参照ピクチャから取得した予測信号を動き補償予測信
号とし、インター予測モードがBI予測のような、予測モードが2つの参照ピクチャからの
予測の場合には、2つの参照ピクチャから取得した予測信号を重みづけ平均したものを動
き補償予測信号とし、動き補償予測信号を予測方法決定部に供給する。ここでは双予測の
重みづけ平均の比率を1:1とするが、他の比率を用いて重みづけ平均を行っても良い。
例えば、予測対象となっているピクチャと参照ピクチャとのピクチャ間隔が近いものほど
重みづけの比率が大きくなるようにしてもよい。また、重みづけ比率の算出をピクチャ間
隔の組み合わせと重みづけ比率との対応表を用いて行うようにしても良い。
In interpretation, if the interpretation mode is L0 prediction or L1 prediction, which is prediction from a single reference picture, the prediction signal obtained from one reference picture is used as the motion-compensated prediction signal. If the interpretation mode is BI prediction, which is prediction from two reference pictures, the prediction signals obtained from the two reference pictures are weighted and averaged to obtain the motion-compensated prediction signal, and this motion-compensated prediction signal is supplied to the prediction method determination unit. Here, the weighted averaging ratio of the two predictions is set to 1:1, but other ratios may be used for weighted averaging.
For example, the closer the interval between the picture being predicted and the reference picture, the greater the weighting ratio. Alternatively, the weighting ratio can be calculated using a correspondence table between combinations of picture intervals and weighting ratios.

動き補償予測部406は、符号化側の動き補償予測部306と同様の機能をもつ。動き
補償予測部406は、インター予測情報を、通常予測動きベクトルモード導出部401、
通常マージモード導出部402、サブブロック予測動きベクトルモード導出部403、サ
ブブロックマージモード導出部404から、スイッチ408を介して取得する。
The motion compensation prediction unit 406 has the same function as the motion compensation prediction unit 306 on the encoding side. The motion compensation prediction unit 406 uses interprediction information, the normal prediction motion vector mode derivation unit 401,
The normal merge mode derivation unit 402, the subblock predicted motion vector mode derivation unit 403, and the subblock merge mode derivation unit 404 are acquired via switch 408.

動き補償予測部406は、得られた動き補償予測信号を、復号画像信号重畳部207に
供給する。
The motion compensation prediction unit 406 supplies the obtained motion compensation prediction signal to the decoded image signal superimposition unit 207.

<インター予測モードについて>
単一の参照ピクチャからの予測を行う処理を単予測と定義し、単予測の場合はL0予測
またはL1予測という、参照リストL0、L1に登録された2つの参照ピクチャのいずれ
か一方を利用した予測を行う。L0予測およびL1予測は前方向予測(前方の参照画像を
参照する予測)であっても後方向予測(後方の参照画像を参照する予測)であってもよい
。図57~58は、L0予測(単予測)での動き補償予測を説明するための図である。
<About Interpretation Mode>
The process of making a prediction from a single reference picture is defined as single prediction. In the case of single prediction, the prediction is made using either L0 prediction or L1 prediction, which are two reference pictures registered in the reference lists L0 and L1. L0 prediction and L1 prediction may be either forward prediction (prediction referring to a forward reference image) or backward prediction (prediction referring to a backward reference image). Figures 57-58 are diagrams illustrating motion compensation prediction in L0 prediction (single prediction).

図57はインター予測モードがL0予測であってL0の参照ピクチャ(RefL0Pi
c)が処理対象ピクチャ(CurPic)より前の時刻にある場合を示している。図58
はL0予測であってL0の参照ピクチャが処理対象ピクチャより後の時刻にある場合を示
している。同様に、図57および図58のL0予測の参照ピクチャをL1予測の参照ピク
チャ(RefL1Pic)に置き換えて単予測を行うこともできる。
Figure 57 shows that the interpretation mode is L0 prediction and the reference picture of L0 (RefL0Pi
c) shows the case where the processing time is earlier than that of the picture to be processed (CurPic). Figure 58
This indicates an L0 prediction where the L0 reference picture is at a later time than the picture to be processed. Similarly, single prediction can be performed by replacing the L0 prediction reference picture (RefL1Pic) in Figures 57 and 58 with the L1 prediction reference picture.

2つの参照ピクチャからの予測を行う処理を双予測と定義し、双予測の場合はL0予測
とL1予測の双方を利用して双予測と表現する。図59~61は、双予測での動き補償予
測を説明するための図である。図59は双予測であってL0予測の参照ピクチャが処理対
象ピクチャより前の時刻にあって、L1予測の参照ピクチャが処理対象ピクチャより後の
時刻にある場合を示している。図60は双予測であってL0予測の参照ピクチャとL1予
測の参照ピクチャが処理対象ピクチャより前の時刻にある場合を示している。図61は双
予測であってL0予測の参照ピクチャとL1予測の参照ピクチャが処理対象ピクチャより
後の時刻にある場合を示している。
The process of making predictions from two reference pictures is defined as dual prediction, and in the case of dual prediction, both L0 prediction and L1 prediction are used and expressed as dual prediction. Figures 59 to 61 are diagrams to explain motion compensation prediction in dual prediction. Figure 59 shows a case of dual prediction where the reference picture for L0 prediction is at a time earlier than the picture to be processed, and the reference picture for L1 prediction is at a time later than the picture to be processed. Figure 60 shows a case of dual prediction where the reference pictures for L0 prediction and L1 prediction are at a time earlier than the picture to be processed. Figure 61 shows a case of dual prediction where the reference pictures for L0 prediction and L1 prediction are at a time later than the picture to be processed.

このように、L0/L1の予測種別と時間の関係は、L0が前方向予測(前方の参照画
像を参照する予測)、L1が後方向予測(後方の参照画像を参照する予測)とは限定され
ずに用いることが可能である。また双予測の場合に、同一の参照ピクチャを用いてL0予
測及びL1予測のそれぞれを行ってもよい。なお、動き補償予測を単予測で行うか双予測
で行うかの判断は、例えばL0予測を利用するか否か及びL1予測を利用するか否かを示
す情報(例えば、フラグ)に基づき判断される。
Thus, the relationship between the prediction type and time of L0/L1 can be used without being limited to L0 being a forward prediction (prediction referring to a forward reference image) and L1 being a backward prediction (prediction referring to a backward reference image). Furthermore, in the case of dual prediction, both L0 and L1 predictions may be performed using the same reference picture. The decision of whether to perform motion compensation prediction as a single prediction or a dual prediction is made based on information (e.g., a flag) indicating whether or not to use L0 prediction and whether or not to use L1 prediction.

<参照インデックスについて>
本発明の実施の形態では、動き補償予測の精度向上のために、動き補償予測において複
数の参照ピクチャの中から最適な参照ピクチャを選択することを可能とする。そのため、
動き補償予測で利用した参照ピクチャを参照インデックスとして利用するとともに、参照
インデックスを符号化ベクトルとともに符号化ストリーム中に符号化する。
<About the reference index>
In an embodiment of the present invention, in order to improve the accuracy of motion compensation prediction, it is possible to select the optimal reference picture from among multiple reference pictures in the motion compensation prediction. Therefore,
The reference picture used in motion compensation prediction is used as the reference index, and the reference index is encoded in the encoding stream along with the encoding vector.

<通常予測動きベクトルモードに基づく動き補償処理>
動き補償予測部306は、図16の符号化側におけるインター予測部102でも示され
るように、インター予測モード判定部305において、通常予測動きベクトルモード導出
部301によるインター予測情報が選択された場合には、このインター予測情報をインタ
ー予測モード判定部305から取得し、現在処理対象となっているブロックのインター予
測モード、参照インデックス、動きベクトルを導出し、動き補償予測信号を生成する。生
成された動き補償予測信号は、予測方法決定部105に供給される。
<Motion compensation processing based on the normal predictive motion vector mode>
As shown in Figure 16, also in the Inter Prediction Unit 102 on the encoding side, the motion compensation prediction unit 306, when the inter prediction information from the normal prediction motion vector mode derivation unit 301 is selected in the inter prediction mode determination unit 305, obtains this inter prediction information from the inter prediction mode determination unit 305, derives the inter prediction mode, reference index, and motion vector of the block currently being processed, and generates a motion compensation prediction signal. The generated motion compensation prediction signal is supplied to the prediction method determination unit 105.

同様に、動き補償予測部406は、図22の復号側におけるインター予測部203でも
示されるように、復号の過程でスイッチ408が通常予測動きベクトルモード導出部40
1に接続された場合には、通常予測動きベクトルモード導出部401によるインター予測
情報を取得し、現在処理対象となっているブロックのインター予測モード、参照インデッ
クス、動きベクトルを導出し、動き補償予測信号を生成する。生成された動き補償予測信
号は、復号画像信号重畳部207に供給される。
Similarly, the motion compensation prediction unit 406, as also shown in the interpretation unit 203 on the decoding side in Figure 22, has a switch 408 that normally predicts the motion vector mode during the decoding process.
When connected to unit 1, the unit normally obtains interpretation information from the predicted motion vector mode derivation unit 401, derives the interpretation mode, reference index, and motion vector of the block currently being processed, and generates a motion compensation prediction signal. The generated motion compensation prediction signal is supplied to the decoded image signal superimposition unit 207.

<通常マージモードに基づく動き補償処理>
動き補償予測部306は、図16の符号化側におけるインター予測部102でも示され
るように、インター予測モード判定部305において、通常マージモード導出部302に
よるインター予測情報が選択された場合には、このインター予測情報をインター予測モー
ド判定部305から取得し、現在処理対象となっているブロックのインター予測モード、
参照インデックス、動きベクトルを導出し、動き補償予測信号を生成する。生成された動
き補償予測信号は、予測方法決定部105に供給される。
<Motion compensation processing based on normal merge mode>
As also shown in the interpretation prediction unit 102 on the encoding side in Figure 16, the motion compensation prediction unit 306, when the interpretation prediction information from the normal merge mode derivation unit 302 is selected in the interpretation prediction mode determination unit 305, obtains this interpretation prediction information from the interpretation prediction mode determination unit 305 and determines the interpretation prediction mode of the block currently being processed.
A reference index and motion vector are derived, and a motion compensation prediction signal is generated. The generated motion compensation prediction signal is supplied to the prediction method determination unit 105.

同様に、動き補償予測部406は、図22の復号側におけるインター予測部203でも
示されるように、復号の過程でスイッチ408が通常マージモード導出部402に接続さ
れた場合には、通常マージモード導出部402によるインター予測情報を取得し、現在処
理対象となっているブロックのインター予測モード、参照インデックス、動きベクトルを
導出し、動き補償予測信号を生成する。生成された動き補償予測信号は、復号画像信号重
畳部207に供給される。
Similarly, as shown in the inter-prediction unit 203 on the decoding side in Figure 22, when the switch 408 is connected to the normal merge mode derivation unit 402 during the decoding process, the motion compensation prediction unit 406 acquires inter-prediction information from the normal merge mode derivation unit 402, derives the inter-prediction mode, reference index, and motion vector of the block currently being processed, and generates a motion compensation prediction signal. The generated motion compensation prediction signal is supplied to the decoded image signal superimposition unit 207.

<サブブロック予測動きベクトルモードに基づく動き補償処理>
動き補償予測部306は、図16の符号化側におけるインター予測部102でも示され
るように、インター予測モード判定部305において、サブブロック予測動きベクトルモ
ード導出部303によるインター予測情報が選択された場合には、このインター予測情報
をインター予測モード判定部305から取得し、現在処理対象となっているブロックのイ
ンター予測モード、参照インデックス、動きベクトルを導出し、動き補償予測信号を生成
する。生成された動き補償予測信号は、予測方法決定部105に供給される。
<Subblock Predicted Motion Vector Mode-Based Motion Compensation Processing>
As shown in Figure 16, also in the Inter Prediction Unit 102 on the encoding side, the motion compensation prediction unit 306, when the inter prediction information from the subblock prediction motion vector mode derivation unit 303 is selected in the inter prediction mode determination unit 305, obtains this inter prediction information from the inter prediction mode determination unit 305, derives the inter prediction mode, reference index, and motion vector of the block currently being processed, and generates a motion compensation prediction signal. The generated motion compensation prediction signal is supplied to the prediction method determination unit 105.

同様に、動き補償予測部406は、図22の復号側におけるインター予測部203でも
示されるように、復号の過程でスイッチ408がサブブロック予測動きベクトルモード導
出部403に接続された場合には、サブブロック予測動きベクトルモード導出部403に
よるインター予測情報を取得し、現在処理対象となっているブロックのインター予測モー
ド、参照インデックス、動きベクトルを導出し、動き補償予測信号を生成する。生成され
た動き補償予測信号は、復号画像信号重畳部207に供給される。
Similarly, as shown in the inter-prediction unit 203 on the decoding side in Figure 22, when the switch 408 is connected to the sub-block predicted motion vector mode derivation unit 403 during the decoding process, the motion compensation prediction unit 406 acquires inter-prediction information from the sub-block predicted motion vector mode derivation unit 403, derives the inter-prediction mode, reference index, and motion vector of the block currently being processed, and generates a motion compensation prediction signal. The generated motion compensation prediction signal is supplied to the decoded image signal superimposition unit 207.

<サブブロックマージモードに基づく動き補償処理>
動き補償予測部306は、図16の符号化側におけるインター予測部102でも示され
るように、インター予測モード判定部305において、サブブロックマージモード導出部
304によるインター予測情報が選択された場合には、このインター予測情報をインター
予測モード判定部305から取得し、現在処理対象となっているブロックのインター予測
モード、参照インデックス、動きベクトルを導出し、動き補償予測信号を生成する。生成
された動き補償予測信号は、予測方法決定部105に供給される。
<Motion compensation processing based on subblock merge mode>
As shown in Figure 16, also in the Inter Prediction Unit 102 on the encoding side, the motion compensation prediction unit 306, when the inter prediction information from the subblock merge mode derivation unit 304 is selected in the inter prediction mode determination unit 305, obtains this inter prediction information from the inter prediction mode determination unit 305, derives the inter prediction mode, reference index, and motion vector of the block currently being processed, and generates a motion compensation prediction signal. The generated motion compensation prediction signal is supplied to the prediction method determination unit 105.

同様に、動き補償予測部406は、図22の復号側におけるインター予測部203でも
示されるように、復号の過程でスイッチ408がサブブロックマージモード導出部404
に接続された場合には、サブブロックマージモード導出部404によるインター予測情報
を取得し、現在処理対象となっているブロックのインター予測モード、参照インデックス
、動きベクトルを導出し、動き補償予測信号を生成する。生成された動き補償予測信号は
、復号画像信号重畳部207に供給される。
Similarly, the motion compensation prediction unit 406, as also shown in the inter prediction unit 203 on the decoding side in Figure 22, has a switch 408 in the decoding process that is a subblock merge mode derivation unit 404
When connected, the subblock merge mode derivation unit 404 acquires inter-prediction information, derives the inter-prediction mode, reference index, and motion vector of the block currently being processed, and generates a motion compensation prediction signal. The generated motion compensation prediction signal is supplied to the decoded image signal superimposition unit 207.

<アフィンモードに基づく動き補償処理>
本実施の形態においてはアフィンモデルによる動き補償が利用できる。アフィンモデル
による動き補償は符号化ブロックの2~4個の角を制御点とし、制御点の動きベクトルか
らサブブロックの動きベクトルを導出し、サブブロック単位で動き補償を行う。
<Motion compensation processing based on affine mode>
In this embodiment, motion compensation using an affine model can be used. Motion compensation using an affine model uses 2 to 4 corners of an encoded block as control points, derives the motion vector of a subblock from the motion vector of the control points, and performs motion compensation on a subblock basis.

以下のフラグは、符号化処理においてインター予測モード判定部305により決定され
るインター予測の条件に基づいて以下のフラグに反映され、符号化ストリーム中に符号化
される。復号処理においては、符号化ストリーム中の以下のフラグに基づいてアフィンモ
デルによる動き補償を行うか否かを特定する。
The following flags are reflected in the following flags based on the inter-prediction conditions determined by the inter-prediction mode determination unit 305 during the encoding process, and are encoded in the encoded stream. During the decoding process, it is determined whether or not to perform motion compensation using an affine model based on the following flags in the encoded stream.

sps_affine_enabled_flagは、インター予測において、アフィンモデルによる動き補償
が利用できるか否かを表す。sps_affine_enabled_flagが0であれば、シーケンス単位で
アフィンモデルによる動き補償ではないように抑制される。また、inter_affine_flag と
cu_affine_type_flag は、符号化ビデオシーケンスのCU(符号化ユニット)シンタック
スにおいて伝送されない。sps_affine_enabled_flagが1であれば、符号化ビデオシーケ
ンスにおいてアフィンモデルによる動き補償を利用できる。
The sps_affine_enabled_flag indicates whether motion compensation using an affine model is available in interpretation. If sps_affine_enabled_flag is 0, motion compensation using an affine model is suppressed on a sequence-by-sequence basis. Also, inter_affine_flag and
The cu_affine_type_flag is not transmitted in the CU (encoding unit) syntax of the encoded video sequence. If sps_affine_enabled_flag is 1, motion compensation using the affine model can be used in the encoded video sequence.

sps_affine_type_flagは、インター予測において、6パラメータアフィンモードによる
動き補償が利用できるか否かを表す。6パラメータアフィンモデルは3つの制御点のそれ
ぞれの動きベクトルの水平及び垂直成分の6つのパラメータからサブブロックの動きベク
トルを導出し、サブブロック単位で動き補償を行うモードである。サブブロック単位で動
きベクトルを導出するが、符号化ブロック単位で共通の参照インデックスを導出する。
The sps_affine_type_flag indicates whether motion compensation using the 6-parameter affine mode is available in interpretation. The 6-parameter affine model derives the motion vector of a subblock from the six parameters of the horizontal and vertical components of the motion vectors of each of the three control points, and performs motion compensation on a subblock basis. Although motion vectors are derived on a subblock basis, a common reference index is derived at the coding block level.

sps_affine_type_flagが0であれば、6パラメータアフィンモデルによる動き補償では
ないように抑制される。また、cu_affine_type_flagは、符号化ビデオシーケンスのCU
シンタックスにおいて伝送されない。sps_affine_type_flagが1であれば、符号化ビデオ
シーケンスにおいて6パラメータアフィンモデルによる動き補償を利用できる。
If sps_affine_type_flag is 0, motion compensation is suppressed so as not to be performed by a 6-parameter affine model. Also, cu_affine_type_flag is the CU of the encoded video sequence.
It is not transmitted in the syntax. If sps_affine_type_flag is 1, motion compensation using a 6-parameter affine model can be used in the encoded video sequence.

sps_affine_type_flagが存在しない場合には、0であるものとする。 If sps_affine_type_flag does not exist, it will be set to 0.

PまたはBスライスを復号している場合、現在処理対象となっているCUにおいて、inte
r_affine_flagが1であれば、現在処理対象となっているCUの動き補償予測信号を生成
するために、アフィンモデルによる動き補償が用いられる。
When decoding a P or B slice, in the CU currently being processed,
If r_affine_flag is 1, motion compensation using an affine model is used to generate a motion compensation prediction signal for the CU currently being processed.

inter_affine_flagが0であれば、現在処理対象となっているCUにアフィンモデルは
用いられない。
If inter_affine_flag is 0, the affine model is not used for the CU currently being processed.

inter_affine_flagが存在しない場合には、0であるものとする。 If `inter_affine_flag` does not exist, it is set to 0.

PまたはBスライスを復号している場合、現在処理対象となっているCUにおいて、cu_a
ffine_type_flagが1であれば、現在処理対象となっているCUの動き補償予測信号を生
成するために、6パラメータアフィンモデルによる動き補償が用いられる。
When decoding a P or B slice, in the CU currently being processed, cu_a
If ffine_type_flag is 1, motion compensation using a 6-parameter affine model is used to generate the motion compensation prediction signal for the CU currently being processed.

cu_affine_type_flagが0であれば、現在処理対象となっているCUの動き補償予測信
号を生成するために、4パラメータアフィンモデルによる動き補償が用いられる。4パラメ
ータアフィンモデルは2つの制御点のそれぞれの動きベクトルの水平成分及び垂直成分の
4つのパラメータからサブブロックの動きベクトルを導出し、サブブロック単位で動き補
償を行うモードである。
If cu_affine_type_flag is 0, motion compensation using a 4-parameter affine model is used to generate the motion compensation prediction signal for the CU currently being processed. The 4-parameter affine model derives the motion vector of a subblock from four parameters: the horizontal and vertical components of the motion vectors of two control points, and performs motion compensation on a subblock basis.

<マージ差分動きベクトル(MMVD)>
マージ候補の上位2つ(マージ候補リスト内のマージインデックスが0および1のマー
ジ候補)の動きベクトルに対し、差分動きベクトルを加算することができる。この差分動
きベクトルを、マージ差分動きベクトルと呼ぶ。
<Merge Difference Motion Vector (MMVD)>
The difference motion vector can be added to the motion vectors of the top two merge candidates (the merge candidates with merge indices of 0 and 1 in the merge candidate list). This difference motion vector is called the merge difference motion vector.

符号化側のマージ候補選択部347においてマージ差分動きベクトルを加算する場合、
マージ差分動きベクトルが加算された動きベクトルは、インター予測モード判定部305
を介して動き補償予測部306に供給される。また、ビット列符号化部108は、マージ
差分動きベクトルに関する情報を符号化する。マージ差分動きベクトルに関する情報とは
、動きベクトルに加算する距離を示すインデックスmmvd_distance_idxと、動きベクトル
を加算する方向を示すインデックスmmvd_direction_idxである。これらのインデックスは
、図63(a)および図63(b)に示す表のように定義される。そして、マージ差分動
きベクトルオフセットMmvdOffsetのx,y成分をそれぞれMmvdOffset[0], MmvdOffset[1]で
表すと、
MmvdOffset[0] = ( MmvdDistance << 2 ) * MmvdSign[0]
MmvdOffset[1] = ( MmvdDistance << 2 ) * MmvdSign[1]
となる。マージ差分動きベクトルは、上式のマージ差分動きベクトルオフセットMmvdOffs
etより導出される。マージ差分動きベクトルを導出する詳細は、以下の復号側の場合にお
いて説明する。
When adding the merge difference motion vector in the merge candidate selection unit 347 on the encoding side,
The motion vector obtained by adding the merged difference motion vectors is determined by the Interpretation Mode Determination Unit 305
It is supplied to the motion compensation prediction unit 306 via this. The bit string encoding unit 108 encodes information about the merged difference motion vector. The information about the merged difference motion vector is an index mmvd_distance_idx that indicates the distance to be added to the motion vector, and an index mmvd_direction_idx that indicates the direction in which the motion vector is added. These indices are defined as shown in the table in Figures 63(a) and 63(b). Then, if the x and y components of the merged difference motion vector offset MmvdOffset are represented by MmvdOffset[0] and MmvdOffset[1] respectively,
MmvdOffset[0] = ( MmvdDistance << 2 ) * MmvdSign[0]
MmvdOffset[1] = ( MmvdDistance << 2 ) * MmvdSign[1]
The merge difference motion vector is the merge difference motion vector offset MmvdOffs in the above formula.
It is derived from et. Details on deriving the merge difference motion vector will be explained in the following section on the decoding side.

復号側において、マージ差分動きベクトルが存在する場合、ビット列復号部201に供
給されるビットストリームからマージ差分動きベクトルに関する情報を分離し、マージ差
分動きベクトルオフセットMmvdOffsetを導出する。また、マージ候補選択部447は、復
号されたマージ差分動きベクトルオフセットから、マージ差分動きベクトルを導出する。
このマージ差分動きベクトルを動きベクトルに加算してから、その動きベクトルを動き補
償予測部406に供給する。
On the decoding side, if a merged difference motion vector exists, information regarding the merged difference motion vector is separated from the bitstream supplied to the bit stream decoding unit 201, and the merged difference motion vector offset MmvdOffset is derived. The merge candidate selection unit 447 then derives the merged difference motion vector from the decoded merged difference motion vector offset.
This merged difference motion vector is added to the motion vector, and then that motion vector is supplied to the motion compensation prediction unit 406.

マージ候補選択部447におけるマージ差分動きベクトルmMvdLXの導出について、図6
4(a)のフローチャートを参照して説明する。まず、符号化ブロックのインター予測モ
ードが双予測(PRED_BI)であるか否かを判定する(S4402)。双予測でない場合(
S4402:No)、L0予測(PRED_L0)であるか否かを判定する(S4404)。L0予測
の場合(S4404:Yes)、
mMvdL0 = MmvdOffset
mMvdL1 = 0
として(S4406)、マージ差分動きベクトルを導出する処理は終了する。L1予測の場
合(S4404:No)、
mMvdL0 = 0
mMvdL1 = MmvdOffset
として(S4408)、マージ差分動きベクトルを導出する処理は終了する。
Figure 6 shows the derivation of the merge difference motion vector mMvdLX in the merge candidate selection unit 447.
Refer to the flowchart in 4(a) for explanation. First, determine whether the interprediction mode of the coding block is biprediction (PRED_BI) or not (S4402). If it is not biprediction (
S4402: No), determine whether it is an L0 prediction (PRED_L0) or not (S4404). If it is an L0 prediction (S4404: Yes),
mMvdL0 = MmvdOffset
mMvdL1 = 0
As a result (S4406), the process of deriving the merge difference motion vector is completed. In the case of L1 prediction (S4404: No),
mMvdL0 = 0
mMvdL1 = MmvdOffset
Thus (S4408), the process of deriving the merge difference motion vector is completed.

一方、双予測の場合(S4402:Yes)、処理対象ピクチャcurrPicと参照ピクチャの
POCの差を、参照リストごとに計算し、それぞれcurrPocDiffL0, currPocDiffL1とする(
S4410)。ここで、picAとpicBのPOCの差DiffPicOrderCnt(picA, picB)は、
DiffPicOrderCnt( picA, picB ) = [picAのPOC] - [picBのPOC]
を示す。また、参照ピクチャRefPicList0[ refIdxL0 ]は、参照リストL0の参照インデッ
クスrefIdxL0が示すピクチャである。同様に、参照ピクチャRefPicList1[ refIdxL1 ]は
、参照リストL1の参照インデックスrefIdxL1が示すピクチャである。
On the other hand, in the case of biprediction (S4402: Yes), the picture to be processed currPic and the reference picture
The difference in POC is calculated for each reference list and assigned to currPocDiffL0 and currPocDiffL1 respectively.
S4410). Here, the difference in POC between picA and picB, DiffPicOrderCnt(picA, picB), is:
DiffPicOrderCnt( picA, picB ) = [POC of picA] - [POC of picB]
This indicates that the referenced picture RefPicList0[refIdxL0] is the picture pointed to by the reference index refIdxL0 in reference list L0. Similarly, the referenced picture RefPicList1[refIdxL1] is the picture pointed to by the reference index refIdxL1 in reference list L1.

次に、-currPocDiffL0 * currPocDiffL1 >= 0か否かを判定する(ステップS4412
)。この判定が真の場合(ステップS4412:Yes)、
mMvdL0 = MmvdOffset
mMvdL1 = -MmvdOffset
として(ステップS4414)、マージ差分動きベクトルを導出する処理は終了する。一
方、この判定が偽の場合(ステップS4412:No)、
mMvdL0 = MmvdOffset
mMvdL1 = MmvdOffset
とする(ステップS4416)。次に、参照リストL0とのPOCの差の絶対値が、参照リス
トL1とのPOCの差の絶対値以上か否かを判定する(ステップS4418)。この判定が真
の場合(ステップS4418:Yes)、X=0, Y=1とし(ステップS4420)、L1のマー
ジ差分動きベクトルmMvdL1をスケーリングする(ステップS4424)。ここで、mMvdLY
は、Y=0の場合はmMvdL0、Y=1の場合はmMvdL1であることを示す。一方、この判定が偽の場
合(ステップS4418:No)、X=1, Y=0とし(ステップS4422)、L0のマージ差分
動きベクトルmMvdL0をスケーリングする(ステップS4424)。マージ差分動きベクト
ルmMvdLYのスケーリングは、図64(b)のように、
td = Clip3( -128, 127, currPocDiffLX )
tb = Clip3( -128, 127, currPocDiffLY )
tx = ( 16384 + Abs( td ) >> 1 ) / td
distScaleFactor = Clip3( -4096, 4095, ( tb * tx + 32 ) >> 6 )
mMvdLY = Clip3( -32768, 32767, Sign( distScaleFactor * mMvdLY )
* ( (Abs( distScaleFactor * mMvdLY ) + 127 ) >> 8 ) )
として導出する。ここで、currPocDiffLXは、X=0の場合はcurrPocDiffL0、X=1の場合はcu
rrPocDiffL1であることを示す。同様に、currPocDiffLYは、Y=0の場合はcurrPocDiffL0、
Y=1の場合はcurrPocDiffL1であることを示す。また、Clip3(x,y,z)は値zについて、最小
値をx、最大値をyに制限する関数である。Sign(x)は値xの符号を返す関数であり、Abs(x)
は値xの絶対値を返す関数である。以上により、マージ差分動きベクトルを導出する処理
は終了する。
Next, determine whether -currPocDiffL0 * currPocDiffL1 >= 0 (step S4412)
). If this determination is true (step S4412: Yes),
mMvdL0 = MmvdOffset
mMvdL1 = -MmvdOffset
As a result (step S4414), the process of deriving the merge difference motion vector is completed. On the other hand, if this determination is false (step S4412: No),
mMvdL0 = MmvdOffset
mMvdL1 = MmvdOffset
(Step S4416). Next, it is determined whether the absolute value of the difference between the POC with reference list L0 is greater than or equal to the absolute value of the difference between the POC with reference list L1 (Step S4418). If this determination is true (Step S4418: Yes), X=0, Y=1 (Step S4420), and the merge difference motion vector mMvdL1 of L1 is scaled (Step S4424). Here, mMvdLY
This indicates that if Y=0, it is mMvdL0, and if Y=1, it is mMvdL1. On the other hand, if this determination is false (step S4418: No), X=1, Y=0 (step S4422), and the merge difference motion vector mMvdL0 of L0 is scaled (step S4424). The scaling of the merge difference motion vector mMvdLY is as shown in Figure 64(b),
td = Clip3( -128, 127, currPocDiffLX )
tb = Clip3( -128, 127, currPocDiffLY )
tx = ( 16384 + Abs( td ) >> 1 ) / td
distScaleFactor = Clip3( -4096, 4095, ( tb * tx + 32 ) >> 6 )
mMvdLY = Clip3( -32768, 32767, Sign( distScaleFactor * mMvdLY )
* ((Abs( distScaleFactor * mMvdLY ) + 127 ) >> 8 ) )
This is derived as follows: Here, currPocDiffLX is currPocDiffL0 when X=0, and cu when X=1.
This shows that rrPocDiffL1. Similarly, currPocDiffLY is currPocDiffL0 when Y=0.
This shows that when Y=1, it is currPocDiffL1. Also, Clip3(x,y,z) is a function that restricts the value z to a minimum value of x and a maximum value of y. Sign(x) is a function that returns the sign of the value x, and Abs(x)
This is a function that returns the absolute value of the value x. With this, the process of deriving the merge difference motion vector is complete.

マージ差分動きベクトルは、サブブロックマージ候補の上位2つの動きベクトルに対し
て加算しても良い。この場合、動きベクトルに加算する距離を示すインデックスmmvd_dis
tance_idxは、図63(c)に示す表のように定義される。サブブロックマージ候補選択
部386の動作は、マージ候補選択部347と同じであるため、説明を省略する。また、
サブブロックマージ候補選択部486の動作は、マージ候補選択部447と同じであるた
め、説明を省略する。
The merge difference motion vector may also be added to the top two motion vectors of the subblock merge candidates. In this case, the index mmvd_dis indicates the distance to be added to the motion vector.
tance_idx is defined as shown in the table in Figure 63(c). The operation of the subblock merge candidate selection unit 386 is the same as that of the merge candidate selection unit 347, so its explanation is omitted. Also,
The operation of the subblock merge candidate selection unit 486 is the same as that of the merge candidate selection unit 447, so its explanation is omitted.

前述の通り、MmvdDistanceは、図63(a)や図63(c)に示す表のように定義され
る。これらの表は1/4画素精度で定義されているので、生成されるマージ差分動きベクト
ルは、小数画素精度を含むことがある。ただし、これらの表の画素精度が1であることを
示すフラグをスライス単位で符号化/復号することにより、生成されるマージ差分動きベ
クトルが、小数画素精度を含まないように変更することができる。
As mentioned above, MmvdDistance is defined as shown in the tables in Figures 63(a) and 63(c). Since these tables are defined with 1/4 pixel precision, the generated merged difference motion vector may include fractional pixel precision. However, by encoding/decoding a flag indicating that the pixel precision of these tables is 1 on a slice-by-slice basis, the generated merged difference motion vector can be modified so that it does not include fractional pixel precision.

<適応動きベクトル解像度(AMVR)>
符号化ブロック単位で、差分動きベクトルの解像度を適応的に変更することができる。
この解像度を、適応動きベクトル解像度と呼ぶ。
<Adaptive Motion Vector Resolution (AMVR)>
The resolution of the differential motion vector can be adaptively changed at the coding block level.
This resolution is called adaptive motion vector resolution.

通常予測動きベクトルモードに対して適応動きベクトル解像度を用いる場合について説
明する。この場合、空間予測動きベクトル候補導出部321および421と、時間予測動
きベクトル候補導出部322および422と、履歴予測動きベクトル候補導出部323お
よび423において、導出された候補の動きベクトルは解像度に応じて丸められる。解像
度は1/4,1,4画素精度から選択でき、解像度を変更しない場合は1/4画素精度となる。丸め
処理は、処理対象の符号化ブロックにおける動きベクトルの解像度に合わせてなされる。
つまり、導出された候補の動きベクトルmvXは、
rightShift = leftShift = MvShift + 2
offset = 1 << ( rightShift - 1 )
mvX = ( mvX >= 0 ? ( mvX + offset ) >> rightShift :
- ( ( - mvX + offset ) >> rightShift ) ) << leftShift
と丸め処理される。ここで、処理対象の符号化ブロックにおける動きベクトルの解像度が
1/4画素精度の場合、MvShift=0である。同様に、動きベクトルの解像度が1画素精度の場
合はMvShift=2であり、動きベクトルの解像度が4画素精度の場合はMvShift=4である。上
式により、mvXのx,y成分それぞれが処理される。
This section describes the case where adaptive motion vector resolution is used for the normal predictive motion vector mode. In this case, the derived candidate motion vectors are rounded according to the resolution in the spatial predictive motion vector candidate derivation units 321 and 421, the time predictive motion vector candidate derivation units 322 and 422, and the history predictive motion vector candidate derivation units 323 and 423. The resolution can be selected from 1/4, 1, or 4 pixel precision, and if the resolution is not changed, it defaults to 1/4 pixel precision. The rounding process is performed in accordance with the resolution of the motion vector in the encoding block being processed.
In other words, the derived candidate motion vector mvX is,
rightShift = leftShift = MvShift + 2
offset = 1 << ( rightShift - 1 )
mvX = ( mvX >= 0 ? ( mvX + offset ) >> rightShift :
- ( ( - mvX + offset ) >> rightShift ) ) << leftShift
And it is rounded. Here, the resolution of the motion vector in the encoding block being processed is
For 1/4 pixel precision, MvShift=0. Similarly, if the motion vector resolution is 1 pixel precision, MvShift=2, and if the motion vector resolution is 4 pixel precision, MvShift=4. According to the above formula, the x and y components of mvX are processed respectively.

適応動きベクトル解像度は、サブブロック予測動きベクトルモードに対して用いること
もできる。この場合、上記の通常予測動きベクトルモードに対して、解像度のみが異なる
。すなわち、アフィン継承予測動きベクトル候補導出部361および461と、アフィン
構築予測動きベクトル候補導出部362および462と、アフィン同一予測動きベクトル
候補導出部363および463において、導出された候補の動きベクトルは解像度に応じ
て丸められる。解像度は1/16,1/4,1画素精度から選択でき、解像度を変更しない場合は1/
16画素精度となる。丸め処理は、処理対象の符号化ブロックにおける動きベクトルの解像
度に合わせてなされる。つまり、導出された候補の動きベクトルmvXは、上記の式により
丸め処理される。ここで、処理対象の符号化ブロックにおける動きベクトルの解像度が1/
4画素精度の場合、MvShift=0である。同様に、動きベクトルの解像度が1画素精度の場合
はMvShift=2である。上記の式により、mvXのx,y成分それぞれが処理される。
Adaptive motion vector resolution can also be used for subblock predictive motion vector modes. In this case, only the resolution differs from the normal predictive motion vector mode described above. That is, in the affine inheritance predictive motion vector candidate derivation units 361 and 461, the affine construction predictive motion vector candidate derivation units 362 and 462, and the affine identical predictive motion vector candidate derivation units 363 and 463, the derived candidate motion vectors are rounded according to the resolution. The resolution can be selected from 1/16, 1/4, and 1 pixel precision, and if the resolution is not changed, it is 1/
This results in 16-pixel precision. Rounding is performed according to the resolution of the motion vector in the coded block being processed. In other words, the derived candidate motion vector mvX is rounded according to the above formula. Here, the resolution of the motion vector in the coded block being processed is 1/
For 4-pixel precision, MvShift=0. Similarly, if the motion vector resolution is 1-pixel precision, MvShift=2. According to the above formula, the x and y components of mvX are processed respectively.

<三角マージモード>
三角マージモードは、マージモードの一種であり、符号化・復号ブロック内を斜め方向
のパーティションに分けて動き補償予測するモードである。
<Triangular Merge Mode>
Triangular merge mode is a type of merge mode that divides the encoded/decoded block into diagonal partitions and performs motion compensation prediction.

図65を用いて三角マージモードについて説明する。図65は16x16の三角マージ
モードである符号化・復号ブロックの予測の様子を示す。三角マージモードの符号化・復
号ブロックは4x4のサブブロックに分割され、各サブブロックは単予測のパーティショ
ン0(UNI0)、単予測のパーティション1(UNI1)、双予測のパーティション2
(BI)の3つのパーティションに割り当てられる。ここでは、対角線の上側にあるサブ
ブロックをパーティション0に、対角線の下側にあるサブブロックをパーティション1に
、対角線上のサブブロックをパーティション2にそれぞれ割り当てる。merge_triangle_s
plit_dirが0であれば、図65(a)のようにパーティションが割り当てられ、merge_tr
iangle_split_dirが1であれば、図65(b)のようにパーティションが割り当てられる
The triangular merge mode will be explained using Figure 65. Figure 65 shows the prediction of an encoded/decoded block in triangular merge mode with a 16x16 grid. The encoded/decoded block in triangular merge mode is divided into 4x4 subblocks, with each subblock consisting of partition 0 (UNI0) for single prediction, partition 1 (UNI1) for single prediction, and partition 2 for biprediction.
It is assigned to three partitions (BI). Here, the subblock on the upper side of the diagonal is assigned to partition 0, the subblock on the lower side of the diagonal is assigned to partition 1, and the subblock on the diagonal is assigned to partition 2. merge_triangle_s
If plit_dir is 0, a partition will be allocated as shown in Figure 65(a), and merge_tr
If iangle_split_dir is 1, partitions will be allocated as shown in Figure 65(b).

パーティション0の動き補償予測には、マージ三角インデックス0で指定される単予測
の動き情報が用いられる。パーティション1の動き補償予測には、マージ三角インデック
ス1で指定される単予測の動き情報が用いられる。パーティション2の動き補償予測には
、マージ三角インデックス0で指定される単予測の動き情報とマージ三角インデックス1
で指定される単予測の動き情報を組み合わせた双予測の動き情報が用いられる。
For motion compensation prediction of partition 0, the single prediction motion information specified by merged triangle index 0 is used. For motion compensation prediction of partition 1, the single prediction motion information specified by merged triangle index 1 is used. For motion compensation prediction of partition 2, the single prediction motion information specified by merged triangle index 0 and merged triangle index 1 are used.
The system uses dual-prediction motion information, which is a combination of single-prediction motion information specified by the system.

ここで、単予測の動き情報とは動きベクトルと参照インデックスの1組であり、双予測
の動き情報とは動きベクトルと参照インデックスの2組で構成される。また、動き情報と
は単予測の動き情報または双予測の動き情報のことである。
Here, single-prediction motion information consists of one set of motion vector and reference index, while double-prediction motion information consists of two sets of motion vector and reference index. Furthermore, motion information refers to either single-prediction motion information or double-prediction motion information.

マージ候補選択部347および447は、導出されたマージ候補リストmergeCandList
を三角マージ候補リストtriangleMergeCandListとして使用する。
The merge candidate selection units 347 and 447 select the derived merge candidate list, mergeCandList.
Use this as the triangleMergeCandList for the list of candidate triangle merges.

三角マージ候補導出に関する図66のフローチャートについて説明する。 The flowchart in Figure 66, which relates to the derivation of triangular merge candidates, will now be explained.

まず、三角マージ候補リストtriangleMergeCandListとしてマージ候補リストmergeCand
Listを使用する(ステップS3501)。三角マージ候補リスト候補数numTriangleMerge
Candはマージ候補数numCurrMergeCandと同じ値に設定する。
First, the merge candidate list is called the triangleMergeCandList.
Use a List (step S3501). Triangle Merge Candidate List Number of Candidates numTriangleMerge
Set Cand to the same value as the number of merge candidates, numCurrMergeCand.

次に、マージ三角パーティションの単予測動き情報を導出する(ステップS3502)
Next, we derive the single predicted motion information for the merged triangular partition (step S3502).
.

図67は、本実施の形態のマージ三角パーティションの単予測動き情報の導出を説明す
るフローチャートである。
Figure 67 is a flowchart illustrating the derivation of single predictive motion information for merged triangular partitions in this embodiment.

本実施の形態では、マージ三角パーティション0とマージ三角パーティション1で同一
の優先順序の単予測動き情報導出を導出し、処理負荷を削減する。
In this embodiment, single predictive motion information with the same priority order is derived for merged triangular partition 0 and merged triangular partition 1, thereby reducing the processing load.

まず、導出されたマージ候補リストmergeCandList内のM番目の候補について、候補M
が動き情報リストL0の動き情報を有するか否か判定する(ステップS3601)。候補
Mが動き情報リストL0の動き情報を有する場合、候補Mの動き情報リストL0の動き情
報を三角マージ候補とする(ステップS3602)。
First, for the Mth candidate in the derived merge candidate list mergeCandList, candidate M
It is determined whether candidate M has motion information in motion information list L0 (step S3601). If candidate M has motion information in motion information list L0, the motion information in motion information list L0 of candidate M is made a candidate for triangular merge (step S3602).

続いて、導出されたマージ候補リストmergeCandList内のM番目の候補について、候補
Mが動き情報リストL1の動き情報を有するか否か判定する(ステップS3603)。候
補Mが動き情報リストL1の動き情報を有する場合、候補Mの動き情報リストL1の動き
情報を三角マージ候補とする(ステップS3604)。候補M(M=numMergeCand-1,…
,1,0)について、降順にステップS3601、ステップS3602、ステップS36
03、ステップS3604を行い、三角マージ候補を追加導出する。
Next, for the Mth candidate in the derived merge candidate list mergeCandList, it is determined whether candidate M has motion information from the motion information list L1 (step S3603). If candidate M has motion information from the motion information list L1, the motion information from the motion information list L1 of candidate M is set as the triangular merge candidate (step S3604). Candidate M (M = numMergeCand-1, ...)
For , 1, 0), step S3601, step S3602, step S36
03. Step S3604 is performed to derive additional triangular merge candidates.

図68は、本実施の形態の三角マージ候補の動き情報の例を説明する図である。 Figure 68 illustrates an example of motion information for a triangular merge candidate in this embodiment.

図68(a)にはマージ候補リストの例を示し、マージインデックス0のマージ候補は
、インター予測モードが双予測(Pred-BI)であり、動き情報リストL0の動き情報はMV0
_L0、動き情報リストL1の動き情報はMV0_L1である。マージインデックス1のマージ候
補は、インター予測モードが単予測(Pred-L0)であり、動き情報リストL0の動き情報
はMV1_L0、動き情報リストL1の動き情報は有さない。マージインデックス2のマージ候
補は、インター予測モードが単予測(Pred-L1)であり、動き情報リストL0の動き情報
は有さず、動き情報リストL1の動き情報はMV2_L1である。マージインデックス3のマー
ジ候補は、インター予測モードが双予測(Pred-BI)であり、動き情報リストL0の動き
情報はMV3_L0、動き情報リストL1の動き情報はMV3_L1である。マージインデックス4の
マージ候補は、インター予測モードが単予測(Pred-L0)であり、動き情報リストL0の
動き情報はMV4_L0、動き情報リストL1の動き情報は有さない。
Figure 68(a) shows an example of a merge candidate list, where the merge candidate for merge index 0 has an inter-prediction mode of dual prediction (Pred-BI), and the motion information for motion information list L0 is MV0.
_L0, motion information list L1 is MV0_L1. The merge candidate for merge index 1 has an inter-prediction mode of single prediction (Pred-L0), motion information list L0 is MV1_L0, and motion information list L1 does not have any motion information. The merge candidate for merge index 2 has an inter-prediction mode of single prediction (Pred-L1), does not have motion information list L0, and motion information list L1 is MV2_L1. The merge candidate for merge index 3 has an inter-prediction mode of dual prediction (Pred-BI), motion information list L0 is MV3_L0, and motion information list L1 is MV3_L1. The merge candidate for merge index 4 has an inter-prediction mode of single prediction (Pred-L0), motion information list L0 is MV4_L0, and motion information list L1 does not have any motion information.

図68(b)は、図68(a)のマージ候補リストの例の場合の、マージ三角インデック
スとマージ三角パーティションの関係を説明する図である。
Figure 68(b) illustrates the relationship between the merge triangular index and the merge triangular partition in the example of the merge candidate list shown in Figure 68(a).

マージ三角パーティション0の単予測動き情報候補は、MV0_L0、MV0_L1、MV1_L0、MV2_
L1、MV3_L0の順序で、動き情報が構成される。
Candidate single predictive motion information for merged triangular partition 0 is MV0_L0, MV0_L1, MV1_L0, MV2_
The motion information is structured in the order of L1, MV3_L0.

マージ三角パーティション1の単予測動き情報候補も同様に、MV0_L0、MV0_L1、MV1_L0
、MV2_L1、MV3_L0、(MV3_L1)の順序で、動き情報が構成するが、マージ三角パーティショ
ン0の動き情報とマージ三角パーティション1の動き情報が同一にならないように、マー
ジ三角インデックス0(merge_triangle_idx0)で選択された単予測動き情報を排除して
、マージ三角インデックス1(merge_triangle_idx1)を導出する。
Similarly, the single predictive motion information candidates for merged triangular partition 1 are MV0_L0, MV0_L1, and MV1_L0.
The motion information is constructed in the order of MV2_L1, MV3_L0, (MV3_L1), but to ensure that the motion information of merged triangle partition 0 and the motion information of merged triangle partition 1 are not identical, the single predicted motion information selected by merged triangle index 0 (merge_triangle_idx0) is excluded to derive merged triangle index 1 (merge_triangle_idx1).

このように、マージ三角パーティション0及びマージ三角パーティション1の単予測動
き情報候補を、マージリスト候補リストの優先順位と同様にすることで、効率の良い三角
マージモードを少ない符号量で伝送可能である。また、、マージ三角パーティション0の
動き情報とマージ三角パーティション1の動き情報が同一にならないように、マージ三角
インデックス0と、マージ三角インデックス1を伝送することで、三角マージモードとす
る必要のないマージ三角パーティション0の動き情報とマージ三角パーティション1の動
き情報が同一となる冗長性を排除し、三角マージモードを少ない符号量で伝送可能である
In this way, by assigning the same priority order to the single predicted motion information candidates for merged triangular partition 0 and merged triangular partition 1 as to the merge list candidate list, an efficient triangular merge mode can be transmitted with a small amount of code. Furthermore, by transmitting merged triangular index 0 and merged triangular index 1 so that the motion information of merged triangular partition 0 and the motion information of merged triangular partition 1 are not identical, redundancy where the motion information of merged triangular partition 0 and the motion information of merged triangular partition 1 are identical, which does not require a triangular merge mode, is eliminated, and the triangular merge mode can be transmitted with a small amount of code.

以上に述べた全ての実施の形態において、画像符号化装置が出力する符号化ビットスト
リームは、実施の形態で用いられた符号化方法に応じて復号することができるように特定
のデータフォーマットを有している。符号化ビットストリームは、HDD、SSD、フラ
ッシュメモリ、光ディスク等のコンピュータ等で読み解き可能な記録媒体に記録して提供
しても良いし、有線あるいは無線のネットワークを通してサーバから提供しても良い。従
って、この画像符号化装置に対応する画像復号装置は、提供手段によらず、この特定のデ
ータフォーマットの符号化ビットストリームを復号することができる。
In all the embodiments described above, the encoded bitstream output by the image encoding device has a specific data format so that it can be decoded according to the encoding method used in the embodiment. The encoded bitstream may be recorded and provided on a recording medium readable by a computer, such as an HDD, SSD, flash memory, or optical disc, or it may be provided from a server via a wired or wireless network. Therefore, the image decoding device corresponding to this image encoding device can decode the encoded bitstream of this specific data format regardless of the means of provision.

画像符号化装置と画像復号装置の間で符号化ビットストリームをやりとりするために、
有線または無線のネットワークが用いられる場合、通信路の伝送形態に適したデータ形式
に符号化ビットストリームを変換して伝送してもよい。その場合、画像符号化装置が出力
する符号化ビットストリームを通信路の伝送形態に適したデータ形式の符号化データに変
換してネットワークに送信する送信装置と、ネットワークから符号化データを受信して符
号化ビットストリームに復元して画像復号装置に供給する受信装置とが設けられる。 送
信装置は、画像符号化装置が出力する符号化ビットストリームをバッファするメモリと、
符号化ビットストリームをパケット化するパケット処理部と、ネットワークを介してパケ
ット化された符号化データを送信する送信部とを含む。受信装置は、ネットワークを介し
てパケット化された符号化データを受信する受信部と、受信された符号化データをバッフ
ァするメモリと、符号化データをパケット処理して符号化ビットストリームを生成し、画
像復号装置に提供するパケット処理部とを含む。
In order to exchange encoded bitstreams between the image encoding device and the image decoding device,
When a wired or wireless network is used, the encoded bitstream may be converted to a data format suitable for the transmission mode of the communication channel before transmission. In this case, a transmitting device is provided that converts the encoded bitstream output by the image encoding device into encoded data in a data format suitable for the transmission mode of the communication channel and transmits it to the network, and a receiving device is provided that receives the encoded data from the network, restores it to an encoded bitstream, and supplies it to the image decoding device. The transmitting device includes a memory that buffers the encoded bitstream output by the image encoding device,
The device includes a packet processing unit that packets the encoded bitstream and a transmission unit that transmits the packetized encoded data over a network. The receiving device includes a receiving unit that receives the packetized encoded data over a network, a memory that buffers the received encoded data, and a packet processing unit that packets the encoded data to generate an encoded bitstream and provides it to the image decoding device.

画像符号化装置と画像復号装置の間で符号化ビットストリームをやりとりするために、
有線または無線のネットワークが用いられる場合、送信装置、受信装置に加え、さらに、
送信装置が送信する符号化データを受信し、受信装置に供給する中継装置が設けられても
良い。中継装置は、送信装置が送信するパケット化された符号化データを受信する受信部
と、受信された符号化データをバッファするメモリと、パケットされた符号化データとネ
ットワークに送信する送信部とを含む。さらに、中継装置は、パケット化された符号化デ
ータをパケット処理して符号化ビットストリームを生成する受信パケット処理部と、符号
化ビットストリームを蓄積する記録媒体と、符号化ビットストリームをパケット化する送
信パケット処理部を含んでも良い。
In order to exchange encoded bitstreams between the image encoding device and the image decoding device,
When a wired or wireless network is used, in addition to the transmitting device and receiving device,
A relay device may be provided that receives encoded data transmitted by a transmitting device and supplies it to a receiving device. The relay device includes a receiving unit that receives packetized encoded data transmitted by a transmitting device, a memory that buffers the received encoded data, and a transmitting unit that transmits the packetized encoded data to the network. Furthermore, the relay device may include a receiving packet processing unit that processes the packetized encoded data to generate an encoded bitstream, a recording medium that stores the encoded bitstream, and a transmitting packet processing unit that packets the encoded bitstream.

また、画像復号装置で復号された画像を表示する表示部を構成に追加することで、表示
装置としても良い。その場合、表示部は、復号画像信号重畳部207により生成され、復
号画像メモリ208に格納された復号画像信号を読み出して画面に表示する。
Furthermore, by adding a display unit to the configuration that displays the image decoded by the image decoding device, it can also be used as a display device. In that case, the display unit reads the decoded image signal generated by the decoded image signal superimposition unit 207 and stored in the decoded image memory 208 and displays it on the screen.

また、撮像部を構成に追加し、撮像した画像を画像符号化装置に入力することで、撮像
装置としても良い。その場合、撮像部は、撮像した画像信号をブロック分割部101に入
力する。
Alternatively, by adding an imaging unit to the configuration and inputting the captured image into an image encoding device, it can also function as an imaging device. In that case, the imaging unit inputs the captured image signal into the block division unit 101.

以上の符号化及び復号に関する処理は、ハードウェアを用いた伝送、蓄積、受信装置と
して実現しても良いのは勿論のこと、ROM(リード・オンリー・メモリ)やフラッシュ
メモリ等に記憶されているファームウェアや、コンピュータ等のソフトウェアによって実
現しても良い。そのファームウェアプログラム、ソフトウェアプログラムをコンピュータ
等で読み取り可能な記録媒体に記録して提供しても良いし、有線あるいは無線のネットワ
ークを通してサーバから提供しても良いし、地上波あるいは衛星ディジタル放送のデータ
放送として提供しても良い。
The above encoding and decoding processes may be implemented not only as hardware-based transmission, storage, and receiving devices, but also by firmware stored in ROM (read-only memory) or flash memory, or by software on a computer. The firmware program or software program may be recorded on a recording medium readable by a computer and provided, provided from a server via a wired or wireless network, or provided as data broadcasting on terrestrial or satellite digital broadcasting.

以上、本発明を実施の形態をもとに説明した。実施の形態は例示であり、それらの各構
成要素や各処理プロセスの組み合わせにいろいろな変形例が可能なこと、またそうした変
形例も本発明の範囲にあることは当業者に理解されるところである。
The present invention has been described above based on embodiments. The embodiments are illustrative, and it will be understood by those skilled in the art that various modifications are possible in combinations of their components and processing processes, and that such modifications also fall within the scope of the present invention.

100 画像符号化装置、 101 ブロック分割部、 102 インター予測部、
103 イントラ予測部、104 復号画像メモリ、 105 予測方法決定部、 10
6 残差信号生成部、 107 直交変換・量子化部、 108 ビット列符号化部、
109 逆量子化・逆直交変換部、 110 復号画像信号重畳部、 111 符号化情
報格納メモリ、 200 画像復号装置、 201 ビット列復号部、 202 ブロッ
ク分割部、 203 インター予測部 204 イントラ予測部、 205 符号化情報
格納メモリ、 206 逆量子化・逆直交変換部、 207 復号画像信号重畳部、 2
08 復号画像メモリ。
100 Image encoding device, 101 Block division unit, 102 Interpretation unit,
103 Intra prediction unit, 104 Decoded image memory, 105 Prediction method determination unit, 10
6 Residual signal generation unit, 107 Orthogonal transformation/quantization unit, 108 Bit sequence encoding unit,
109 Inverse quantization/inverse orthogonal transformation unit, 110 Decoded image signal superposition unit, 111 Encoded information storage memory, 200 Image decoding device, 201 Bit sequence decoding unit, 202 Block division unit, 203 Interpretation unit, 204 Intraprediction unit, 205 Encoded information storage memory, 206 Inverse quantization/inverse orthogonal transformation unit, 207 Decoded image signal superposition unit, 2
08 Decoded image memory.

Claims (8)

マージモードを用いた動画像符号化装置であって、
符号化対象ブロックに空間的に近接するブロックの動き情報から空間マージ候補を導出してマージ候補リストに追加する空間マージ候補導出部と、
前記符号化対象ブロックに時間的に近接するブロックの動き情報から時間マージ候補を導出して前記マージ候補リストに追加する時間マージ候補導出部と、
符号化済ブロックの動き情報を保持するメモリから履歴マージ候補を導出して前記マージ候補リストに追加する履歴マージ候補導出部と、
前記マージ候補リストから単予測又は双予測となる通常マージ候補を選択する通常マージ候補選択部と、
前記マージ候補リストから単予測となる第1の三角マージ候補と、単予測となる第2の三角マージ候補を選択する三角マージ候補選択部と、
を備え、
前記三角マージ候補選択部は、双予測に用いるマージ候補を含む前記マージ候補リストから前記第1の三角マージ候補を導出し、双予測に用いるマージ候補を含む前記マージ候補リストから、前記第2の三角マージ候補を導出し、前記第1の三角マージ候補と前記第2の三角マージ候補が同一にならないように、前記第1の三角マージ候補を排除して、前記第2の三角マージ候補を導出する
ことを特徴とする動画像符号化装置。
A video encoding device using merge mode,
A spatial merge candidate derivation unit derives spatial merge candidates from the movement information of blocks spatially adjacent to the block to be encoded and adds them to a merge candidate list,
A time merge candidate derivation unit derives time merge candidates from the motion information of blocks that are temporally adjacent to the block to be encoded and adds them to the merge candidate list.
A history merge candidate derivation unit derives history merge candidates from memory that holds the movement information of encoded blocks and adds them to the merge candidate list,
A normal merge candidate selection unit that selects a normal merge candidate that will be a single or double predictor from the merge candidate list,
A triangular merge candidate selection unit selects a first triangular merge candidate that is a simple prediction from the merge candidate list and a second triangular merge candidate that is a simple prediction.
Equipped with,
The triangular merge candidate selection unit derives the first triangular merge candidate from the merge candidate list which includes merge candidates used for dual prediction, derives the second triangular merge candidate from the merge candidate list which includes merge candidates used for dual prediction , and derives the second triangular merge candidate by excluding the first triangular merge candidate so that the first triangular merge candidate and the second triangular merge candidate are not the same.
A video encoding device characterized by the following features.
マージモードを用いた動画像符号化方法であって、
符号化対象ブロックに空間的に近接するブロックの動き情報から空間マージ候補を導出してマージ候補リストに追加する空間マージ候補導出ステップと、
前記符号化対象ブロックに時間的に近接するブロックの動き情報から時間マージ候補を導出して前記マージ候補リストに追加する時間マージ候補導出ステップと、
符号化済ブロックの動き情報を保持するメモリから履歴マージ候補を導出して前記マージ候補リストに追加する履歴マージ候補導出ステップと、
前記マージ候補リストから単予測又は双予測となる通常マージ候補を選択する通常マージ候補選択ステップと、
前記マージ候補リストから単予測となる第1の三角マージ候補と、単予測となる第2の三角マージ候補を選択する三角マージ候補選択ステップと、
を備え、
前記三角マージ候補選択ステップは、双予測に用いるマージ候補を含む前記マージ候補リストから前記第1の三角マージ候補を導出し、双予測に用いるマージ候補を含む前記マージ候補リストから、前記第2の三角マージ候補を導出し、前記第1の三角マージ候補と前記第2の三角マージ候補が同一にならないように、前記第1の三角マージ候補を排除して、前記第2の三角マージ候補を導出する
ことを特徴とする動画像符号化方法。
A video encoding method using merge mode,
A spatial merge candidate derivation step involves deriving spatial merge candidates from the movement information of blocks spatially adjacent to the block to be encoded and adding them to a merge candidate list, and
A time merge candidate derivation step involves deriving time merge candidates from the motion information of blocks that are temporally adjacent to the block to be encoded and adding them to the merge candidate list.
A history merge candidate derivation step involves deriving history merge candidates from memory that holds the movement information of encoded blocks and adding them to the merge candidate list,
A normal merge candidate selection step of selecting a normal merge candidate that will be a single or biprediction from the merge candidate list,
A triangular merge candidate selection step involves selecting a first triangular merge candidate that is a single prediction and a second triangular merge candidate that is a single prediction from the merge candidate list.
Equipped with,
The triangular merge candidate selection step involves deriving the first triangular merge candidate from the merge candidate list which includes merge candidates to be used for biprediction, deriving the second triangular merge candidate from the merge candidate list which includes merge candidates to be used for biprediction , and deriving the second triangular merge candidate by excluding the first triangular merge candidate so that the first triangular merge candidate and the second triangular merge candidate are not the same.
A video encoding method characterized by the present invention.
マージモードを用いた動画像符号化プログラムであって、
符号化対象ブロックに空間的に近接するブロックの動き情報から空間マージ候補を導出してマージ候補リストに追加する空間マージ候補導出ステップと、
前記符号化対象ブロックに時間的に近接するブロックの動き情報から時間マージ候補を導出して前記マージ候補リストに追加する時間マージ候補導出ステップと、
符号化済ブロックの動き情報を保持するメモリから履歴マージ候補を導出して前記マージ候補リストに追加する履歴マージ候補導出ステップと、
前記マージ候補リストから単予測又は双予測となる通常マージ候補を選択する通常マージ候補選択ステップと、
前記マージ候補リストから単予測となる第1の三角マージ候補と、単予測となる第2の三角マージ候補を選択する三角マージ候補選択ステップと、
を備え、
前記三角マージ候補選択ステップは、双予測に用いるマージ候補を含む前記マージ候補リストから前記第1の三角マージ候補を導出し、双予測に用いるマージ候補を含む前記マージ候補リストから、前記第2の三角マージ候補を導出し、前記第1の三角マージ候補と前記第2の三角マージ候補が同一にならないように、前記第1の三角マージ候補を排除して、前記第2の三角マージ候補を導出する
ことを特徴とする動画像符号化プログラム。
A video encoding program using merge mode,
A spatial merge candidate derivation step involves deriving spatial merge candidates from the movement information of blocks spatially adjacent to the block to be encoded and adding them to a merge candidate list, and
A time merge candidate derivation step involves deriving time merge candidates from the motion information of blocks that are temporally adjacent to the block to be encoded and adding them to the merge candidate list.
A history merge candidate derivation step involves deriving history merge candidates from memory that holds the movement information of encoded blocks and adding them to the merge candidate list,
A normal merge candidate selection step of selecting a normal merge candidate that will be a single or biprediction from the merge candidate list,
A triangular merge candidate selection step involves selecting a first triangular merge candidate that is a single prediction and a second triangular merge candidate that is a single prediction from the merge candidate list.
Equipped with,
The triangular merge candidate selection step involves deriving the first triangular merge candidate from the merge candidate list which includes merge candidates to be used for biprediction, deriving the second triangular merge candidate from the merge candidate list which includes merge candidates to be used for biprediction , and deriving the second triangular merge candidate by excluding the first triangular merge candidate so that the first triangular merge candidate and the second triangular merge candidate are not the same.
A video encoding program characterized by the following features.
マージモードを用いた動画像復号装置であって、
符号化対象ブロックに空間的に近接するブロックの動き情報から空間マージ候補を導出してマージ候補リストに追加する空間マージ候補導出部と、
前記符号化対象ブロックに時間的に近接するブロックの動き情報から時間マージ候補を導出して前記マージ候補リストに追加する時間マージ候補導出部と、
符号化済ブロックの動き情報を保持するメモリから履歴マージ候補を導出して前記マージ候補リストに追加する履歴マージ候補導出部と、
前記マージ候補リストから単予測又は双予測となる通常マージ候補を選択する通常マージ候補選択部と、
前記マージ候補リストから単予測となる第1の三角マージ候補と、単予測となる第2の三角マージ候補を選択する三角マージ候補選択部と、
を備え、
前記三角マージ候補選択部は、双予測に用いるマージ候補を含む前記マージ候補リストから前記第1の三角マージ候補を導出し、双予測に用いるマージ候補を含む前記マージ候補リストから、前記第2の三角マージ候補を導出し、前記第1の三角マージ候補と前記第2の三角マージ候補が同一にならないように、前記第1の三角マージ候補を排除して、前記第2の三角マージ候補を導出する
ことを特徴とする動画像復号装置。
A video decoding device using merge mode,
A spatial merge candidate derivation unit derives spatial merge candidates from the movement information of blocks spatially adjacent to the block to be encoded and adds them to a merge candidate list,
A time merge candidate derivation unit derives time merge candidates from the motion information of blocks that are temporally adjacent to the block to be encoded and adds them to the merge candidate list.
A history merge candidate derivation unit derives history merge candidates from memory that holds the movement information of encoded blocks and adds them to the merge candidate list,
A normal merge candidate selection unit that selects a normal merge candidate that will be a single or double predictor from the merge candidate list,
A triangular merge candidate selection unit selects a first triangular merge candidate that is a simple prediction from the merge candidate list and a second triangular merge candidate that is a simple prediction.
Equipped with,
The triangular merge candidate selection unit derives the first triangular merge candidate from the merge candidate list which includes merge candidates used for dual prediction, derives the second triangular merge candidate from the merge candidate list which includes merge candidates used for dual prediction , and derives the second triangular merge candidate by excluding the first triangular merge candidate so that the first triangular merge candidate and the second triangular merge candidate are not the same.
A video decoding device characterized by the following features.
マージモードを用いた動画像復号方法であって、
符号化対象ブロックに空間的に近接するブロックの動き情報から空間マージ候補を導出してマージ候補リストに追加する空間マージ候補導出ステップと、
前記符号化対象ブロックに時間的に近接するブロックの動き情報から時間マージ候補を導出して前記マージ候補リストに追加する時間マージ候補導出ステップと、
符号化済ブロックの動き情報を保持するメモリから履歴マージ候補を導出して前記マージ候補リストに追加する履歴マージ候補導出ステップと、
前記マージ候補リストから単予測又は双予測となる通常マージ候補を選択する通常マージ候補選択ステップと、
前記マージ候補リストから単予測となる第1の三角マージ候補と、単予測となる第2の三角マージ候補を選択する三角マージ候補選択ステップと、
を備え、
前記三角マージ候補選択ステップは、双予測に用いるマージ候補を含む前記マージ候補リストから前記第1の三角マージ候補を導出し、双予測に用いるマージ候補を含む前記マージ候補リストから、前記第2の三角マージ候補を導出し、前記第1の三角マージ候補と前記第2の三角マージ候補が同一にならないように、前記第1の三角マージ候補を排除して、前記第2の三角マージ候補を導出する
ことを特徴とする動画像復号方法。
A video decoding method using merge mode,
A spatial merge candidate derivation step involves deriving spatial merge candidates from the movement information of blocks spatially adjacent to the block to be encoded and adding them to a merge candidate list, and
A time merge candidate derivation step involves deriving time merge candidates from the motion information of blocks that are temporally adjacent to the block to be encoded and adding them to the merge candidate list.
A history merge candidate derivation step involves deriving history merge candidates from memory that holds the movement information of encoded blocks and adding them to the merge candidate list,
A normal merge candidate selection step of selecting a normal merge candidate that will be a single or biprediction from the merge candidate list,
A triangular merge candidate selection step involves selecting a first triangular merge candidate that is a single prediction and a second triangular merge candidate that is a single prediction from the merge candidate list.
Equipped with,
The triangular merge candidate selection step involves deriving the first triangular merge candidate from the merge candidate list which includes merge candidates to be used for biprediction, deriving the second triangular merge candidate from the merge candidate list which includes merge candidates to be used for biprediction , and deriving the second triangular merge candidate by excluding the first triangular merge candidate so that the first triangular merge candidate and the second triangular merge candidate are not the same.
A method for decoding moving images, characterized by the features described above.
マージモードを用いた動画像復号プログラムであって、
符号化対象ブロックに空間的に近接するブロックの動き情報から空間マージ候補を導出してマージ候補リストに追加する空間マージ候補導出ステップと、
前記符号化対象ブロックに時間的に近接するブロックの動き情報から時間マージ候補を導出して前記マージ候補リストに追加する時間マージ候補導出ステップと、
符号化済ブロックの動き情報を保持するメモリから履歴マージ候補を導出して前記マージ候補リストに追加する履歴マージ候補導出ステップと、
前記マージ候補リストから単予測又は双予測となる通常マージ候補を選択する通常マージ候補選択ステップと、
前記マージ候補リストから単予測となる第1の三角マージ候補と、単予測となる第2の三角マージ候補を選択する三角マージ候補選択ステップと、
を備え、
前記三角マージ候補選択ステップは、双予測に用いるマージ候補を含む前記マージ候補リストから前記第1の三角マージ候補を導出し、双予測に用いるマージ候補を含む前記マージ候補リストから、前記第2の三角マージ候補を導出し、前記第1の三角マージ候補と前記第2の三角マージ候補が同一にならないように、前記第1の三角マージ候補を排除して、前記第2の三角マージ候補を導出する
ことを特徴とする動画像復号プログラム。
A video decoding program using merge mode,
A spatial merge candidate derivation step involves deriving spatial merge candidates from the movement information of blocks spatially adjacent to the block to be encoded and adding them to a merge candidate list, and
A time merge candidate derivation step involves deriving time merge candidates from the motion information of blocks that are temporally adjacent to the block to be encoded and adding them to the merge candidate list.
A history merge candidate derivation step involves deriving history merge candidates from memory that holds the movement information of encoded blocks and adding them to the merge candidate list,
A normal merge candidate selection step of selecting a normal merge candidate that will be a single or biprediction from the merge candidate list,
A triangular merge candidate selection step involves selecting a first triangular merge candidate that is a single prediction and a second triangular merge candidate that is a single prediction from the merge candidate list.
Equipped with,
The triangular merge candidate selection step involves deriving the first triangular merge candidate from the merge candidate list which includes merge candidates to be used for biprediction, deriving the second triangular merge candidate from the merge candidate list which includes merge candidates to be used for biprediction , and deriving the second triangular merge candidate by excluding the first triangular merge candidate so that the first triangular merge candidate and the second triangular merge candidate are not the same.
A video decoding program characterized by the following features.
請求項2に記載の動画像符号化方法で生成したビットストリームを記録媒体に格納する格納方法。 A storage method for storing a bitstream generated by the video encoding method described in claim 2 into a recording medium. 請求項2に記載の動画像符号化方法で生成したビットストリームを伝送する伝送方法。 A transmission method for transmitting a bitstream generated by the video encoding method described in claim 2.
JP2025073444A 2019-03-08 2025-04-25 Video encoding device, video encoding method, and video encoding program Active JP7835330B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2025073444A JP7835330B2 (en) 2019-03-08 2025-04-25 Video encoding device, video encoding method, and video encoding program

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2019042576A JP7418686B2 (en) 2019-03-08 2019-03-08 Video encoding device, video encoding method, and video encoding program
JP2023220817A JP7670112B2 (en) 2019-03-08 2023-12-27 Video encoding device, video encoding method, and video encoding program
JP2024035711A JP7679899B2 (en) 2019-03-08 2024-03-08 Video encoding device, video encoding method, and video encoding program
JP2025073444A JP7835330B2 (en) 2019-03-08 2025-04-25 Video encoding device, video encoding method, and video encoding program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2024035711A Division JP7679899B2 (en) 2019-03-08 2024-03-08 Video encoding device, video encoding method, and video encoding program

Publications (2)

Publication Number Publication Date
JP2025107241A JP2025107241A (en) 2025-07-17
JP7835330B2 true JP7835330B2 (en) 2026-03-25

Family

ID=72354633

Family Applications (4)

Application Number Title Priority Date Filing Date
JP2019042576A Active JP7418686B2 (en) 2019-03-08 2019-03-08 Video encoding device, video encoding method, and video encoding program
JP2023220817A Active JP7670112B2 (en) 2019-03-08 2023-12-27 Video encoding device, video encoding method, and video encoding program
JP2024035711A Active JP7679899B2 (en) 2019-03-08 2024-03-08 Video encoding device, video encoding method, and video encoding program
JP2025073444A Active JP7835330B2 (en) 2019-03-08 2025-04-25 Video encoding device, video encoding method, and video encoding program

Family Applications Before (3)

Application Number Title Priority Date Filing Date
JP2019042576A Active JP7418686B2 (en) 2019-03-08 2019-03-08 Video encoding device, video encoding method, and video encoding program
JP2023220817A Active JP7670112B2 (en) 2019-03-08 2023-12-27 Video encoding device, video encoding method, and video encoding program
JP2024035711A Active JP7679899B2 (en) 2019-03-08 2024-03-08 Video encoding device, video encoding method, and video encoding program

Country Status (1)

Country Link
JP (4) JP7418686B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7418686B2 (en) * 2019-03-08 2024-01-22 株式会社Jvcケンウッド Video encoding device, video encoding method, and video encoding program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020094078A1 (en) 2018-11-06 2020-05-14 Beijing Bytedance Network Technology Co., Ltd. Position dependent storage of motion information
WO2020106189A1 (en) 2018-11-20 2020-05-28 Huawei Technologies Co., Ltd. An encoder, a decoder and corresponding methods for merge mode
WO2020139903A1 (en) 2018-12-25 2020-07-02 Beijing Dajia Internet Information Technology Co., Ltd. Video coding with triangular shape prediction units
WO2020142378A1 (en) 2018-12-31 2020-07-09 Tencent America LLC Method and apparatus for video coding
WO2020156454A1 (en) 2019-01-31 2020-08-06 Mediatek Inc. Method and apparatus of transform type assignment for intra sub-partition in video coding
WO2020181250A1 (en) 2019-03-06 2020-09-10 Qualcomm Incorporated Signaling of triangle merge mode indexes in video coding
WO2020185595A1 (en) 2019-03-08 2020-09-17 Tencent America LLC Merge list construction in triangular prediction

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7418686B2 (en) * 2019-03-08 2024-01-22 株式会社Jvcケンウッド Video encoding device, video encoding method, and video encoding program

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020094078A1 (en) 2018-11-06 2020-05-14 Beijing Bytedance Network Technology Co., Ltd. Position dependent storage of motion information
WO2020106189A1 (en) 2018-11-20 2020-05-28 Huawei Technologies Co., Ltd. An encoder, a decoder and corresponding methods for merge mode
WO2020139903A1 (en) 2018-12-25 2020-07-02 Beijing Dajia Internet Information Technology Co., Ltd. Video coding with triangular shape prediction units
WO2020142378A1 (en) 2018-12-31 2020-07-09 Tencent America LLC Method and apparatus for video coding
WO2020156454A1 (en) 2019-01-31 2020-08-06 Mediatek Inc. Method and apparatus of transform type assignment for intra sub-partition in video coding
WO2020181250A1 (en) 2019-03-06 2020-09-10 Qualcomm Incorporated Signaling of triangle merge mode indexes in video coding
WO2020185595A1 (en) 2019-03-08 2020-09-17 Tencent America LLC Merge list construction in triangular prediction

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Hongtao Wang, et.al.,CE10-related: Modifications of Triangular PU Mode,Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11,JVET-M0399-v3,13th Meeting: Marrakech, MA,2019年01月14日,pp.1-6
Xianglin Wang, et.al.,Non-CE10: Triangle prediction merge list construction,Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11,JVET-M0233-v2,13th Meeting: Marrakech,2019年01月12日,pp.1-3

Also Published As

Publication number Publication date
JP2020145643A (en) 2020-09-10
JP7679899B2 (en) 2025-05-20
JP2025107241A (en) 2025-07-17
JP2024023963A (en) 2024-02-21
JP7418686B2 (en) 2024-01-22
JP7670112B2 (en) 2025-04-30
JP2024053074A (en) 2024-04-12

Similar Documents

Publication Publication Date Title
JP7786536B2 (en) Video encoding device, video encoding method, video encoding program, video decoding device, video decoding method, and video decoding program
JP7405127B2 (en) Image decoding device, image decoding method, and image decoding program
JP7835330B2 (en) Video encoding device, video encoding method, and video encoding program
JP7519611B2 (en) Image decoding device, image decoding method, and image decoding program
JP7451873B2 (en) Image encoding device, image encoding method, and image encoding program
JP7418687B2 (en) Video encoding device, video encoding method, and video encoding program
JP7308428B2 (en) Image encoding device, image encoding method and image encoding program
JP2020109936A (en) Image coding device, image coding method, and image coding program
JP7215243B2 (en) image coding device
JP2020108083A (en) IMAGE ENCODING DEVICE, IMAGE ENCODING METHOD, AND IMAGE ENCODING PROGRAM
JP7637885B2 (en) Image encoding device, image encoding method, and image encoding program
JP7268409B2 (en) Image encoding device, image encoding method and image encoding program
JP7137744B2 (en) Image decoding device, image decoding method and image decoding program
JP7637884B2 (en) Video encoding device, image encoding method, image encoding program, video decoding device, image decoding method, image decoding program, transmission method and recording method for transmitting bit stream generated by image encoding device
JP7407412B2 (en) Video encoding device, video encoding method, video encoding program, video decoding device, video decoding method, video decoding program, storage method, and transmission method
JP2022065217A (en) Image decoding device, image decoding method, and image decoding program
JP2020145494A (en) Image coding device, image coding method and image coding program
JP2020108082A (en) Image decoding apparatus, image decoding method, and image decoding program
JP2020108084A (en) Moving picture coding apparatus, moving picture coding method, and moving picture coding program
JP2020141271A (en) Image coding device, image coding method and image coding program
JP2020108079A (en) IMAGE ENCODING DEVICE, IMAGE ENCODING METHOD, AND IMAGE ENCODING PROGRAM
JP2020141272A (en) Image decoding device, image decoding method and image decoding program
JP2020108085A (en) Image encoding device, image encoding method, and image encoding program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20250425

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20251118

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20260115

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: 20260210

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20260223

R150 Certificate of patent or registration of utility model

Ref document number: 7835330

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150