JP2008193501A - Image encoding device and image encoding method - Google Patents

Image encoding device and image encoding method Download PDF

Info

Publication number
JP2008193501A
JP2008193501A JP2007026995A JP2007026995A JP2008193501A JP 2008193501 A JP2008193501 A JP 2008193501A JP 2007026995 A JP2007026995 A JP 2007026995A JP 2007026995 A JP2007026995 A JP 2007026995A JP 2008193501 A JP2008193501 A JP 2008193501A
Authority
JP
Japan
Prior art keywords
prediction
prediction mode
intra
picture
block
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2007026995A
Other languages
Japanese (ja)
Other versions
JP4971817B2 (en
Inventor
Daisuke Sakamoto
大輔 坂本
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2007026995A priority Critical patent/JP4971817B2/en
Publication of JP2008193501A publication Critical patent/JP2008193501A/en
Application granted granted Critical
Publication of JP4971817B2 publication Critical patent/JP4971817B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To perform encoding in a prediction mode having high encoding efficiency. <P>SOLUTION: Arithmetic processing can be reduced and real time encoding can be performed by preferentially selecting an intra prediction mode determined in an encoded block located at the same position of an encoding target block in an encoded picture temporally closest from an encoding target picture as an intra prediction mode for the encoding target block and performing intra prediction. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、画像符号化装置及び画像符号化方法に関し、特に、イントラ予測によって動画像を符号化・復号するために用いて好適な技術に関する。   The present invention relates to an image encoding device and an image encoding method, and more particularly to a technique suitable for use in encoding / decoding a moving image by intra prediction.

近年、マルチメディアに関連する情報のデジタル化が急進しており、それに伴い映像情報の高画質化に向けた要求が高まっている。具体的な例として、放送メディアにおいては、従来の720×480画素のSD(Standard Definition)方式から、1920×1080画素のHD(high definition)方式に移行が行われつつあることを挙げることができる。   In recent years, the digitalization of information related to multimedia has been rapidly progressing, and the demand for higher image quality of video information has increased accordingly. As a specific example, in the broadcasting media, it can be mentioned that a transition from the conventional SD (Standard Definition) method of 720 × 480 pixels to the HD (High Definition) method of 1920 × 1080 pixels is being performed. .

しかしながら、この高画質への要求は、デジタルデータの増大を同時に引き起こす問題点がある。これを解消するために、従来の性能を上回る圧縮符号化技術及び復号化技術が求められている。これらの要求に対し、ITU−T SG16やISO/IEC JTC1/SC29/WG11の活動で、画像間の相関を利用したフレーム間予測を用いた符号化圧縮方式の標準化作業が進められている。   However, this demand for high image quality has a problem of simultaneously increasing digital data. In order to solve this problem, a compression encoding technique and a decoding technique exceeding the conventional performance are required. In response to these demands, standardization of an encoding / compression method using inter-frame prediction using correlation between images is underway by activities of ITU-T SG16 and ISO / IEC JTC1 / SC29 / WG11.

この中でも、現状最も高能率符号化を実現しているといわれる符号化方式にH.264/MPEG−4 PART10(AVC)(以下、H.264と呼ぶ)がある。また、この中で新たに導入された技術のひとつとして、フレーム内の相関を利用し、フレーム内画素値を用いて同一フレーム内の画素値を予測するイントラ予測が導入されている。   Among these, H.264 is an encoding method that is said to realize the most efficient encoding at present. H.264 / MPEG-4 PART10 (AVC) (hereinafter referred to as H.264). In addition, as one of the newly introduced technologies, intra prediction has been introduced in which intra-frame correlation is used to predict pixel values in the same frame using intra-frame pixel values.

なお、イントラ予測には,複数の予測ブロックサイズ・予測方向(以下、イントラ予測モード)が存在する。例えば、「16×16画素」のブロックデータを基に予測方向を決定するイントラ16×16予測には4種類の予測方向がある。また、「4×4画素」のブロックデータを基に予測方向を決定するイントラ4×4予測には9種類の予測方向がある。   In intra prediction, there are a plurality of prediction block sizes and prediction directions (hereinafter referred to as intra prediction modes). For example, intra 16 × 16 prediction that determines a prediction direction based on block data of “16 × 16 pixels” has four types of prediction directions. In addition, there are nine types of prediction directions in intra 4 × 4 prediction that determines a prediction direction based on block data of “4 × 4 pixels”.

H.264では、これらのイントラ予測モードから最も適切なものを選択することにより、高能率な符号化を実現している。一般的には、一通りのイントラ予測処理を試行して、最適なイントラ予測モードを選択する手法が用いられている。さらには、特許文献1には撮影情報を用いて最適なイントラ予測モードを選択する方法が提案されている。また、特許文献2には、画像のパターンを判定して最適なイントラ予測モードを選択する方法がそれぞれ提案されている。   H. H.264 realizes highly efficient coding by selecting the most appropriate one of these intra prediction modes. In general, a method of trying an intra prediction process and selecting an optimal intra prediction mode is used. Furthermore, Patent Document 1 proposes a method for selecting an optimal intra prediction mode using shooting information. Patent Document 2 proposes a method for determining an image pattern and selecting an optimal intra prediction mode.

特開2006−217158号公報JP 2006-217158 A 特開2006−005659号公報JP 2006-005659 A

前述したように、前記のイントラ予測において最適なイントラ予測モードを求めるためには、最適なイントラ予測モードを選択する必要がある。このために、ITU−T SG16やISO/IECが提供するH.264のリファレンスソフトモデルJM(Joint Model)においては、全てのイントラ予測モードに対して演算を行い、最適なイントラ予測モードを選択している。   As described above, in order to obtain an optimal intra prediction mode in the intra prediction, it is necessary to select an optimal intra prediction mode. For this purpose, H.264 provided by ITU-T SG16 and ISO / IEC. In the H.264 reference software model JM (Joint Model), calculation is performed for all intra prediction modes, and an optimal intra prediction mode is selected.

しかしながら、符号化対象ブロックに対してイントラ16×16予測、イントラ4×4予測で定められたすべてのイントラ予測モードに対して演算を行うためには膨大な処理時間を必要とする。このため、特にイントラ予測モードの選択の他に、動きベクトルを算出する必要があるPピクチャやBピクチャにおいては、リアルタイムで符号化処理を行うことは困難であった。   However, enormous processing time is required to perform operations for all intra prediction modes determined by intra 16 × 16 prediction and intra 4 × 4 prediction for the current block. For this reason, it has been difficult to perform the encoding process in real time especially for P pictures and B pictures for which a motion vector needs to be calculated in addition to the selection of the intra prediction mode.

また、演算負荷の増大は消費電力の増大に結びつくので、ビデオカメラなどのモバイル機器の場合には、機器の動作可能時間が短くなってしまう問題があった。さらに、前記特許文献1の手法では、撮影情報の入手が必須であり、特許文献2の手法では、画像パターンを判定する手段が必要である問題点があった。   In addition, since an increase in calculation load leads to an increase in power consumption, in the case of a mobile device such as a video camera, there is a problem that the operable time of the device is shortened. Furthermore, in the method of Patent Document 1, acquisition of photographing information is essential, and in the method of Patent Document 2, there is a problem that means for determining an image pattern is necessary.

本発明は前述の問題点に鑑みてなされたものであり、従来よりも少ない演算量によって符号化効率が良い予測モードで符号化できるようにすることを目的としている。   The present invention has been made in view of the above-described problems, and an object of the present invention is to enable encoding in a prediction mode with good encoding efficiency with a smaller calculation amount than in the past.

本発明の画像符号化装置は、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、複数種の予測モードに応じた画面内予測処理を実行可能なイントラ予測手段と、前記イントラ予測手段によって使用される予測モードを選択する予測モード選択手段とを備え、前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、符号化対象ブロックと同位置にある符号化済みブロックで決定された予測ブロックサイズに対応する予測モードを、前記符号化対象ブロックの画面内予測処理のときに優先的に選択することを特徴とする。
また、本発明の画像符号化装置の他の特徴とするところは、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、複数種の予測モードに応じた画面内予測処理を実行可能なイントラ予測手段と、前記イントラ予測手段によって使用される予測モードを選択する予測モード選択手段とを備え、前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、符号化対象ブロックと同位置にある符号化済みブロックで決定された予測モードを、前記符号化対象ブロックの画面内予測処理のときに優先的に選択することを特徴とする。
また、本発明の画像符号化装置のその他の特徴とするところは、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、複数種の予測モードに応じた画面内予測処理を実行可能なイントラ予測手段と、前記イントラ予測手段によって使用される予測モードを選択する予測モード選択手段とを備え、前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測ブロックサイズに対応する予測モードを、前記符号化対象ブロックの画面内予測処理のときに優先的に選択することを特徴とする。
また、本発明の画像符号化装置のその他の特徴とするところは、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、複数種の予測モードに応じた画面内予測処理を実行可能なイントラ予測手段と、前記イントラ予測手段によって使用される予測モードを選択する予測モード選択手段とを備え、前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測モードを、前記符号化対象ブロックの画面内予測処理のときに優先的に選択することを特徴とする。
また、本発明の画像符号化装置のその他の特徴とするところは、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する予測モード選択手段と、前記予測モード選択手段により選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算するイントラ予測手段と、前記イントラ予測手段の演算結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する予測モード決定手段とを備え、前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択することを特徴とする。
また、本発明の画像符号化装置のその他の特徴とするところは、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する予測モード選択手段と、前記予測モード選択手段により選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算するイントラ予測手段と、前記イントラ予測手段の演算結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する予測モード決定手段とを備え、前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択することを特徴とする。
An image encoding apparatus according to the present invention is an image encoding apparatus that performs intra-frame prediction for each block composed of a plurality of pixels defined in a picture to be encoded, and performs encoding according to a plurality of types of prediction modes. An intra-prediction unit capable of executing an intra-prediction process; and a prediction mode selection unit that selects a prediction mode used by the intra-prediction unit. The prediction mode selection unit is temporally closest to the encoding target picture. In the encoded picture, the prediction mode corresponding to the prediction block size determined by the encoded block at the same position as the encoding target block is preferentially selected during the intra prediction process of the encoding target block. It is characterized by doing.
Another feature of the image coding apparatus according to the present invention is that the image coding apparatus performs coding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be coded. Intra prediction means capable of executing intra-screen prediction processing according to a plurality of types of prediction modes, and prediction mode selection means for selecting a prediction mode used by the intra prediction means, wherein the prediction mode selection means includes a code The prediction mode determined by the encoded block at the same position as the encoding target block in the encoded picture temporally closest to the encoding target picture is prioritized in the intra prediction process of the encoding target block It is characterized by selecting automatically.
Another feature of the image coding apparatus of the present invention is that the image coding apparatus performs coding by performing intra prediction for each block composed of a plurality of pixels defined in the picture to be coded. Intra prediction means capable of executing intra-screen prediction processing according to a plurality of types of prediction modes, and prediction mode selection means for selecting a prediction mode used by the intra prediction means, wherein the prediction mode selection means includes a code In the encoded picture that is closest in time to the encoding target picture, the predicted block size determined by the encoded block at the position shifted by the amount corresponding to the amount of motion between pictures from the same position as the encoding target block The corresponding prediction mode is preferentially selected during the intra-screen prediction process of the encoding target block.
Another feature of the image coding apparatus of the present invention is that the image coding apparatus performs coding by performing intra prediction for each block composed of a plurality of pixels defined in the picture to be coded. Intra prediction means capable of executing intra-screen prediction processing according to a plurality of types of prediction modes, and prediction mode selection means for selecting a prediction mode used by the intra prediction means, wherein the prediction mode selection means includes a code The prediction mode determined by the encoded block at the position shifted by the amount corresponding to the amount of motion between the pictures from the same position as the encoding target block in the encoded picture temporally closest to the encoding target picture, The selection is performed preferentially during the intra-frame prediction process of the encoding target block.
Another feature of the image coding apparatus of the present invention is that the image coding apparatus performs coding by performing intra prediction for each block composed of a plurality of pixels defined in the picture to be coded. A prediction mode selection unit that selects a predetermined number of prediction mode candidates from a plurality of types of prediction modes related to the intra prediction, and an encoding target according to the prediction mode candidate selected by the prediction mode selection unit Intra prediction means for performing an intra-screen prediction process of the block to calculate a prediction error due to the prediction mode candidate, and finally, based on the calculation result of the intra prediction means, the prediction mode candidate with the smallest prediction error is determined. Prediction mode determining means for determining as a correct prediction mode, and the prediction mode selecting means is a temporally closest code from the picture to be encoded. In reduction already picture and selects the encoding target block and a candidate of the prediction modes including the prediction mode determined by the encoded blocks in the same position.
Another feature of the image coding apparatus of the present invention is that the image coding apparatus performs coding by performing intra prediction for each block composed of a plurality of pixels defined in the picture to be coded. A prediction mode selection unit that selects a predetermined number of prediction mode candidates from a plurality of types of prediction modes related to the intra prediction, and an encoding target according to the prediction mode candidate selected by the prediction mode selection unit Intra prediction means for performing an intra-screen prediction process of the block to calculate a prediction error due to the prediction mode candidate, and finally, based on the calculation result of the intra prediction means, the prediction mode candidate with the smallest prediction error is determined. Prediction mode determining means for determining as a correct prediction mode, and the prediction mode selecting means is a temporally closest code from the picture to be encoded. In the encoded picture, the prediction mode candidate is selected including the prediction mode determined by the encoded block at a position shifted by the amount corresponding to the motion amount between pictures from the same position as the encoding target block. It is characterized by that.

本発明の画像符号化方法は、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化方法において、前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する工程と、前記選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算する工程と、前記演算の結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する工程とを有し、前記予測モードの候補を選択する工程では、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択することを特徴とする。
また、本発明の画像符号化方法の他の特徴とするところは、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化方法において、前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する工程と、前記選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算する工程と、前記演算の結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する工程とを有し、前記予測モードの候補を選択する工程では、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択することを特徴とする。
The image encoding method of the present invention is an image encoding method for performing encoding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be encoded. A step of selecting a predetermined number of prediction mode candidates from among the prediction modes, and performing an intra-screen prediction process of the encoding target block according to the selected prediction mode candidates, thereby performing prediction based on the prediction mode candidates A step of calculating an error, and a step of determining a prediction mode candidate having the smallest prediction error as a final prediction mode based on a result of the calculation, and selecting the prediction mode candidate The prediction mode determined by the encoded block in the same position as the encoding target block in the encoded picture temporally closest to the encoding target picture. Including de and selects candidates of the prediction mode.
Another feature of the image coding method of the present invention is that the image coding method performs coding by performing intra prediction for each block composed of a plurality of pixels defined in the picture to be coded. A step of selecting a predetermined number of prediction mode candidates from among a plurality of types of prediction modes related to the intra prediction, and performing an intra prediction process of the encoding target block according to the selected prediction mode candidates Calculating a prediction error due to the prediction mode candidate, and determining a prediction mode candidate with the smallest prediction error as a final prediction mode based on the result of the calculation, In the step of selecting a prediction mode candidate, in the encoded picture that is temporally closest to the encoding target picture, between the pictures from the same position as the encoding target block. Characterized in that including the prediction mode determined by the encoded blocks in shifted by positions an amount corresponding to the motion amount selecting the candidate of the prediction mode.

本発明のプログラムは、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化方法をコンピュータに実行させるためのプログラムであって、前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する工程と、前記選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算する工程と、前記演算の結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する工程とをコンピュータに実行させ、前記予測モードの候補を選択する工程では、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択するようにコンピュータに実行させることを特徴とする。
また、本発明のプログラムの他の特徴とするところは、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化方法をコンピュータに実行させるためのプログラムであって、前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する工程と、前記選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算する工程と、前記演算の結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する工程とをコンピュータに実行させ、前記予測モードの候補を選択する工程では、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択するようにコンピュータに実行させることを特徴とする。
The program of the present invention is a program for causing a computer to execute an image encoding method for performing encoding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be encoded. A process of selecting a predetermined number of prediction mode candidates from a plurality of types of prediction modes related to intra prediction, and performing an intra-screen prediction process of the encoding target block according to the selected prediction mode candidates, Calculating a prediction error due to the prediction mode candidate, and determining a prediction mode candidate with the smallest prediction error as a final prediction mode based on a result of the calculation, In the prediction mode candidate selection step, the encoding target block in the encoded picture temporally closest to the encoding target picture is selected. Including click and prediction mode determined in encoded blocks in the same position, characterized in that to be executed by a computer to select a candidate of the prediction mode.
Another feature of the program of the present invention is that it causes a computer to execute an image coding method for performing coding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be coded. And a coding target block according to the step of selecting a predetermined number of prediction mode candidates from among a plurality of types of prediction modes related to the intra-screen prediction, and the selected prediction mode candidates And calculating a prediction error due to the prediction mode candidate, and determining a prediction mode candidate with the smallest prediction error as a final prediction mode based on the result of the calculation. In the step of causing the computer to execute the process and selecting the prediction mode candidate, the encoded picture that is temporally closest to the encoding target picture is used. In which the prediction mode candidate is selected including the prediction mode determined by the encoded block at the position shifted by the amount corresponding to the amount of motion between pictures from the same position as the encoding target block. It is made to perform.

本発明によれば、すべてのイントラ予測モードに対して演算を行うことなく適切なイントラ予測モードを選択することができる。これにより、符号化効率が良い予測モードで符号化することが可能となり、演算処理を削減することができて、リアルタイムの符号化を行うことが可能となる。また、消費電力を大幅に削減することができる。   According to the present invention, it is possible to select an appropriate intra prediction mode without performing calculations for all intra prediction modes. As a result, encoding can be performed in a prediction mode with good encoding efficiency, arithmetic processing can be reduced, and real-time encoding can be performed. In addition, power consumption can be greatly reduced.

(第1の実施形態)
以下に図1〜図4を参照しながら、本発明にかかる画像符号化装置の好適な第1の実施形態について詳細に説明する。
図1は、本実施形態に係る画像符号化装置の構成例を説明するブロック図である。図1に示すように、本実施形態に係る画像符号化装置はフレームメモリ101、フィルタ後参照フレームメモリ102を備えている。
(First embodiment)
Hereinafter, a preferred first embodiment of an image encoding device according to the present invention will be described in detail with reference to FIGS.
FIG. 1 is a block diagram illustrating a configuration example of an image encoding device according to the present embodiment. As shown in FIG. 1, the image coding apparatus according to this embodiment includes a frame memory 101 and a post-filter reference frame memory 102.

また、動き予測部103、動き補償部104、イントラ予測部105、直交変換部106、量子化部107、エントロピー符号化部108、逆量子化部109、逆直交変換部110、スイッチ111、減算器112、加算器113を備えている。また、フィルタ前参照フレームメモリ114、ループフィルタ115、イントラ予測モード保存部116とを備えている。   Also, the motion prediction unit 103, motion compensation unit 104, intra prediction unit 105, orthogonal transform unit 106, quantization unit 107, entropy coding unit 108, inverse quantization unit 109, inverse orthogonal transform unit 110, switch 111, subtractor 112 and an adder 113. Further, a pre-filter reference frame memory 114, a loop filter 115, and an intra prediction mode storage unit 116 are provided.

このように構成された本実施形態の画像符号化装置において、まず入力画像を符号化する方法について述べる。
フレームメモリ101には入力画像が表示順に保存され、符号化対象ブロックを動き予測部103、イントラ予測部105、減算器112に対して符号化順に並べ替えて順次送信する。
First, a method for encoding an input image in the image encoding apparatus of the present embodiment configured as described above will be described.
Input images are stored in the frame memory 101 in the display order, and the encoding target blocks are rearranged in the encoding order to the motion prediction unit 103, the intra prediction unit 105, and the subtractor 112, and sequentially transmitted.

減算器112はフレームメモリ101から送信されてくる符号化対象ブロックからスイッチ111から送信されてくる予測画像ブロックを減算し、画像残差データを出力する。なお、予測画像ブロックの生成方法については後述する。   The subtractor 112 subtracts the predicted image block transmitted from the switch 111 from the encoding target block transmitted from the frame memory 101, and outputs image residual data. A method for generating a predicted image block will be described later.

直交変換部106では減算器112から出力された画像残差データを直交変換処理して、変換係数を量子化部107に送信する。量子化部107は、直交変換部変換係数を所定の量子化パラメータを用いて量子化し、エントロピー符号化部108及び逆量子化部109に送信する。   The orthogonal transform unit 106 performs orthogonal transform processing on the image residual data output from the subtractor 112 and transmits transform coefficients to the quantization unit 107. The quantization unit 107 quantizes the orthogonal transform unit transform coefficient using a predetermined quantization parameter, and transmits the quantized unit to the entropy coding unit 108 and the inverse quantization unit 109.

エントロピー符号化部108は量子化部107で量子化された変換係数を入力し、CAVLC(Context-Based Adaptive Variable Length)、CABAC(Context-based Adaptive Binary Arithmetic Coding)などのエントロピー符号化を施して、符号化データとして出力する。続いて、量子化部107で量子化された変換係数を用いて参照画像データを生成する方法について述べる。   The entropy coding unit 108 inputs the transform coefficient quantized by the quantization unit 107, performs entropy coding such as CAVLC (Context-Based Adaptive Variable Length), CABAC (Context-based Adaptive Binary Arithmetic Coding), Output as encoded data. Next, a method for generating reference image data using the transform coefficient quantized by the quantization unit 107 will be described.

逆量子化部109は、量子化部107から送信されてくる量子化された変換係数を逆量子化する。逆直交変換部110は逆量子化部109で逆量子化された変換係数を逆直交変換し、復号残差データを生成し加算器113に送信する。   The inverse quantization unit 109 performs inverse quantization on the quantized transform coefficient transmitted from the quantization unit 107. The inverse orthogonal transform unit 110 performs inverse orthogonal transform on the transform coefficient inversely quantized by the inverse quantization unit 109, generates decoded residual data, and transmits the decoded residual data to the adder 113.

加算器113は復号残差データと後述する予測画像データとを加算し参照画像データを生成し、フィルタ前参照フレームメモリ114に保存する。また、ループフィルタ115に送信される。ループフィルタ115は、参照画像データをフィルタリングしてノイズを除去しフィルタ後の参照画像データをフィルタ後参照フレームメモリ102に保存する。   The adder 113 adds decoded residual data and predicted image data described later to generate reference image data, and stores the reference image data in the pre-filter reference frame memory 114. Also, it is transmitted to the loop filter 115. The loop filter 115 filters the reference image data to remove noise, and stores the filtered reference image data in the filtered reference frame memory 102.

続いて、前記入力画像データ及び前記フィルタ前参照画像データ、前記フィルタ後参照画像データを用いて前記予測画像データを生成する方法について述べる。
動き予測部103は、フレームメモリ101から送信される符号化対象ブロック及びフィルタ後参照フレームメモリ102から送信されるフィルタ後参照画像データを用いて符号化対象ブロックのフィルタ後参照画像データでの動き量を表す動きベクトルを検出する。そして、検出した動きベクトルを、フィルタ後参照フレーム画像データ番号とともに動き補償部104に送信する。
Next, a method for generating the predicted image data using the input image data, the pre-filter reference image data, and the post-filter reference image data will be described.
The motion prediction unit 103 uses the coding target block transmitted from the frame memory 101 and the filtered reference image data transmitted from the filtered reference frame memory 102, and the amount of motion in the filtered reference image data of the coding target block Is detected. Then, the detected motion vector is transmitted to the motion compensation unit 104 together with the filtered reference frame image data number.

動き補償部104は、動き予測部103から送られた動きベクトルを用いて、フィルタ後参照フレームメモリ102中のフィルタ後参照フレーム画像データ番号で示される参照フレーム画像を参照する。そして、各ブロックの予測画像データを生成し、スイッチ111に送信する。   The motion compensation unit 104 refers to the reference frame image indicated by the filtered reference frame image data number in the filtered reference frame memory 102 using the motion vector transmitted from the motion prediction unit 103. Then, predicted image data of each block is generated and transmitted to the switch 111.

一方、イントラ予測部105はフレームメモリ101から送信される符号化対象ブロック、及びフィルタ前参照フレームメモリ114から送信される、既に符号化済みの符号化対象ブロックの周辺画素を用いて画面内予測(イントラ予測)を行う。そして、複数のイントラ予測モードの中から適切なイントラ予測モードを選択して予測画像データを生成し、スイッチ111に送信するとともにイントラ予測モード保存部116に選択された予測モードの情報を保存する。なお、本実施形態の特徴である適切なイントラ予測モードを選択する方法については後に詳細に述べる。   On the other hand, the intra prediction unit 105 uses intra-frame prediction using the encoding target block transmitted from the frame memory 101 and the peripheral pixels of the already encoded target block transmitted from the pre-filter reference frame memory 114 ( Intra prediction). Then, an appropriate intra prediction mode is selected from a plurality of intra prediction modes to generate predicted image data, which is transmitted to the switch 111 and information on the selected prediction mode is stored in the intra prediction mode storage unit 116. A method for selecting an appropriate intra prediction mode, which is a feature of the present embodiment, will be described in detail later.

スイッチ111は、動き補償部104及びイントラ予測部105から送信されてくる予測画像データのうち、適切な予測画像を選択して減算器112に送信する。なお、適切な予測画像を選択する方法は、例えば符号化対象ブロックと参照画像データの画像残差の絶対値和が小さい方を選択するなどの方法が挙げられるが、本実施形態の画像符号化装置では選択方法は問わない。   The switch 111 selects an appropriate prediction image from the prediction image data transmitted from the motion compensation unit 104 and the intra prediction unit 105 and transmits the selected prediction image to the subtractor 112. As a method for selecting an appropriate prediction image, for example, a method of selecting a smaller sum of absolute values of image residuals of an encoding target block and reference image data may be used. In the apparatus, the selection method is not limited.

次に、イントラ予測部105で使用可能な予測モードによる予測画像の生成方法について図4を用いながら説明する。
まず、イントラ16×16予測で選択可能な予測モードによる予測画像の生成方法を説明する。ここで、符号化対象ブロックに属する画素データをP(x、y)とする。なお、x、yはブロックを構成するマトリクス状の画素データの行方向及び列方向の位置を示し、0〜15の整数である。
Next, a method of generating a predicted image using a prediction mode that can be used by the intra prediction unit 105 will be described with reference to FIG.
First, a method for generating a predicted image in a prediction mode that can be selected by intra 16 × 16 prediction will be described. Here, the pixel data belonging to the encoding target block is P (x, y). Note that x and y indicate the position in the row direction and the column direction of matrix pixel data constituting the block, and are integers from 0 to 15.

符号化対象ブロックに隣接する画素データを、P(x、-1)、P(-1、y)とする。また、画素データは、前記符号化対象ブロックと異なるピクチャあるいは異なるスライスに属する場合などに、「利用可能でない(unavailable) 」であると判断される。   The pixel data adjacent to the encoding target block are P (x, −1) and P (−1, y). Also, the pixel data is determined to be “unavailable” when it belongs to a different picture or a different slice from the encoding target block.

(予測モード0):
予測モード0は、vertical(垂直)予測であり、P(x、-1)が「利用可能」である場合に適用される。この場合に、vertical(垂直)予測では、予測画像データPIの画素データPred(x、y)を数1のように生成する。
(Prediction mode 0):
Prediction mode 0 is vertical (vertical) prediction, and is applied when P (x, −1) is “available”. In this case, in vertical (vertical) prediction, pixel data Pred (x, y) of the predicted image data PI is generated as shown in Equation 1.

Figure 2008193501
Figure 2008193501

(予測モード1):
予測モード1は、horizontal(水平)予測であり、P(-1、y)が「利用可能」である場合に適用される。この場合に、horizontal(水平)予測では、予測画像データPIの画素データPred(x、y)を数2のように生成する。
(Prediction mode 1):
Prediction mode 1 is horizontal (horizontal) prediction and is applied when P (−1, y) is “available”. In this case, in horizontal (horizontal) prediction, pixel data Pred (x, y) of the predicted image data PI is generated as shown in Equation 2.

Figure 2008193501
Figure 2008193501

(予測モード2):
予測モード2は、DC予測であり、イントラ16×16予測では、予測画像データPIの画素データPred(x、y)を式3のように生成する。先ず、P(x、-1)及びP(-1、y)の全てが「利用可能」である場合に、イントラ16×16予測では、予測画像データPIの画素データPred(x、y)を数3のように生成する。
(Prediction mode 2):
Prediction mode 2 is DC prediction. In intra 16 × 16 prediction, pixel data Pred (x, y) of predicted image data PI is generated as shown in Equation 3. First, when all of P (x, −1) and P (−1, y) are “available”, the pixel data Pred (x, y) of the predicted image data PI is used for intra 16 × 16 prediction. It is generated as shown in Equation 3.

Figure 2008193501
Figure 2008193501

Figure 2008193501
Figure 2008193501

Figure 2008193501
Figure 2008193501

(予測モード3):
予測モード3は、plane予測であり、P(x、-1)、P(-1、y)の全てが前記「利用可能」である場合に適用される。この場合に、plane予測では、予測画像データPIの画素データPred(x、y)を数6のように生成する。
(Prediction mode 3):
The prediction mode 3 is plane prediction, and is applied when all of P (x, −1) and P (−1, y) are “available”. In this case, in the plane prediction, the pixel data Pred (x, y) of the predicted image data PI is generated as shown in Equation 6.

Figure 2008193501
Figure 2008193501

続いて、図4を用いながら、イントラ4×4予測で選択可能な予測モードによる予測ブロックデータの生成方法を説明する。
図4は、イントラ4×4予測の符号化処理対象となる4×4のブロックに属する画素データa〜pと、当該ブロックデータの周囲に属する画素データA〜Mとの位置関係を説明するための図である。画素データa〜pの予測値によって、予測画像データPIが生成される。なお、画素データA〜Mは、前記処理対象のブロックと異なるピクチャあるいは異なるスライスに属する場合などに、「利用可能でない(unavailable) 」であると判断される。
Next, a method for generating predicted block data in a prediction mode that can be selected by intra 4 × 4 prediction will be described with reference to FIG.
FIG. 4 is a diagram for explaining the positional relationship between pixel data a to p belonging to a 4 × 4 block that is an encoding process target for intra 4 × 4 prediction and pixel data A to M belonging to the periphery of the block data. FIG. Predicted image data PI is generated based on the predicted values of the pixel data a to p. The pixel data A to M are determined to be “unavailable” when they belong to a different picture or a different slice from the block to be processed.

(予測モード0):
予測モード0は、vertical(垂直)予測であり、図4に示す画素データA、B、C、Dの全てが前記「利用可能」である場合に適用される。この場合、vertical予測は、符号化対象ブロックの画素データa〜pの予測値を、画素データA、B、C、Dを用いて数7のように生成する。
(Prediction mode 0):
The prediction mode 0 is vertical (vertical) prediction, and is applied when all of the pixel data A, B, C, and D shown in FIG. 4 are “available”. In this case, the vertical prediction generates prediction values of the pixel data a to p of the encoding target block using the pixel data A, B, C, and D as shown in Equation 7.

Figure 2008193501
Figure 2008193501

(予測モード1):
予測モード1は、horizontal(水平)予測であり、図4に示す画素データI、J、K、Lの全てが前記「利用可能」である場合に適用される。この場合、horizontal予測は、符号化対象ブロック画素データa〜pの予測値を、画素データI、J、K、Lを用いて数8のように生成する。
(Prediction mode 1):
The prediction mode 1 is horizontal prediction and is applied when all of the pixel data I, J, K, and L shown in FIG. 4 are “available”. In this case, the horizontal prediction generates prediction values of the encoding target block pixel data a to p using the pixel data I, J, K, and L as shown in Equation 8.

Figure 2008193501
Figure 2008193501

(予測モード2):
予測モード2は、DC予測であり、図4に示す画素データA、B、C、D、I、J、K、Lの全てが前記「利用可能」である場合には、符号化対象ブロック画素データa〜pの予測値を、画素データA、B、C、D、I、J、K、Lを用いて数9のように生成する。
(Prediction mode 2):
The prediction mode 2 is DC prediction, and when all of the pixel data A, B, C, D, I, J, K, and L shown in FIG. Predicted values of data a to p are generated as shown in Equation 9 using pixel data A, B, C, D, I, J, K, and L.

Figure 2008193501
Figure 2008193501

また、図4に示す画素データA、B、C、Dの全てが前記「利用可能」でない場合には、符号化対象ブロック画素データa〜pの予測値を、画素データA、B、C、Dを用いて数10のように生成する。   If all of the pixel data A, B, C, and D shown in FIG. 4 are not “available”, the predicted values of the encoding target block pixel data a to p are set as the pixel data A, B, C, It is generated as shown in Equation 10 using D.

Figure 2008193501
Figure 2008193501

また、図4に示す画素データI、J、K、Lの全てが前記「利用可能」でない場合には、符号化対象ブロック画素データa〜pの予測値を、画素データI、J、K、Lを用いて数11のように生成する。   If all of the pixel data I, J, K, and L shown in FIG. 4 are not “available”, the predicted values of the encoding target block pixel data a to p are set as the pixel data I, J, K, It is generated as shown in Equation 11 using L.

Figure 2008193501
Figure 2008193501

また、図4に示す画素データA、B、C、D、I、J、K、Lの全てが前記「利用可能」でない場合には、符号化対象ブロック画素データa〜pの予測値「128」を用いる。   When all of the pixel data A, B, C, D, I, J, K, and L shown in FIG. 4 are not “available”, the predicted value “128” of the encoding target block pixel data a to p is “128”. Is used.

(予測モード3):
予測モード3は、D、Iagonal_Down_Left予測であり、図4に示す画素データA、B、C、D、I、J、K、L、Mの全てが前記「利用可能」である場合に適用される。この場合、D、Iagonal_Down_Left予測は、符号化対象ブロック画素データa〜pの予測値を、画素データA、B、C、D、I、J、K、L、Mを用いて数12のように生成する。
(Prediction mode 3):
The prediction mode 3 is D, Igonal_Down_Left prediction, and is applied when all of the pixel data A, B, C, D, I, J, K, L, and M shown in FIG. 4 are “available”. . In this case, the D and Iagonal_Down_Left prediction is performed by using the pixel data A, B, C, D, I, J, K, L, and M as the prediction values of the encoding target block pixel data a to p as shown in Expression 12. Generate.

Figure 2008193501
Figure 2008193501

(予測モード4):
予測モード4は、D、Iagonal_Down_Right予測であり、図4に示す画素データA、B、C、D、I、J、K、L、Mの全てが前記「利用可能」である場合に適用される。
この場合に、符号化対象ブロック画素データa〜pの予測値を、画素データA、B、C、D、I、J、K、L、Mを用いて数13のように生成する。
(Prediction mode 4):
The prediction mode 4 is D, Igonal_Down_Right prediction, and is applied when all of the pixel data A, B, C, D, I, J, K, L, and M shown in FIG. 4 are “available”. .
In this case, the prediction values of the encoding target block pixel data a to p are generated as in Expression 13 using the pixel data A, B, C, D, I, J, K, L, and M.

Figure 2008193501
Figure 2008193501

(予測モード5):
予測モード5は、D、Iagonal_Vertical_Right予測であり、図4に示す画素データA、B、C、D、I、J、K、L、Mの全てが前記「利用可能」である場合に適用される。
この場合に、符号化対象ブロック画素データa〜pの予測値を、画素データA、B、C、D、I、J、K、L、Mを用いて数14のように生成する。
(Prediction mode 5):
The prediction mode 5 is D, Iagonal_Vertical_Right prediction, and is applied when all of the pixel data A, B, C, D, I, J, K, L, and M shown in FIG. 4 are “available”. .
In this case, the prediction values of the encoding target block pixel data a to p are generated as in Expression 14 using the pixel data A, B, C, D, I, J, K, L, and M.

Figure 2008193501
Figure 2008193501

(予測モード6):
予測モード6は、Horizontal_Down予測であり、図4に示す画素データA、B、C、D、I、J、K、L、Mの全てが前記「利用可能」である場合に適用される。この場合に、符号化対象ブロック画素データa〜pの予測値を、画素データA、B、C、D、I、J、K、L、Mを用いて数15のように生成する。
(Prediction mode 6):
The prediction mode 6 is Horizontal_Down prediction, and is applied when all of the pixel data A, B, C, D, I, J, K, L, and M shown in FIG. 4 are “available”. In this case, the prediction values of the encoding target block pixel data a to p are generated as in Expression 15 using the pixel data A, B, C, D, I, J, K, L, and M.

Figure 2008193501
Figure 2008193501

(予測モード7):
予測モード7は、Vertical_Left予測であり、図4に示す画素データA、B、C、D、I、J、K、L、Mの全てが前記「利用可能」である場合に適用される。この場合に、符号化対象ブロック画素データa〜pの予測値を、画素データA、B、C、D、I、J、K、L、Mを用いて数16のように生成する。
(Prediction mode 7):
The prediction mode 7 is Vertical_Left prediction, and is applied when all of the pixel data A, B, C, D, I, J, K, L, and M shown in FIG. 4 are “available”. In this case, the prediction values of the encoding target block pixel data a to p are generated as in Expression 16 using the pixel data A, B, C, D, I, J, K, L, and M.

Figure 2008193501
Figure 2008193501

(予測モード8):
予測モード8は、Horizontal_Up予測であり、図4に示す画素データA、B、C、D、I、J、K、L、Mの全てが前記「利用可能」である場合に適用される。この場合に、符号化対象ブロック画素データa〜pの予測値を、画素データA、B、C、D、I、J、K、L、Mを用いて数17のように生成する。
(Prediction mode 8):
The prediction mode 8 is Horizontal_Up prediction, and is applied when all of the pixel data A, B, C, D, I, J, K, L, and M shown in FIG. 4 are “available”. In this case, the prediction values of the encoding target block pixel data a to p are generated as in Expression 17 using the pixel data A, B, C, D, I, J, K, L, and M.

Figure 2008193501
Figure 2008193501

なお、イントラ16×16予測のモード1は水平方向に高い相関(重み付け)を持たせたモードであり、モード0は垂直方向に高い相関(重み付け)を持たせたモードである。また、モード2、3は水平及び垂直方向の重み付けを殆ど行っていないモードである。   In addition, mode 1 of intra 16 × 16 prediction is a mode having high correlation (weighting) in the horizontal direction, and mode 0 is a mode having high correlation (weighting) in the vertical direction. Modes 2 and 3 are modes in which weighting in the horizontal and vertical directions is hardly performed.

イントラ4×4予測のモード1、6、8は水平方向に高い相関(重み付け)を持たせたモードであり、モード0、5、7は垂直方向に高い相関(重み付け)を持たせたモードである。また、モード2、4、3は水平及び垂直方向の重み付けを殆ど行っていないモードである。   Intra 4 × 4 prediction modes 1, 6, and 8 are modes with high correlation (weighting) in the horizontal direction, and modes 0, 5, and 7 are modes with high correlation (weighting) in the vertical direction. is there. Modes 2, 4, and 3 are modes in which weighting in the horizontal and vertical directions is hardly performed.

次に、本実施形態の最も特徴的な部分である前述のイントラ予測モードを選択するプロセスについて、図2のイントラ予測部のブロック図、図3のフローチャートを用いて説明する。なお、本実施形態ではリアルタイムで符号化を行うには全ての予測モードでの予測誤差演算を行えないものとする。   Next, the process of selecting the above-described intra prediction mode, which is the most characteristic part of the present embodiment, will be described with reference to the block diagram of the intra prediction unit in FIG. 2 and the flowchart in FIG. In this embodiment, it is assumed that prediction error calculation in all prediction modes cannot be performed in order to perform real-time encoding.

図2は、本実施形態に係るイントラ予測部105の構成例を示すブロック図である。図2に示すように、本実施形態に係るイントラ予測部105は、イントラ16×16予測部201、イントラ4×4予測部202、イントラ予測モード決定部203を備えている。更に、イントラ16×16モード別コスト保存部204、イントラ4×4モード別コスト保存部205、イントラ16×16ベストモード決定部206、イントラ4×4ベストモード決定部207、イントラベスト予測モード決定部208とを備えている。なお、ここでいう"コスト"とは、各モードに対する演算によって得られるいわゆる評価値である。   FIG. 2 is a block diagram illustrating a configuration example of the intra prediction unit 105 according to the present embodiment. As illustrated in FIG. 2, the intra prediction unit 105 according to the present embodiment includes an intra 16 × 16 prediction unit 201, an intra 4 × 4 prediction unit 202, and an intra prediction mode determination unit 203. Furthermore, the intra 16 × 16 mode-specific cost storage unit 204, the intra 4 × 4 mode-specific cost storage unit 205, the intra 16 × 16 best mode determination unit 206, the intra 4 × 4 best mode determination unit 207, and the intra best prediction mode determination unit. 208. The “cost” referred to here is a so-called evaluation value obtained by calculation for each mode.

係る構成において、イントラ予測モードを選択するプロセスについて説明する。
最初に、イントラ予測部105外にあるイントラ予測モード保存部116に保存してある予測モードをイントラ16×16ブロックサイズ、イントラ4×4ブロックサイズ別にイントラ予測モード決定部203に送信する。なお、イントラ予測モード保存部116から送信する予測モードは、符号化して復号化済みの時間的に最も近いピクチャの同位置にあるブロックで用いられた予測モードである(図3のステップS301)。
In this configuration, a process for selecting the intra prediction mode will be described.
First, the prediction mode stored in the intra prediction mode storage unit 116 outside the intra prediction unit 105 is transmitted to the intra prediction mode determination unit 203 for each intra 16 × 16 block size and intra 4 × 4 block size. Note that the prediction mode transmitted from the intra prediction mode storage unit 116 is a prediction mode used in the block at the same position of the temporally closest picture that has been encoded and decoded (step S301 in FIG. 3).

時間的に近いピクチャ間の相関は高く同位置の画像データが大きく変化していない可能性が高い。そのため、符号化して復号化済みの時間的に最も近いピクチャの同位置にあるブロックで用いられた予測モードで符号化すると符号化効率が良い可能性が高い。以上の理由から、最初に選択するイントラ予測モードの候補として符号化して復号化済みの時間的に最も近いピクチャの同位置にあるブロックで用いられた予測モードが用いられる。   The correlation between pictures that are close in time is high, and there is a high possibility that image data at the same position has not changed significantly. Therefore, when encoding is performed in the prediction mode used in the block at the same position of the temporally closest picture that has been encoded and decoded, there is a high possibility that the encoding efficiency is good. For these reasons, the prediction mode used in the block at the same position of the temporally closest picture that has been encoded and decoded as a candidate for the intra prediction mode to be selected first is used.

なお、一番初めのIピクチャ(スライス)など、符号化して復号化済みのピクチャが無い場合には任意の予測モードを最初に選択するイントラ予測モードの候補としてよい。あるいは、インター予測のする必要が無くP、Bピクチャ(スライス)に比べ、処理時間に余裕のあるIピクチャ(スライス)においてはP、Bピクチャより多くの予測モードを演算できるようにして補ってもよい。   Note that if there is no picture that has been encoded and decoded, such as the first I picture (slice), any prediction mode may be selected as a candidate for the intra prediction mode first. Alternatively, it is not necessary to perform inter prediction, and it can be compensated by calculating more prediction modes than P and B pictures in I pictures (slices) that have more processing time than P and B pictures (slices). Good.

イントラ予測モード決定部203は、イントラ予測モード保存部116から送信されてきた予測モードで予測誤差演算を行うようにイントラ16×16予測部201、イントラ4×4予測部202に指示する。また、イントラ予測部105外にあるフィルタ前参照フレームメモリ114に、イントラ予測モード保存部116から送信されてきた予測モードで必要となる画素データをイントラ16×16予測部201、イントラ4×4予測部202に送信するように指示する。   The intra prediction mode determination unit 203 instructs the intra 16 × 16 prediction unit 201 and the intra 4 × 4 prediction unit 202 to perform the prediction error calculation in the prediction mode transmitted from the intra prediction mode storage unit 116. Also, pixel data required in the prediction mode transmitted from the intra prediction mode storage unit 116 is stored in the pre-filter reference frame memory 114 outside the intra prediction unit 105, and the intra 16 × 16 prediction unit 201 and intra 4 × 4 prediction are used. The unit 202 is instructed to transmit.

イントラ16×16予測部201、イントラ4×4予測部202はイントラ予測部105外にあるフィルタ前参照フレームメモリ114から送信されてくる予測画像データを用いて前記の方法で各々の予測ブロックデータを生成する。   The intra 16 × 16 prediction unit 201 and the intra 4 × 4 prediction unit 202 use the predicted image data transmitted from the pre-filter reference frame memory 114 outside the intra prediction unit 105 to convert each prediction block data by the above method. Generate.

続いて、イントラ予測部105外にあるフレームメモリ101から送信される符号化対象データ、更にエントロピー符号化部108で付加されるヘッダデータを用いて設定された予測モードでの予測誤差Costを、「数18」を用いて計算する。また、その時の予測サイズ別Cost、予測モードをイントラ16×16モード別コスト保存部204、イントラ4×4モード別コスト保存部205に送信して保存する(図3のステップS302)。   Subsequently, the prediction error Cost in the prediction mode set using the encoding target data transmitted from the frame memory 101 outside the intra prediction unit 105 and the header data added by the entropy encoding unit 108 is expressed as “ Calculation is performed using “Expression 18”. Further, the cost by cost and the prediction mode at that time are transmitted to and stored in the cost storage unit 204 by intra 16 × 16 mode and the cost storage unit 205 by intra 4 × 4 mode (step S302 in FIG. 3).

Figure 2008193501
Figure 2008193501

なお、数18において「n」はイントラ16×16の予測か,イントラ4×4の予測かで「16」か「4」の値を取る。また、Org(i、j)は符号化対象データの左上を(0、0)として右下を(n、n)とした時の画素位置(i,j)の画素値、Pred(mode,i,j)は,同様に予測画像データの画素位置(i,j)の画素値である。また、SAD0(mode)はヘッダデータのビット数を表し、QP0は量子化パラメータQPと実際に量子化に用いられる量子化スケールを関連付ける係数である。 In Equation 18, “n” takes a value of “16” or “4” depending on whether the prediction is intra 16 × 16 or intra 4 × 4. Org (i, j) is the pixel value at the pixel position (i, j) when the upper left of the encoding target data is (0, 0) and the lower right is (n, n), Pred (mode, i). , J) is the pixel value at the pixel position (i, j) of the predicted image data. SAD 0 (mode) represents the number of bits of the header data, and QP 0 is a coefficient that associates the quantization parameter QP with the quantization scale actually used for quantization.

続いて、設定された予測モードの予測誤差演算が予め定めた所定の回数に達するまで、イントラ予測モード決定部203は選択された予測モードとは異なる予測モードをイントラ16×16予測部201、イントラ4×4予測部202に送信する。そして、前記ステップS302の処理を繰り返す(図3のテップS303、ステップS304)。但し、送信回数は、全ての予測モードでの予測誤差演算回数より少ない回数とする。また、前記予測モードについて、この場合は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、符号化対象ブロックとの同位置にあるブロックで用いられた予測モードとする。   Subsequently, until the prediction error calculation of the set prediction mode reaches a predetermined number of times, the intra prediction mode determination unit 203 sets a prediction mode different from the selected prediction mode to the intra 16 × 16 prediction unit 201, intra Transmit to the 4 × 4 prediction unit 202. Then, the processing in step S302 is repeated (step S303 and step S304 in FIG. 3). However, the number of transmissions is set to be smaller than the number of prediction error calculations in all prediction modes. Further, in this case, the prediction mode is the prediction mode used in the block at the same position as the encoding target block in the encoded picture temporally closest to the encoding target picture.

設定された予測モードの予測誤差演算が所定の回数に達したら、イントラ16×16モード別コスト保存部204、イントラ4×4モード別コスト保存部205は保存されている予測モード、予測誤差Costを送信する。本実施形態においては、イントラ16×16ベストモード決定部206、イントラ4×4ベストモード決定部207に送信する。   When the prediction error calculation for the set prediction mode reaches a predetermined number of times, the intra 16 × 16 mode cost storage unit 204 and the intra 4 × 4 mode cost storage unit 205 store the stored prediction mode and prediction error Cost. Send. In this embodiment, the information is transmitted to the intra 16 × 16 best mode determination unit 206 and the intra 4 × 4 best mode determination unit 207.

イントラ16×16ベストモード決定部206、イントラ4×4ベストモード決定部207は送信されてきた予測モードから最も予測誤差Costの小さいものを予測サイズ別ベストモードとして選択する。そして、予測誤差Costとともにイントラベスト予測モード決定部208に送信する(図3のステップS305)。また、イントラ予測モード保存部116に予測サイズ別に予測モードを同時に送信して保存する(図3のステップS306)。   The intra 16 × 16 best mode determination unit 206 and the intra 4 × 4 best mode determination unit 207 select the prediction mode with the smallest prediction error Cost from the transmitted prediction modes as the best mode by prediction size. And it transmits to the intra best prediction mode determination part 208 with the prediction error Cost (step S305 of FIG. 3). Further, the prediction mode is simultaneously transmitted and stored for each prediction size in the intra prediction mode storage unit 116 (step S306 in FIG. 3).

イントラベスト予測モード決定部208は、イントラ4×4ベストモード決定部207から送信されてくる予測誤差Costを「16×16のブロックサイズ」に達するまで加算する(つまり、16×16/(4×4)=16回加算する)。その後、イントラ16×16ベストモード決定部206から送信されてきた予測誤差Costと、イントラ4×4ベストモード決定部207から送信されてきた16個の予測誤差Costの和とを比較する。そして、誤差値の小さい方の予測サイズのモードを最終的なイントラ予測モードとして決定する(ステップS307)。   The intra best prediction mode determination unit 208 adds the prediction error Cost transmitted from the intra 4 × 4 best mode determination unit 207 until it reaches “16 × 16 block size” (that is, 16 × 16 / (4 × 4) = add 16 times). Thereafter, the prediction error Cost transmitted from the intra 16 × 16 best mode determination unit 206 is compared with the sum of the 16 prediction errors Cost transmitted from the intra 4 × 4 best mode determination unit 207. Then, the prediction size mode with the smaller error value is determined as the final intra prediction mode (step S307).

以上、述べたように、本実施形態の画像符号化装置においては、符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに複数種のイントラ予測モードの中から、予め定めた数だけ予測モードの候補を選択する。そして、予測誤差演算を行い、演算結果の誤差値が小さい予測モードを選択する予測モード選択手段を備える。前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、符号化対象ブロックと同位置にあるブロックで、予測誤差値の最も小さい予測サイズのモードをイントラ予測モードとして選択する。前記予測モード選択手段は、前記符号化対象ピクチャから時間的に最も近い符号化済みピクチャの同位置にあるブロックで、最も予測誤差の小さかった予測モードを符号化対象ブロックのイントラ予測モードの候補として優先的に選択する。   As described above, in the image encoding device according to the present embodiment, a predetermined number of intra prediction modes are selected from a plurality of types of intra prediction modes for each block including a plurality of pixels defined in the encoding target picture. Select a prediction mode candidate. Then, a prediction mode selection unit that performs a prediction error calculation and selects a prediction mode with a small error value of the calculation result is provided. The prediction mode selection means uses a prediction size mode with the smallest prediction error value as an intra prediction mode in a block that is in the same position as the encoding target block in the encoded picture that is temporally closest to the encoding target picture. select. The prediction mode selection means is a block at the same position of the encoded picture that is temporally closest to the encoding target picture, and uses the prediction mode with the smallest prediction error as an intra prediction mode candidate of the encoding target block. Select with priority.

本実施形態のように、時間的に最も近い符号化済みピクチャの同位置にあるブロックで用いられた予測モードで符号化すると符号化効率が良い可能性が高い。このため、本実施形態においては、時間的に最も近い符号化済みピクチャの同位置にあるブロックで用いられた予測モードを候補として優先的に選択する。これにより、全ての予測モードでの予測誤差演算をリアルタイムに行えない場合でも高い符号化効率を保つことができる。また、全ての予測モードでの予測誤差演算をリアルタイムに行える場合には、予測誤差演算の回数を減らすことが可能となり、画像符号化装置の消費電力を削減することが可能になる。   As in this embodiment, when encoding is performed in the prediction mode used in the block at the same position of the encoded picture that is closest in time, there is a high possibility that the encoding efficiency is good. For this reason, in the present embodiment, the prediction mode used in the block at the same position of the encoded picture that is temporally closest is preferentially selected as a candidate. Thereby, high encoding efficiency can be maintained even when prediction error calculation cannot be performed in real time in all prediction modes. Further, when prediction error calculation in all prediction modes can be performed in real time, the number of prediction error calculations can be reduced, and the power consumption of the image coding apparatus can be reduced.

(第2の実施形態)
次に、図5のブロック図、図6のフローチャート、図7の特性図を参照しながら、本発明にかかる画像符号化装置のもう一つの実施形態について詳細に説明する。ただし、図5に示す第2の実施形態に係る画像符号化装置は第1の実施形態とほぼ同じ構造を有するが、グローバルベクトル演算部501を有する点が異なる。
(Second Embodiment)
Next, another embodiment of the image coding apparatus according to the present invention will be described in detail with reference to the block diagram of FIG. 5, the flowchart of FIG. 6, and the characteristic diagram of FIG. However, the image coding apparatus according to the second embodiment shown in FIG. 5 has substantially the same structure as that of the first embodiment, except that a global vector calculation unit 501 is provided.

また、第2の実施形態に係るイントラ予測部105は、第1の実施形態のものと同じ構造を有するが、本実施形態においては、グローバルベクトルを用いて予測モードの候補を選択する点が第1の実施形態と異なる。なお、イントラ予測部105、グローバルベクトル演算部501以外の構成の動作については第1の実施形態と同様のため説明を省く。   In addition, the intra prediction unit 105 according to the second embodiment has the same structure as that of the first embodiment. However, in this embodiment, the point that a prediction mode candidate is selected using a global vector is the first. Different from the first embodiment. Note that the operations of the components other than the intra prediction unit 105 and the global vector calculation unit 501 are the same as those in the first embodiment, and thus description thereof is omitted.

グローバルベクトル演算部501は、符号化済みでかつ復号済みで時間的に符号化対象ピクチャから最も近いピクチャ(以下、参照ピクチャ)をフィルタ後参照フレームメモリ102から受信し、同時に符号化対象ピクチャをフレームメモリ101から受信する。そして、符号化対象ピクチャの画素値全てと、参照ピクチャの画素値全てを用いて参照ピクチャに対する符号化対象ピクチャの空間的な位置の差を示すグローバルベクトルを演算する。例えば、次のようなMSE(Mean Square Error)(数19)、MAE(Mean Absolute Error)(数20)、あるいはMAD(Mean Absolute difference)などの評価関数を用いて演算する。   The global vector calculation unit 501 receives the encoded and decoded picture that is temporally closest to the encoding target picture (hereinafter referred to as a reference picture) from the filtered reference frame memory 102 and simultaneously frames the encoding target picture in the frame. Receive from the memory 101. Then, a global vector indicating a spatial position difference of the encoding target picture with respect to the reference picture is calculated using all the pixel values of the encoding target picture and all of the pixel values of the reference picture. For example, calculation is performed using an evaluation function such as the following MSE (Mean Square Error) (Equation 19), MAE (Mean Absolute Error) (Equation 20), or MAD (Mean Absolute difference).

Figure 2008193501
Figure 2008193501

Figure 2008193501
Figure 2008193501

ここで、Scurは符号化対象ピクチャでの(m、n)番目の画素値、Srefは参照ピクチャでの(m、n)番目の画素値を示す。(i、j)は参照ピクチャに対する符号化対象ピクチャの空間的な位置をそれぞれ示している。 Here, S cur indicates the (m, n) -th pixel value in the encoding target picture, and S ref indicates the (m, n) -th pixel value in the reference picture. (I, j) indicate the spatial position of the encoding target picture with respect to the reference picture.

MAE値を例にした場合の、グローバルベクトルの選定方法の例を図7に示す。参照フレームを所定の方向に1画素ずつずらしていき、画素の移動距離ごとにMAE値の総和の平均を取る。そして平均MAE値が最小となるときの移動量がグローバルベクトルの選定基準となる。この処理を、例えば所定の方向と直交する他の方向についても実行し、この方向で平均MAE値が最小となる移動量が求まれば、2つの移動量とその移動方向からグローバルベクトルを決定することができる(図6のステップS601)。   FIG. 7 shows an example of a global vector selection method when the MAE value is taken as an example. The reference frame is shifted one pixel at a time in a predetermined direction, and the average of the sum of MAE values is taken for each pixel moving distance. The amount of movement when the average MAE value is the minimum is the global vector selection criterion. For example, if this process is executed also in another direction orthogonal to a predetermined direction and a movement amount that minimizes the average MAE value is obtained in this direction, a global vector is determined from the two movement amounts and the movement direction. (Step S601 in FIG. 6).

本実施形態では、1ピクチャの画素値全てを用いて1つグローバルベクトルを算出した。この他に、例えばピクチャの縦方向を3等分、横方向を3等分し9つグのローバルベクトルを求めるなどピクチャを複数のエリアに分割し、各エリアでグローバルベクトルを算出してもよい。グローバルベクトル演算部501は算出したグローバルベクトルをイントラ予測モード保存部116に送信する。   In this embodiment, one global vector is calculated using all pixel values of one picture. In addition to this, for example, the picture may be divided into a plurality of areas, for example, by dividing the picture into three equal parts in the vertical direction and three parts in the horizontal direction to obtain nine global vectors, and the global vector may be calculated in each area. . The global vector calculation unit 501 transmits the calculated global vector to the intra prediction mode storage unit 116.

イントラ予測モード保存部116は、保存してある予測モードを最初にイントラ16×16予測サイズ、イントラ4×4予測サイズ別にイントラ予測モード決定部203に送信する。なお、送信する予測モードは時間的に最も近い符号化済みピクチャの同位置にあるブロックからグローバルベクトル分ずらした位置にあるブロックで用いられた予測モードである(図6のステップS602)。   The intra prediction mode storage unit 116 first transmits the stored prediction modes to the intra prediction mode determination unit 203 for each intra 16 × 16 prediction size and intra 4 × 4 prediction size. Note that the prediction mode to be transmitted is the prediction mode used in the block located at a position shifted by the global vector from the block located at the same position in the encoded picture that is closest in time (step S602 in FIG. 6).

なお、時間的に近いピクチャであっても、例えば撮像装置がパンしている場合など大きな動きがある場合には、最も近いピクチャの同位置にあるブロックであっても相関が低くなってしまう。そのような場合にもグローバルベクトルを用いてピクチャ間の動き分だけ符号化対象ブロックの位置を補正することで、相関の高いブロックを選択することができる。   Even when the picture is close in time, for example, when there is a large movement such as when the imaging device is panning, the correlation is low even for the block at the same position of the closest picture. Even in such a case, it is possible to select a highly correlated block by correcting the position of the encoding target block by the amount of motion between pictures using a global vector.

以上の理由から最初に選択するイントラ予測モードの候補として、時間的に最も近い符号化済みピクチャの同位置にあるブロックからグローバルベクトル分だけずらしたブロックで用いられた予測モードを用いる。   For the above reasons, the prediction mode used in the block shifted by the global vector from the block at the same position of the encoded picture closest in time is used as the candidate of the intra prediction mode to be selected first.

なお、一番、最初のIピクチャなど既に符号化済みのピクチャが無い場合には任意の予測モードを最初に選択するイントラ予測モードの候補としてもよい。あるいは、イントラ予測のする必要が無くP、Bピクチャ(スライス)に比べ、処理時間に余裕のあるIピクチャ(スライス)においてはP、Bピクチャより多くの予測モードを演算できるようにして補ってもよい。   In addition, when there is no already encoded picture such as the first I picture, an arbitrary prediction mode may be selected as a candidate for an intra prediction mode first. Alternatively, there is no need for intra prediction, and I picture (slice) that has more processing time than P and B pictures (slices) can be compensated by calculating more prediction modes than P and B pictures. Good.

また、グローバルベクトルの分だけ位置をずらした結果、ブロックの位置がピクチャ外を指し示すような場合には、例えば、第1の実施形態で挙げた時間的に最も近い符号化済みピクチャの同位置にあるブロックで用いた予測モードを用いてもよい。また、隣接するブロックで用いられた予測モードを用いてもよいが、方法は問わない。これ以降の処理は第1の実施形態と同様のため、説明を省く。   Further, when the position of the block points out of the picture as a result of shifting the position by the global vector, for example, the same position of the encoded picture that is closest in time as described in the first embodiment is used. The prediction mode used in a certain block may be used. Moreover, although the prediction mode used by the adjacent block may be used, the method is not ask | required. Since the subsequent processing is the same as that of the first embodiment, description thereof is omitted.

なお、本実施形態で用いた予測モードの他に、第1の実施形態で挙げた時間的に最も近い符号化済みピクチャの同位置にあるブロックで用いた予測モードを用いてもよい。その場合、本実施形態の予測モードと第1の実施形態の予測モードを選択する順番は問わない。当然、二つの手法で選択された予測モードが同じ場合には予測誤差演算以降の処理は一度行えばよい。   In addition to the prediction mode used in the present embodiment, the prediction mode used in the block located at the same position of the encoded picture closest in time described in the first embodiment may be used. In that case, the order in which the prediction mode of the present embodiment and the prediction mode of the first embodiment are selected does not matter. Of course, when the prediction modes selected by the two methods are the same, the processing after the prediction error calculation may be performed once.

第1の実施形態の手法を併用することで本実施形態での効果に加え、第1の実施形態で挙げた効果も期待することができる。また、前記第1及び第2の実施形態の手法で選択された予測モード以外の予測モードを予測モードの候補として、必ず一つは選ぶようにするとよい。   By using the method of the first embodiment in combination, the effects described in the first embodiment can be expected in addition to the effects in the present embodiment. Further, it is preferable to always select one prediction mode as a prediction mode candidate other than the prediction mode selected by the method of the first and second embodiments.

第1及び第2の実施形態の手法で選択された予測モードだけで符号化を行っていると全てのピクチャで予測モードが二通りしか選ばれず、結果として符号化効率の低下に繋がる可能性がある。このように、予測モードを選択することで全てのピクチャで予測モードがずっと同じものになることを防ぐことができる。   If encoding is performed only with the prediction mode selected by the method of the first and second embodiments, only two prediction modes are selected for all pictures, and as a result, there is a possibility that the encoding efficiency may be lowered. is there. In this way, by selecting the prediction mode, it is possible to prevent the prediction mode from being the same for all pictures.

(本発明に係る他の実施形態)
前述した本発明の実施形態における画像符号化装置を構成する予測モード選択手段及び予測モード決定手段は、コンピュータのRAMやROMなどに記憶されたプログラムが動作することによって実現できる。また、画像符号化方法の予測モード選択工程及び予測モード決定工程も、コンピュータのRAMやROMなどに記憶されたプログラムが動作することによって実現できる。このプログラム及び前記プログラムを記憶したコンピュータ読み取り可能な記憶媒体は本発明に含まれる。
(Other embodiments according to the present invention)
The prediction mode selection means and prediction mode determination means constituting the image encoding apparatus in the above-described embodiment of the present invention can be realized by operating a program stored in a RAM or ROM of a computer. Also, the prediction mode selection step and the prediction mode determination step of the image encoding method can be realized by operating a program stored in a RAM or ROM of a computer. This program and a computer-readable storage medium storing the program are included in the present invention.

また、本発明は、例えば、システム、装置、方法、プログラムもしくは記憶媒体等としての実施形態も可能である。具体的には、複数の機器から構成されるシステムに適用してもよいし、また、一つの機器からなる装置に適用してもよい。   Further, the present invention can be embodied as a system, apparatus, method, program, storage medium, or the like. Specifically, the present invention may be applied to a system composed of a plurality of devices, or may be applied to an apparatus composed of a single device.

なお、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラム(実施形態では図3及び図6に示すフローチャートに対応したプログラム)を、システムあるいは装置に直接されてもよい。あるいは遠隔から供給し、そのシステムあるいは装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合を含む。   In the present invention, a software program (in the embodiment, a program corresponding to the flowcharts shown in FIGS. 3 and 6) for realizing the functions of the above-described embodiments may be directly applied to the system or apparatus. Alternatively, it may be achieved by supplying from a remote location and the computer of the system or apparatus reads and executes the supplied program code.

したがって、本発明の機能処理をコンピュータで実現するために、前記コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。   Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the present invention includes a computer program itself for realizing the functional processing of the present invention.

その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であってもよい。   In that case, as long as it has the function of a program, it may be in the form of object code, a program executed by an interpreter, script data supplied to the OS, and the like.

プログラムを供給するための記憶媒体としては、例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RWなどである。また、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM、DVD−R)なども含む。   Examples of the storage medium for supplying the program include a floppy (registered trademark) disk, hard disk, optical disk, magneto-optical disk, MO, CD-ROM, CD-R, and CD-RW. Moreover, a magnetic tape, a non-volatile memory card, ROM, DVD (DVD-ROM, DVD-R), etc. are also included.

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続し、前記ホームページから本発明のコンピュータプログラムそのものをダウンロードすることによっても供給できる。もしくは、圧縮され自動インストール機能を含むファイルをハードディスク等の記憶媒体にダウンロードすることによっても供給できる。   As another program supply method, the program can be supplied by connecting to a homepage on the Internet using a browser of a client computer and downloading the computer program of the present invention from the homepage. Alternatively, it can be supplied by downloading a compressed file including an automatic installation function to a storage medium such as a hard disk.

