JP5339855B2 - Motion vector search device, motion vector search method, image processing device, image processing method, program, and storage medium - Google Patents

Motion vector search device, motion vector search method, image processing device, image processing method, program, and storage medium Download PDF

Info

Publication number
JP5339855B2
JP5339855B2 JP2008282158A JP2008282158A JP5339855B2 JP 5339855 B2 JP5339855 B2 JP 5339855B2 JP 2008282158 A JP2008282158 A JP 2008282158A JP 2008282158 A JP2008282158 A JP 2008282158A JP 5339855 B2 JP5339855 B2 JP 5339855B2
Authority
JP
Japan
Prior art keywords
motion vector
block
difference
image
encoded
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.)
Expired - Fee Related
Application number
JP2008282158A
Other languages
Japanese (ja)
Other versions
JP2010109903A (en
Inventor
大輔 坂本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 JP2008282158A priority Critical patent/JP5339855B2/en
Publication of JP2010109903A publication Critical patent/JP2010109903A/en
Application granted granted Critical
Publication of JP5339855B2 publication Critical patent/JP5339855B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Description

本発明は動きベクトル探索装置、動きベクトル探索方法、画像処理装置、画像処理方法、プログラム及び記憶媒体に関し、特に、H.264方式等の動画像符号化技術に用いて好適な技術に関する。 The present invention relates to a motion vector search device, a motion vector search method , an image processing device, an image processing method , a program, and a storage medium. The present invention relates to a technique suitable for use in a moving picture coding technique such as H.264.

近年、音声信号、映像信号などマルチメディアに関連する情報のデジタル化が急進しており、これに対応して映像信号の圧縮符号化及び復号化技術が注目されている。圧縮符号化及び復号化技術により、映像信号の格納に必要な記憶容量や伝送に必要な帯域を減少させることができるため、マルチメディア産業にとっては極めて重要な技術である。   In recent years, digitalization of information related to multimedia such as audio signals and video signals has been rapidly progressing, and video signal compression encoding and decoding techniques have attracted attention accordingly. Since compression encoding and decoding techniques can reduce the storage capacity required for storing video signals and the bandwidth required for transmission, this technique is extremely important for the multimedia industry.

これらの圧縮符号化及び復号化技術は、多くの映像信号が有する自己相関性の高さ(すなわち、冗長性)を用いて情報量/データ量を圧縮している。映像信号が有する冗長性には、時間冗長性及び二次元の空間冗長性があり、時間冗長性は、ブロック単位の動き推定及び動き補償を用いて低減させることができる。一方、空間冗長性は、離散コサイン変換(DCT)を用いて低減させることができる。   These compression encoding and decoding techniques compress the amount of information / data amount by using the high autocorrelation (that is, redundancy) of many video signals. The redundancy of the video signal includes temporal redundancy and two-dimensional spatial redundancy, and temporal redundancy can be reduced by using block unit motion estimation and motion compensation. On the other hand, spatial redundancy can be reduced using discrete cosine transform (DCT).

圧縮符号化及び復号化技術として知られるMPEG方式などでは、これらの手法により映像信号の冗長性を低減させ、経時的に変わるビデオフレーム/フィールド(以下、フレーム/フィールドを代表してフレームと称す)のデータ圧縮効果を向上させている。ここで、前述した時間冗長性を低減させるためのブロック単位の動き推定とは、連続して入力される参照フレーム(過去のフレーム)と符号化対象フレームとの間で最も近似するブロックを探し出す作業である。また、対応するブロックの移動方向、移動量を表すベクトルは動きベクトルと呼ばれている。したがって、動き推定とは動きベクトルの推定と同義である。   In MPEG systems known as compression encoding and decoding techniques, video frames / fields that change over time by using these techniques to reduce video signal redundancy (hereinafter, frames / fields are referred to as frames). The data compression effect is improved. Here, the above-described motion estimation in units of blocks for reducing temporal redundancy refers to the work of finding a block that is the closest approximation between a reference frame (past frame) continuously input and a frame to be encoded. It is. A vector representing the moving direction and moving amount of the corresponding block is called a motion vector. Therefore, motion estimation is synonymous with motion vector estimation.

動きベクトルを推定する方法としては、ブロックマッチング方式が一般に用いられている。ブロックマッチング方式とは、参照フレームと符号化対象フレームとの2枚の映像をブロック単位で比較し、信号類型の整合度に基づいてブロック単位で動きを推定する方法である。このブロックマッチング方式により、参照フレームと符号化対象フレームとからブロックごとに動きベクトルを推定し、推定された動きベクトルを用いて動き補償予測を行う。このブロックマッチング方式については、例えば特許文献1に記載されている。   As a method for estimating a motion vector, a block matching method is generally used. The block matching method is a method in which two images of a reference frame and an encoding target frame are compared in units of blocks, and motion is estimated in units of blocks based on the degree of matching of signal types. With this block matching method, a motion vector is estimated for each block from the reference frame and the encoding target frame, and motion compensated prediction is performed using the estimated motion vector. This block matching method is described in Patent Document 1, for example.

特開平4−323780号公報JP-A-4-323780

前記のブロックマッチング方式では、一般的に参照フレームのブロックと符号化対象フレームのブロックとの画素差分が最も小さくなるベクトルを動きベクトルとして採用している。しかしながら、画素差分の絶対値が最小となるベクトルを動きベクトルとした場合、多くの場合においてマクロブロックの発生符号量を小さくすることはできるものの、符号化劣化については十分に対処できていない。   In the block matching method, generally, a vector having the smallest pixel difference between the block of the reference frame and the block of the encoding target frame is adopted as the motion vector. However, when the vector having the smallest absolute value of the pixel difference is a motion vector, the generated code amount of the macroblock can be reduced in many cases, but the encoding deterioration cannot be sufficiently dealt with.

符号化劣化が十分に対処できていない理由について、図8を参照しながら説明する。例えば、MPEG方式では、ブロックごとに現在ピクチャと参照ピクチャとの画素差分を直交変換した後、量子化して、さらに逆量子化、逆直交変換することにより復号する。なお、図8の説明においては、直交変換、逆直交変換処理については本題とは関係がないため、説明は省略する。また、量子化、逆量子化処理についても本題とは関係の無いため、詳細な説明を省略し、各々、除算、積算のみで説明する。その際、図8では、量子化において画素差分値を8で割ることにより情報量を圧縮し、逆量子化の際には8が掛けられることにより情報を復元するものとする。また、図8では、処理単位となるブロック中の1画素に注目して説明する。   The reason why the encoding deterioration cannot be sufficiently dealt with will be described with reference to FIG. For example, in the MPEG system, the pixel difference between the current picture and the reference picture is orthogonally transformed for each block, quantized, and further decoded by inverse quantization and inverse orthogonal transform. In the description of FIG. 8, the orthogonal transform and the inverse orthogonal transform process are not related to the main subject, and thus the description thereof is omitted. Further, since the quantization and inverse quantization processes are not related to the main subject, detailed explanation is omitted, and only division and integration will be described. At that time, in FIG. 8, the amount of information is compressed by dividing the pixel difference value by 8 in quantization, and the information is restored by being multiplied by 8 in inverse quantization. In FIG. 8, description will be given focusing on one pixel in a block as a processing unit.

図8(a)を参照しながら、現在画素値40aが108であり、参照画素値41aが100である場合について説明する。
図8(a)において、現在画素値40aから参照画素値41aを減算器42で減算した結果、差分値=8となる。そして、その結果が量子化部43に送信される。
A case where the current pixel value 40a is 108 and the reference pixel value 41a is 100 will be described with reference to FIG.
In FIG. 8A, the difference value = 8 is obtained as a result of subtracting the reference pixel value 41a from the current pixel value 40a by the subtractor 42. Then, the result is transmitted to the quantization unit 43.

量子化部43では、差分値=8を量子化した(8で割った)結果、量子化後値=1となる。そして、その結果が逆量子化部44に送信される。逆量子化部44では、量子化後値=1を逆量子化した(8を掛けた)結果、逆量子化後値=8となる。ここで、差分値と逆量子化後値とを比較すると、ともに値が8であるので量子化によって失われた情報量は無く、逆量子化により差分値=8が完全に復元できる。   In the quantization unit 43, the difference value = 8 is quantized (divided by 8), so that the quantized value = 1. Then, the result is transmitted to the inverse quantization unit 44. In the inverse quantization unit 44, the quantized value = 1 is inversely quantized (multiplied by 8), and as a result, the inverse quantized value = 8. Here, when the difference value and the value after inverse quantization are compared, since both values are 8, there is no amount of information lost by quantization, and the difference value = 8 can be completely restored by inverse quantization.

次に、図8(b)を参照しながら、現在画素値40bが108であり、参照画素値41bが103である場合について説明する。
図8(b)において、現在画素値40bから参照画素値41bを減算器42で減算した結果、差分値=5となる。そして、その結果が量子化部43に送信される。
Next, a case where the current pixel value 40b is 108 and the reference pixel value 41b is 103 will be described with reference to FIG.
In FIG. 8B, the difference value = 5 is obtained as a result of subtracting the reference pixel value 41b from the current pixel value 40b by the subtractor 42. Then, the result is transmitted to the quantization unit 43.

量子化部43では、差分値=5を量子化した(8で割った)結果、量子化後値=0となる。そして、その結果が逆量子化部44に送信される。逆量子化部44では、量子化後値=0を逆量子化した(8を掛けた)結果、逆量子化後値=0となる。ここで、差分値と逆量子化後値とを比較すると、逆量子化で完全に情報量を復元できず、量子化によって(差分値=5)−(逆量子化後値=0)=5だけ情報量が失われる。   In the quantization unit 43, the difference value = 5 is quantized (divided by 8), so that the quantized value = 0. Then, the result is transmitted to the inverse quantization unit 44. In the inverse quantization unit 44, the quantized value = 0 is inversely quantized (multiplied by 8), so that the inverse quantized value = 0. Here, when the difference value is compared with the value after inverse quantization, the information amount cannot be completely restored by inverse quantization, and (difference value = 5) − (value after inverse quantization = 0) = 5 by quantization. Only the amount of information is lost.

以上のように図8(a)では差分値=8に対して、図8(b)では差分値=5と差分値は小さくなっている。ところが、図8(a)の場合は情報を完全に復元できているのに対し、図8(b)の場合は情報が完全に復元できておらず画像の画質が劣化してしまうことがわかる。このように、差分値によって符号化劣化が生じてしまうという問題点があった。   As described above, in FIG. 8A, the difference value = 8, whereas in FIG. 8B, the difference value = 5 and the difference value is small. However, in the case of FIG. 8A, the information can be completely restored, whereas in the case of FIG. 8B, the information cannot be completely restored and the image quality of the image is deteriorated. . As described above, there is a problem that encoding deterioration occurs due to the difference value.

本発明は前述の問題点に鑑み、圧縮率の高い符号化を行うとともに、画質の劣化を抑えることができるようにすることを目的としている。   An object of the present invention is to perform encoding with a high compression rate and to suppress deterioration of image quality in view of the above-described problems.

本発明の動きベクトル探索装置は、符号化の対象となるピクチャを構成する複数のブロックについて、前記ブロックに対応する参照ピクチャに設定された探索領域で探索することにより、前記ブロックの動きベクトルを探索する動きベクトル探索装置であって、符号化の対象となるブロックと前記参照ピクチャの探索位置における画素との差分と、前記符号化の対象となるブロックと参照ピクチャの探索位置における画素との差分を量子化して逆量子化した画素の差分と、の差分の絶対値和に基づいて、前記符号化対象となるブロックの動きベクトルを探索する動きベクトル探索手段を有することを特徴とする。 The motion vector search apparatus of the present invention searches for a motion vector of a block by searching a plurality of blocks constituting a picture to be encoded in a search area set in a reference picture corresponding to the block. A motion vector search apparatus that calculates a difference between a block to be encoded and a pixel at a search position of the reference picture, and a difference between the block to be encoded and a pixel at a search position of a reference picture. It is characterized by having motion vector search means for searching for a motion vector of the block to be encoded based on the difference between the quantized and inverse quantized pixel and the sum of absolute values of the difference .

本発明の動きベクトル探索方法は、符号化の対象となるピクチャを構成する複数のブロックについて、前記ブロックに対応する参照ピクチャに設定された探索領域で探索することにより、前記ブロックの動きベクトルを探索する動きベクトル探索方法であって、符号化の対象となるブロックと前記参照ピクチャの探索位置における画素との差分と、前記符号化の対象となるブロックと参照ピクチャの探索位置における画素との差分を量子化して逆量子化した画素の差分と、の差分の絶対値和に基づいて、前記符号化対象となるブロックの動きベクトルを探索する動きベクトル探索工程を有することを特徴とする。 The motion vector search method of the present invention searches for a motion vector of a block by searching a plurality of blocks constituting a picture to be encoded in a search area set in a reference picture corresponding to the block. And a difference between a block to be encoded and a pixel at a search position of the reference picture, and a difference between the block to be encoded and a pixel at a search position of a reference picture. It has a motion vector search step of searching for a motion vector of the block to be encoded based on the difference between the quantized and inverse quantized pixel and the sum of absolute values of the difference .

本発明によれば、符号化効率を良好にするとともに画質の劣化を抑えることができる。   According to the present invention, it is possible to improve the encoding efficiency and suppress degradation of image quality.

(第1の実施形態)
以下、本発明の実施形態について図面を参照しながら説明する。まず、従来のブロックマッチング方式を説明するために、従来の動きベクトル探索装置の構成について説明する。
図6は、従来のブロックマッチング方式を用いた動きベクトル探索装置の構成例を示すブロック図である。
図6において、動きベクトル探索装置は、符号化対象のピクチャを保存する現在フレーム/フィールド保存部20と、参照ピクチャを保存する参照フレーム/フィールド保存部21とを備えている。さらに、符号化対象のピクチャのうち、符号化対象の画素ブロック(マクロブロック)を保存する現在マクロブロック保存バッファ22と、サーチウィンドウ保存バッファ23と、動きベクトル探索部24とを備えている。
(First embodiment)
Hereinafter, embodiments of the present invention will be described with reference to the drawings. First, in order to describe a conventional block matching method, the configuration of a conventional motion vector search device will be described.
FIG. 6 is a block diagram illustrating a configuration example of a motion vector search apparatus using a conventional block matching method.
In FIG. 6, the motion vector search apparatus includes a current frame / field storage unit 20 that stores a picture to be encoded, and a reference frame / field storage unit 21 that stores a reference picture. Furthermore, a current macroblock storage buffer 22 that stores a pixel block (macroblock) to be encoded among pictures to be encoded, a search window storage buffer 23, and a motion vector search unit 24 are provided.

現在マクロブロック保存バッファ22は現在フレーム/フィールド保存部20から符号化対象のマクロブロック(現在のマクロブロック)の画像を取り出すためのものである。サーチウィンドウ保存バッファ23は、現在のマクロブロックの中心に探索領域の中心を設定し、探索領域の範囲(以下、サーチウィンドウと称す)分だけ参照フレーム/フィールド保存部21から画像を取り出して保存するためのものである。   The current macroblock storage buffer 22 is used to extract an image of a macroblock to be encoded (current macroblock) from the current frame / field storage unit 20. The search window storage buffer 23 sets the center of the search area at the center of the current macroblock, and extracts and stores an image from the reference frame / field storage unit 21 for the range of the search area (hereinafter referred to as a search window). Is for.

動きベクトル探索部24では、サーチウィンドウ内で現在のマクロブロックの画素値と参照フレーム/フィールド(以下、フレーム/フィールドを代表してフレームと称す)の画素値との差分を画素ごとに取る。そして、画素差分の絶対値和が最も小さくなるベクトルを探索し、現在のマクロブロックについての最終的な動きベクトルを推定する。   The motion vector search unit 24 takes the difference between the pixel value of the current macroblock and the pixel value of the reference frame / field (hereinafter referred to as a frame, representative of the frame / field) for each pixel in the search window. Then, a vector having the smallest absolute value sum of pixel differences is searched, and a final motion vector for the current macroblock is estimated.

また、ブロックマッチング方式には、図7に示すように、図6の動きベクトル探索装置に、動きベクトル探索部24で推定された動きベクトルを保存する動きベクトル保存部35を加えた構成も存在する。図7に示す構成では、動きベクトル保存部35から1つ前のマクロブロックについて推定した動きベクトルを参照フレーム/フィールド保存部21に提供する。そして、参照フレーム/フィールド保存部21は、1つ前のマクロブロックの動きベクトル分だけ符号化対象のマクロブロックからずらした位置に探索領域の中心位置を設定し、サーチウィンドウ保存バッファ23へ参照画像を出力する。   In addition, as shown in FIG. 7, the block matching method includes a configuration in which a motion vector storage unit 35 that stores the motion vector estimated by the motion vector search unit 24 is added to the motion vector search device of FIG. . In the configuration illustrated in FIG. 7, the motion vector estimated for the immediately preceding macroblock from the motion vector storage unit 35 is provided to the reference frame / field storage unit 21. The reference frame / field storage unit 21 sets the center position of the search region at a position shifted from the macroblock to be encoded by the motion vector of the previous macroblock, and stores the reference image in the search window storage buffer 23. Is output.

以上のように説明したローカル動き補償方式は現在国際標準方式であるH.261、H.263、MPEG1、MPEG2、MPEG4で用いられており、最も広く採用されている動き補償方式である。   The local motion compensation method described above is H.264, which is currently an international standard method. 261, H.H. It is used in H.263, MPEG1, MPEG2 and MPEG4 and is the most widely adopted motion compensation method.

以下、図1のブロック図及び図2のフローチャートを参照しながら、本発明に係る動きベクトル探索装置の好適な実施形態について詳細に説明する。なお、本実施形態では、動きベクトル探索部14の動作が従来とは異なっている。   Hereinafter, a preferred embodiment of a motion vector search apparatus according to the present invention will be described in detail with reference to the block diagram of FIG. 1 and the flowchart of FIG. In the present embodiment, the operation of the motion vector search unit 14 is different from the conventional one.

図1は、本実施形態に係る動きベクトル探索装置50の構成例を示すブロック図である。
図1において、現在フレーム/フィールド保存部10は、符号化対象のピクチャを保存するためのものである。参照フレーム/フィールド保存部11は、参照ピクチャを保存するためのものである。
FIG. 1 is a block diagram illustrating a configuration example of a motion vector search apparatus 50 according to the present embodiment.
In FIG. 1, a current frame / field storage unit 10 is for storing a picture to be encoded. The reference frame / field storage unit 11 stores a reference picture.

現在マクロブロック保存バッファ12は、現在フレーム/フィールド保存部20から符号化対象のマクロブロック(現在のマクロブロック)の画像を取り出して保存するためのものである。サーチウィンドウ保存バッファ13は、現在のマクロブロックの中心に探索領域の中心を設定し、探索領域の範囲(サーチウィンドウ)分だけ参照フレーム/フィールド保存部21から画像を取り出して保存するためのものである。   The current macroblock storage buffer 12 is for extracting and storing an image of a macroblock to be encoded (current macroblock) from the current frame / field storage unit 20. The search window storage buffer 13 sets the center of the search area at the center of the current macroblock, and extracts and stores an image from the reference frame / field storage unit 21 for the range of the search area (search window). is there.

動きベクトル探索部14は、サーチウィンドウ内で最終的な動きベクトルを推定するためのものである。以下、動きベクトル探索部14を構成する各ブロックの詳細な構成について説明する。   The motion vector search unit 14 is for estimating a final motion vector within the search window. Hereinafter, a detailed configuration of each block configuring the motion vector search unit 14 will be described.

減算器100は、符号化対象のマクロブロックとサーチウィンドウ内の探索位置の参照フレームとの差分を求めるためのものである。直交変換部101は、減算器100において求めた差分値に対して整数直交変換を行うためのものである。量子化部102は、直交変換部101において整数直交変換された変換係数に対して所定の量子化スケールで量子化を施すためのものである。   The subtracter 100 is for obtaining a difference between the macroblock to be encoded and the reference frame at the search position in the search window. The orthogonal transform unit 101 is for performing integer orthogonal transform on the difference value obtained by the subtracter 100. The quantization unit 102 is for performing quantization at a predetermined quantization scale on the transform coefficient subjected to the integer orthogonal transform in the orthogonal transform unit 101.

逆量子化部103は、量子化部102において量子化された変換係数に対して所定の逆量子化処理を施すためのものである。逆直交変換部104は、逆量子化部103において逆量子化された変換係数を元の画像データ空間に戻す逆整数直交変換を行うためのものである。   The inverse quantization unit 103 is for performing a predetermined inverse quantization process on the transform coefficient quantized by the quantization unit 102. The inverse orthogonal transform unit 104 performs inverse integer orthogonal transform that returns the transform coefficient inversely quantized by the inverse quantization unit 103 to the original image data space.

損失情報量演算部105は、逆直交変換部104において逆直交変換されて復元された符号化対象のマクロブロックとサーチウィンドウ内の探索位置の参照フレームとの差分値を求める。また、損失情報量演算部105は、符号化対象のマクロブロックとサーチウィンドウ内の探索位置の参照フレームとの差分値も求め、さらに、求めた2つの差分値の差分(損失情報量)を求める。   The loss information amount calculation unit 105 obtains a difference value between the macroblock to be encoded restored by the inverse orthogonal transform in the inverse orthogonal transform unit 104 and the reference frame of the search position in the search window. The loss information amount calculation unit 105 also obtains a difference value between the encoding target macroblock and the reference frame at the search position in the search window, and further obtains a difference (loss information amount) between the two obtained difference values. .

評価関数演算部106は、符号化対象のマクロブロックとサーチウィンドウ内の探索位置の参照フレームとの差分値と、損失情報量演算部105において求めた損失情報量とを用いて、動きベクトルを決定するための評価関数costを演算するためのものである。動きベクトル決定部107は、評価関数costが小さいサーチウィンドウ内の探索位置を最終的な動きベクトルとして決定する動きベクトル決定部である。差分絶対値和演算部108は、減算器100において求めた画素ごとの差分値の絶対値和を演算するためのものである。   The evaluation function calculation unit 106 determines a motion vector using the difference value between the macro block to be encoded and the reference frame at the search position in the search window and the loss information amount obtained by the loss information amount calculation unit 105. This is for calculating the evaluation function cost for The motion vector determination unit 107 is a motion vector determination unit that determines a search position in a search window having a small evaluation function cost as a final motion vector. The difference absolute value sum calculation unit 108 is for calculating the absolute value sum of the difference values for each pixel obtained by the subtracter 100.

次に、本実施形態におけるベクトル探索の処理の流れを、図1のブロック図及び図2のフローチャートを参照しながら説明する。図2は、本実施形態における動きベクトルの探索処理手順の一例を示すフローチャートである。なお、本実施系形態では、特に、動きベクトル探索部14の処理について詳細に説明する。   Next, the flow of vector search processing in this embodiment will be described with reference to the block diagram of FIG. 1 and the flowchart of FIG. FIG. 2 is a flowchart showing an example of a motion vector search processing procedure in the present embodiment. In the present embodiment, in particular, the processing of the motion vector search unit 14 will be described in detail.

まず、ステップS200において、減算器100は符号化対象マクロブロックとサーチウィンドウ内の探索位置の参照フレームとの画素ごとの差分を求める。そして、差分データを差分絶対値和演算部108、損失情報量演算部105及び直交変換部101に送信する。次に、ステップS201において、直交変換部101は、減算器100において求めた画素ごとの差分に対して整数直交変換を施し、一般の画像空間からエネルギー集中を高めた変換係数の空間に直交変換して量子化部102に送信する。   First, in step S200, the subtracter 100 obtains a pixel-by-pixel difference between the encoding target macroblock and the reference frame at the search position in the search window. Then, the difference data is transmitted to the difference absolute value sum calculation unit 108, the loss information amount calculation unit 105, and the orthogonal transform unit 101. Next, in step S201, the orthogonal transform unit 101 performs integer orthogonal transform on the pixel-by-pixel difference obtained by the subtractor 100, and performs orthogonal transform from a general image space to a transform coefficient space with increased energy concentration. To the quantization unit 102.

次に、ステップS202において、量子化部102は、直交変換された差分データの変換係数に対して所定のステップ幅で直交変換成分に応じた量子化を行い、逆量子化部103に送信する。そして、ステップS204において、逆量子化部103は、量子化された変換係数に対して逆量子化を行うことにより変換係数を復元し、逆直交変換部104に送信する。   Next, in step S <b> 202, the quantization unit 102 performs quantization according to the orthogonal transform component with a predetermined step width on the transform coefficient of the orthogonally transformed difference data, and transmits the result to the inverse quantization unit 103. In step S <b> 204, the inverse quantization unit 103 restores the transform coefficient by performing inverse quantization on the quantized transform coefficient, and transmits the transform coefficient to the inverse orthogonal transform unit 104.

次に、ステップS204において、逆直交変換部104は、逆量子化部103において復元された変換係数を元の画像データ空間に戻し、予測画像情報との差分データとして復元する。そして、復元した差分データを損失情報量演算部105に送信する。なお、復元した差分データは量子化処理における量子化誤差によって、入力画像データよりも僅かに劣化している画像となっている。   Next, in step S204, the inverse orthogonal transform unit 104 returns the transform coefficient restored by the inverse quantization unit 103 to the original image data space, and restores the difference data from the predicted image information. Then, the restored difference data is transmitted to the loss information amount calculation unit 105. The restored difference data is an image that is slightly degraded from the input image data due to the quantization error in the quantization process.

次に、ステップS205において、損失情報量演算部105は、符号化劣化度として、ステップS200で減算器100において求めた画素ごとの差分データと、ステップS204で復元した差分データとの差分値の絶対値和LOSTを演算する。そして、絶対値和LOSTの情報を評価関数演算部106に送信する。なお、ステップS205で求めた絶対値和LOSTは量子化処理における量子化誤差によって損失した情報量を数値化した符号化劣化の程度を表している。   Next, in step S205, the loss information amount calculation unit 105 calculates the absolute value of the difference between the difference data for each pixel obtained in the subtracter 100 in step S200 and the difference data restored in step S204 as the coding deterioration degree. Calculates the value sum LOST. Then, the information of the absolute value sum LOST is transmitted to the evaluation function calculation unit 106. Note that the absolute value sum LOST obtained in step S205 represents the degree of coding deterioration obtained by quantifying the amount of information lost due to the quantization error in the quantization process.

次に、ステップS206において、差分絶対値和演算部108は、減算器100で求めた画素ごとの差分値の絶対値和MAD(Mean Absolute Difference)を演算し、評価関数演算部106に送信する。そして、評価関数演算部106は、差分絶対値和演算部108から送信された絶対値和MAD及び損失情報量演算部105から送信された絶対値和LOSTを用いて、以下の数1に示す二乗の評価関数演算式を計算する。そして、動きベクトルを決定するための評価関数costを演算し、動きベクトル決定部107に送信する。   Next, in step S <b> 206, the difference absolute value sum calculation unit 108 calculates an absolute value sum MAD (Mean Absolute Difference) of the difference values for each pixel obtained by the subtracter 100, and transmits the result to the evaluation function calculation unit 106. Then, the evaluation function calculation unit 106 uses the absolute value sum MAD transmitted from the difference absolute value sum calculation unit 108 and the absolute value sum LOST transmitted from the loss information amount calculation unit 105 to calculate the square shown in the following equation (1). The evaluation function arithmetic expression of is calculated. Then, an evaluation function cost for determining a motion vector is calculated and transmitted to the motion vector determination unit 107.

Figure 0005339855
Figure 0005339855

ここで、α、βは絶対値和MAD、LOSTの次元を正規化するための実数である。数1に示す式では、MAD=0、LOST=0の時を最小とし、絶対値和MAD、LOSTを二軸に取った時の距離を最も短くする動きベクトルを最適な動きベクトルとする。したがって、MADが同じ値であるならば絶対値和LOSTが最も小さくなるような動きベクトルの探索を行うことになる。   Here, α and β are real numbers for normalizing the dimensions of the absolute value sums MAD and LOST. In the expression shown in Equation 1, the motion vector that minimizes the distance when MAD = 0 and LOST = 0 and minimizes the distance when the absolute value sums MAD and LOST are taken on two axes is the optimal motion vector. Therefore, if the MAD is the same value, a motion vector search is performed so that the absolute value sum LOST is minimized.

なお、以下の数2に示す式を用いて評価関数costを演算し、MAD=0、LOST=0の時を最小とし、絶対値和MAD、LOSTの次元を正規化した時の和が最も小さくなる動きベクトルを最適な動きベクトルとしてもよい。   The evaluation function cost is calculated using the formula shown in the following formula 2, and the sum when the dimension of MAD = 0 and LOST = 0 is minimized and the dimension of the absolute value sum MAD and LOST is normalized is the smallest. This motion vector may be an optimal motion vector.

Figure 0005339855
Figure 0005339855

次に、ステップS207において、動きベクトル決定部107は、評価関数演算部106から送信される評価関数costと、今までそれ以前に送信されてきた評価関数のうち最小の値である最小評価関数costminとを比較する。この比較の結果、評価関数costの方が小さい場合は、ステップS208に進む。そして、ステップS208において、最小評価関数costminをcostに更新するとともに、最終的な動きベクトルの候補であるvecをそのときの探索位置に更新する。なお、サーチウィンドウの最初の探索位置では無条件に最小評価関数costmin及びvecを更新する。一方、ステップS207の比較の結果、最小評価関数costminの方が小さいもしくは同じである場合は、ステップS209に進む。   Next, in step S207, the motion vector determination unit 107 determines the evaluation function cost transmitted from the evaluation function calculation unit 106 and the minimum evaluation function costmin that is the minimum value of the evaluation functions transmitted so far. And compare. As a result of the comparison, if the evaluation function cost is smaller, the process proceeds to step S208. In step S208, the minimum evaluation function costmin is updated to cost, and the final motion vector candidate vec is updated to the search position at that time. Note that the minimum evaluation functions costmin and vec are unconditionally updated at the first search position of the search window. On the other hand, as a result of the comparison in step S207, if the minimum evaluation function costmin is smaller or the same, the process proceeds to step S209.

次に、ステップS209において、サーチウィンドウ内の全ての画素に対して動きベクトルの探索を行ったか否かを判断する。この判断の結果、全ての画素に対して探索を行っていない場合は、ステップS200に戻り、同様の処理を繰り返す。一方、ステップS209の判断の結果、全ての画素に対して動きベクトルの探索を行った場合は、ステップS210に進み、そのときのvecを最終的な動きベクトルとして決定し、処理を終了する。   Next, in step S209, it is determined whether or not a motion vector has been searched for all the pixels in the search window. If the result of this determination is that all pixels have not been searched, the process returns to step S200 and the same processing is repeated. On the other hand, if it is determined in step S209 that motion vectors have been searched for all pixels, the process proceeds to step S210, where the vec at that time is determined as the final motion vector, and the process ends.

以上、説明したように本実施形態によれば、評価関数には、発生符号量と相関のある値である現マクロブロックと参照画像との差分絶対値のみならず、符号化劣化とも関連のある値を含んでいる。このため、符号化効率と画質とを両立させた動きベクトルを探索することが可能になる。   As described above, according to the present embodiment, the evaluation function is related not only to the absolute value of the difference between the current macroblock and the reference image, which is a value correlated with the generated code amount, but also to the coding degradation. Contains a value. Therefore, it is possible to search for a motion vector that achieves both encoding efficiency and image quality.

また、本実施形態では、符号化劣化と相関のある値として符号化対象のフレームの画素と復号化した参照フレームの画素との差分絶対値和を用いている。一方、符号化対象のフレームの画素と復号化した参照フレームの画素との差分から、さらに以下の数3に示す式を用いて、PSNR(ピーク信号対雑音比)の逆数を算出して用いてもよい。   In this embodiment, the sum of absolute differences between the pixel of the encoding target frame and the decoded reference frame pixel is used as a value correlated with the encoding deterioration. On the other hand, the reciprocal of PSNR (peak signal-to-noise ratio) is calculated and used from the difference between the pixel of the encoding target frame and the decoded reference frame pixel, using the following equation (3). Also good.

Figure 0005339855
Figure 0005339855

なお、N及びMはそれぞれ画像の縦方向及び横方向の画素数であり、p(i,j)は現行入力画像の場所(i,j)の画素値である。また、p′(i,j)は復元画像の場所(i,j)の画素値であり、Tは画像の階調数−1(8ビット/ピクセル画像ではT=255)である。   N and M are the numbers of pixels in the vertical and horizontal directions of the image, respectively, and p (i, j) is the pixel value of the location (i, j) of the current input image. Further, p ′ (i, j) is the pixel value of the location (i, j) of the restored image, and T is the number of gradations of the image−1 (T = 255 for an 8-bit / pixel image).

(第2の実施形態)
以下、図3を参照しながら、本実施形態に係る動きベクトル探索装置について詳細に説明する。なお、本実施形態に係る動きベクトル探索装置は、差分絶対値和演算部108の代わりに直交変換係数絶対値和演算部308を有する点が第1の実施形態とは異なるが、それ以外の構成は第1の実施形態とほぼ同じである。また、直交変換係数絶対値和演算部308及び評価関数演算部106以外の動作は第1の実施形態と同様のため説明は省く。
(Second Embodiment)
Hereinafter, the motion vector search apparatus according to the present embodiment will be described in detail with reference to FIG. The motion vector search apparatus according to the present embodiment is different from the first embodiment in that an orthogonal transform coefficient absolute value sum calculating unit 308 is provided instead of the difference absolute value sum calculating unit 108, but other configurations are provided. Is substantially the same as in the first embodiment. Since the operations other than the orthogonal transform coefficient absolute value sum calculation unit 308 and the evaluation function calculation unit 106 are the same as those in the first embodiment, the description thereof will be omitted.

直交変換係数絶対値和演算部308は、直交変換部101から差分データの直交変換係数を受信する。そして、直交変換係数の絶対値和SATD(Sum of Absolute Transform Difference)を演算し、評価関数演算部106に送信する。   The orthogonal transform coefficient absolute value sum calculation unit 308 receives the orthogonal transform coefficient of the difference data from the orthogonal transform unit 101. Then, an absolute value sum SATD (Sum of Absolute Transform Difference) of the orthogonal transform coefficients is calculated and transmitted to the evaluation function calculation unit 106.

次に、評価関数演算部106は、直交変換係数絶対値和演算部608から送信される絶対値和SATD及び損失情報量演算部105から送信されてくる絶対値和LOSTを用いて、以下の数4に示す二乗の評価関数演算式を計算する。そして、動きベクトルを決定するための評価関数costを演算し、動きベクトル決定部107に送信する。   Next, the evaluation function calculation unit 106 uses the absolute value sum SATD transmitted from the orthogonal transform coefficient absolute value sum calculation unit 608 and the absolute value sum LOST transmitted from the loss information amount calculation unit 105 to The square evaluation function arithmetic expression shown in 4 is calculated. Then, an evaluation function cost for determining a motion vector is calculated and transmitted to the motion vector determination unit 107.

Figure 0005339855
Figure 0005339855

ここで、α、βは絶対値和SATD、LOSTの次元を正規化するための実数である。
数4に示す式ではSATD=0、LOST=0の時を最小とし、絶対値和SATD、LOSTを二軸に取った時の距離を最も短くする動きベクトルを最適な動きベクトルとする。
Here, α and β are real numbers for normalizing the dimensions of the absolute value sums SATD and LOST.
In the equation shown in Equation 4, the motion vector that minimizes the distance when SATD = 0 and LOST = 0 is set to the minimum and the distance when the absolute value sum SATD and LOST are taken on two axes is the optimal motion vector.

なお、以下の数5に示す式を用いて評価関数costを演算し、SATD=0、LOST=0の時を最小とし、絶対値和SATD、LOSTの次元を正規化した時の和が最も小さくなる動きベクトルを最適な動きベクトルとしてもよい。   The evaluation function cost is calculated using the equation shown in the following formula 5, and the sum when the dimension of the absolute value sum SATD and LOST is normalized is minimized when SATD = 0 and LOST = 0. This motion vector may be an optimal motion vector.

Figure 0005339855
Figure 0005339855

次に、動きベクトル決定部107は、評価関数演算部106から送信される評価関数costと今までそれ以前に送信されてきた評価関数のうち最小の値である最小評価関数costminとを比較する。この比較の結果、評価関数costの方が小さい場合は、最小評価関数costminをcostに更新するとともに、最終的な動きベクトルの候補であるvecをそのときの探索位置に更新する。なお、サーチウィンドウの最初の探索位置では無条件に最小評価関数costmin及びvecを更新する。そして、以上の処理をサーチウィンドウ内の全ての画素に対して行った後、そのときのvecを最終的な動きベクトルとして決定する。   Next, the motion vector determination unit 107 compares the evaluation function cost transmitted from the evaluation function calculation unit 106 with the minimum evaluation function costmin that is the minimum value of the evaluation functions transmitted so far. As a result of this comparison, if the evaluation function cost is smaller, the minimum evaluation function costmin is updated to cost, and the final motion vector candidate vec is updated to the search position at that time. Note that the minimum evaluation functions costmin and vec are unconditionally updated at the first search position of the search window. Then, after performing the above processing for all the pixels in the search window, the vec at that time is determined as the final motion vector.

以上のように本実施形態によれば、評価関数が発生符号量と相関のある値である絶対値和MADの代わりに更に発生符号量との相関が強い値である絶対値和SATDを用いるようにした。これにより、より符号化効率を考慮し、かつ画質を両立させた動きベクトルを探索することが可能になる。   As described above, according to the present embodiment, instead of the absolute value sum MAD, which is a value correlated with the generated code amount, the evaluation function uses the absolute value sum SATD, which has a stronger correlation with the generated code amount. I made it. As a result, it is possible to search for a motion vector that further considers encoding efficiency and achieves both image quality.

(第3の実施形態)
以下、図4を参照しながら、本実施形態に係る動きベクトル探索装置について詳細に説明する。なお、本実施形態に係る動きベクトル探索装置は、直交変換係数絶対値和演算部308の代わりに二値符号量演算部408を有する点が第2の実施形態と異なるが、それ以外の構成は第2の実施形態とほぼ同じである。また、二値符号量演算部408及び評価関数演算部106以外の動作は第2の実施形態と同様のため説明は省く。また、本実施形態では符号化方式としてH.264を想定するものとする。
(Third embodiment)
Hereinafter, the motion vector search apparatus according to the present embodiment will be described in detail with reference to FIG. The motion vector search apparatus according to the present embodiment is different from the second embodiment in that it includes a binary code amount calculation unit 408 instead of the orthogonal transform coefficient absolute value sum calculation unit 308, but the other configurations are the same. This is almost the same as in the second embodiment. Since operations other than the binary code amount calculation unit 408 and the evaluation function calculation unit 106 are the same as those in the second embodiment, description thereof is omitted. In this embodiment, H.264 is used as the encoding method. 264 is assumed.

二値符号量演算部708は、量子化部102から直交変換係数を量子化した値coefを受信し、値coefの二値符号量を演算して評価関数演算部106に送信する。評価関数演算部106は、二値符号量演算部708から送信される二値符号量及び損失情報量演算部105から送信される絶対値和LOSTを用いて、以下の数6に示す二乗の評価関数演算式を計算する。そして、動きベクトルを決定するための評価関数costを演算し、動きベクトル決定部107に送信する。   The binary code amount calculation unit 708 receives the value coef obtained by quantizing the orthogonal transform coefficient from the quantization unit 102, calculates the binary code amount of the value coef, and transmits it to the evaluation function calculation unit 106. The evaluation function calculation unit 106 uses the binary code amount transmitted from the binary code amount calculation unit 708 and the absolute value sum LOST transmitted from the loss information amount calculation unit 105 to evaluate the square shown in the following Equation 6. Calculate a function expression. Then, an evaluation function cost for determining a motion vector is calculated and transmitted to the motion vector determination unit 107.

Figure 0005339855
Figure 0005339855

ここで、α、βは二値符号量及び絶対値和LOSTの次元を正規化するための実数である。数6に示す式は、二値符号量=0、LOST=0の時を最小とし、二値符号量及び絶対値和LOSTを二軸に取った時の距離を最も短くする動きベクトルを最適な動きベクトルとする。   Here, α and β are real numbers for normalizing the dimension of the binary code amount and the absolute value sum LOST. In the equation shown in Equation 6, the motion vector that minimizes the distance when the binary code amount = 0 and LOST = 0 is minimized and the distance when the binary code amount and the absolute value sum LOST are taken on two axes is the optimum. Let it be a motion vector.

なお、以下の数7に示す式を用いて評価関数costを演算し、二値符号量=0、LOST=0の時を最小とし、二値符号量及び絶対値和LOSTの次元を正規化した時の和が最も小さくなる動きベクトルを最適な動きベクトルとしてもよい。   Note that the evaluation function cost is calculated using the equation shown in Equation 7 below, and when the binary code amount = 0 and LOST = 0 is minimized, the dimensions of the binary code amount and the absolute value sum LOST are normalized. The motion vector with the smallest sum of time may be set as the optimum motion vector.

Figure 0005339855
Figure 0005339855

次に、動きベクトル決定部107は、評価関数演算部106から送信される評価関数costと今までそれ以前に送信されてきた評価関数のうち最小の値である最小評価関数costminとを比較する。この比較の結果、評価関数costの方が小さい場合は、最小評価関数costminをcostに更新するとともに、最終的な動きベクトルの候補であるvecをそのときの探索位置に更新する。なお、サーチウィンドウの最初の探索位置では無条件に最小評価関数costmin及びvecを更新する。そして、以上の処理をサーチウィンドウ内の全ての画素に対して行った後、そのときのvecを最終的な動きベクトルとして決定する。   Next, the motion vector determination unit 107 compares the evaluation function cost transmitted from the evaluation function calculation unit 106 with the minimum evaluation function costmin that is the minimum value of the evaluation functions transmitted so far. As a result of this comparison, if the evaluation function cost is smaller, the minimum evaluation function costmin is updated to cost, and the final motion vector candidate vec is updated to the search position at that time. Note that the minimum evaluation functions costmin and vec are unconditionally updated at the first search position of the search window. Then, after performing the above processing for all the pixels in the search window, the vec at that time is determined as the final motion vector.

以上のように本実施形態によれば、評価関数が発生符号量と相関のある値である絶対値和SATDの代わりに更に発生符号量との相関が強い値である二値符号量を用いるようにした。これにより、より符号化効率を考慮し、かつ画質を両立させた動きベクトルを探索することが可能になる。   As described above, according to the present embodiment, the evaluation function uses a binary code amount having a strong correlation with the generated code amount instead of the absolute value sum SATD that is a value correlated with the generated code amount. I made it. As a result, it is possible to search for a motion vector that further considers encoding efficiency and achieves both image quality.

(第4の実施形態)
以下、図5を参照しながら、本実施形態に係る動きベクトル探索装置について詳細に説明する。なお、本実施形態に係る動きベクトル探索装置は、ベクトル符号量演算部809及び動きベクトル保存部810を有する点が第3の実施形態と異なるが、それ以外の構成は第2の実施形態とほぼ同じである。また、ベクトル符号量演算部809、動きベクトル保存部810及び評価関数演算部106以外の動作は第3の実施形態と同様のため、説明は省略する。
(Fourth embodiment)
Hereinafter, the motion vector search apparatus according to the present embodiment will be described in detail with reference to FIG. The motion vector search apparatus according to the present embodiment is different from the third embodiment in that it includes a vector code amount calculation unit 809 and a motion vector storage unit 810, but other configurations are substantially the same as those of the second embodiment. The same. Since operations other than the vector code amount calculation unit 809, the motion vector storage unit 810, and the evaluation function calculation unit 106 are the same as those in the third embodiment, description thereof is omitted.

ベクトル符号量演算部809は、サーチウィンドウ保存バッファ13からサーチウィンドウ内の探索位置の参照フレームを読み出し、動きベクトル保存部810から予め求められている周辺マクロブロックの動きベクトルを受信する。そして、動きベクトルの符号量VEC_CODEを算出し、評価関数演算部106に送信する。   The vector code amount calculation unit 809 reads the reference frame at the search position in the search window from the search window storage buffer 13 and receives the motion vectors of the peripheral macroblocks obtained in advance from the motion vector storage unit 810. Then, the code amount VEC_CODE of the motion vector is calculated and transmitted to the evaluation function calculation unit 106.

評価関数演算部106は、二値符号量演算部708から送信される二値符号量、前述のベクトル符号量VEC_CODE、及び損失情報量演算部105から送信される絶対値和LOSTを用いて以下の数8に示す二乗の評価関数演算式を計算する。そして、動きベクトルを決定するための評価関数costを演算し、動きベクトル決定部107に送信する。   The evaluation function calculation unit 106 uses the binary code amount transmitted from the binary code amount calculation unit 708, the vector code amount VEC_CODE described above, and the absolute value sum LOST transmitted from the loss information amount calculation unit 105 as follows. A square evaluation function arithmetic expression shown in Equation 8 is calculated. Then, an evaluation function cost for determining a motion vector is calculated and transmitted to the motion vector determination unit 107.

Figure 0005339855
Figure 0005339855

ここで、α、β、γは二値符号量、絶対値和LOST、及びベクトル符号量VEC_CODEの次元を正規化するための実数である。数8に示す式は、二値符号量=0、LOST=0、VEC_CODE=0の時を最小とし、二値符号量、絶対値和LOST、及びベクトル符号量VEC_CODEを三軸に取った時の距離を最も短くする動きベクトルを最適な動きベクトルとする。   Here, α, β, and γ are real numbers for normalizing the dimensions of the binary code amount, the absolute value sum LOST, and the vector code amount VEC_CODE. The equation shown in Equation 8 is obtained when the binary code amount = 0, LOST = 0, and VEC_CODE = 0 are minimized, and the binary code amount, the absolute value sum LOST, and the vector code amount VEC_CODE are taken on three axes. The motion vector that makes the distance the shortest is the optimal motion vector.

また、二値符号量及びベクトル符号量VEC_CODEはともに符号量として相関のある値であるので、二つの値をまとめて、以下の数9に示す式を用いて評価関数costを演算してもよい。   Since both the binary code amount and the vector code amount VEC_CODE are correlated values as the code amount, the evaluation function cost may be calculated using the following equation (9) by combining the two values. .

Figure 0005339855
Figure 0005339855

なお、以下の数10に示す式を用いて評価関数costを演算してもよい。この場合、二値符号量=0、LOST=0、VEC_CODE=0の時を最小とし、二値符号量、絶対値和LOST、及びベクトル符号量VEC_CODEの次元を正規化した時の和が最も小さくなる動きベクトルを最適な動きベクトルとしてもよい。   Note that the evaluation function cost may be calculated using the following equation (10). In this case, the sum when the binary code amount = 0, LOST = 0, VEC_CODE = 0 is minimized, and the dimensions of the binary code amount, the absolute value sum LOST, and the vector code amount VEC_CODE are normalized is the smallest. This motion vector may be an optimal motion vector.

Figure 0005339855
Figure 0005339855

さらに、二値符号量及びベクトル符号量VEC_CODEはともに符号量として相関のある値であるので、二つの値をまとめて、以下の数11に示す式を用いて評価関数costを演算してもよい。   Furthermore, since the binary code amount and the vector code amount VEC_CODE are both correlated values as the code amount, the two values may be combined and the evaluation function cost may be calculated using the following equation (11). .

Figure 0005339855
Figure 0005339855

動きベクトル決定部107は、評価関数演算部106から送信される評価関数costと今までそれ以前に送信されてきた評価関数のうち最小の値である最小評価関数costminとを比較する。この比較の結果、評価関数costの方が小さい場合は、最小評価関数costminをcostに更新するとともに、最終的な動きベクトルの候補であるvecをそのときの探索位置に更新する。なお、サーチウィンドウの最初の探索位置では無条件に最小評価関数costmin及びvecを更新する。そして、以上の処理をサーチウィンドウ内の全ての画素に対して行った後、そのときのvecを最終的な動きベクトルとして決定し、動きベクトル保存部810に保存する。   The motion vector determination unit 107 compares the evaluation function cost transmitted from the evaluation function calculation unit 106 with the minimum evaluation function costmin that is the minimum value of the evaluation functions transmitted so far. As a result of this comparison, if the evaluation function cost is smaller, the minimum evaluation function costmin is updated to cost, and the final motion vector candidate vec is updated to the search position at that time. Note that the minimum evaluation functions costmin and vec are unconditionally updated at the first search position of the search window. Then, after performing the above processing for all the pixels in the search window, the vec at that time is determined as the final motion vector and stored in the motion vector storage unit 810.

以上のように本実施形態によれば、評価関数にベクトル符号量を加味して発生する符号量との相関を強めることにより、より符号化効率を考慮し、かつ画質を両立させた動きベクトルを探索することが可能になる。   As described above, according to the present embodiment, by enhancing the correlation with the code amount generated by adding the vector code amount to the evaluation function, it is possible to obtain a motion vector that further considers encoding efficiency and achieves both image quality. It becomes possible to search.

(本発明に係る他の実施形態)
前述した本発明の実施形態における動きベクトル探索装置を構成する各手段、並びに動きベクトル探索方法の各工程は、コンピュータのRAMやROMなどに記憶されたプログラムが動作することによって実現できる。このプログラム及び前記プログラムを記憶したコンピュータ読み取り可能な記憶媒体は本発明に含まれる。
(Other embodiments according to the present invention)
Each means constituting the motion vector search apparatus and each step of the motion vector search method in the embodiment of the present invention described above 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.

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

なお、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラム(実施形態では図2に示すフローチャートに対応したプログラム)を、システムまたは装置に直接、または遠隔から供給する場合も含む。そして、そのシステムまたは装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合を含む。   The present invention includes a case where a software program (in the embodiment, a program corresponding to the flowchart shown in FIG. 2) for realizing the functions of the above-described embodiments is directly or remotely supplied to a system or apparatus. This includes the case where the system or the computer of the apparatus is also achieved by reading and executing 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 flexible disk, a hard disk, an optical disk, and a magneto-optical disk. Further, there are MO, CD-ROM, CD-R, CD-RW, magnetic tape, nonvolatile memory card, ROM, DVD (DVD-ROM, DVD-R) and the like.

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続する方法がある。そして、前記ホームページから本発明のコンピュータプログラムそのもの、もしくは圧縮され自動インストール機能を含むファイルをハードディスク等の記憶媒体にダウンロードすることによっても供給できる。   As another program supply method, there is a method of connecting to a homepage on the Internet using a browser of a client computer. It can also be supplied by downloading the computer program itself of the present invention or a compressed file including an automatic installation function from a homepage 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等の記憶媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、その鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。   As another method, the program of the present invention is encrypted, stored in a storage medium such as a CD-ROM, distributed to users, and encrypted from a homepage via the Internet to users who have cleared predetermined conditions. Download the key information to be solved. 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. Furthermore, 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 be realized by the processing.

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

本発明の第1の実施形態に係る動きベクトル探索装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the motion vector search apparatus which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態における動きベクトルの探索処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the search process procedure of the motion vector in the 1st Embodiment of this invention. 本発明の第2の実施形態に係る動きベクトル探索装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the motion vector search apparatus which concerns on the 2nd Embodiment of this invention. 本発明の第3の実施形態に係る動きベクトル探索装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the motion vector search apparatus which concerns on the 3rd Embodiment of this invention. 本発明の第4の実施形態に係る動きベクトル探索装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the motion vector search apparatus which concerns on the 4th Embodiment of this invention. 従来のブロックマッチング方式を用いた動きベクトル探索装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the motion vector search apparatus using the conventional block matching system. 従来のブロックマッチング方式を用いた動きベクトル探索装置の他の構成例を示すブロック図である。It is a block diagram which shows the other structural example of the motion vector search apparatus using the conventional block matching system. ブロックごとに現在ピクチャと参照ピクチャとの画素差分の直交変換等を行い、符号化劣化が生じることを説明する図である。It is a figure explaining performing the orthogonal transformation etc. of the pixel difference of a current picture and a reference picture for every block, and a coding degradation arises.

符号の説明Explanation of symbols

10 現在フレーム/フィールド保存部
11 参照フレーム/フィールド保存部
12 現在マクロブロック保存バッファ
13 サーチウィンドウ保存バッファ
14 動きベクトル探索部
50 動きベクトル探索装置
100 減算器
101 直交変換部
102 量子化部
103 逆量子化部
104 逆直交変換部
105 損失情報量演算部
106 評価関数演算部
107 動きベクトル決定部
108 差分絶対値和演算部
308 直交変換係数絶対値和演算部
408 二値符号量演算部
509 ベクトル符号量演算部
510 動きベクトル保存部
DESCRIPTION OF SYMBOLS 10 Current frame / field storage unit 11 Reference frame / field storage unit 12 Current macroblock storage buffer 13 Search window storage buffer 14 Motion vector search unit 50 Motion vector search device 100 Subtractor 101 Orthogonal transform unit 102 Quantization unit 103 Inverse quantization Unit 104 inverse orthogonal transform unit 105 loss information amount computation unit 106 evaluation function computation unit 107 motion vector determination unit 108 difference absolute value sum computation unit 308 orthogonal transform coefficient absolute value sum computation unit 408 binary code amount computation unit 509 vector code amount computation Unit 510 motion vector storage unit

Claims (17)

符号化の対象となるピクチャを構成する複数のブロックについて、前記ブロックに対応する参照ピクチャに設定された探索領域で探索することにより、前記ブロックの動きベクトルを探索する動きベクトル探索装置であって、
符号化の対象となるブロックと前記参照ピクチャの探索位置における画素との差分と、前記符号化の対象となるブロックと参照ピクチャの探索位置における画素との差分を量子化して逆量子化した画素の差分と、の差分の絶対値和に基づいて、前記符号化の対象となるブロックの動きベクトルを探索する動きベクトル探索手段を有することを特徴とする動きベクトル探索装置。
A motion vector search device for searching for a motion vector of a block by searching for a plurality of blocks constituting a picture to be encoded in a search region set in a reference picture corresponding to the block,
The difference between the difference between the block to be encoded and the pixel at the search position of the reference picture and the difference between the block to be encoded and the pixel at the search position of the reference picture are quantized and dequantized. A motion vector search apparatus comprising: a motion vector search means for searching for a motion vector of a block to be encoded based on a difference and a sum of absolute values of the differences .
前記動きベクトル探索手段は、前記差分の絶対値和と、前記符号化の対象となるブロックと前記参照ピクチャの探索位置における画素との差分の絶対値和とに基づいて前記符号化の対象となるブロックの動きベクトルを探索することを特徴とする請求項に記載の動きベクトル探索装置。 The motion vector search means is the encoding target based on the absolute value sum of the difference and the absolute value sum of the difference between the block to be encoded and the pixel at the search position of the reference picture. The motion vector search apparatus according to claim 1 , wherein a motion vector of a block is searched. 前記動きベクトル探索手段は、前記差分の絶対値和と、前記符号化の対象となるブロックと前記参照ピクチャの探索位置における画素との差分を直交変換した直交変換係数とに基づいて前記符号化の対象となるブロックの動きベクトルを探索することを特徴とする請求項に記載の動きベクトル探索装置。 The motion vector search means performs the encoding based on the absolute value sum of the differences and an orthogonal transform coefficient obtained by orthogonally transforming the difference between the block to be encoded and the pixel at the search position of the reference picture. The motion vector search apparatus according to claim 1 , wherein a motion vector of a target block is searched. 前記動きベクトル探索手段は、前記差分の絶対値和と、前記符号化の対象となるブロックと前記参照ピクチャの探索位置における画素との差分を量子化した値の二値符号量とに基づいて前記符号化の対象となるブロックの動きベクトルを探索することを特徴とする請求項に記載の動きベクトル探索装置。 The motion vector search means is based on a sum of absolute values of the differences and a binary code amount of a value obtained by quantizing a difference between a block to be encoded and a pixel at a search position of the reference picture. The motion vector search apparatus according to claim 1 , wherein a motion vector of a block to be encoded is searched. 前記動きベクトル探索手段は、さらに、前記符号化の対象となるブロックの動きベクトルの符号量に基づいて前記符号化の対象となるブロックの動きベクトルを探索することを特徴とする請求項に記載の動きベクトル探索装置。 The motion vector search unit further claim 4, characterized in that searching for a motion vector of a block to be the encoding based on the code amount of motion vectors of a block to be the encoding Motion vector search device. 符号化の対象となるピクチャを構成する複数のブロックについて、前記ブロックに対応する参照ピクチャに設定された探索領域で探索することにより、前記ブロックの動きベクトルを探索する動きベクトル探索方法であって、
符号化の対象となるブロックと前記参照ピクチャの探索位置における画素との差分と、前記符号化の対象となるブロックと参照ピクチャの探索位置における画素との差分を量子化して逆量子化した画素の差分と、の差分の絶対値和に基づいて、前記符号化の対象となるブロックの動きベクトルを探索する動きベクトル探索工程を有することを特徴とする動きベクトル探索方法。
A motion vector search method for searching a motion vector of a block by searching for a plurality of blocks constituting a picture to be encoded in a search region set in a reference picture corresponding to the block,
The difference between the difference between the block to be encoded and the pixel at the search position of the reference picture and the difference between the block to be encoded and the pixel at the search position of the reference picture are quantized and dequantized. A motion vector search method comprising a motion vector search step of searching for a motion vector of a block to be encoded based on a difference and a sum of absolute values of the differences .
符号化の対象となるピクチャを構成する複数のブロックについて、前記ブロックに対応する参照ピクチャに設定された探索領域で探索することにより、前記ブロックの動きベクトルを探索するようにコンピュータに実行させるプログラムであって、
符号化の対象となるブロックと前記参照ピクチャの探索位置における画素との差分と、前記符号化の対象となるブロックと参照ピクチャの探索位置における画素との差分を量子化して逆量子化した画素の差分と、の差分の絶対値和に基づいて、前記符号化の対象となるブロックの動きベクトルを探索する動きベクトル探索工程をコンピュータに実行させることを特徴とするプログラム。
A program that causes a computer to execute a search for a motion vector of a block by searching for a plurality of blocks constituting a picture to be encoded in a search region set in a reference picture corresponding to the block. There,
The difference between the difference between the block to be encoded and the pixel at the search position of the reference picture and the difference between the block to be encoded and the pixel at the search position of the reference picture are quantized and dequantized. A program for causing a computer to execute a motion vector search step for searching for a motion vector of a block to be encoded based on a difference and a sum of absolute values of differences .
請求項に記載のプログラムを記憶したことを特徴とするコンピュータ読み取り可能な記憶媒体。 A computer-readable storage medium storing the program according to claim 7 . 符号化対象のブロックの画像に対応する動きベクトルを、前記符号化対象のブロックの画像と前記符号化対象のブロックに対応する参照ピクチャの画像とを用いて決定する画像処理装置であって、
前記参照ピクチャの画像の複数の位置それぞれについて、
前記符号化対象のブロックの画像と前記参照ピクチャの各位置の画像との差分である第1の差分データを算出し、
前記第1の差分データを量子化し、
前記量子化された第1の差分データを逆量子化し、
前記参照ピクチャの画像の複数の位置それぞれに対応する、前記逆量子化された第1の差分データと、前記量子化されていない第1の差分データと、の差分値に基づいて、前記符号化対象のブロックに対応する動きベクトルを決定することを特徴とする画像処理装置。
An image processing apparatus that determines a motion vector corresponding to an image of a block to be encoded using an image of the block to be encoded and an image of a reference picture corresponding to the block to be encoded,
For each of the plurality of positions of the reference picture image,
Calculating first difference data that is a difference between an image of the block to be encoded and an image at each position of the reference picture;
Quantizing the first difference data;
Dequantizing the quantized first difference data;
The encoding is performed based on a difference value between the dequantized first difference data and the unquantized first difference data corresponding to each of a plurality of positions of the reference picture image. An image processing apparatus for determining a motion vector corresponding to a target block.
前記参照ピクチャの画像の複数の位置それぞれに対応する、前記逆量子化された第1の差分データと前記量子化されていない第1の差分データとの差分値の絶対値和に基づいて、前記符号化対象のブロックに対応する動きベクトルを決定することを特徴とする請求項に記載の画像処理装置。 Based on the sum of absolute values of the difference values between the dequantized first difference data and the unquantized first difference data corresponding to each of a plurality of positions of the reference picture image, The image processing apparatus according to claim 9 , wherein a motion vector corresponding to a block to be encoded is determined. 前記参照ピクチャの画像の複数の位置それぞれに対応する、前記逆量子化された第1の差分データと前記量子化されていない第1の差分データとの差分値の絶対値和と前記符号化対象のブロックの画像と前記参照ピクチャの画像との差分値の絶対値和とに基づいて、前記符号化対象のブロックに対応する動きベクトルを決定することを特徴とする請求項10に記載の画像処理装置。 The absolute value sum of the difference values between the dequantized first difference data and the unquantized first difference data corresponding to each of a plurality of positions of the reference picture image, and the encoding target The image processing according to claim 10 , wherein a motion vector corresponding to the block to be encoded is determined based on an absolute value sum of difference values between the image of the block and the image of the reference picture. apparatus. 前記参照ピクチャの画像の複数の位置それぞれに対応する、前記逆量子化された第1の差分データと前記量子化されていない第1の差分データとの差分値の絶対値和と前記符号化対象のブロックの画像と前記参照ピクチャの画像との差分値を直交変換した直交変換係数の絶対値和とに基づいて、前記符号化対象のブロックに対応する動きベクトルを決定することを特徴とする請求項10に記載の画像処理装置。 The absolute value sum of the difference values between the dequantized first difference data and the unquantized first difference data corresponding to each of a plurality of positions of the reference picture image, and the encoding target A motion vector corresponding to the block to be encoded is determined based on an absolute value sum of orthogonal transform coefficients obtained by orthogonally transforming a difference value between the image of the block and the reference picture. Item 15. The image processing apparatus according to Item 10 . 前記参照ピクチャの画像の複数の位置それぞれに対応する、前記逆量子化された第1の差分データと前記量子化されていない第1の差分データとの差分値の絶対値和と前記符号化対象のブロックの画像と前記参照ピクチャの画像との差分値を量子化した値の二値符号量とに基づいて、前記符号化対象のブロックに対応する動きベクトルを決定することを特徴とする請求項10に記載の画像処理装置。 The absolute value sum of the difference values between the dequantized first difference data and the unquantized first difference data corresponding to each of a plurality of positions of the reference picture image, and the encoding target The motion vector corresponding to the block to be encoded is determined based on a binary code amount obtained by quantizing a difference value between the image of the block and the image of the reference picture. The image processing apparatus according to 10 . 前記参照ピクチャの画像の複数の位置それぞれに対応する、前記逆量子化された第1の差分データと前記量子化されていない第1の差分データとの差分値の絶対値和と前記符号化対象のブロックの画像と前記参照ピクチャの画像との差分値を量子化した値の二値符号量と前記参照ピクチャの画像の各位置に対応する動きベクトルの符号量とに基づいて、前記符号化対象のブロックに対応する動きベクトルを決定することを特徴とする請求項13に記載の画像処理装置。 The absolute value sum of the difference values between the dequantized first difference data and the unquantized first difference data corresponding to each of a plurality of positions of the reference picture image, and the encoding target The encoding target based on a binary code amount obtained by quantizing a difference value between the image of the block and the reference picture and a code amount of a motion vector corresponding to each position of the reference picture image The image processing apparatus according to claim 13 , wherein a motion vector corresponding to each block is determined. 符号化対象のブロックの画像に対応する動きベクトルを、前記符号化対象のブロックの画像と前記符号化対象のブロックに対応する参照ピクチャの画像とを用いて決定する画像処理方法であって、
前記参照ピクチャの画像の複数の位置それぞれについて、
前記符号化対象のブロックの画像と前記参照ピクチャの各位置の画像との差分である第1の差分データを算出し、
前記第1の差分データを量子化し、
前記量子化された第1の差分データを逆量子化し、
前記参照ピクチャの画像の複数の位置それぞれに対応する、前記逆量子化された第1の差分データと、前記量子化されていない第1の差分データと、の差分値に基づいて、前記符号化対象のブロックに対応する動きベクトルを決定することを特徴とする画像処理方法。
An image processing method for determining a motion vector corresponding to an image of a block to be encoded using an image of the block to be encoded and an image of a reference picture corresponding to the block to be encoded,
For each of the plurality of positions of the reference picture image,
Calculating first difference data that is a difference between an image of the block to be encoded and an image at each position of the reference picture;
Quantizing the first difference data;
Dequantizing the quantized first difference data;
The encoding is performed based on a difference value between the dequantized first difference data and the unquantized first difference data corresponding to each of a plurality of positions of the reference picture image. An image processing method characterized by determining a motion vector corresponding to a target block.
前記参照ピクチャの画像の複数の位置それぞれに対応する、前記逆量子化された第1の差分データと前記量子化されていない第1の差分データとの差分値の絶対値和に基づいて、前記符号化対象のブロックに対応する動きベクトルを決定することを特徴とする請求項15に記載の画像処理方法。 Based on the sum of absolute values of the difference values between the dequantized first difference data and the unquantized first difference data corresponding to each of a plurality of positions of the reference picture image, The image processing method according to claim 15 , wherein a motion vector corresponding to a block to be encoded is determined. 符号化対象のブロックの画像に対応する動きベクトルを、前記符号化対象のブロックの画像と前記符号化対象のブロックに対応する参照ピクチャの画像とを用いて決定するようにコンピュータを動作させるプログラムであって、
前記参照ピクチャの画像の複数の位置それぞれについて、
前記符号化対象のブロックの画像と前記参照ピクチャの各位置の画像との差分である第1の差分データを算出し、
前記第1の差分データを量子化し、
前記量子化された第1の差分データを逆量子化し、
前記参照ピクチャの画像の複数の位置それぞれに対応する、前記逆量子化された第1の差分データと、前記量子化されていない第1の差分データと、の差分値に基づいて、前記符号化対象のブロックに対応する動きベクトルを決定する工程をコンピュータに実行させることを特徴とするプログラム。
A program for operating a computer to determine a motion vector corresponding to an image of a block to be encoded using an image of the block to be encoded and an image of a reference picture corresponding to the block to be encoded There,
For each of the plurality of positions of the reference picture image,
Calculating first difference data that is a difference between an image of the block to be encoded and an image at each position of the reference picture;
Quantizing the first difference data;
Dequantizing the quantized first difference data;
The encoding is performed based on a difference value between the dequantized first difference data and the unquantized first difference data corresponding to each of a plurality of positions of the reference picture image. A program that causes a computer to execute a step of determining a motion vector corresponding to a target block.
JP2008282158A 2008-10-31 2008-10-31 Motion vector search device, motion vector search method, image processing device, image processing method, program, and storage medium Expired - Fee Related JP5339855B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008282158A JP5339855B2 (en) 2008-10-31 2008-10-31 Motion vector search device, motion vector search method, image processing device, image processing method, program, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008282158A JP5339855B2 (en) 2008-10-31 2008-10-31 Motion vector search device, motion vector search method, image processing device, image processing method, program, and storage medium

Publications (2)

Publication Number Publication Date
JP2010109903A JP2010109903A (en) 2010-05-13
JP5339855B2 true JP5339855B2 (en) 2013-11-13

Family

ID=42298856

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008282158A Expired - Fee Related JP5339855B2 (en) 2008-10-31 2008-10-31 Motion vector search device, motion vector search method, image processing device, image processing method, program, and storage medium

Country Status (1)

Country Link
JP (1) JP5339855B2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5825930A (en) * 1997-03-05 1998-10-20 Samsung Electronics Co., Ltd. Motion estimating method
JP2005348093A (en) * 2004-06-03 2005-12-15 Sony Corp Image processor, program and method thereof
JP4877449B2 (en) * 2004-11-04 2012-02-15 カシオ計算機株式会社 Moving picture coding apparatus and moving picture coding processing program
JP4490353B2 (en) * 2005-09-05 2010-06-23 日本電信電話株式会社 Quantization distortion estimation method, quantization distortion estimation apparatus, quantization distortion estimation program, and recording medium thereof
WO2008044511A1 (en) * 2006-10-12 2008-04-17 Kabushiki Kaisha Toshiba Method and apparatus for encoding image

Also Published As

Publication number Publication date
JP2010109903A (en) 2010-05-13

Similar Documents

Publication Publication Date Title
US11438575B2 (en) Bi-prediction coding method and apparatus, bi-prediction decoding method and apparatus, and recording medium
KR100856411B1 (en) Method and apparatus for compensating illumination compensation and method and apparatus for encoding moving picture based on illumination compensation, and method and apparatus for encoding moving picture based on illumination compensation
US8228989B2 (en) Method and apparatus for encoding and decoding based on inter prediction
KR100803611B1 (en) Method and apparatus for encoding video, method and apparatus for decoding video
RU2720702C1 (en) Device for predictive decoding of images, method of predictive decoding of images
KR102032771B1 (en) Image predictive encoding device, image predictive encoding method, image predictive decoding device, and image predictive decoding method
US8761254B2 (en) Image prediction encoding device, image prediction decoding device, image prediction encoding method, image prediction decoding method, image prediction encoding program, and image prediction decoding program
US8315309B2 (en) Method and apparatus for encoding and decoding an image by using consecutive motion estimation
US7620108B2 (en) Integrated spatial-temporal prediction
US20040184542A1 (en) Image processing apparatus and method, and recording medium and program used therewith
WO2010064396A1 (en) Moving picture decoding method and moving picture encoding method
US9948944B2 (en) Image coding apparatus and image coding method
US20090238283A1 (en) Method and apparatus for encoding and decoding image
JP4494803B2 (en) Improved noise prediction method and apparatus based on motion compensation, and moving picture encoding method and apparatus using the same
US20240098251A1 (en) Bi-prediction coding method and apparatus, bi-prediction decoding method and apparatus, and recording medium
US20080123733A1 (en) Method and Apparatus for Selecting a Reference Frame for Motion Estimation in Video Encoding
KR100727988B1 (en) Method and apparatus for predicting DC coefficient in transform domain
KR101187580B1 (en) Method and apparatus for compensating illumination compensation and method and apparatus for encoding moving picture based on illumination compensation, and method and apparatus for encoding moving picture based on illumination compensation
JP2012104969A (en) Motion vector generation device, motion vector generation method and computer program
US20060179388A1 (en) Method and apparatus for re-concealing error included in decoded image
JP5339855B2 (en) Motion vector search device, motion vector search method, image processing device, image processing method, program, and storage medium
KR100906473B1 (en) Advanced Method for coding and decoding motion vector and apparatus thereof
JP2007174202A (en) Motion vector detecting device and method therefor
JP4061505B2 (en) Image coding apparatus and method
Pampattiwar et al. Performance analysis of predictive motion field segmentation and overlapped block matching for video compression

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20111019

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120709

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120731

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120927

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130521

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130621

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130806

R151 Written notification of patent or utility model registration

Ref document number: 5339855

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees