JP6917718B2 - Predictors, encoders, decoders, and programs - Google Patents

Predictors, encoders, decoders, and programs Download PDF

Info

Publication number
JP6917718B2
JP6917718B2 JP2017012983A JP2017012983A JP6917718B2 JP 6917718 B2 JP6917718 B2 JP 6917718B2 JP 2017012983 A JP2017012983 A JP 2017012983A JP 2017012983 A JP2017012983 A JP 2017012983A JP 6917718 B2 JP6917718 B2 JP 6917718B2
Authority
JP
Japan
Prior art keywords
prediction
unit
block
image
coding
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
JP2017012983A
Other languages
Japanese (ja)
Other versions
JP2018121282A (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.)
Japan Broadcasting Corp
Original Assignee
Japan Broadcasting Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Japan Broadcasting Corp filed Critical Japan Broadcasting Corp
Priority to JP2017012983A priority Critical patent/JP6917718B2/en
Publication of JP2018121282A publication Critical patent/JP2018121282A/en
Application granted granted Critical
Publication of JP6917718B2 publication Critical patent/JP6917718B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Description

本発明は、予測装置、符号化装置、復号装置、及びプログラムに関し、特に、画像の符号化、復号における画面内予測手法に関する。 The present invention relates to a prediction device, a coding device, a decoding device, and a program, and more particularly to an in-screen prediction method for coding and decoding an image.

動画像の予測符号化方式であるMPEG−2やH.264/AVC、H.265/HEVCでは、動画像の各フレームを正方(矩形)ブロックに分割し、それぞれのブロックを基本処理単位として予測画像を生成する。そして、原画像と予測画像との差分を符号化する。
予測画像の生成には、イントラ(画面内)予測とインター(画面間)予測との2種類の生成手法がある。イントラ予測では、予測対象ブロックの周辺画素を参照画素として外挿予測する。インター予測では、予測対象フレームの前後フレームから内挿予測もしくは外挿予測する。
MPEG-2 and H.M. 264 / AVC, H. In 265 / HEVC, each frame of a moving image is divided into square (rectangular) blocks, and each block is used as a basic processing unit to generate a predicted image. Then, the difference between the original image and the predicted image is encoded.
There are two types of generation methods for generating a prediction image: intra (in-screen) prediction and inter (inter-screen) prediction. In the intra-prediction, extrapolation prediction is performed using the peripheral pixels of the prediction target block as reference pixels. In the inter-prediction, interpolation prediction or extrapolation prediction is performed from the frames before and after the prediction target frame.

また、H.265/HEVCでは、DC(Direct Current)予測、Planar予測、方向性予測の3種類のイントラ予測手法がある(例えば、非特許文献1)。このうち、DC予測は、参照画素の平均値を算出し、その平均値を予測値として、予測対象ブロックの予測画像を生成する手法である。例えば、図11に示す予測対象ブロック(P(1,1)〜P(N,N))の場合、DC予測の予測画像は全ての画素値が予測値PDCであるN×N画素の画像となる。ここで、予測値PDCは、参照画素(R(0,0)〜R(0,N),R(1,0)〜R(N,0))の平均値であり、以下の式(1)から計算する。 In addition, H. In 265 / HEVC, there are three types of intra-prediction methods: DC (Direct Current) prediction, Planar prediction, and direction prediction (for example, Non-Patent Document 1). Of these, DC prediction is a method of calculating the average value of reference pixels and using the average value as the prediction value to generate a prediction image of the prediction target block. For example, the prediction target block (P (1,1) ~P (N , N)) shown in FIG. 11 of the case, the prediction image of the DC prediction all the pixel values are predicted value P DC N × N pixels of the image It becomes. Here, the predicted value P DC is an average value of reference pixels (R (0,0) to R (0, N) , R (1,0) to R (N, 0) ), and is expressed by the following equation ( Calculate from 1).

Figure 0006917718
Figure 0006917718

予測対象ブロックの大きさは、新たな予測符号化方式が標準化されるたびに拡張されてきた。例えば、予測対象ブロックの大きさは、MPEG−2では最大16×16画素であり、H.265/HEVCでは最大64×64画素である。 The size of the prediction target block has been expanded with each standardization of new prediction coding schemes. For example, the size of the block to be predicted is a maximum of 16 × 16 pixels in MPEG-2, and H.I. In 265 / HEVC, the maximum is 64 × 64 pixels.

Recommendation ITU−T H.265,(04/2015),“High efficiency video coding”,International Telecommunication UnionRecognition ITU-T H. 265, (04/2015), "High efficiency video coding", International Telecommunication Union

ところで、従来のDC予測では、予測対象ブロック内の各画素の予測値を、一様に、参照画素の平均値とする。しかしながら、予測対象ブロック内の各画素の画素値が、参照画素の平均値に近い値であるとは限らない。また、予測対象ブロックが大きい場合には、予測対象ブロック内の各画素の画素値が一様になりにくく、一部の画素の画素値が予測値から大きく外れてしまう場合がある。従って、DC予測の符号化効率を向上させられない場合があった。 By the way, in the conventional DC prediction, the predicted value of each pixel in the prediction target block is uniformly set as the average value of the reference pixels. However, the pixel value of each pixel in the prediction target block is not always close to the average value of the reference pixels. Further, when the prediction target block is large, the pixel values of each pixel in the prediction target block are difficult to be uniform, and the pixel values of some pixels may deviate significantly from the prediction value. Therefore, it may not be possible to improve the coding efficiency of DC prediction.

本発明のいくつかの態様は、DC予測の符号化効率を向上させることができる予測装置、符号化装置、復号装置、及びプログラムを提供することを目的の一つとする。 One of the objects of the present invention is to provide a prediction device, a coding device, a decoding device, and a program capable of improving the coding efficiency of DC prediction.

また、本発明の他の態様は、後述する実施形態に記載した作用効果を奏することを可能にする予測装置、符号化装置、復号装置、及びプログラムを提供することを目的の一つとする。 Another object of the present invention is to provide a prediction device, a coding device, a decoding device, and a program capable of exerting the effects described in the embodiments described later.

上述した課題を解決するために、本発明の一態様は、1つの画像ブロックに対して、参照画素の集合を複数特定する特定部と、前記特定部が特定した複数の前記参照画素の集合の各々から、DC予測により、予測ブロック候補を生成する生成部と、前記画像ブロックに対する予測ブロックを、前記生成部が生成した複数の前記予測ブロック候補の中から選択する選択部と、を備える予測装置である。 In order to solve the above-mentioned problems, one aspect of the present invention is a specific unit that specifies a plurality of reference pixel sets for one image block, and a set of a plurality of reference pixels specified by the specific unit. A prediction device including a generation unit that generates a prediction block candidate by DC prediction and a selection unit that selects a prediction block for the image block from a plurality of prediction block candidates generated by the generation unit. Is.

また、本発明の一態様は、上記の予測装置であって、前記特定部は、複数の参照画素のうち、隣接する参照画素により構成される集合を特定する。
また、本発明の一態様は、上記の予測装置であって、前記特定部は、所定数の集合を特定する。
また、本発明の一態様は、上記の予測装置であって、前記特定部は、クラスタリングにより前記参照画素の集合を特定する。
また、本発明の一態様は、上記の予測装置であって、前記選択部は、前記画像ブロックを複数に分割した分割ブロックの各々に対する予測ブロックを、前記予測ブロック候補の中から選択する。
Further, one aspect of the present invention is the above-mentioned prediction device, and the specific unit specifies a set composed of adjacent reference pixels among a plurality of reference pixels.
Further, one aspect of the present invention is the above-mentioned prediction device, and the specific part specifies a predetermined number of sets.
Further, one aspect of the present invention is the above-mentioned prediction device, in which the specific unit specifies a set of reference pixels by clustering.
Further, one aspect of the present invention is the above-mentioned prediction device, and the selection unit selects a prediction block for each of the divided blocks obtained by dividing the image block into a plurality of the prediction block candidates.

また、本発明の一態様は、上記の予測装置により選択された予測ブロックを示すフラグ情報を符号化する符号化部を備える符号化装置である。
また、本発明の一態様は、上記の符号化装置が符号化したフラグ情報に基づいて、前記画像ブロックを復号する号部を備える復号装置である。
また、本発明の一態様は、コンピュータを、上記の予測装置として動作させるためのプログラムである。
Further, one aspect of the present invention is a coding device including a coding unit that encodes flag information indicating a prediction block selected by the prediction device.
Another embodiment of the present invention, the encoding device based on the encoded flag information, a decoding apparatus comprising a decrypt unit for decrypting the image block.
Further, one aspect of the present invention is a program for operating a computer as the above-mentioned prediction device.

本発明の一態様によれば、DC予測の符号化効率を向上させることができる。 According to one aspect of the present invention, the coding efficiency of DC prediction can be improved.

本発明の第1の実施形態に係るDC予測の概要を示す図である。It is a figure which shows the outline of DC prediction which concerns on 1st Embodiment of this invention. 同実施形態に係る画像符号化復号システムの構成を示すブロック図である。It is a block diagram which shows the structure of the image coding decoding system which concerns on the same embodiment. 同実施形態に係る符号化装置の構成を示すブロック図である。It is a block diagram which shows the structure of the coding apparatus which concerns on this embodiment. 同実施形態に係るイントラ予測部の構成を示すブロック図である。It is a block diagram which shows the structure of the intra prediction part which concerns on this embodiment. 同実施形態に係る復号装置の構成を示すブロック図である。It is a block diagram which shows the structure of the decoding apparatus which concerns on this embodiment. 同実施形態に係るイントラ予測部の動作を示すフローチャートである。It is a flowchart which shows the operation of the intra prediction part which concerns on this embodiment. 本発明の第2の実施形態に係るDC予測の概要を示す図である。It is a figure which shows the outline of DC prediction which concerns on 2nd Embodiment of this invention. 同実施形態に係るイントラ予測部の構成を示すブロック図である。It is a block diagram which shows the structure of the intra prediction part which concerns on this embodiment. 同実施形態に係るイントラ予測部の動作を示すフローチャートである。It is a flowchart which shows the operation of the intra prediction part which concerns on this embodiment. 同実施形態に係る画像符号化復号システムによる処理結果の一例を示す図である。It is a figure which shows an example of the processing result by the image coding decoding system which concerns on the same embodiment. 従来技術に係るDC予測の概要を示す図である。It is a figure which shows the outline of DC prediction which concerns on the prior art.

以下、本発明の一実施形態について、図面を参照して説明する。
[第1の実施形態]
本発明の第1の実施形態について説明する。まず、本実施形態に係る画像符号化復号システム1の概要について説明する。画像符号化復号システム1は、DC予測等のイントラ予測、インター予測を行って、画像の符号化や復号を行う情報処理システムである。画像符号化復号システム1は、静止画像を処理対象としてもよいし、動画像(映像)を処理対象としてもよい。以下では、画像を水平方向と垂直方向とを有する2次元直交座標系により表現する。具体的には、画像の2次元直交座標系における座標を(x,y)のように2成分で表し、第1成分(x成分)を水平座標、第2成分(y成分)を垂直座標と定義する。また、座標(x,y)における画素値をD(x,y)という形式で表記する。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
[First Embodiment]
The first embodiment of the present invention will be described. First, an outline of the image coding / decoding system 1 according to the present embodiment will be described. The image coding / decoding system 1 is an information processing system that performs intra-prediction such as DC prediction and inter-prediction to encode and decode an image. The image coding / decoding system 1 may process a still image or a moving image (video) as a processing target. In the following, the image is represented by a two-dimensional Cartesian coordinate system having a horizontal direction and a vertical direction. Specifically, the coordinates of the image in the two-dimensional Cartesian coordinate system are represented by two components such as (x, y), the first component (x component) is the horizontal coordinate, and the second component (y component) is the vertical coordinate. Define. Further, the pixel value at the coordinates (x, y) is expressed in the format of D (x, y).

ここで、本実施形態に係るDC予測の概要について説明する。
図1は、本実施形態に係るDC予測の概要を示す図である。
図1に示す例において、DC予測を行う対象の画像ブロック(以下、予測対象ブロックと称する。)Pは、(N−1)×(N−1)画素の大きさを有する(Nは正の整数)。なお、予測対象ブロックPの形状は、正方形、長方形等の矩形である。予測対象ブロックPの左側と上側には、予測対象ブロックPに対して、DC予測を行う際に参照される画素(以下、参照画素と称する。)Rが存在している。図1に示す例では、参照画素R(0,0)が、仮想的な原点に位置する画素である。非特許文献1に従来技術に係るDC予測では、予測対象ブロックPに隣接する座標(0,0)〜(0,N)、及び、座標(1,0)〜(N,0)の画素値R(0,0)〜R(0,N)、及び、R(1,0)〜R(N,0)を参照し、1つの予測値を生成していた。
Here, the outline of the DC prediction according to the present embodiment will be described.
FIG. 1 is a diagram showing an outline of DC prediction according to the present embodiment.
In the example shown in FIG. 1, the image block (hereinafter referred to as the prediction target block) P for which DC prediction is performed has the size of (N-1) × (N-1) pixels (N is positive). integer). The shape of the prediction target block P is a rectangle such as a square or a rectangle. Pixels (hereinafter, referred to as reference pixels) R referred to when performing DC prediction are present on the left side and the upper side of the prediction target block P with respect to the prediction target block P. In the example shown in FIG. 1, the reference pixel R (0,0) is a pixel located at a virtual origin. In DC prediction according to the prior art in Non-Patent Document 1, the pixel values of the coordinates (0,0) to (0,N) adjacent to the prediction target block P and the coordinates (1,0) to (N,0). One predicted value was generated by referring to R (0,0) to R (0, N) and R (1,0) to R (N, 0).

これに対して、本実施形態に係るDC予測では、複数の参照画素Rを、複数のグループに分類する。各グループには、1以上の画素が含まれる。図1に示す例では、複数の参照画素Rを、第1〜第4グループDCA1、DCA2、DCL1、DCL2に4分割している。具体的には、第1グループDCA1は、座標(1,0)〜(K,0)の画素を含む。第2グループDCA2は、座標(K+1,0)〜(N,0)の画素を含む。第3グループDCL1は、座標(0,1)〜(0,L)の画素を含む。第4グループDCL2は、座標(0,L+1)〜(0,N)の画素を含む。このように、画像符号化復号システム1では、参照画素Rのグループを特定する。 On the other hand, in the DC prediction according to the present embodiment, the plurality of reference pixels R are classified into a plurality of groups. Each group contains one or more pixels. In the example shown in FIG. 1, a plurality of reference pixels R are divided into four groups, DC A1 , DC A2 , DC L1 , and DC L2, in the first to fourth groups. Specifically, the first group DC A1 includes pixels at coordinates (1,0) to (K, 0). The second group DC A2 includes pixels of coordinates (K + 1,0) to (N,0). The third group DC L1 includes pixels having coordinates (0, 1) to (0, L). The fourth group DC L2 includes pixels having coordinates (0, L + 1) to (0, N). In this way, the image coding / decoding system 1 specifies a group of reference pixels R.

次に、画像符号化復号システム1は、各グループに含まれる参照画素Rを参照して、DC予測を行う。つまり、グループごとにDC予測の予測値が得られる。このグループごとの予測値は、符号化する予測値の候補であり、以下では、予測候補値と称する。画像符号化復号システム1は、複数の予測候補値の中から、いずれか1つを予測値として選択する。そして、画像符号化復号システム1は、選択結果(以下、選択予測値と称する。)を示すフラグ情報を符号化、復号する。 Next, the image coding / decoding system 1 makes a DC prediction with reference to the reference pixel R included in each group. That is, the predicted value of the DC prediction can be obtained for each group. The predicted value for each group is a candidate for the predicted value to be encoded, and will be referred to as a predicted candidate value below. The image coding / decoding system 1 selects any one of the plurality of prediction candidate values as the prediction value. Then, the image coding / decoding system 1 encodes and decodes the flag information indicating the selection result (hereinafter, referred to as the selection prediction value).

このように、画像符号化復号システム1は、1つの予測対象ブロックPに対して、DC予測による複数の予測候補値を取得する。そして、符号化、復号には、複数の予測候補値のうち、1つの選択予測値を用いる。つまり、画像符号化復号システム1は、予測対象ブロックPに近い候補を、選択予測値とすることができる。従って、画像符号化復号システム1は、1つの予測対象ブロックPに対してDC予測による予測値を1つしか取得しない場合に比して、符号化精度を向上させることができる。
以上が、画像符号化復号システム1の概要についての説明である。
In this way, the image coding / decoding system 1 acquires a plurality of prediction candidate values by DC prediction for one prediction target block P. Then, for coding and decoding, one selected prediction value out of a plurality of prediction candidate values is used. That is, the image coding / decoding system 1 can use a candidate close to the prediction target block P as the selection prediction value. Therefore, the image coding / decoding system 1 can improve the coding accuracy as compared with the case where only one predicted value by DC prediction is acquired for one prediction target block P.
The above is a description of the outline of the image coding / decoding system 1.

次に、画像符号化復号システム1の構成について説明する。
図2は、画像符号化復号システム1の構成を示すブロック図である。
画像符号化復号システム1は、符号化装置10と、復号装置30と、伝送蓄積部50と、を備える。符号化装置10と、復号装置30とは、例えば、コンピュータシステムを備える電子機器である。
符号化装置10は、画像を符号化し、伝送蓄積部50に出力する。つまり、符号化装置10は、符号を出力する。
復号装置30は、符号化装置10が出力した符号を取得する。復号装置30は、符号を復号し、画像を出力する。
Next, the configuration of the image coding / decoding system 1 will be described.
FIG. 2 is a block diagram showing the configuration of the image coding / decoding system 1.
The image coding / decoding system 1 includes a coding device 10, a decoding device 30, and a transmission storage unit 50. The coding device 10 and the decoding device 30 are, for example, electronic devices including a computer system.
The coding device 10 encodes the image and outputs it to the transmission storage unit 50. That is, the coding device 10 outputs a code.
The decoding device 30 acquires the code output by the coding device 10. The decoding device 30 decodes the code and outputs an image.

伝送蓄積部50は、符号を伝送又は蓄積する。伝送蓄積部50は、必要に応じて送信端において伝送路符号化や信号の変調を行う。そして、伝送蓄積部50は、無線や有線、又はこれらの組み合わせによる伝送路を通じて信号伝送を行う。伝送蓄積部50の受信端では、必要に応じて復調や伝送路復号を行い、符号を出力する。伝送蓄積部50は、暗号化を施したり、電子署名を付加したり、他の信号との多重化や逆多重化を行ったりしてもよい。また、伝送蓄積部50は、伝送路の途中経路において分配、交換、再変調、遅延、増幅等を行ってもよい。 The transmission storage unit 50 transmits or stores the code. The transmission storage unit 50 performs transmission line coding and signal modulation at the transmission end as needed. Then, the transmission storage unit 50 transmits a signal through a transmission line of wireless, wired, or a combination thereof. At the receiving end of the transmission storage unit 50, demodulation and transmission line decoding are performed as necessary, and a code is output. The transmission storage unit 50 may perform encryption, add an electronic signature, and perform multiplexing or demultiplexing with other signals. Further, the transmission storage unit 50 may perform distribution, exchange, remodulation, delay, amplification, etc. in the middle path of the transmission line.

また、伝送蓄積部50は、符号を蓄積する場合、取得した符号を記憶媒体に保存する。伝送蓄積部50は、符号の保存と同時に符号を出力してもよいし、一旦保存された符号を読み出して出力してもよい。伝送蓄積部50は、取得した符号を記憶媒体に保存する際に、誤り訂正符号等による符号化や暗号化、電子署名付加等を行ってもよい。この記憶媒体は、固体メモリであってもよいし、磁気や光による記録媒体であってもよい。 Further, when the transmission storage unit 50 stores the code, the transmission storage unit 50 stores the acquired code in the storage medium. The transmission storage unit 50 may output the code at the same time as the code is stored, or may read and output the code once stored. When the acquired code is stored in the storage medium, the transmission storage unit 50 may perform coding, encryption, addition of an electronic signature, or the like with an error correction code or the like. The storage medium may be a solid-state memory, or may be a magnetic or optical recording medium.

また、伝送蓄積部50は、伝送と蓄積を複合した形態であってもよい。この場合、伝送蓄積部50は、例えば、いわゆるクラウドのように、遠隔にある記憶媒体に符号を伝送し、当該遠隔にある記憶媒体にその符号を保存する。そして、伝送蓄積部50は、符号の保存と同時に符号を復号装置30に伝送したり、一旦保存された符号を読み出して復号装置30に出力したりする。
なお、ここでは、伝送蓄積部50は、伝送、蓄積の過程において、信号の誤りや信号劣化を生じないものとする。つまり、伝送蓄積部50は、符号化装置10から取得した符号を、そのまま復号装置30に出力する。
以上が、画像符号化復号システム1の構成についての説明である。
Further, the transmission storage unit 50 may be in a form in which transmission and storage are combined. In this case, the transmission storage unit 50 transmits the code to a remote storage medium, such as a so-called cloud, and stores the code in the remote storage medium. Then, the transmission storage unit 50 transmits the code to the decoding device 30 at the same time as the code is stored, or reads the stored code and outputs it to the decoding device 30.
Here, it is assumed that the transmission storage unit 50 does not cause a signal error or signal deterioration in the process of transmission and storage. That is, the transmission storage unit 50 outputs the code acquired from the coding device 10 to the decoding device 30 as it is.
The above is the description of the configuration of the image coding / decoding system 1.

次に、符号化装置10の構成について説明する。
図3は、符号化装置10の構成を示すブロック図である。
符号化装置10は、画面分割部101と、減算部102と、変換部103と、量子化部104と、エントロピー符号化部105と、逆量子化部106と、逆変換部107と、加算部108と、ループフィルタ109と、イントラ予測部200と、動き補償予測部110と、切替部111と、を備える。これらの構成は、例えば、符号化装置10が備えるCPU(Central Processing Unit、不図示)が、符号化装置10が備える記憶部(不図示)に予め記憶されたプログラムを実行することにより実現される。ただし、これらの構成は、ASIC(Application Specific Integrated Circuit)等のハードウェアとして実現されてもよい。
Next, the configuration of the coding device 10 will be described.
FIG. 3 is a block diagram showing the configuration of the coding device 10.
The coding device 10 includes a screen division unit 101, a subtraction unit 102, a conversion unit 103, a quantization unit 104, an entropy coding unit 105, an inverse quantization unit 106, an inverse conversion unit 107, and an addition unit. It includes 108, a loop filter 109, an intra prediction unit 200, a motion compensation prediction unit 110, and a switching unit 111. These configurations are realized, for example, by the CPU (Central Processing Unit, not shown) included in the coding device 10 executing a program stored in advance in the storage unit (not shown) included in the coding device 10. .. However, these configurations may be realized as hardware such as an ASIC (Application Specific Integrated Circuit).

画面分割部101は、符号化対象の画像信号を取得し、この画像信号を符号化処理の処理単位のブロックに分割する。画面分割部101は分割したブロックの信号を減算部102へ出力する。
減算部102は、画面分割部101から取得した信号から、切替部111から取得した信号を減算する。減算部102は、減算結果の信号を変換部103へ出力する。
The screen dividing unit 101 acquires an image signal to be encoded and divides the image signal into blocks of processing units for coding processing. The screen division unit 101 outputs the signal of the divided block to the subtraction unit 102.
The subtracting unit 102 subtracts the signal acquired from the switching unit 111 from the signal acquired from the screen dividing unit 101. The subtraction unit 102 outputs the signal of the subtraction result to the conversion unit 103.

変換部103は、減算部102から取得した信号に対して直交変換を行い、直交変換の結果の信号を量子化部104へ出力する。変換部103が行う直交変換は、DCT(Discrete Cosine Transform)若しくはDST(Discrete Sine Transform)のいずれか一方であってもよく、又は、DCTとDSTの両方であってもよい。変換部103がDCTとDSTの両方を行う場合には、変換部103は、DCTの結果又はDSTの結果のいずれか一方を選択して量子化部104へ出力する。変換部103がDCTの結果又はDSTの結果のいずれか一方を選択する場合、変換部103は、例えば符号化効率のよい方を選択する。DCTの結果として出力される信号はDCT係数である。DSTの結果として出力される信号はDST係数である。 The conversion unit 103 performs orthogonal conversion on the signal acquired from the subtraction unit 102, and outputs the signal resulting from the orthogonal conversion to the quantization unit 104. The orthogonal transform performed by the transforming unit 103 may be either DCT (Discrete Cosine Transform) or DST (Discrete Sine Transform), or may be both DCT and DST. When the conversion unit 103 performs both DCT and DST, the conversion unit 103 selects either the DCT result or the DST result and outputs it to the quantization unit 104. When the conversion unit 103 selects either the DCT result or the DST result, the conversion unit 103 selects, for example, the one having the better coding efficiency. The signal output as a result of the DCT is the DCT coefficient. The signal output as a result of DST is the DST coefficient.

量子化部104は、変換部103から取得した信号に対して量子化を行い、量子化した信号をエントロピー符号化部105及び逆量子化部106へ出力する。
エントロピー符号化部105は、量子化部104から取得した信号に対してエントロピー符号化を行い、符号化信号を出力する。また、エントロピー符号化部105は、イントラ予測部200から選択予測値を示すフラグ情報を取得する。そして、フラグ情報に対してエントロピー符号化を行い、符号化信号を出力する。
The quantization unit 104 quantizes the signal acquired from the conversion unit 103, and outputs the quantized signal to the entropy coding unit 105 and the inverse quantization unit 106.
The entropy coding unit 105 performs entropy coding on the signal acquired from the quantization unit 104 and outputs the coded signal. Further, the entropy encoding unit 105 acquires flag information indicating the selected prediction value from the intra prediction unit 200. Then, entropy coding is performed on the flag information, and the coded signal is output.

逆量子化部106は、量子化部104から取得した信号に対して逆量子化を行い、逆量子化した信号を逆変換部107へ出力する。
逆変換部107は、逆量子化部106から取得した信号に対して逆直交変換を行い、逆直交変換の結果の信号を加算部108へ出力する。逆変換部107が行う逆直交変換は、変換部103が行った直交変換の逆変換である。
加算部108は、逆変換部107から取得した信号と切替部111から取得した信号とを加算し、加算結果の信号をループフィルタ109へ出力する。
ループフィルタ109は、加算部108から取得した信号に対して平滑化等のフィルタリングを行い、フィルタリング結果の信号をイントラ予測部200及び動き補償予測部110へ出力する。
The inverse quantization unit 106 performs inverse quantization on the signal acquired from the quantization unit 104, and outputs the inverse quantization signal to the inverse conversion unit 107.
The inverse conversion unit 107 performs inverse orthogonal transformation on the signal acquired from the inverse quantization unit 106, and outputs the signal resulting from the inverse orthogonal transformation to the addition unit 108. The inverse orthogonal transformation performed by the inverse conversion unit 107 is an inverse transformation of the orthogonal transformation performed by the conversion unit 103.
The addition unit 108 adds the signal acquired from the inverse conversion unit 107 and the signal acquired from the switching unit 111, and outputs the signal of the addition result to the loop filter 109.
The loop filter 109 performs filtering such as smoothing on the signal acquired from the addition unit 108, and outputs the filtering result signal to the intra prediction unit 200 and the motion compensation prediction unit 110.

イントラ予測部200は、ループフィルタ109から取得した信号を参照してイントラ予測を行い、予測画像の信号を切替部111へ出力する。ここで、イントラ予測部200の構成について説明する。
図4は、イントラ予測部200の構成を示すブロック図である。
イントラ予測部200は、Planar予測部201と、方向性予測部202と、DC予測部203と、を備える。
Planar予測部201は、Planar予測を行う。
方向性予測部202は、方向性予測を行う。
DC予測部203は、DC予測を行う。DC予測部203は、特定部204と、生成部205と、選択部206と、を備える。
The intra prediction unit 200 performs intra prediction with reference to the signal acquired from the loop filter 109, and outputs the signal of the prediction image to the switching unit 111. Here, the configuration of the intra prediction unit 200 will be described.
FIG. 4 is a block diagram showing the configuration of the intra prediction unit 200.
The intra prediction unit 200 includes a Planar prediction unit 201, a direction prediction unit 202, and a DC prediction unit 203.
Planar prediction unit 201 makes Planar prediction.
The direction prediction unit 202 predicts the direction.
The DC prediction unit 203 makes a DC prediction. The DC prediction unit 203 includes a specific unit 204, a generation unit 205, and a selection unit 206.

特定部204は、各予測対象ブロックPについて、参照画素のグループを複数特定する。つまり、特定部204は、各グループを構成する参照画素を特定する。各グループを構成する参照画素の特定方法は、予め定められており、符号化装置10であっても、復号装置30であっても、同じ予測対象ブロックに対しては、同様の参照画素のグループが特定される。グループの識別情報の割当て方法についても同様である。例えば、特定部204は、各グループから水平方向、垂直方向の座標値が最小の画素を代表値として特定し、代表値同士を比較する。そして、水平方向の座標値が小さい画素を含むグループに対して小さい識別番号を割当てる。また、水平方向の座標値が同じ場合には、垂直方向の座標値が小さい画素を含むグループに対して小さい識別番号を割当てる。各グループを構成する参照画素の特定方法、グループの識別情報の割当て方法は、任意の手法であってよい。
特定部204は、各グループを構成する参照画素に係るグループ情報を、生成部205に出力する。グループ情報には、例えば、グループの識別情報と、各グループを構成する参照画素の範囲を示す情報とが含まれる。
The identification unit 204 specifies a plurality of reference pixel groups for each prediction target block P. That is, the specifying unit 204 specifies the reference pixels that make up each group. The method of specifying the reference pixels constituting each group is predetermined, and the same group of reference pixels is used for the same prediction target block regardless of whether the coding device 10 or the decoding device 30 is used. Is identified. The same applies to the method of assigning the identification information of the group. For example, the specific unit 204 specifies the pixel having the smallest coordinate value in the horizontal direction and the vertical direction from each group as a representative value, and compares the representative values with each other. Then, a small identification number is assigned to the group including the pixels having the small coordinate values in the horizontal direction. When the coordinate values in the horizontal direction are the same, a small identification number is assigned to the group including the pixels having the small coordinate values in the vertical direction. The method of identifying the reference pixels constituting each group and the method of allocating the identification information of the group may be any method.
The specific unit 204 outputs the group information related to the reference pixels constituting each group to the generation unit 205. The group information includes, for example, group identification information and information indicating a range of reference pixels constituting each group.

生成部205は、特定部204が特定した各グループの参照画素を参照し、DC予測を行う。具体的には、各グループを構成する参照画素の画素値の平均値を算出する。そして、生成部205は、各グループの参照画素から取得した予測候補値の情報を、選択部206に出力する。 The generation unit 205 refers to the reference pixels of each group specified by the specific unit 204 and performs DC prediction. Specifically, the average value of the pixel values of the reference pixels constituting each group is calculated. Then, the generation unit 205 outputs the information of the prediction candidate value acquired from the reference pixel of each group to the selection unit 206.

選択部206は、生成部205からグループごとの予測候補値の情報を取得する。選択部206は、複数の予測候補値から選択予測値を1つ選択する。選択部206は、例えば予測対象ブロックの画像信号と、予測候補値による予測画像の画像信号との差分を算出し、差分が最小となる予測候補値を選択予測値とする。予測候補値により構成される予測画像の画像信号とは、予測対象ブロックと同じ大きさを有し、各画素の画素値が予測候補値である信号である。選択部206は、選択予測値により構成される予測画像の信号を減算部102と、加算部108とに出力する。選択予測値により構成される予測画像の信号とは、予測対象ブロックと同じ大きさを有し、各画素の画素値が選択予測値である信号である。また、選択部206は、選択予測値を示すフラグ情報をエントロピー符号化部105に出力する。フラグ情報とは、例えば参照画素のグループの識別情報である。 The selection unit 206 acquires information on the prediction candidate value for each group from the generation unit 205. The selection unit 206 selects one selection prediction value from a plurality of prediction candidate values. For example, the selection unit 206 calculates the difference between the image signal of the prediction target block and the image signal of the prediction image based on the prediction candidate value, and sets the prediction candidate value having the smallest difference as the selection prediction value. The image signal of the prediction image composed of the prediction candidate values is a signal having the same size as the prediction target block and the pixel value of each pixel being the prediction candidate value. The selection unit 206 outputs the signal of the prediction image composed of the selection prediction values to the subtraction unit 102 and the addition unit 108. The signal of the prediction image composed of the selection prediction value is a signal having the same size as the prediction target block and the pixel value of each pixel is the selection prediction value. Further, the selection unit 206 outputs flag information indicating the selection prediction value to the entropy coding unit 105. The flag information is, for example, identification information of a group of reference pixels.

動き補償予測部110は、ループフィルタ109から取得した信号にを参照して動き補償予測を行い、予測画像の信号を切替部111へ出力する。
切替部111は、イントラ予測部200から取得した信号又は動き補償予測部110から取得した信号のいずれを出力するかを切り替える。切替部111から出力された信号は、減算部102及び加算部108へ入力される。
以上が、符号化装置10の構成についての説明である。
The motion compensation prediction unit 110 makes motion compensation prediction with reference to the signal acquired from the loop filter 109, and outputs the signal of the prediction image to the switching unit 111.
The switching unit 111 switches whether to output the signal acquired from the intra prediction unit 200 or the signal acquired from the motion compensation prediction unit 110. The signal output from the switching unit 111 is input to the subtraction unit 102 and the addition unit 108.
The above is the description of the configuration of the coding device 10.

次に、復号装置30の構成について説明する。
図5は、復号装置30の構成を示すブロック図である。
復号装置30は、符号化装置10の符号化に対応する復号を行う。復号装置30は、エントロピー復号部301と、逆量子化部302と、逆変換部303と、加算部304と、画面結合部305と、ループフィルタ306と、イントラ予測部200と、動き予測部307と、切替部308を備える。これらの構成は、例えば、復号装置30が備えるCPU(不図示)が、復号装置30が備える記憶部(不図示)に予め記憶されたプログラムを実行することにより実現される。ただし、これらの構成は、ASIC等のハードウェアとして実現されてもよい。
Next, the configuration of the decoding device 30 will be described.
FIG. 5 is a block diagram showing the configuration of the decoding device 30.
The decoding device 30 performs decoding corresponding to the coding of the coding device 10. The decoding device 30 includes an entropy decoding unit 301, an inverse quantization unit 302, an inverse conversion unit 303, an addition unit 304, a screen coupling unit 305, a loop filter 306, an intra prediction unit 200, and a motion prediction unit 307. And a switching unit 308 is provided. These configurations are realized, for example, by the CPU (not shown) included in the decoding device 30 executing a program stored in advance in the storage unit (not shown) included in the decoding device 30. However, these configurations may be realized as hardware such as ASIC.

エントロピー復号部301は、復号対象である符号化信号を取得し、取得した符号化信号に対してエントロピー復号を行う。エントロピー復号部301は、エントロピー復号結果の信号を逆量子化部302へ出力する。
逆量子化部302は、エントロピー復号部301から取得した信号に対して逆量子化を行い、逆量子化した信号を逆変換部303へ出力する。逆量子化部302は、符号化装置10の逆量子化部106と同様の構成である。
The entropy decoding unit 301 acquires a coded signal to be decoded, and performs entropy decoding on the acquired coded signal. The entropy decoding unit 301 outputs the signal of the entropy decoding result to the inverse quantization unit 302.
The dequantization unit 302 performs dequantization on the signal acquired from the entropy decoding unit 301, and outputs the dequantized signal to the reverse conversion unit 303. The dequantization unit 302 has the same configuration as the dequantization unit 106 of the coding device 10.

逆変換部303は、逆量子化部302から取得した信号に対して逆直交変換を行い、逆直交変換の結果の信号を加算部304へ出力する。逆変換部303は、符号化装置10の逆変換部107と同様の構成である。
加算部304は、逆変換部303から取得した信号と切替部308から取得した信号を加算し、加算結果の信号を画面結合部305及びループフィルタ306へ出力する。
画面結合部305は、加算部304から取得した信号から構成される復号処理の処理単位のブロックを結合して映像信号を生成する。画面結合部305は、生成した映像信号を復号信号として出力する。
The inverse conversion unit 303 performs inverse orthogonal transformation on the signal acquired from the inverse quantization unit 302, and outputs the signal resulting from the inverse orthogonal transformation to the addition unit 304. The inverse conversion unit 303 has the same configuration as the inverse conversion unit 107 of the coding device 10.
The addition unit 304 adds the signal acquired from the inverse conversion unit 303 and the signal acquired from the switching unit 308, and outputs the signal of the addition result to the screen coupling unit 305 and the loop filter 306.
The screen coupling unit 305 generates a video signal by combining blocks of processing units of decoding processing composed of signals acquired from the addition unit 304. The screen coupling unit 305 outputs the generated video signal as a decoding signal.

ループフィルタ306は、加算部304から取得した信号に対して平滑化等のフィルタリングを行い、フィルタリング結果の信号をイントラ予測部200及び動き予測部307へ出力する。ループフィルタ306は、符号化装置10のループフィルタ109と同様の構成である。
イントラ予測部200は、ループフィルタ306から取得した信号を参照してイントラ予測を行い、予測画像の信号を切替部308へ出力する。復号装置30のイントラ予測部200は、符号化装置10のイントラ予測部200と同様の構成である。ただし、復号装置30のイントラ予測部200は、エントロピー復号部301により復号されたフラグ情報を参照して、選択予測値を特定する。
The loop filter 306 performs filtering such as smoothing on the signal acquired from the addition unit 304, and outputs the filtering result signal to the intra prediction unit 200 and the motion prediction unit 307. The loop filter 306 has the same configuration as the loop filter 109 of the coding device 10.
The intra prediction unit 200 performs intra prediction with reference to the signal acquired from the loop filter 306, and outputs the signal of the prediction image to the switching unit 308. The intra prediction unit 200 of the decoding device 30 has the same configuration as the intra prediction unit 200 of the coding device 10. However, the intra prediction unit 200 of the decoding device 30 specifies the selected prediction value with reference to the flag information decoded by the entropy decoding unit 301.

動き予測部307は、ループフィルタ306から取得した信号を参照して動き予測を行い、予測画像の信号を切替部308へ出力する。動き予測部307は、動き補償予測部110と同様の構成である。
切替部308は、イントラ予測部200から取得した信号又は動き予測部307から取得した信号のいずれを出力するかを切り替える。切替部308の切り替え制御は、加算部304の加算結果に基づいて行われる。切替部308から出力された信号は、加算部304へ入力される。切替部308は、切替部111と同様の構成である。
以上が、復号装置30の構成についての説明である。
The motion prediction unit 307 performs motion prediction with reference to the signal acquired from the loop filter 306, and outputs the signal of the predicted image to the switching unit 308. The motion prediction unit 307 has the same configuration as the motion compensation prediction unit 110.
The switching unit 308 switches whether to output the signal acquired from the intra prediction unit 200 or the signal acquired from the motion prediction unit 307. The switching control of the switching unit 308 is performed based on the addition result of the addition unit 304. The signal output from the switching unit 308 is input to the adding unit 304. The switching unit 308 has the same configuration as the switching unit 111.
The above is the description of the configuration of the decoding device 30.

次に、DC予測部203によるDC予測の処理の流れについて説明する。
図6は、DC予測部203の動作を示すフローチャートである。
ここでは、一例として、符号化装置10におけるDC予測部203の処理の流れについて説明する。
(ステップS1)DC予測部203は、参照画素のグループを特定する。次に、DC予測部203は、ステップS3に処理を進める。
Next, the flow of the DC prediction process by the DC prediction unit 203 will be described.
FIG. 6 is a flowchart showing the operation of the DC prediction unit 203.
Here, as an example, the processing flow of the DC prediction unit 203 in the coding apparatus 10 will be described.
(Step S1) The DC prediction unit 203 specifies a group of reference pixels. Next, the DC prediction unit 203 proceeds to step S3.

ここで、グループの特定について、説明する。
例えば、DC予測部203は、予測対象ブロックPの左側に位置する参照画素を、垂直方向の座標値に基づいて分割する。また、例えば、DC予測部203は、予測対象ブロックの上側に位置する参照画素を、水平方向の座標値に基づいて分割する。参照画素を、水平方向と垂直方向とにおいてそれぞれ2分割すると、図1に示すように4つのグループが特定される。
Here, the identification of the group will be described.
For example, the DC prediction unit 203 divides the reference pixel located on the left side of the prediction target block P based on the coordinate values in the vertical direction. Further, for example, the DC prediction unit 203 divides the reference pixel located above the prediction target block based on the coordinate values in the horizontal direction. When the reference pixel is divided into two in the horizontal direction and the vertical direction, four groups are specified as shown in FIG.

なお、グループの特定方法は、ここで説明した方法のみに限定されない。DC予測部203は、例えば、水平方向と、垂直方向とのいずれかのみにおいて、参照画素Rを分割してもよい。このように、グループの数は、2以上の任意の数であってよい。また、参照画素Rを座標値に基づいてグループ分けする以外にも、例えば画素値に基づいてクラスタリングしてもよい。クラスタリング手法としては、例えばk−means法を適用することができる。k−means法を適用する場合、ノード数を参照画素Rの数とし、クラスタ数をグループの数とすればよい。また、DC予測部203は、参照画素Rの全てを、必ずしもいずれかのグループに含める必要もない。つまり、従来のDC予測で参照される参照画素Rのうち、グループに含まれない画素が存在していてもよい。また、複数のグループに、1つの画素が重複して含まれてもよい。 The method for specifying the group is not limited to the method described here. The DC prediction unit 203 may divide the reference pixel R only in either the horizontal direction or the vertical direction, for example. As described above, the number of groups may be any number of 2 or more. In addition to grouping the reference pixels R based on the coordinate values, clustering may be performed based on the pixel values, for example. As a clustering method, for example, the k-means method can be applied. When the k-means method is applied, the number of nodes may be the number of reference pixels R, and the number of clusters may be the number of groups. Further, the DC prediction unit 203 does not necessarily have to include all of the reference pixels R in any of the groups. That is, among the reference pixels R referred to in the conventional DC prediction, there may be pixels that are not included in the group. Further, one pixel may be included in a plurality of groups in an overlapping manner.

また、グループは、1つの画素のみにより構成されてもよい。例えば、参照画素のうち、左下端の画素(例えば、図1の座標(0,N))、右上端の画素(例えば、図1の座標(N,0))、左上端の画素(例えば、図1の座標(0,0))を選択して、3つのグループとしてもよい。また、参照画素Rの中から、その画素値が最大である画素、最小である画素を選択して、それぞれ異なるグループとしてもよい。また、参照画素Rの全ての画素を含むグループを特定してもよい。この場合、従来技術に係るDC予測の予測値が得られる。 Further, the group may be composed of only one pixel. For example, among the reference pixels, the lower left pixel (for example, the coordinates (0, N) in FIG. 1), the upper right pixel (for example, the coordinates (N, 0) in FIG. 1), and the upper left pixel (for example,). The coordinates (0,0) in FIG. 1) may be selected to form three groups. Further, the pixel having the maximum pixel value and the pixel having the minimum pixel value may be selected from the reference pixels R to form different groups. Further, a group including all the pixels of the reference pixel R may be specified. In this case, the predicted value of the DC prediction according to the prior art can be obtained.

(ステップS3)DC予測部203は、各グループを構成する参照画素の画素値を参照し、DC予測を行う。つまり、DC予測部203は、グループごとに予測候補値を生成する。具体的には、DC予測部203は、グループごとに、各グループを構成する画素の画素値について統計量を算出する。統計量としては、平均値、最大値、最小値、中央値等を適用してよい。例えば、座標値に基づく領域分割によりグループを特定し、統計量として平均値を適用した場合、グループごとに算出される平均値は、局所平均値に該当する。また、例えば、クラスタリングによりグループを特定し、統計量として平均値を適用した場合、グループごとに算出される平均値は、各クラスタの重心に該当する。次に、DC予測部203は、ステップS5に処理を進める。 (Step S3) The DC prediction unit 203 makes DC prediction by referring to the pixel values of the reference pixels constituting each group. That is, the DC prediction unit 203 generates prediction candidate values for each group. Specifically, the DC prediction unit 203 calculates a statistic for each group with respect to the pixel values of the pixels constituting each group. As the statistic, the average value, the maximum value, the minimum value, the median value, and the like may be applied. For example, when a group is specified by region division based on coordinate values and an average value is applied as a statistic, the average value calculated for each group corresponds to a local average value. Further, for example, when a group is specified by clustering and an average value is applied as a statistic, the average value calculated for each group corresponds to the center of gravity of each cluster. Next, the DC prediction unit 203 proceeds to step S5.

(ステップS5)DC予測部203は、予測候補値の中から、符号化に適用する予測値(すなわち、選択予測値)を選択する。選択予測値の選択では、予測候補値の画像信号と、予測対象ブロックPの画像信号との差分を、例えばMSE(Mean Squared Error)法により算出する。そして、DC予測部203は、差分が最小となる予測候補値を、選択予測値とする。DC予測部203は、選択予測値に基づいて予測画像を生成し、生成した予測画像の画像信号を、切替部111に出力する。また、DC予測部203は、選択予測値を示すフラグ情報を、エントロピー符号化部105に出力する。その後、DC予測部203は、図6に示す処理を終了する。 (Step S5) The DC prediction unit 203 selects a prediction value (that is, a selection prediction value) to be applied to coding from the prediction candidate values. In the selection of the selected prediction value, the difference between the image signal of the prediction candidate value and the image signal of the prediction target block P is calculated by, for example, the MSE (Mean Squared Error) method. Then, the DC prediction unit 203 sets the prediction candidate value having the smallest difference as the selection prediction value. The DC prediction unit 203 generates a prediction image based on the selected prediction value, and outputs the image signal of the generated prediction image to the switching unit 111. Further, the DC prediction unit 203 outputs the flag information indicating the selection prediction value to the entropy coding unit 105. After that, the DC prediction unit 203 ends the process shown in FIG.

なお、DC予測部203が出力したフラグ情報は、エントロピー符号化部105により符号化される。例えば図1に示す4分割の場合、フラグ情報は、2[bit]で表される。具体的には、第1グループDCA1に「00」を割当て、第2グループDCA2に「01」を割当て、第3グループDCL1に「10」を割当て、第4グループDCL2に「11」を割当てる等してよい。 The flag information output by the DC prediction unit 203 is encoded by the entropy coding unit 105. For example, in the case of the four divisions shown in FIG. 1, the flag information is represented by 2 [bit]. Specifically, "00" is assigned to the first group DC A1 , "01" is assigned to the second group DC A2 , "10" is assigned to the third group DC L1, and "11" is assigned to the fourth group DC L2. May be assigned, etc.

なお、ここでは、一例として、符号化装置10におけるDC予測部203の処理の流れについて説明したが、復号装置30におけるDC予測部203の処理も同様である。ただし、復号装置30では、ステップS5において、DC予測部203は、エントロピー復号部301が復号したフラグ情報を参照して、予測値を選択する。
以上が、DC予測部203の動作についての説明である。
Here, as an example, the processing flow of the DC prediction unit 203 in the coding device 10 has been described, but the processing of the DC prediction unit 203 in the decoding device 30 is also the same. However, in the decoding device 30, in step S5, the DC prediction unit 203 selects the predicted value with reference to the flag information decoded by the entropy decoding unit 301.
The above is the description of the operation of the DC prediction unit 203.

以上説明したように、符号化装置10と、復号装置30とは、1つの画像ブロック(例えば、予測対象ブロック)に対して、参照画素の集合(例えば、グループ)を複数特定する特定部204と、特定部204が特定した複数の参照画素の集合の各々から、DC予測により、予測ブロック候補を生成する生成部205と、画像ブロックに対する予測ブロック(例えば、選択予測値の画素で構成される予測画像)を、生成部205が生成した複数の予測ブロック候補(例えば、予測候補値の画素で構成される予測画像)の中から選択する選択部206と、を備える。
これにより、符号化装置10と、復号装置30とは、1つの画像ブロックに対して、DC予測による複数の予測ブロックの候補を生成し、そのうちの1つを選択する。つまり、符号化装置10と、復号装置30とは、画像ブロックに応じて予測ブロックを変更することができる。従って、画像符号化復号システム1は、符号化効率を向上させることができる。
As described above, the coding device 10 and the decoding device 30 include a specific unit 204 that specifies a plurality of reference pixel sets (for example, groups) for one image block (for example, a prediction target block). , A generation unit 205 that generates a prediction block candidate by DC prediction from each of a set of a plurality of reference pixels specified by the specific unit 204, and a prediction block for an image block (for example, a prediction composed of pixels of a selection prediction value). An image) is provided with a selection unit 206 for selecting from a plurality of prediction block candidates (for example, a prediction image composed of pixels of prediction candidate values) generated by the generation unit 205.
As a result, the coding device 10 and the decoding device 30 generate candidates for a plurality of prediction blocks by DC prediction for one image block, and select one of them. That is, the coding device 10 and the decoding device 30 can change the prediction block according to the image block. Therefore, the image coding / decoding system 1 can improve the coding efficiency.

また、特定部204は、複数の参照画素のうち、隣接する参照画素により構成される集合を特定する。
これにより、符号化装置10と、復号装置30とは、局所平均値等の局所的な画像の性質に基づいて、DC予測を行うことができる。例えば、符号化装置10と、復号装置30とは、参照画素の画素値が一様でない場合であっても、局所的な画像の性質を損ねずに、DC予測を行うことができる。従って、画像符号化復号システム1は、符号化効率を向上させることができる。
Further, the specifying unit 204 specifies a set composed of adjacent reference pixels among the plurality of reference pixels.
As a result, the coding device 10 and the decoding device 30 can perform DC prediction based on the properties of the local image such as the local average value. For example, the coding device 10 and the decoding device 30 can perform DC prediction without impairing the properties of a local image even when the pixel values of the reference pixels are not uniform. Therefore, the image coding / decoding system 1 can improve the coding efficiency.

また、特定部204は、所定数の集合を特定する。
これにより、符号化装置10と、復号装置30とにおいて、予測ブロック候補の数を整合させることができる。
また、特定部204は、クラスタリングにより参照画素の集合を特定する。
これにより、符号化装置10と、復号装置30とにおいて、参照画素の集合の大きさや各集合に含まれる参照画素の範囲を、画像ブロックに応じて変更することができる。従って、画像符号化復号システム1は、集合の大きさや各集合に含まれる参照画素の範囲を、固定した場合に比して、符号化効率を向上させることができる。
Further, the specific unit 204 specifies a predetermined number of sets.
As a result, the number of prediction block candidates can be matched between the coding device 10 and the decoding device 30.
In addition, the identification unit 204 specifies a set of reference pixels by clustering.
Thereby, in the coding device 10 and the decoding device 30, the size of the set of reference pixels and the range of the reference pixels included in each set can be changed according to the image block. Therefore, the image coding / decoding system 1 can improve the coding efficiency as compared with the case where the size of the set and the range of the reference pixels included in each set are fixed.

[第2の実施形態]
本発明の第2の実施形態について説明する。なお、ここでは、上述した第1の実施形態と同様の構成については、同一の符号を付し、説明を援用する。
本実施形態に係る画像符号化復号システム1A(不図示)は、画像符号化復号システム1と同様に、画像を符号化、復号する情報処理システムである。ただし、画像符号化復号システム1Aは、DC予測において、1つの予測対象ブロックPを分割し、分割後の各ブロックのそれぞれについて、複数の予測候補値の中からいずれかを割当てる点で、画像符号化復号システム1とは異なる。
[Second Embodiment]
A second embodiment of the present invention will be described. In addition, here, the same reference numerals are given to the same configurations as those of the first embodiment described above, and the description thereof will be incorporated.
The image coding / decoding system 1A (not shown) according to the present embodiment is an information processing system that encodes and decodes an image in the same manner as the image coding / decoding system 1. However, the image coding / decoding system 1A divides one prediction target block P in DC prediction, and assigns one of a plurality of prediction candidate values to each of the divided blocks. It is different from the conversion / decoding system 1.

ここで、本実施形態に係るDC予測の概要について説明する。
図7は、DC予測の概要を示す図である。
図7に示す例では、予測対象ブロックPは、水平方向と垂直方向とにおいて、それぞれ均等に2分割され、4つの分割領域PA、PB、PC、PDが設定されている。また、複数の参照画素Rは、第1の実施形態と同様に、第1〜第4グループDCA1、DCA2、DCL1、DCL2に4分割されている。ここで、本実施形態に係るDC予測では、各分割領域PA、PB、PC、PDのそれぞれに対して、第1〜第4グループDCA1、DCA2、DCL1、DCL2に基づく予測候補値の中から、いずれか1つを予測値として割当てる。これにより、予測対象ブロックPの画素値が、一様ではないとしても、分割領域ごとに予測値を変更することができるため、予測精度を向上させることができる。
以上が、本実施形態に係るDC予測の概要についての説明である。
Here, the outline of the DC prediction according to the present embodiment will be described.
FIG. 7 is a diagram showing an outline of DC prediction.
In the example shown in FIG. 7, the prediction target block P is equally divided into two in the horizontal direction and the vertical direction, and four divided regions PA, PB, PC, and PD are set. Further, the plurality of reference pixels R are divided into four groups, DC A1 , DC A2 , DC L1 , and DC L2, as in the first embodiment. Here, in the DC prediction according to the present embodiment, prediction candidate values based on the first to fourth groups DC A1 , DC A2 , DC L1 , and DC L2 are used for each of the divided regions PA, PB, PC, and PD. One of them is assigned as a predicted value. As a result, even if the pixel values of the prediction target block P are not uniform, the prediction value can be changed for each division region, so that the prediction accuracy can be improved.
The above is the description of the outline of the DC prediction according to the present embodiment.

次に、画像符号化復号システム1Aの構成について説明する。
画像符号化復号システム1Aは、画像符号化復号システム1が備える符号化装置10、復号装置30に代えて、符号化装置10A(不図示)、復号装置30A(不図示)を備える。
符号化装置10Aは、符号化装置10が備えるイントラ予測部200に代えて、イントラ予測部200Aを備える。同様に、復号装置30Aは、復号装置30が備えるイントラ予測部200に代えて、イントラ予測部200Aを備える。
Next, the configuration of the image coding / decoding system 1A will be described.
The image coding / decoding system 1A includes a coding device 10A (not shown) and a decoding device 30A (not shown) in place of the coding device 10 and the decoding device 30 included in the image coding / decoding system 1.
The coding device 10A includes an intra prediction unit 200A instead of the intra prediction unit 200 included in the coding device 10. Similarly, the decoding device 30A includes an intra prediction unit 200A instead of the intra prediction unit 200 included in the decoding device 30.

図8は、イントラ予測部200Aの構成を示すブロック図である。
イントラ予測部200Aは、DC予測部203に代えて、DC予測部203Aを備える。DC予測部203Aは、選択部206に代えて選択部206Aを備える。また、DC予測部203Aは、DC予測部203が備える各構成に加えて、ブロック分割部207Aを備える。
FIG. 8 is a block diagram showing the configuration of the intra prediction unit 200A.
The intra prediction unit 200A includes a DC prediction unit 203A instead of the DC prediction unit 203. The DC prediction unit 203A includes a selection unit 206A instead of the selection unit 206. Further, the DC prediction unit 203A includes a block division unit 207A in addition to each configuration provided in the DC prediction unit 203.

ブロック分割部207Aは、予測対象ブロックを複数の分割領域に分割する。ブロック分割部207Aによる予測対象ブロックの分割方法は、予め定められており、符号化装置10であっても、復号装置30であっても、同じ予測対象ブロックは、同様に分割される。分割領域の識別情報の割当て方法も同様である。ブロック分割部207Aは、分割領域情報を、選択部206Aに出力する。分割領域情報には、例えば、各分割領域の識別情報と、各分割領域の範囲を示す情報とが含まれる。 The block division unit 207A divides the prediction target block into a plurality of division areas. The method for dividing the prediction target block by the block division unit 207A is predetermined, and the same prediction target block is similarly divided regardless of whether the coding device 10 or the decoding device 30. The method of allocating the identification information of the divided area is the same. The block division unit 207A outputs the division area information to the selection unit 206A. The divided area information includes, for example, identification information of each divided area and information indicating the range of each divided area.

選択部206Aは、選択部206と同様に、複数の予測候補値から選択予測値を1つ選択する。ただし、選択部206Aは、ブロック分割部207Aが分割した分割領域ごとに選択予測値を選択する点で、選択部206とは異なる。選択部206Aによる選択予測値の選択方法は、選択部206と同様であるため、説明を援用する。符号化装置10Aの場合、選択部206Aは、分割領域ごとの選択予測値を示すフラグ情報をエントロピー符号化部105に出力する。これにより、フラグ情報が符号化され、復号装置30Aに伝送される。また、復号装置30Aの場合、選択部206Aは、エントロピー復号部301により復号されたフラグ情報を参照し、分割領域ごとの選択予測値を取得する。
以上が、画像符号化復号システム1Aの構成についての説明である。
Similar to the selection unit 206, the selection unit 206A selects one selection prediction value from a plurality of prediction candidate values. However, the selection unit 206A is different from the selection unit 206 in that the block division unit 207A selects the selection prediction value for each division area. Since the method of selecting the selection prediction value by the selection unit 206A is the same as that of the selection unit 206, the description is incorporated. In the case of the coding device 10A, the selection unit 206A outputs flag information indicating the selection prediction value for each division region to the entropy coding unit 105. As a result, the flag information is encoded and transmitted to the decoding device 30A. Further, in the case of the decoding device 30A, the selection unit 206A refers to the flag information decoded by the entropy decoding unit 301 and acquires the selection prediction value for each division region.
The above is the description of the configuration of the image coding / decoding system 1A.

次に、画像符号化復号システム1Aの動作について説明する。
図9は、DC予測部203Aの動作を示すフローチャートである。
ここでは、一例として、符号化装置10AにおけるDC予測部203Aの処理の流れについて説明する。
図9に示すステップS1、3の処理は、図6に示す処理と同様であるため、説明を援用する。
(ステップS14)ステップS3の処理の後、DC予測部203Aは、予測対象ブロックを複数の領域に分割する。その後、DC予測部203Aは、ステップS15に処理を進める。
ここで、DC予測部203Aは、予測対象ブロックを水平方向と垂直方向とのいずれか、又は、両方において分割する。DC予測部203Aは、2以上の任意の数に予測対象ブロックを分割してよい。DC予測部203Aは、各方向において、均等に予測対象ブロックを分割してもよいし、不均等に予測対象ブロックを分割してもよい。DC予測部203Aは、予測対象ブロックの形状、例えば各方向における長さに応じて、各方向の分割数を変更してもよい。例えば長さが長い方向において分割数を多くし、長さが短い方向において分割数を少なくしてよい。また、DC予測部203Aは、参照画素のグループの特定方法に応じて、予測対象ブロックの分割方法を変更してもよい。
Next, the operation of the image coding / decoding system 1A will be described.
FIG. 9 is a flowchart showing the operation of the DC prediction unit 203A.
Here, as an example, the processing flow of the DC prediction unit 203A in the coding apparatus 10A will be described.
Since the processes of steps S1 and 3 shown in FIG. 9 are the same as the processes shown in FIG. 6, the description is incorporated.
(Step S14) After the process of step S3, the DC prediction unit 203A divides the prediction target block into a plurality of regions. After that, the DC prediction unit 203A proceeds to step S15.
Here, the DC prediction unit 203A divides the prediction target block in either the horizontal direction and the vertical direction, or both. The DC prediction unit 203A may divide the prediction target block into two or more arbitrary numbers. The DC prediction unit 203A may divide the prediction target block evenly in each direction, or may divide the prediction target block unevenly. The DC prediction unit 203A may change the number of divisions in each direction according to the shape of the block to be predicted, for example, the length in each direction. For example, the number of divisions may be increased in the direction of long length and the number of divisions may be decreased in the direction of short length. Further, the DC prediction unit 203A may change the method of dividing the prediction target block according to the method of specifying the group of reference pixels.

(ステップS15)DC予測部203Aは、予測対象ブロックの分割領域ごとに、予測候補値の中から選択予測値を選択する。例えば、DC予測部203Aは、予測候補値ごとに、各分割領域の予測画像と原画像との差分を算出し、差分が最小となる予測候補値を選択予測値とする。その他の処理については、図6に示すステップS5と同様である。そして、DC予測部203Aは、図9に示す処理を終了する。
以上が、DC予測部203Aの動作についての説明である。
(Step S15) The DC prediction unit 203A selects a selection prediction value from the prediction candidate values for each division region of the prediction target block. For example, the DC prediction unit 203A calculates the difference between the predicted image and the original image of each divided region for each prediction candidate value, and sets the prediction candidate value having the smallest difference as the selected prediction value. Other processing is the same as in step S5 shown in FIG. Then, the DC prediction unit 203A ends the process shown in FIG.
The above is the description of the operation of the DC prediction unit 203A.

次に、画像符号化復号システム1Aによる処理結果の例について説明する。
図10は、画像符号化復号システム1Aによる処理結果の一例を示す図である。
図10(a)は、予測対象ブロックの原画像と、そのDCT信号を示す。図10(b)は、従来技術に係るDC予測による予測画像と、予測残差と、予測残差のDCT信号とを示す。図10(c)は、Planar予測による予測画像と、予測残差と、予測残差のDCT信号とを示す。図10(d)は、DC予測部203Aによる予測画像と、予測残差と、予測残差のDCT信号とを示す。図10(d)に示す例では、DC予測部203Aは、参照画素を8つのグループに分類し、予測対象ブロックを16分割している。
Next, an example of the processing result by the image coding / decoding system 1A will be described.
FIG. 10 is a diagram showing an example of a processing result by the image coding / decoding system 1A.
FIG. 10A shows an original image of the prediction target block and its DCT signal. FIG. 10B shows a predicted image by DC prediction according to the prior art, a predicted residual, and a DCT signal of the predicted residual. FIG. 10C shows a predicted image by Planar prediction, a predicted residual, and a DCT signal of the predicted residual. FIG. 10D shows a predicted image by the DC prediction unit 203A, a predicted residual, and a DCT signal of the predicted residual. In the example shown in FIG. 10D, the DC prediction unit 203A classifies the reference pixels into eight groups and divides the prediction target block into 16 blocks.

ここで、図10(b)〜(d)の残差DCT信号を比較すると、従来技術に係るDC予測やPlanar予測と比較して、DC予測部203Aによる予測ではDC成分が削減されていることがわかる。原画像との差分をMSEにより算出すると、従来技術に係るDC予測では「1.49×10」である。Planar予測では「1.36×10」である。DC予測部203Aによる予測では「1.01×10」である。このように、DC予測部203Aによる予測では、DC成分を削減することができた。
以上が、画像符号化復号システム1Aによる処理結果の例についての説明である。
Here, when the residual DCT signals of FIGS. 10B to 10D are compared, the DC component is reduced in the prediction by the DC prediction unit 203A as compared with the DC prediction and the Planar prediction according to the prior art. I understand. After calculating the difference between the original image by MSE, is the DC prediction according to the prior art is "1.49 × 10 5". In the Planar prediction is "1.36 × 10 5". The prediction by the DC prediction unit 203A is a "1.01 × 10 5". As described above, in the prediction by the DC prediction unit 203A, the DC component could be reduced.
The above is an explanation of an example of the processing result by the image coding / decoding system 1A.

以上説明したように、符号化装置10Aと、復号装置30Aとにおいて、選択部206Aは、画像ブロックを複数に分割した分割ブロックの各々に対する予測ブロックを、予測ブロック候補の中から選択する。
これにより、符号化装置10Aと、復号装置30Aとは、分割ブロックごとに予測値を定める。従って、符号化装置10Aと、復号装置30Aとは、例えば、画像ブロック内において、画素値が局所的に大きく変動している場合であっても、局所的な画素値の変動に合わせた予測ブロックを選択することができる。従って、画像符号化復号システム1Aは、符号化効率を向上させることができる。
As described above, in the coding device 10A and the decoding device 30A, the selection unit 206A selects a prediction block for each of the divided blocks obtained by dividing the image block into a plurality of predicted block candidates from the prediction block candidates.
As a result, the coding device 10A and the decoding device 30A determine the predicted value for each divided block. Therefore, the coding device 10A and the decoding device 30A are, for example, a prediction block that matches the local fluctuation of the pixel value even when the pixel value fluctuates greatly locally in the image block. Can be selected. Therefore, the image coding / decoding system 1A can improve the coding efficiency.

[変形例]
以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成は上述の実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。例えば、上述の第1〜2の実施形態において説明した各構成は、任意に組み合わせることができる。また、例えば、上述の第1〜2の実施形態において説明した各構成は、特定の機能を発揮するのに不要である場合には、省略することができる。また、例えば、上述の第1〜2の実施形態において説明した各構成は、複数の装置に分離して備えることができる。
[Modification example]
Although the embodiments of the present invention have been described in detail with reference to the drawings, the specific configuration is not limited to the above-described embodiments, and includes designs and the like within a range that does not deviate from the gist of the present invention. For example, the configurations described in the first and second embodiments described above can be arbitrarily combined. Further, for example, each configuration described in the above-described first and second embodiments can be omitted when it is not necessary to exert a specific function. Further, for example, each configuration described in the above-described first and second embodiments can be separately provided in a plurality of devices.

なお、上述した第2の実施形態では、分割領域ごとの選択予測値を、フラグ情報として伝送する場合について説明したが、これには限られない。例えば、一部の選択予測値が暗黙的に定められてもよい。 In the second embodiment described above, the case where the selected predicted value for each divided region is transmitted as flag information has been described, but the present invention is not limited to this. For example, some selection prediction values may be implicitly defined.

ここで、暗黙的な選択予測値の設定について説明する。
一般的な画像では、画素値が急激に変化する部分は少ない。従って、予測対象ブロック内においても、参照画素から距離が近い領域では、参照画素と同様の画素値を示すことが期待される。そこで、例えば、参照画素に隣接している分割領域については、当該参照画素を含むグループの予測候補値を、選択予測値として暗黙的に設定してもよい。つまり、予測対象ブロックのうち、参照画素側の端部に位置している分割領域に対しては、選択予測値として、隣接する参照画素のグループに基づく予測候補値を選択する。これにより、符号化装置10Aと、復号装置30Aとは、符号化と復号とに伴う画質の低下を防ぎつつ、データ量を低減することができる。つまり、符号化効率を向上させることができる。
Here, the setting of the implicit selection prediction value will be described.
In a general image, there are few parts where the pixel value changes abruptly. Therefore, even within the prediction target block, it is expected to show the same pixel value as the reference pixel in the region where the distance from the reference pixel is short. Therefore, for example, for the divided region adjacent to the reference pixel, the prediction candidate value of the group including the reference pixel may be implicitly set as the selection prediction value. That is, in the prediction target block, the prediction candidate value based on the group of adjacent reference pixels is selected as the selection prediction value for the divided region located at the end on the reference pixel side. As a result, the coding device 10A and the decoding device 30A can reduce the amount of data while preventing the deterioration of the image quality due to the coding and decoding. That is, the coding efficiency can be improved.

また、符号化装置10Aと、復号装置30Aとは、参照画素に隣接していない分割領域に対しては、その分割領域から最も距離が近い参照画素における参照画素を含むグループの予測候補値を、選択予測値として暗黙的に設定してもよい。この場合、分割領域からの距離とは、例えば、分割領域の左上端の画素の座標を代表値として、代表値からの距離であるとしてよい。
また、例えば、水平方向、垂直方向のそれぞれにおいて、最も距離が近い参照画素を含むグループを特定し、各グループによる予測候補値を、各グループまでの距離比に応じて加重平均した値を、選択予測値として設定してもよい。
また、参照画素に隣接していない分割領域に対しては、例えば、非特許文献1等の従来技術に係るDC予測において用いられる予測値を、選択候補値として設定してもよい。
Further, the coding device 10A and the decoding device 30A set the prediction candidate value of the group including the reference pixel in the reference pixel closest to the divided area with respect to the divided area not adjacent to the reference pixel. It may be implicitly set as a selection prediction value. In this case, the distance from the divided area may be, for example, the distance from the representative value with the coordinates of the pixel at the upper left end of the divided area as the representative value.
Further, for example, in each of the horizontal direction and the vertical direction, the group including the reference pixel closest to the distance is specified, and the prediction candidate value by each group is selected by weighted averaging according to the distance ratio to each group. It may be set as a predicted value.
Further, for the divided region not adjacent to the reference pixel, for example, a predicted value used in DC prediction according to the prior art such as Non-Patent Document 1 may be set as a selection candidate value.

また、上述の符号化装置10、10A、復号装置30、30Aの機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより符号化装置10、10A、復号装置30、30Aとしての処理を行ってもよい。ここで、「記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行する」とは、コンピュータシステムにプログラムをインストールすることを含む。ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータシステム」は、インターネットやWAN、LAN、専用回線等の通信回線を含むネットワークを介して接続された複数のコンピュータ装置を含んでもよい。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。このように、プログラムを記憶した記録媒体は、CD−ROM等の非一過性の記録媒体であってもよい。また、記録媒体には、当該プログラムを配信するために配信サーバからアクセス可能な内部または外部に設けられた記録媒体も含まれる。配信サーバの記録媒体に記憶されるプログラムのコードは、端末装置で実行可能な形式のプログラムのコードと異なるものでもよい。すなわち、配信サーバからダウンロードされて端末装置で実行可能な形でインストールができるものであれば、配信サーバで記憶される形式は問わない。なお、プログラムを複数に分割し、それぞれ異なるタイミングでダウンロードした後に端末装置で合体される構成や、分割されたプログラムのそれぞれを配信する配信サーバが異なっていてもよい。さらに「コンピュータ読み取り可能な記録媒体」とは、ネットワークを介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(RAM)のように、一定時間プログラムを保持しているものも含むものとする。また、上記プログラムは、上述した機能の一部を実現するためのものであってもよい。さらに、上述した機能をコンピュータシステムに既に記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であってもよい。 Further, a program for realizing the functions of the coding devices 10 and 10A and the decoding devices 30 and 30A described above is recorded on a computer-readable recording medium, and the program recorded on the recording medium is read into the computer system. , The processing as the coding devices 10, 10A and the decoding devices 30, 30A may be performed by executing the above. Here, "loading and executing a program recorded on a recording medium into a computer system" includes installing the program in the computer system. The term "computer system" as used herein includes hardware such as an OS and peripheral devices. Further, the "computer system" may include a plurality of computer devices connected via a network including a communication line such as the Internet, WAN, LAN, and a dedicated line. Further, the "computer-readable recording medium" refers to a portable medium such as a flexible disk, a magneto-optical disk, a ROM, or a CD-ROM, or a storage device such as a hard disk built in a computer system. As described above, the recording medium in which the program is stored may be a non-transient recording medium such as a CD-ROM. The recording medium also includes an internal or external recording medium that can be accessed from the distribution server to distribute the program. The code of the program stored in the recording medium of the distribution server may be different from the code of the program in a format that can be executed by the terminal device. That is, the format stored in the distribution server does not matter as long as it can be downloaded from the distribution server and installed in a form that can be executed by the terminal device. The program may be divided into a plurality of parts, downloaded at different timings, and then combined by the terminal device, or the distribution server for distributing each of the divided programs may be different. Furthermore, a "computer-readable recording medium" is a volatile memory (RAM) inside a computer system that serves as a server or client when a program is transmitted via a network, and holds the program for a certain period of time. It shall also include things. Further, the above program may be for realizing a part of the above-mentioned functions. Further, it may be a so-called difference file (difference program) that can realize the above-mentioned function in combination with a program already recorded in the computer system.

1、1A…画像符号化復号システム、10、10A…符号化装置、30、30A…復号装置、50…伝送蓄積部、200、200A…イントラ予測部、203、203A…DC予測部、204…特定部、205…生成部、206、206A…選択部、207A…ブロック分割部、105…エントロピー符号化部、301…エントロピー復号部 1, 1A ... Image coding / decoding system, 10, 10A ... Coding device, 30, 30A ... Decoding device, 50 ... Transmission storage unit, 200, 200A ... Intra prediction unit, 203, 203A ... DC prediction unit, 204 ... Specific Unit, 205 ... Generation unit, 206, 206A ... Selection unit, 207A ... Block division unit, 105 ... Entropy coding unit, 301 ... Entropy decoding unit

Claims (9)

1つの画像ブロックに対して、参照画素の集合を複数特定する特定部と、
前記特定部が特定した複数の前記参照画素の集合の各々から、イントラ予測により、予測ブロック候補を生成する生成部と、
前記画像ブロックに対する予測ブロックを、前記生成部が生成した複数の前記予測ブロック候補の中から選択する選択部と、
を備え、
前記特定部は、前記参照画素のうち、画素値が最小である画素を選択して成る第一グループと、画素値が最大である画素を選択して成る第二グループと、を前記参照画素の集合として少なくとも特定する、
予測装置。
A specific part that specifies a plurality of sets of reference pixels for one image block,
A generation unit that generates a prediction block candidate by intra- prediction from each of the set of the plurality of reference pixels specified by the specific unit.
A selection unit that selects a prediction block for the image block from a plurality of prediction block candidates generated by the generation unit, and a selection unit.
Bei to give a,
The specific unit includes a first group formed by selecting a pixel having the smallest pixel value and a second group formed by selecting a pixel having the largest pixel value among the reference pixels. At least identify as a set,
Predictor.
1つの画像ブロックに対して、参照画素の集合を複数特定する特定部と、
前記特定部が特定した複数の前記参照画素の集合の各々から、イントラ予測により、予測ブロック候補を生成する生成部と、
前記画像ブロックに対する予測ブロックを、前記生成部が生成した複数の前記予測ブロック候補の中から選択する選択部と、
を備え、
前記選択部は、前記画像ブロックを複数に分割した分割ブロックの各々に対する予測ブロックを、前記予測ブロック候補の中から選択し、
前記選択部が選択する前記予測ブロック候補は、前記分割ブロックの一部について暗黙的に定められている、
予測装置。
A specific part that specifies a plurality of sets of reference pixels for one image block,
A generation unit that generates a prediction block candidate by intra-prediction from each of the set of the plurality of reference pixels specified by the specific unit.
A selection unit that selects a prediction block for the image block from a plurality of prediction block candidates generated by the generation unit, and a selection unit.
With
The selection unit selects a prediction block for each of the divided blocks obtained by dividing the image block into a plurality of divided blocks from the prediction block candidates .
The prediction block candidate selected by the selection unit is implicitly defined for a part of the division block.
Predictor.
前記選択部が選択する前記予測ブロック候補は、前記参照画素に隣接している前記分割ブロックについては当該参照画素を含む集合の前記予測ブロック候補であると暗黙的に定められている、The prediction block candidate selected by the selection unit is implicitly defined as the prediction block candidate of the set including the reference pixel for the division block adjacent to the reference pixel.
請求項2に記載の予測装置。The prediction device according to claim 2.
前記選択部が選択する前記予測ブロック候補は、前記参照画素に隣接していない前記分割ブロックについては当該分割ブロックから最も距離が近い参照画素を含む集合の前記予測ブロック候補であると暗黙的に定められている、The prediction block candidate selected by the selection unit is implicitly determined to be the prediction block candidate of the set including the reference pixel closest to the division block for the division block not adjacent to the reference pixel. Has been
請求項2または3に記載の予測装置。The prediction device according to claim 2 or 3.
前記特定部は、所定数の集合を特定する、The specific part specifies a predetermined number of sets.
請求項1から4までのいずれか一項に記載の予測装置。The prediction device according to any one of claims 1 to 4.
前記特定部は、クラスタリングにより前記参照画素の集合を特定するThe specific unit specifies a set of reference pixels by clustering.
請求項1から5までのいずれか一項に記載の予測装置。The prediction device according to any one of claims 1 to 5.
請求項1から請求項6までのいずれか一項に記載の予測装置により選択された予測ブロックを示すフラグ情報を符号化する符号化部
を備える符号化装置。
An encoding unit that encodes flag information indicating a prediction block selected by the prediction device according to any one of claims 1 to 6 .
A coding device comprising.
請求項に記載の符号化装置が符号化したフラグ情報に基づいて、前記画像ブロックを復号する号部
を備える復号装置。
Decrypt unit coding apparatus based on the encoded flag information, decoding the image blocks according to claim 7,
Decoding device.
コンピュータを、請求項1から請求項6までのいずれか一項に記載の予測装置として動作させるためのプログラム。 A program for operating a computer as a predictor according to any one of claims 1 to 6.
JP2017012983A 2017-01-27 2017-01-27 Predictors, encoders, decoders, and programs Active JP6917718B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017012983A JP6917718B2 (en) 2017-01-27 2017-01-27 Predictors, encoders, decoders, and programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017012983A JP6917718B2 (en) 2017-01-27 2017-01-27 Predictors, encoders, decoders, and programs

Publications (2)

Publication Number Publication Date
JP2018121282A JP2018121282A (en) 2018-08-02
JP6917718B2 true JP6917718B2 (en) 2021-08-11

Family

ID=63044074

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017012983A Active JP6917718B2 (en) 2017-01-27 2017-01-27 Predictors, encoders, decoders, and programs

Country Status (1)

Country Link
JP (1) JP6917718B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FI116819B (en) * 2000-01-21 2006-02-28 Nokia Corp Procedure for transferring images and an image encoder
JP2006060267A (en) * 2004-08-17 2006-03-02 Sony Corp Coder, imaging apparatus, decoder, and processing method of image data
KR101103699B1 (en) * 2007-02-23 2012-01-11 니폰덴신뎅와 가부시키가이샤 Video coding method and decoding method, their device, their program and program-recorded medium
JP6210375B2 (en) * 2012-12-28 2017-10-11 サン パテント トラスト Image encoding method, image decoding method, image encoding device, image decoding device, and image encoding / decoding device

Also Published As

Publication number Publication date
JP2018121282A (en) 2018-08-02

Similar Documents

Publication Publication Date Title
KR102292589B1 (en) Method and apparatus for decoding image
TWI759389B (en) Low-complexity sign prediction for video coding
JP7159354B2 (en) Video signal processing method and apparatus using adaptive motion vector resolution
KR102635983B1 (en) Methods of decoding using skip mode and apparatuses for using the same
KR102469145B1 (en) Method and device for encoding or decoding image
JP2013524679A (en) Video encoding method, decoding method and apparatus using adaptive coefficient scan order
CN110870312B (en) Method and apparatus for intra-frame coding in video compression
US11451771B2 (en) Moving-image decoder using intra-prediction, moving-image decoding method using intra-prediction, moving-image encoder using intra-prediction, moving-image encoding method using intra-prediction, and computer readable recording medium
KR102503760B1 (en) Method and apparatus for video encoding/decoding using image analysis
KR102349435B1 (en) The method of encoding and decoding of quantization matrix and the apparatus for using the same
JP2014096638A (en) Image encoder, image encoding method, image encoding program, image decoder, image decoding method and image decoding program
JP2018078409A (en) Intra-predictor, image coding device, image decoding device, and program
CN112889280B (en) Method and apparatus for encoding and decoding digital image/video material
CN110741642A (en) Apparatus and method for directional intra prediction using a fitted plane and a plurality of base reference samples, and a plurality of secondary reference samples
KR20150095604A (en) Apparatus and method for video coding/decoding using adaptive intra prediction
JP6917718B2 (en) Predictors, encoders, decoders, and programs
JP6886825B2 (en) Predictors, encoders, decoders, and programs
JP2020028066A (en) Color difference intra prediction candidate generation device, image coding device, image decoding device, and program
JP7340658B2 (en) Image encoding device, image decoding device, and program
US20240283927A1 (en) Adaptive in-loop filtering in video encoding
KR20240131275A (en) Method and apparatus for encoding/decoding image and recording medium for storing bitstream
JP5957513B2 (en) Video decoding method
KR20230144426A (en) Image encoding/decoding method and apparatus
CN116325735A (en) Method and apparatus for adaptive reordering of reference frames
KR20140124446A (en) Method for encoding and decoding video using intra prediction, and apparatus thereof

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20181026

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191202

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200924

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201013

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20201211

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210210

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210720

R150 Certificate of patent or registration of utility model

Ref document number: 6917718

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250