また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。   It can also be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. That is, a WWW server that allows a plurality of users to download a program file for realizing the functional processing of the present invention on a computer is also included in the present invention.

また、本発明のプログラムを暗号化してCD−ROM等の記憶媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、その鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。   In addition, the program of the present invention is encrypted, stored in a storage medium such as a CD-ROM, distributed to users, and key information for decryption is downloaded from a homepage via the Internet to users who have cleared predetermined conditions. Let It is also possible to execute the encrypted program by using the key information and install the program on a computer.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。その他、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部または全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   Further, the functions of the above-described embodiments are realized by the computer executing the read program. In addition, based on the instructions of the program, an OS or the like running on the computer performs part or all of the actual processing, and the functions of the above-described embodiments can also be realized by the processing.

さらに、記憶媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。そして、その後、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によっても前述した実施形態の機能が実現される。   Further, the program read from the storage medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Thereafter, the CPU of the function expansion board or function expansion unit performs part or all of the actual processing based on the instructions of the program, and the functions of the above-described embodiments are realized by the processing.

本発明の第1実施形態における画像符号化装置の概略の構成を示すブロック図である。It is a block diagram which shows the structure of the outline of the image coding apparatus in 1st Embodiment of this invention. 本発明の第1実施形態における画像符号化装置のイントラ予測部の概略の構成を示すブロック図である。It is a block diagram which shows the structure of the outline of the intra estimation part of the image coding apparatus in 1st Embodiment of this invention. 本発明の第1実施形態に係る画像符号化装置のイントラ予測部の動作を説明するフローチャートである。It is a flowchart explaining operation | movement of the intra estimation part of the image coding apparatus which concerns on 1st Embodiment of this invention. 本発明の実施形態におけるイントラ予測の予測モードを説明するための図である。It is a figure for demonstrating the prediction mode of intra prediction in embodiment of this invention. 本発明の第2実施形態における画像符号化装置の概略の構成を示すブロック図である。It is a block diagram which shows the schematic structure of the image coding apparatus in 2nd Embodiment of this invention. 本発明の第2実施形態に係る画像符号化装置のイントラ予測部の動作を説明するフローチャートである。It is a flowchart explaining operation | movement of the intra estimation part of the image coding apparatus which concerns on 2nd Embodiment of this invention. 本発明の第2の実施形態に係るグローバルベクトルの決定方法を説明するための図である。It is a figure for demonstrating the determination method of the global vector which concerns on the 2nd Embodiment of this invention.

符号の説明Explanation of symbols

101 フレームメモリ
102 フィルタ後参照フレームメモリ
103 動き予測部
104 動き補償部
105 イントラ予測部
106 直交変換部
107 量子化部
108 エントロピー符号化部
109 逆量子化部
110 逆直交変換部
111 スイッチ
112 減算器
113 加算器
114 フィルタ前参照フレームメモリ
115 ループフィルタ
116 イントラ予測モード保存部
201 イントラ16×16予測部
202 イントラ4×4予測部
203 イントラ予測モード決定部
204 イントラ16×16モード別コスト保存部
205 イントラ4×4モード別コスト保存部
206 イントラ16×16ベストモード決定部
207 イントラ4×4ベストモード決定部
208 イントラベストモード決定部
501 グローバルベクトル演算部
101 Frame memory 102 Reference frame memory after filtering 103 Motion prediction unit 104 Motion compensation unit 105 Intra prediction unit 106 Orthogonal transformation unit 107 Quantization unit 108 Entropy coding unit 109 Inverse quantization unit 110 Inverse orthogonal transformation unit 111 Switch 112 Subtractor 113 Adder 114 Pre-filter reference frame memory 115 Loop filter 116 Intra prediction mode storage unit 201 Intra 16 × 16 prediction unit 202 Intra 4 × 4 prediction unit 203 Intra prediction mode determination unit 204 Intra 16 × 16 mode-specific cost storage unit 205 Intra 4 X4 mode cost storage unit 206 intra 16 × 16 best mode determination unit 207 intra 4 × 4 best mode determination unit 208 intra best mode determination unit 501 global vector operation unit

Claims (17)

符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、
複数種の予測モードに応じた画面内予測処理を実行可能なイントラ予測手段と、
前記イントラ予測手段によって使用される予測モードを選択する予測モード選択手段とを備え、
前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、符号化対象ブロックと同位置にある符号化済みブロックで決定された予測ブロックサイズに対応する予測モードを、前記符号化対象ブロックの画面内予測処理のときに優先的に選択することを特徴とする画像符号化装置。
In an image encoding apparatus that performs encoding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be encoded,
Intra-prediction means capable of executing intra-screen prediction processing according to multiple types of prediction modes;
Prediction mode selection means for selecting a prediction mode used by the intra prediction means,
The prediction mode selection means includes a prediction mode corresponding to a prediction block size determined by a coded block at the same position as the coding target block in a coded picture temporally closest to the coding target picture, An image encoding apparatus, wherein the image encoding device is preferentially selected during an intra-screen prediction process of the encoding target block.
符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、
複数種の予測モードに応じた画面内予測処理を実行可能なイントラ予測手段と、
前記イントラ予測手段によって使用される予測モードを選択する予測モード選択手段とを備え、
前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、符号化対象ブロックと同位置にある符号化済みブロックで決定された予測モードを、前記符号化対象ブロックの画面内予測処理のときに優先的に選択することを特徴とする画像符号化装置。
In an image encoding apparatus that performs encoding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be encoded,
Intra-prediction means capable of executing intra-screen prediction processing according to multiple types of prediction modes;
Prediction mode selection means for selecting a prediction mode used by the intra prediction means,
The prediction mode selection means selects the prediction mode determined by the encoded block at the same position as the encoding target block in the encoded picture temporally closest to the encoding target picture. An image encoding apparatus that is preferentially selected during intra prediction processing.
前記予測モード選択手段は、前記符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ピクチャと同位置にある符号化済みブロックで決定された予測モードを、前記符号化対象ブロックの予測モードの候補として最初に選択することを特徴とする請求項1又は2に記載の画像符号化装置。   The prediction mode selection means selects a prediction mode determined by a coded block in the same position as the coding target picture in a coded picture temporally closest to the coding target picture. The image encoding apparatus according to claim 1 or 2, wherein the image encoding apparatus is first selected as a block prediction mode candidate. 前記予測モード選択手段は、前記符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置にある符号化済みブロックで決定された予測モード以外に、少なくとも一つの予測モードを、前記符号化対象ブロックの予測モードの候補として選択することを特徴とする請求項1乃至3の何れか1項に記載の画像符号化装置。   The prediction mode selection means includes at least one prediction mode other than the prediction mode determined by the encoded block at the same position as the encoding target block in the encoded picture temporally closest to the encoding target picture. The image encoding apparatus according to any one of claims 1 to 3, wherein a prediction mode is selected as a prediction mode candidate of the encoding target block. 前記予測モード選択手段により選択された複数の予測モードのうち、予測誤差が最も小さくなる予測モードを最終的な予測モードとして決定する予測モード決定手段をさらに備えることを特徴とする請求項1乃至4の何れか1項に記載の画像符号化装置。   5. The apparatus according to claim 1, further comprising: a prediction mode determination unit that determines a prediction mode having the smallest prediction error among the plurality of prediction modes selected by the prediction mode selection unit as a final prediction mode. The image encoding device according to any one of the above. 符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、
複数種の予測モードに応じた画面内予測処理を実行可能なイントラ予測手段と、
前記イントラ予測手段によって使用される予測モードを選択する予測モード選択手段とを備え、
前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測ブロックサイズに対応する予測モードを、前記符号化対象ブロックの画面内予測処理のときに優先的に選択することを特徴とする画像符号化装置。
In an image encoding apparatus that performs encoding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be encoded,
Intra-prediction means capable of executing intra-screen prediction processing according to multiple types of prediction modes;
Prediction mode selection means for selecting a prediction mode used by the intra prediction means,
The prediction mode selection means is a coded block at a position shifted from the same position as the coding target block by an amount corresponding to the amount of motion between pictures in a coded picture that is temporally closest to the coding target picture. An image encoding apparatus, wherein the prediction mode corresponding to the prediction block size determined in (1) is preferentially selected during the intra-screen prediction process of the encoding target block.
符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、
複数種の予測モードに応じた画面内予測処理を実行可能なイントラ予測手段と、
前記イントラ予測手段によって使用される予測モードを選択する予測モード選択手段とを備え、
前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測モードを、前記符号化対象ブロックの画面内予測処理のときに優先的に選択することを特徴とする画像符号化装置。
In an image encoding apparatus that performs encoding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be encoded,
Intra-prediction means capable of executing intra-screen prediction processing according to multiple types of prediction modes;
Prediction mode selection means for selecting a prediction mode used by the intra prediction means,
The prediction mode selection means is a coded block at a position shifted from the same position as the coding target block by an amount corresponding to the amount of motion between pictures in a coded picture that is temporally closest to the coding target picture. The image coding apparatus characterized by preferentially selecting the prediction mode determined in (4) during the intra-frame prediction process of the coding target block.
前記予測モード選択手段は、前記符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測モードを、前記符号化対象ブロックの予測モードの候補として最初に選択することを特徴とする請求項6又は7に記載の画像符号化装置。   The prediction mode selection unit encodes a coded picture closest in time to the coding target picture at a position shifted from the same position as the coding target block by an amount corresponding to a motion amount between pictures. The image encoding apparatus according to claim 6 or 7, wherein a prediction mode determined by a completed block is first selected as a prediction mode candidate of the encoding target block. 前記予測モード選択手段は、前記符号化対象ブロックから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測モード以外に、少なくとも一つの予測モードを、前記符号化対象ブロックの予測モードの候補として選択することを特徴とする請求項6乃至8の何れか1項に記載の画像符号化装置。   The prediction mode selection unit encodes a coded picture that is temporally closest to the coding target block at a position shifted from the same position as the coding target block by an amount corresponding to a motion amount between pictures. The image according to any one of claims 6 to 8, wherein at least one prediction mode is selected as a prediction mode candidate of the encoding target block, in addition to the prediction mode determined by a completed block. Encoding device. 前記予測モード選択手段により選択された複数の予測モードのうち、予測誤差が最も小さくなる予測モードを最終的な予測モードとして決定する予測モード決定手段をさらに備えることを特徴とする請求項6乃至9の何れか1項に記載の画像符号化装置。   10. A prediction mode determining means for determining a prediction mode with the smallest prediction error among a plurality of prediction modes selected by the prediction mode selection means as a final prediction mode. The image encoding device according to any one of the above. 符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、
前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する予測モード選択手段と、
前記予測モード選択手段により選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算するイントラ予測手段と、
前記イントラ予測手段の演算結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する予測モード決定手段とを備え、
前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択することを特徴とする画像符号化装置。
In an image encoding apparatus that performs encoding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be encoded,
A prediction mode selection means for selecting a predetermined number of prediction mode candidates from a plurality of types of prediction modes related to the intra prediction;
Intra prediction means for performing an intra-screen prediction process of the encoding target block according to a prediction mode candidate selected by the prediction mode selection means, and calculating a prediction error due to the prediction mode candidate;
A prediction mode determination unit that determines a prediction mode candidate with the smallest prediction error as a final prediction mode based on a calculation result of the intra prediction unit;
The prediction mode selection means includes the prediction mode determined by the encoded block at the same position as the encoding target block in the encoded picture temporally closest to the encoding target picture. An image encoding apparatus characterized by selecting a candidate.
符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化装置において、
前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する予測モード選択手段と、
前記予測モード選択手段により選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算するイントラ予測手段と、
前記イントラ予測手段の演算結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する予測モード決定手段とを備え、
前記予測モード選択手段は、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択することを特徴とする画像符号化装置。
In an image encoding apparatus that performs encoding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be encoded,
A prediction mode selection means for selecting a predetermined number of prediction mode candidates from a plurality of types of prediction modes related to the intra prediction;
Intra prediction means for performing an intra-screen prediction process of the encoding target block according to a prediction mode candidate selected by the prediction mode selection means, and calculating a prediction error due to the prediction mode candidate;
A prediction mode determination unit that determines a prediction mode candidate with the smallest prediction error as a final prediction mode based on a calculation result of the intra prediction unit;
The prediction mode selection means is encoded in a position that is shifted by an amount corresponding to the amount of motion between pictures from the same position as the encoding target block in the encoded picture that is temporally closest to the encoding target picture. An image encoding apparatus that selects a prediction mode candidate including a prediction mode determined in a block.
符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化方法において、
前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する工程と、
前記選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算する工程と、
前記演算の結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する工程とを有し、
前記予測モードの候補を選択する工程では、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択することを特徴とする画像符号化方法。
In an image coding method for performing coding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be coded,
Selecting a predetermined number of prediction mode candidates from a plurality of types of prediction modes related to the intra-screen prediction;
Performing an intra-screen prediction process of the encoding target block according to the selected prediction mode candidate, and calculating a prediction error due to the prediction mode candidate;
Determining a prediction mode candidate with the smallest prediction error as a final prediction mode based on a result of the calculation,
In the step of selecting the prediction mode candidate, the prediction mode determined in the encoded block at the same position as the encoding target block in the encoded picture temporally closest to the encoding target picture is included. An image encoding method, wherein the prediction mode candidate is selected.
符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化方法において、
前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する工程と、
前記選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算する工程と、
前記演算の結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する工程とを有し、
前記予測モードの候補を選択する工程では、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択することを特徴とする画像符号化方法。
In an image coding method for performing coding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be coded,
Selecting a predetermined number of prediction mode candidates from a plurality of types of prediction modes related to the intra-screen prediction;
Performing an intra-screen prediction process of the encoding target block according to the selected prediction mode candidate, and calculating a prediction error due to the prediction mode candidate;
Determining a prediction mode candidate with the smallest prediction error as a final prediction mode based on a result of the calculation,
In the step of selecting the prediction mode candidate, in the encoded picture temporally closest to the encoding target picture, the position is shifted from the same position as the encoding target block by an amount corresponding to the amount of motion between pictures. An image coding method comprising: selecting a prediction mode candidate including a prediction mode determined by a certain encoded block.
符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化方法をコンピュータに実行させるためのプログラムであって、
前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する工程と、
前記選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算する工程と、
前記演算の結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する工程とをコンピュータに実行させ、
前記予測モードの候補を選択する工程では、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択するようにコンピュータに実行させることを特徴とするプログラム。
A program for causing a computer to execute an image coding method for performing coding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be coded,
Selecting a predetermined number of prediction mode candidates from a plurality of types of prediction modes related to the intra-screen prediction;
Performing an intra-screen prediction process of the encoding target block according to the selected prediction mode candidate, and calculating a prediction error due to the prediction mode candidate;
Based on the result of the operation, causing the computer to execute a step of determining a prediction mode candidate with the smallest prediction error as a final prediction mode,
In the step of selecting the prediction mode candidate, the prediction mode determined in the encoded block at the same position as the encoding target block in the encoded picture temporally closest to the encoding target picture is included. A program causing a computer to execute a selection of the prediction mode candidates.
符号化対象ピクチャ内に規定された複数の画素から成るブロックごとに画面内予測を行って符号化する画像符号化方法をコンピュータに実行させるためのプログラムであって、
前記画面内予測に係る複数種の予測モードの中から、予め定めた数だけ予測モードの候補を選択する工程と、
前記選択された予測モードの候補に従って符号化対象ブロックの画面内予測処理を行って、前記予測モードの候補による予測誤差を演算する工程と、
前記演算の結果に基づいて、前記予測誤差が最も小さい予測モードの候補を最終的な予測モードとして決定する工程とをコンピュータに実行させ、
前記予測モードの候補を選択する工程では、符号化対象ピクチャから時間的に最も近い符号化済みピクチャにおける、前記符号化対象ブロックと同位置からピクチャ間の動き量に応じた分だけずらした位置にある符号化済みブロックで決定された予測モードを含めて前記予測モードの候補を選択するようにコンピュータに実行させることを特徴とするプログラム。
A program for causing a computer to execute an image coding method for performing coding by performing intra prediction for each block composed of a plurality of pixels defined in a picture to be coded,
Selecting a predetermined number of prediction mode candidates from a plurality of types of prediction modes related to the intra-screen prediction;
Performing an intra-screen prediction process of the encoding target block according to the selected prediction mode candidate, and calculating a prediction error due to the prediction mode candidate;
Based on the result of the calculation, causing the computer to execute a step of determining a prediction mode candidate with the smallest prediction error as a final prediction mode,
In the step of selecting the prediction mode candidate, in the encoded picture temporally closest to the encoding target picture, the position is shifted from the same position as the encoding target block by an amount corresponding to the amount of motion between pictures. A program for causing a computer to execute the selection of a prediction mode candidate including a prediction mode determined by a certain encoded block.
請求項15又は16に記載のプログラムを記憶したことを特徴とするコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium storing the program according to claim 15 or 16.
JP2007026995A 2007-02-06 2007-02-06 Image encoding device Expired - Fee Related JP4971817B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007026995A JP4971817B2 (en) 2007-02-06 2007-02-06 Image encoding device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007026995A JP4971817B2 (en) 2007-02-06 2007-02-06 Image encoding device

Publications (2)

Publication Number Publication Date
JP2008193501A true JP2008193501A (en) 2008-08-21
JP4971817B2 JP4971817B2 (en) 2012-07-11

Family

ID=39753142

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007026995A Expired - Fee Related JP4971817B2 (en) 2007-02-06 2007-02-06 Image encoding device

Country Status (1)

Country Link
JP (1) JP4971817B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012042650A1 (en) * 2010-09-30 2012-04-05 富士通株式会社 Image decoding method, image encoding method, image decoding device, image encoding device, image decoding program, and image encoding program
WO2012042654A1 (en) * 2010-09-30 2012-04-05 富士通株式会社 Image decoding method, image encoding method, image decoding device, image encoding device, image decoding program, and image encoding program
WO2013125171A1 (en) * 2012-02-20 2013-08-29 日本電気株式会社 Intra-prediction mode determination device, method, and program recording medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005348008A (en) * 2004-06-02 2005-12-15 Nippon Telegr & Teleph Corp <Ntt> Moving picture coding method, moving picture coder, moving picture coding program and computer-readable recording medium with record of the program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005348008A (en) * 2004-06-02 2005-12-15 Nippon Telegr & Teleph Corp <Ntt> Moving picture coding method, moving picture coder, moving picture coding program and computer-readable recording medium with record of the program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012042650A1 (en) * 2010-09-30 2012-04-05 富士通株式会社 Image decoding method, image encoding method, image decoding device, image encoding device, image decoding program, and image encoding program
WO2012042654A1 (en) * 2010-09-30 2012-04-05 富士通株式会社 Image decoding method, image encoding method, image decoding device, image encoding device, image decoding program, and image encoding program
CN103155562A (en) * 2010-09-30 2013-06-12 富士通株式会社 Image decoding method, image encoding method, image decoding device, image encoding device, image decoding program, and image encoding program
JP5472476B2 (en) * 2010-09-30 2014-04-16 富士通株式会社 Image decoding method, image encoding method, image decoding device, image encoding device, image decoding program, and image encoding program
JP5541364B2 (en) * 2010-09-30 2014-07-09 富士通株式会社 Image decoding method, image encoding method, image decoding device, image encoding device, image decoding program, and image encoding program
WO2013125171A1 (en) * 2012-02-20 2013-08-29 日本電気株式会社 Intra-prediction mode determination device, method, and program recording medium
JPWO2013125171A1 (en) * 2012-02-20 2015-07-30 日本電気株式会社 Intra prediction mode determination device, intra prediction mode determination method, and intra prediction mode determination program

Also Published As

Publication number Publication date
JP4971817B2 (en) 2012-07-11

Similar Documents

Publication Publication Date Title
JP5111127B2 (en) Moving picture coding apparatus, control method therefor, and computer program
JP6220023B2 (en) Image predictive decoding method
WO2010001916A1 (en) Image processing device and method
JP4799477B2 (en) Image coding apparatus and image coding method
WO2010001917A1 (en) Image processing device and method
JP5197591B2 (en) VIDEO ENCODING METHOD AND DECODING METHOD, DEVICE THEREOF, THEIR PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM
JP2010035137A (en) Image processing device and method, and program
JP2008154015A (en) Decoding method and coding method
WO2011013253A1 (en) Prediction-signal producing device using geometric transformation motion-compensation prediction, time-varying image encoding device, and time-varying image decoding device
JP2009017534A (en) Image predictive coding apparatus, image predictive decoding apparatus, image predictive coding method, image predictive decoding method, image predictive coding program and image predictive decoding program
JP5195032B2 (en) Encoding device / decoding device, encoding method / decoding method, and program
JP2010011075A (en) Method and apparatus for encoding and decoding moving image
JP4939273B2 (en) Image coding apparatus and image coding method
JP2023065652A (en) Method for encoding and decoding image, encoding and decoding device, and corresponding computer program
JP2007013298A (en) Image coding apparatus
JP2010183162A (en) Motion picture encoder
JP4898415B2 (en) Moving picture coding apparatus and moving picture coding method
JP4971817B2 (en) Image encoding device
JP4958825B2 (en) Moving picture coding apparatus, control method therefor, and computer program
JP2009049969A (en) Device and method of coding moving image and device and method of decoding moving image
JP7332385B2 (en) Intra prediction device, image coding device, image decoding device, and program
JP2006295503A (en) Reencoding apparatus and method, and program for reencoding
JP2006295734A (en) Re-encoding apparatus, re-encoding method, and re-encoding program
JP2009049513A (en) Moving picture encoding device and moving picture encoding method
JP7396883B2 (en) Encoding device, decoding device, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100128

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110112

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111220

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120217

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120406

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150413

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150413

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees