JP2008193503A - Moving image encoding device and moving image encoding method - Google Patents

Moving image encoding device and moving image encoding method Download PDF

Info

Publication number
JP2008193503A
JP2008193503A JP2007027032A JP2007027032A JP2008193503A JP 2008193503 A JP2008193503 A JP 2008193503A JP 2007027032 A JP2007027032 A JP 2007027032A JP 2007027032 A JP2007027032 A JP 2007027032A JP 2008193503 A JP2008193503 A JP 2008193503A
Authority
JP
Japan
Prior art keywords
image
unit
weight
image data
reference image
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.)
Pending
Application number
JP2007027032A
Other languages
Japanese (ja)
Inventor
Masayuki Tokumitsu
昌之 徳満
Satoshi Nakagawa
聰 中川
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2007027032A priority Critical patent/JP2008193503A/en
Priority to US12/003,172 priority patent/US20080187049A1/en
Publication of JP2008193503A publication Critical patent/JP2008193503A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/103Selection of coding mode or of prediction mode
    • H04N19/105Selection of the reference unit for prediction within a chosen coding or prediction mode, e.g. adaptive choice of position and number of pixels used for prediction

Abstract

<P>PROBLEM TO BE SOLVED: To reduce throughput and to shorten a processing time by making image data to be processed small. <P>SOLUTION: This moving image encoding device encodes a difference between a predictive image generated by using a weighted reference image obtained by weighting a reference image and adding offset and an original image. Also there is provided a moving image encoding method. The moving image encoding device is provided with an image data reducing part for reducing data amounts of the original image and the reference image, a first weight estimating part for estimating a weight parameter on the basis of image data of the reduced original image and reference image, a weighted motion vector retrieving part for searching a motion vector on the basis of the weighted parameter, the original image and the reference image, a motion compensating part for using the motion vector and the reference image to generate a motion compensation image, and a second weight estimating part for estimating a weight parameter from the motion compensation image and the original image. The moving image encoding method has a configuration similar to a function of each part of the moving image encoding device. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

この発明は、フレーム間差分を用いて動画像符号化を行う動画像符号化装置および動画像符号化方法に関するものである。   The present invention relates to a moving image coding apparatus and a moving image coding method that perform moving image coding using inter-frame differences.

予測画像と原画像の差分を符号化する動画像符号化方式において、予測画像に対して、重みを掛けオフセットを加える技術と、原画像との差分を取りそれを符号化する技術としては、特許文献1に示すようにものがある。   In a moving image coding system that encodes a difference between a predicted image and an original image, a technique for applying a weight to the predicted image and adding an offset, and a technique for taking the difference between the original image and encoding the same are disclosed as patents. There is something as shown in Document 1.

この特許文献1は、原画像の画素値をX[i]、予測画像の画素値をY[i]としたとき、
X[i]−(W*Y[i]+T)
を符号化するものである。
In Patent Document 1, when the pixel value of the original image is X [i] and the pixel value of the predicted image is Y [i],
X [i]-(W * Y [i] + T)
Is encoded.

この値が0に近ければ圧縮率が高くなることは、当該分野の専門知識を持つものであれば、周知の事実である。   If this value is close to 0, the compression ratio increases, which is a well-known fact if you have expertise in this field.

また、圧縮率を高めるには、WとTの適切な値を設定することが重要であることは、当然である。   Of course, it is important to set appropriate values of W and T in order to increase the compression rate.

特許文献1に記載の実施例では、Wを以下の式のようにして求めている。   In the example described in Patent Document 1, W is obtained as in the following equation.

W=AVE[X[i]]/AVE[Y[i]]
X[i]とY[i]とが図4に示すような正の相関であって、その分布が原点を通る直線状に沿っている場合には、式(1)で決定されるWは、X[i]−(W*Y[i]+T)の値を小さくするために効果的である。この場合T=0である。
W = AVE [X [i]] / AVE [Y [i]]
When X [i] and Y [i] are positive correlations as shown in FIG. 4 and the distribution is along a straight line passing through the origin, W determined by equation (1) is , X [i] − (W * Y [i] + T) is effective for reducing the value. In this case, T = 0.

また、動きベクトルを使用して、重み付けを行っていない基準画像(参照画像)を用いて動き補償を行って得られた動き補償画像mcrefをY[i]とし、符号化対象画像curをX[i]として、同様にW=AVE[X[i]]/AVE[Y[i]]としてウエイトWを求めることで、より正確にウエイトを求めることができるとしている。   Also, the motion compensated image mcref obtained by performing motion compensation using a standard image (reference image) that is not weighted using a motion vector is Y [i], and the encoding target image cur is X [ As i], W = AVE [X [i]] / AVE [Y [i]] is similarly obtained, whereby the weight can be obtained more accurately.

これによりフェードの場合に効果的に符号化できるとしている。
特表2006−509467号公報
As a result, encoding can be effectively performed in the case of fading.
JP-T-2006-509467

ところが、x[i]、y[i]の分布が、原点を通る直線に沿っていない場合には問題が生じる。図5にこの例を示す。   However, a problem arises when the distribution of x [i] and y [i] is not along a straight line passing through the origin. FIG. 5 shows an example of this.

ax+b(b>0)の形に沿っている場合、x=(x_min+x_max)/2の部分では、y−(w*x+t)の値が小さくなるが、x=x_minやx=x_maxの付近では、y−(w*x+t)の値は大きくなり、符号量が増えてしまう。   In the case of following the form of ax + b (b> 0), the value of y− (w * x + t) is small in the portion of x = (x_min + x_max) / 2, but in the vicinity of x = x_min or x = x_max The value of y− (w * x + t) increases and the code amount increases.

つまり、わざわざ重みを計算するための時間を掛けているにも関わらず、符号量が増えてしまうということが課題である。   That is, the problem is that the amount of code increases despite the time it takes to calculate the weight.

本発明は、前記課題を解決するためになされたもので、参照画像に対して重みを掛けオフセットを加えた重みつき参照画像を用いて生成される予測画像と原画像との差分を符号化する動画像符号化装置において、前記原画像及び参照画像のデータ量をこれら原画像及び参照画像の特徴を残したまま減らす画像データ縮小部と、当該画像データ縮小部でデータ量を縮小した原画像及び参照画像の画像データを基に重みパラメータを推定する第1重み推定部と、当該第1重み推定部で推定した重みパラメータと前記原画像及び参照画像を基に動きベクトルを探索する重み付き動きベクトル検索部と、当該重み付き動きベクトル検索部で検索した動きベクトルと前記参照画像とを用いて動き補償画像を生成する動き補償部と、当該動き補償部で生成した動き補償画像と前記原画像とから重みパラメータを推定する第2重み推定部とを備えたことを特徴とする。   The present invention has been made to solve the above-described problem, and encodes a difference between a predicted image generated using a weighted reference image obtained by applying a weight to a reference image and adding an offset to the original image. In the moving image encoding apparatus, an image data reduction unit that reduces the data amount of the original image and the reference image while retaining the features of the original image and the reference image, and an original image that has been reduced in data amount by the image data reduction unit, and A first weight estimator for estimating a weight parameter based on image data of a reference image; a weighted motion vector for searching for a motion vector based on the weight parameter estimated by the first weight estimator and the original image and the reference image; A search unit, a motion compensation unit that generates a motion compensated image using the motion vector searched by the weighted motion vector search unit and the reference image, and generated by the motion compensation unit Characterized in that the motion compensation image and the original image and a second weight estimation unit that estimates a weighting parameter.

これにより、動き補償部で使う動きベクトルを求めるための動きベクトル探索を行う際に、重み付き動きベクトル探索を行うことで、高精度な動きベクトル探索が行われる。その結果を利用して求められる重みパラメータが正確になる。   Thereby, when performing a motion vector search for obtaining a motion vector used in the motion compensation unit, a highly accurate motion vector search is performed by performing a weighted motion vector search. The weight parameter obtained by using the result becomes accurate.

さらに、もう一つの構成としては重み推定に最小二乗法を用いることを特徴としている。これにより、重み推定の精度を向上し、重みパラメータを正確に求めることができる。   Furthermore, as another configuration, the least square method is used for weight estimation. Thereby, the accuracy of weight estimation can be improved and the weight parameter can be obtained accurately.

また、動画像符号化方法は、前記動画像符号化装置の各部の機能と同様の構成を有する。   The moving picture coding method has the same configuration as the function of each unit of the moving picture coding apparatus.

この動画像符号化方法により、前記動画像符号化装置と同様に、前記原画像及び参照画像のデータ量を減して、重み推定等の処理が行われる。   According to this moving image encoding method, the data amount of the original image and the reference image is reduced and processing such as weight estimation is performed as in the case of the moving image encoding apparatus.

一つ目の解決手段の効果としては、重みパラメータが正確に求められるため、重み付き動き補償画像と原画像との差分が小さくなり、その差分の符号化結果が小さくなる。さらに、前記原画像および参照画像のデータ量を減らして、重み推定等の処理が行われるため、処理するデータの大きさを小さくすることができ、処理量の削減、処理時間の短縮を図ることができる。   As an effect of the first solving means, since the weight parameter is accurately obtained, the difference between the weighted motion compensated image and the original image becomes small, and the encoding result of the difference becomes small. Furthermore, since the data amount of the original image and the reference image is reduced and processing such as weight estimation is performed, the size of the data to be processed can be reduced, and the processing amount and the processing time can be reduced. Can do.

二つ目の解決手段の効果としては、前記一つ目の解決手段の効果に加えて、さらに重みパラメータが正確に求められるため、重み付き動き補償画像と原画像との差分が小さくなり、その差分の符号化結果が小さくなる。   As an effect of the second solving means, in addition to the effect of the first solving means, since the weight parameter is further accurately obtained, the difference between the weighted motion compensated image and the original image becomes small, The difference encoding result is reduced.

以下に、本発明の実施形態にかかる動画像符号化装置および動画像符号化方法について添付図面を基に説明する。図1は第1の実施形態に係る動画像符号化方法を実現するための動画像符号化装置を示す機能ブロック図、図2は第2の実施形態に係る動画像符号化方法を実現するための動画像符号化装置を示す機能ブロック図、図3は第3の実施形態に係る動画像符号化方法を実現するための動画像符号化装置を示す機能ブロック図、図7は第4の実施形態に係る動画像符号化方法を実現するための動画像符号化装置を示す機能ブロック図、図8は第5の実施形態に係る動画像符号化方法を実現するための動画像符号化装置を示す機能ブロック図である。   Hereinafter, a moving picture coding apparatus and a moving picture coding method according to an embodiment of the present invention will be described with reference to the accompanying drawings. FIG. 1 is a functional block diagram showing a video encoding device for realizing the video encoding method according to the first embodiment, and FIG. 2 is a diagram for realizing the video encoding method according to the second embodiment. FIG. 3 is a functional block diagram showing a video encoding apparatus for realizing the video encoding method according to the third embodiment, and FIG. 7 is a fourth implementation diagram. FIG. 8 is a functional block diagram showing a video encoding device for realizing the video encoding method according to the embodiment, and FIG. 8 shows a video encoding device for realizing the video encoding method according to the fifth embodiment. It is a functional block diagram shown.

[第1実施形態]
第1実施形態に係る動画像符号化装置および動画像符号化方法を図1に基づいて説明する。本実施形態に係る動画像符号化装置および動画像符号化方法は、原画像と参照画像とを入力すると、最終的に重みとオフセットを出力するものである。
[First Embodiment]
A video encoding apparatus and video encoding method according to the first embodiment will be described with reference to FIG. The moving picture coding apparatus and the moving picture coding method according to the present embodiment finally outputs weights and offsets when an original image and a reference image are input.

動画像符号化装置1は、第1サムネイル画像生成部2と、第2サムネイル画像生成部3と、第1重み推定部4と、重み付き動きベクトル探索部5と、動き補償部6と、第2重み推定部7とから構成されている。以下では、各部の構成を画像データが入力される順に従って説明する。   The moving image encoding device 1 includes a first thumbnail image generation unit 2, a second thumbnail image generation unit 3, a first weight estimation unit 4, a weighted motion vector search unit 5, a motion compensation unit 6, And a 2-weight estimation unit 7. Hereinafter, the configuration of each unit will be described in the order in which image data is input.

原画像入力端子8からは、圧縮対象の原画像が第1サムネイル画像生成部2に入力される。第1サムネイル画像生成部2は、前記原画像のデータ量をこの原画像の特徴を残したまま減らす画像データ縮小部である。第1サムネイル画像生成部2に入力された原画像は、縮小された後、この第1サムネイル画像生成部2から、第1重み推定部4、重み付き動きベクトル探索部5、動き補償部6、第2重み推定部7へとそれぞれ送られて、各部で処理が施される。また、原画像入力端子8からは、圧縮対象の原画像が第1サムネイル画像生成部2と共に重み付き動きベクトル探索部5及び第2重み推定部7へも入力される。   From the original image input terminal 8, the original image to be compressed is input to the first thumbnail image generation unit 2. The first thumbnail image generation unit 2 is an image data reduction unit that reduces the data amount of the original image while leaving the features of the original image. After the original image input to the first thumbnail image generation unit 2 is reduced, from the first thumbnail image generation unit 2, the first weight estimation unit 4, the weighted motion vector search unit 5, the motion compensation unit 6, Each is sent to the second weight estimation unit 7 and processed in each unit. Also, the original image to be compressed is input from the original image input terminal 8 to the weighted motion vector search unit 5 and the second weight estimation unit 7 together with the first thumbnail image generation unit 2.

一方、参照画像入力端子9からは、圧縮の際に使用する参照画像が第2サムネイル画像生成部3に入力される。第2サムネイル画像生成部3は、前記参照画像のデータ量をこの参照画像の特徴を残したまま減らす画像データ縮小部である。第2サムネイル画像生成部3に入力された参照画像は、第2サムネイル画像生成部3から、第1重み推定部4、重み付き動きベクトル探索部5、動き補償部6、第2重み推定部7へとそれぞれ送られて、各部で処理が施される。また、参照画像入力端子9からは、参照画像が第2サムネイル画像生成部3と共に重み付き動きベクトル探索部5及び動き補償部6へも入力される。   On the other hand, a reference image used for compression is input from the reference image input terminal 9 to the second thumbnail image generation unit 3. The second thumbnail image generation unit 3 is an image data reduction unit that reduces the data amount of the reference image while leaving the characteristics of the reference image. The reference image input to the second thumbnail image generation unit 3 is sent from the second thumbnail image generation unit 3 to the first weight estimation unit 4, the weighted motion vector search unit 5, the motion compensation unit 6, and the second weight estimation unit 7. Are sent to and processed by each unit. Further, the reference image is input from the reference image input terminal 9 to the weighted motion vector search unit 5 and the motion compensation unit 6 together with the second thumbnail image generation unit 3.

以下に、各部での具体的な処理について説明する。   Hereinafter, specific processing in each unit will be described.

第1サムネイル画像生成部2及び第2サムネイル画像生成部3は次の処理機能を備えている。   The first thumbnail image generation unit 2 and the second thumbnail image generation unit 3 have the following processing functions.

原画像入力端子8から入力された原画像は、第1サムネイル画像生成部2へ送られる。第1サムネイル画像生成部2は、原画像を縮小し、それをサムネイル原画像として、第1重み推定部4へ送る。   The original image input from the original image input terminal 8 is sent to the first thumbnail image generation unit 2. The first thumbnail image generation unit 2 reduces the original image and sends it as a thumbnail original image to the first weight estimation unit 4.

参照画像入力端子9から入力された参照画像は、第2サムネイル画像生成部3へ送られる。第2サムネイル画像生成部3は、参照画像を縮小し、それをサムネイル参照画像として、第1重み推定部4へ送る。   The reference image input from the reference image input terminal 9 is sent to the second thumbnail image generation unit 3. The second thumbnail image generation unit 3 reduces the reference image and sends it as a thumbnail reference image to the first weight estimation unit 4.

第1重み推定部4は次の処理機能を備えている。   The first weight estimation unit 4 has the following processing functions.

第1重み推定部4は、第1サムネイル画像生成部2からサムネイル原画像を受け取る。また、第2サムネイル画像生成部3からはサムネイル参照画像を受け取る。第1重み推定部4は、第1サムネイル画像生成部2及び第2サムネイル画像生成部3から受け取った、サムネイル原画像とサムネイル参照画像を用いて、重みパラメータ(重み及びオフセット)を推定する。具体的処理は後述する。次いで第1重み推定部4は、推定された重み及びオフセットを重み付き動きベクトル探索部5へ送る。   The first weight estimation unit 4 receives the thumbnail original image from the first thumbnail image generation unit 2. Further, the thumbnail reference image is received from the second thumbnail image generation unit 3. The first weight estimation unit 4 estimates weight parameters (weight and offset) using the thumbnail original image and thumbnail reference image received from the first thumbnail image generation unit 2 and the second thumbnail image generation unit 3. Specific processing will be described later. Next, the first weight estimation unit 4 sends the estimated weight and offset to the weighted motion vector search unit 5.

重み付き動きベクトル探索部5は次の処理機能を備えている。   The weighted motion vector search unit 5 has the following processing functions.

重み付き動きベクトル探索部5は、参照画像に対して、原画像の動きベクトルの探索を行う。重み付き動きベクトル探索部5では、原画像入力端子8から原画像を受け取り、参照画像入力端子9から参照画像を受け取る。さらに、第1重み推定部4からは重み及びオフセットの推定値を受け取る。これらのデータを基に動きベクトルを探索する。重み付き動きベクトル探索部5は、探索した結果の動きベクトルを、動き補償部6へと出力する。   The weighted motion vector search unit 5 searches the reference image for a motion vector of the original image. The weighted motion vector search unit 5 receives an original image from the original image input terminal 8 and receives a reference image from the reference image input terminal 9. Further, the first weight estimation unit 4 receives estimated values of weights and offsets. A motion vector is searched based on these data. The weighted motion vector search unit 5 outputs the motion vector obtained as a result of the search to the motion compensation unit 6.

動き補償部6は次の処理機能を備えている。   The motion compensation unit 6 has the following processing functions.

動き補償部6は、参照画像と動きベクトルを用いて、動き補償画像を生成する。動き補償部6は、参照画像入力端子9から参照画像を受け取り、重み付き動きベクトル探索部5から動きベクトルを受け取る。動き補償部6は、これら参照画像及び動きベクトルから動き補償画像を生成し、第2重み推定部7へ出力する。   The motion compensation unit 6 generates a motion compensated image using the reference image and the motion vector. The motion compensation unit 6 receives a reference image from the reference image input terminal 9 and receives a motion vector from the weighted motion vector search unit 5. The motion compensation unit 6 generates a motion compensation image from these reference images and motion vectors, and outputs the motion compensation image to the second weight estimation unit 7.

第2重み推定部7は次の処理機能を備えている。   The second weight estimation unit 7 has the following processing functions.

第2重み推定部7は、動き補償部6から動き補償画像を受け取り、原画像入力端子8から原画像を受け取る。そして、これら動き補償画像と原画像とから、重みとオフセットを求める。具体的処理は後述する。第2重み推定部7は、重みとオフセットを重みとオフセットの出力端子10へ出力する。   The second weight estimation unit 7 receives the motion compensated image from the motion compensation unit 6 and receives the original image from the original image input terminal 8. Then, a weight and an offset are obtained from the motion compensated image and the original image. Specific processing will be described later. The second weight estimation unit 7 outputs the weight and offset to the weight and offset output terminal 10.

次に、本発明の動画像符号化方法について説明する。   Next, the moving picture coding method of the present invention will be described.

まず、サムネイル画像生成工程を行う。このサムネイル画像生成工程は、前記原画像及び参照画像のデータ量をこれら原画像及び参照画像の特徴を残したまま減らす画像データ縮小工程である。画面上での動きや明暗の変化等の特徴が残る状態で画像データを縮小する。ここでは、原画像と参照画像をもとに、第1サムネイル画像生成部2及び第2サムネイル画像生成部3にてサムネイル原画像およびサムネイル参照画像を生成する。   First, a thumbnail image generation process is performed. This thumbnail image generation step is an image data reduction step for reducing the data amount of the original image and the reference image while leaving the features of the original image and the reference image. The image data is reduced in a state in which features such as movement on the screen and changes in brightness remain. Here, based on the original image and the reference image, the first thumbnail image generation unit 2 and the second thumbnail image generation unit 3 generate the thumbnail original image and the thumbnail reference image.

次に、第1重み推定工程を行う。ここでは、前記サムネイル原画像およびサムネイル参照画像を用いて、第1重み推定部4で大まかに重みw0とオフセットt0を推定する。   Next, a first weight estimation step is performed. Here, the first weight estimation unit 4 roughly estimates the weight w0 and the offset t0 using the thumbnail original image and thumbnail reference image.

次に、重み付き動きベクトル探索工程を行う。ここでは、第1重み推定部4で推定した重みw0及びオフセットt0と、原画像入力端子8からの原画像と、参照画像入力端子9からの参照画像とを重み付き動きベクトル探索部5に取り込み、これら重みw0及びオフセットt0と、原画像と、参照画像とを用いて動きベクトルの探索を行う。そして、検索した動きベクトルを動き補償部6へ出力する。   Next, a weighted motion vector search process is performed. Here, the weight w 0 and the offset t 0 estimated by the first weight estimation unit 4, the original image from the original image input terminal 8, and the reference image from the reference image input terminal 9 are taken into the weighted motion vector search unit 5. The motion vector is searched using these weight w0 and offset t0, the original image, and the reference image. Then, the searched motion vector is output to the motion compensation unit 6.

次に、動き補償工程を行う。ここでは、重み付き動きベクトル探索部5で検索した動きベクトルと、参照画像入力端子9からの参照画像とを動き補償部6に取り込み、これら動きベクトルと参照画像とから動き補償画像を生成する。そして、生成した動き補償画像を第2重み推定部7へ出力する。   Next, a motion compensation process is performed. Here, the motion vector searched by the weighted motion vector search unit 5 and the reference image from the reference image input terminal 9 are taken into the motion compensation unit 6, and a motion compensated image is generated from the motion vector and the reference image. Then, the generated motion compensated image is output to the second weight estimation unit 7.

次に、第2重み推定工程を行う。ここでは、動き補償部6で生成した動き補償画像と、原画像入力端子8からの原画像とを第2重み推定部7に取り込み、これら動き補償画像と原画像とから、第2重み推定部7で、動き補償画像と原画像とから重みw1とオフセットt1を求める。   Next, a second weight estimation step is performed. Here, the motion compensation image generated by the motion compensation unit 6 and the original image from the original image input terminal 8 are taken into the second weight estimation unit 7, and the second weight estimation unit is obtained from the motion compensation image and the original image. In step 7, the weight w1 and the offset t1 are obtained from the motion compensated image and the original image.

次に、前記各部での詳細な動作を以下に説明する。   Next, detailed operations in the respective units will be described below.

(第1サムネイル画像生成部2および第2サムネイル画像生成部3)
第1サムネイル画像生成部2および第2サムネイル画像生成部3では、入力画像を縮小する処理を行う。
(First thumbnail image generation unit 2 and second thumbnail image generation unit 3)
The first thumbnail image generation unit 2 and the second thumbnail image generation unit 3 perform a process of reducing the input image.

入力画像のm×m画素ごとに和を取り、これを縮小画像の1画素とすることで、縦横m分の1の画像とすることができる。例えばm=4とすると、縦横4分の1の画像が生成される。   By taking the sum for each m × m pixels of the input image and using this as one pixel of the reduced image, an image of 1 / m in length and width can be obtained. For example, if m = 4, an image of a quarter of the length and width is generated.

(第1重み推定部4)
第1重み推定部4では、次の処理を行う。
(First weight estimation unit 4)
The first weight estimation unit 4 performs the following processing.

x[i]は、第2サムネイル画像生成部3から入力されたサムネイル参照画像のi番目の画素値、y[i]は、第1サムネイル画像生成部2から入力されたサムネイル原画像のi番目の画素値としたとき、式(1)の関係を考慮する。

Figure 2008193503
x [i] is the i-th pixel value of the thumbnail reference image input from the second thumbnail image generation unit 3, and y [i] is the i-th pixel of the thumbnail original image input from the first thumbnail image generation unit 2. When the pixel value is given by the following formula, the relationship of equation (1) is considered.
Figure 2008193503

ただし、Σは縮小画像の範囲の総和を示す。   However, Σ indicates the total sum of the reduced image range.

この式(1)の関係を最小とする重みw0とオフセットt0を求める処理を施す。この処理としては最小二乗法を用いる。この最小二乗法から求められる式(2)によってw0、およびt0を求める。

Figure 2008193503
A process for obtaining a weight w0 and an offset t0 that minimize the relationship of the expression (1) is performed. For this process, the least square method is used. W0 and t0 are obtained by the equation (2) obtained from the least square method.
Figure 2008193503

ただし、式(2)におけるn以外の要素は、以下の通りである。

Figure 2008193503
However, elements other than n in Formula (2) are as follows.
Figure 2008193503

なお、以下の式(3)の条件が成り立つ場合は、W0及びt0は式(4)に示すようになる。

Figure 2008193503
Figure 2008193503
When the condition of the following formula (3) is satisfied, W0 and t0 are as shown in formula (4).
Figure 2008193503
Figure 2008193503

ここでは、サムネイル画像上で重みw0とオフセットt0を求めるため、処理するデータ量が減少して、高速処理が可能になる。   Here, since the weight w0 and the offset t0 are obtained on the thumbnail image, the amount of data to be processed is reduced and high-speed processing becomes possible.

また、x[i]、y[i]が図4のように分布していても、最小二乗法により重みW0とオフセットt0を求めているため、正確に求めることができ、式1を小さくすることができる。   Further, even if x [i] and y [i] are distributed as shown in FIG. 4, the weight W0 and the offset t0 are obtained by the least square method, so that they can be obtained accurately and Equation 1 is reduced. be able to.

(重み付き動きベクトル探索部5)
重み付き動きベクトル探索部5では、参照画像入力端子9から入力された参照画像の画素値に、第1重み推定部4で求めた重みw0を掛け、オフセットt0を加えて新しい画素値とする重み付き参照画像を作る。そして、この新しい重み付き参照画像に対して、原画像入力端子8からの原画像との動きベクトルを探索する。この動きベクトル探索としては、既存技術を用いることができる。
(Weighted motion vector search unit 5)
The weighted motion vector search unit 5 multiplies the pixel value of the reference image input from the reference image input terminal 9 by the weight w0 obtained by the first weight estimation unit 4 and adds the offset t0 to obtain a new pixel value. Create an attached reference image. Then, a motion vector with the original image from the original image input terminal 8 is searched for this new weighted reference image. An existing technique can be used for this motion vector search.

(動き補償部6)
動き補償部6は、重み付き動きベクトル探索部5からの動きベクトルと、参照画像入力端子9からの参照画像とを取り込んで、これら動きベクトルと参照画像とから動き補償画像を作る。この動き補償画像の作成としては、既存技術を用いることができる。
(Motion compensation unit 6)
The motion compensation unit 6 takes in the motion vector from the weighted motion vector search unit 5 and the reference image from the reference image input terminal 9 and creates a motion compensation image from these motion vectors and the reference image. An existing technique can be used to create the motion compensation image.

(第2重み推定部7)
第2重み推定部7は、第1サムネイル画像生成部2からのサムネイル原画像の代わりに原画像入力端子8からの原画像を用い、第2サムネイル画像生成部3からのサムネイル参照画像の代わりに動き補償部6からの動き補償画像を用いる。これら原画像と動き補償画像とから、前記第1重み推定部4での処理と同様の処理によって、最終的に重みw1とオフセットt1を求める。
(Second weight estimation unit 7)
The second weight estimation unit 7 uses the original image from the original image input terminal 8 instead of the thumbnail original image from the first thumbnail image generation unit 2 and uses the original image from the second thumbnail image generation unit 3 instead of the thumbnail reference image. The motion compensation image from the motion compensation unit 6 is used. The weight w1 and the offset t1 are finally obtained from the original image and the motion compensated image by the same process as the process in the first weight estimation unit 4.

[効果]
以上のように本実施形態によれば、第1サムネイル画像生成部2および第2サムネイル画像生成部3で原画像および参照画像のサムネイル画像を生成し、このサムネイル画像を基に処理するため、第1重み推定部4で取り扱う対象画像のデータの大きさを小さくすることができ、処理量の軽減、処理時間の短縮を図ることができる。
[effect]
As described above, according to the present embodiment, the first thumbnail image generation unit 2 and the second thumbnail image generation unit 3 generate thumbnail images of the original image and the reference image, and perform processing based on the thumbnail images. The size of the target image data handled by the one-weight estimation unit 4 can be reduced, and the amount of processing and the processing time can be reduced.

また、第1重み推定部4では、最小二乗法を用いるため、正確に重みとオフセットを予測することができるようになる。さらに、第1重み推定部4と第2重み推定部7とで2段階に重み推定処理を施すので、より正確に重みとオフセットを予測することができる。   Further, since the first weight estimation unit 4 uses the least square method, the weight and the offset can be accurately predicted. Furthermore, since the first weight estimation unit 4 and the second weight estimation unit 7 perform weight estimation processing in two stages, the weight and offset can be predicted more accurately.

第1重み推定部4で予測された重みとオフセットを用いて、重み付き動きベクトル探索部5で動きベクトル探索を行うことで、重みがかけられた場合の動きベクトルを精度よく見つけることができる。そして、この重み付き動きベクトル探索部5での動きベクトル探索後に得られた動き補償画像と、原画像入力端子8からの原画像とから重みとオフセットを推定するため、さらに精度の良い推定ができるようになる。   By using the weight and offset predicted by the first weight estimation unit 4 and performing a motion vector search by the weighted motion vector search unit 5, it is possible to accurately find a motion vector when the weight is applied. Since the weight and the offset are estimated from the motion compensated image obtained after the motion vector search in the weighted motion vector search unit 5 and the original image from the original image input terminal 8, more accurate estimation can be performed. It becomes like this.

さらに最小二乗法を用いて、適切な重みとオフセットを求めることができるため、図6に示したような、X[i]とY[i]が負の相関を持つような場合にも適用できる。明るい部分が暗くなり、暗い部分が明るくなるような画像の変化の場合に、このような相関を持つが、この場合も、精度良く推定ができるようになる。   Furthermore, since an appropriate weight and offset can be obtained using the least square method, the present invention can also be applied to a case where X [i] and Y [i] have a negative correlation as shown in FIG. . In the case of an image change in which a bright part becomes dark and a dark part becomes bright, such a correlation is obtained. In this case, too, estimation can be performed with high accuracy.

[第2実施形態]
次に、第2実施形態の動画像符号化装置および動画像符号化方法について説明する。本実施形態では、第1実施形態と比べて、重み付き動きベクトル探索部5と、動き補償部6と、第2重み推定部7への入出力が異なっている。以下、図2に基づいて本実施形態の詳細を説明する。本実施形態の動画像符号化装置および動画像符号化方法も、前記第1実施形態の動画像符号化装置および動画像符号化方法と同様に、原画像と参照画像を入力すると、最終的には、重みとオフセットを出力するものである。入力側から順に図2に従って構成を説明する。
[Second Embodiment]
Next, a moving picture coding apparatus and a moving picture coding method according to the second embodiment will be described. In this embodiment, input / output to the weighted motion vector search unit 5, the motion compensation unit 6, and the second weight estimation unit 7 is different from that in the first embodiment. The details of this embodiment will be described below with reference to FIG. Similarly to the moving picture coding apparatus and the moving picture coding method of the first embodiment, the moving picture coding apparatus and the moving picture coding method of the present embodiment are finally input when an original image and a reference image are input. Outputs weights and offsets. The configuration will be described with reference to FIG. 2 in order from the input side.

原画像入力端子8及び参照画像入力端子9は、前記第1実施形態と同様に、圧縮対象の原画像と、圧縮の際に使用する参照画像とをそれぞれ入力する。   As in the first embodiment, the original image input terminal 8 and the reference image input terminal 9 each input an original image to be compressed and a reference image used for compression.

(第1サムネイル画像生成部2及び第2サムネイル画像生成部3)
原画像入力端子8から入力された原画像は、第1サムネイル画像生成部2へ送られる。第1サムネイル画像生成部2では、原画像を縮小し、それをサムネイル原画像として、第1重み推定部4と、重み付きサムネイル動きベクトル探索部5−1と、第2重み推定部7−1とへそれぞれ出力する。
(First thumbnail image generation unit 2 and second thumbnail image generation unit 3)
The original image input from the original image input terminal 8 is sent to the first thumbnail image generation unit 2. In the first thumbnail image generation unit 2, the original image is reduced, and the original image is used as a thumbnail original image. The first weight estimation unit 4, the weighted thumbnail motion vector search unit 5-1, and the second weight estimation unit 7-1. And output respectively.

参照画像入力端子9から入力された参照画像は、第2サムネイル画像生成部3へ送られる。第2サムネイル画像生成部3では、参照画像を縮小し、それをサムネイル参照画像として、第1重み推定部4と、重み付きサムネイル動きベクトル探索部5−1と、サムネイル動き補償部6−1とへそれぞれ出力する。   The reference image input from the reference image input terminal 9 is sent to the second thumbnail image generation unit 3. The second thumbnail image generation unit 3 reduces the reference image and uses it as a thumbnail reference image, and uses the first weight estimation unit 4, the weighted thumbnail motion vector search unit 5-1, and the thumbnail motion compensation unit 6-1. To each output.

(第1重み推定部4)
第1重み推定部4は、第1サムネイル画像生成部2からサムネイル原画像を受け取る。また、第2サムネイル画像生成部3からはサムネイル参照画像を受け取る。そして、第1重み推定部4では、受け取った、サムネイル原画像とサムネイル参照画像とを用いて、前記第1実施形態と同様に、重み及びオフセットを推定する。
(First weight estimation unit 4)
The first weight estimation unit 4 receives the thumbnail original image from the first thumbnail image generation unit 2. Further, the thumbnail reference image is received from the second thumbnail image generation unit 3. Then, the first weight estimation unit 4 estimates the weight and offset using the received thumbnail original image and thumbnail reference image, as in the first embodiment.

推定された重み及びオフセットは重み付きサムネイル動きベクトル探索部5−1へと送られる。   The estimated weight and offset are sent to the weighted thumbnail motion vector search unit 5-1.

(重み付きサムネイル動きベクトル探索部5−1)
重み付きサムネイル動きベクトル探索部5−1は、サムネイル参照画像に対して、サムネイル原画像の動きベクトルの探索を行うものである。重み付きサムネイル動きベクトル探索部5−1では、第1実施形態と異なり、第1サムネイル画像生成部2からサムネイル原画像を受け取り、第2サムネイル画像生成部3からサムネイル参照画像を受け取る。さらに、第1重み推定部4からは重み及びオフセットの推定値を受け取る。これらのデータを基に動きベクトルを探索する。重み付きサムネイル動きベクトル探索部5−1は、探索した結果のサムネイル動きベクトルをサムネイル動き補償部6−1へと出力する。
(Weighted thumbnail motion vector search unit 5-1)
The weighted thumbnail motion vector search unit 5-1 searches the thumbnail reference image for the motion vector of the thumbnail original image. Unlike the first embodiment, the weighted thumbnail motion vector search unit 5-1 receives the original thumbnail image from the first thumbnail image generation unit 2 and the thumbnail reference image from the second thumbnail image generation unit 3. Further, the first weight estimation unit 4 receives estimated values of weights and offsets. A motion vector is searched based on these data. The weighted thumbnail motion vector search unit 5-1 outputs the thumbnail motion vector as a result of the search to the thumbnail motion compensation unit 6-1.

(サムネイル動き補償部6−1)
サムネイル動き補償部6−1は、サムネイル参照画像とサムネイル動きベクトルとを用いて、サムネイル動き補償画像を生成する。サムネイル動き補償部6−1は、第2サムネイル画像生成部3からサムネイル参照画像を受け取る。また、重み付きサムネイル動きベクトル探索部5−1からサムネイル動きベクトルを受け取る。そして、このサムネイル参照画像とサムネイル動きベクトルを用いて、サムネイル動き補償画像を生成し、第2重み推定部7−1へ出力する。
(Thumbnail motion compensation unit 6-1)
The thumbnail motion compensation unit 6-1 uses the thumbnail reference image and the thumbnail motion vector to generate a thumbnail motion compensation image. The thumbnail motion compensation unit 6-1 receives the thumbnail reference image from the second thumbnail image generation unit 3. The thumbnail motion vector is received from the weighted thumbnail motion vector search unit 5-1. Then, using the thumbnail reference image and the thumbnail motion vector, a thumbnail motion compensation image is generated and output to the second weight estimation unit 7-1.

(第2重み推定部7−1)
第2重み推定部7−1は、サムネイル動き補償部6−1からサムネイル動き補償画像を受け取り、第1サムネイル画像生成部2からサムネイル原画像を受け取る。第2重み推定部7は、受け取ったサムネイル動き補償画像とサムネイル原画像から、重みとオフセットを求め、この重みとオフセットを重みとオフセットの出力端子へ出力する。
(Second weight estimation unit 7-1)
The second weight estimation unit 7-1 receives the thumbnail motion compensation image from the thumbnail motion compensation unit 6-1 and receives the thumbnail original image from the first thumbnail image generation unit 2. The second weight estimation unit 7 obtains weights and offsets from the received thumbnail motion compensation image and thumbnail original image, and outputs the weights and offsets to the weight and offset output terminals.

[動画像符号化方法]
原画像入力端子8から原画像が第1サムネイル画像生成部2に入力され、第1サムネイル画像生成部2でサムネイル原画像を生成する処理は、第1実施形態と同じであるので省略する。
[Video coding method]
The process of inputting the original image from the original image input terminal 8 to the first thumbnail image generating unit 2 and generating the thumbnail original image by the first thumbnail image generating unit 2 is the same as that in the first embodiment, and therefore will be omitted.

参照画像入力端子9から第2サムネイル画像生成部3へ参照画像が入力され、第2サムネイル画像生成部3でサムネイル参照画像を生成する処理は、第1実施形態と同じであるのでここでは省略する。さらに、サムネイル原画像とサムネイル参照画像を入力とし、重みとオフセットの推定値を出力する第1重み推定部4の処理も第1実施形態と同じであるので、ここでは省略する。   Since the reference image is input from the reference image input terminal 9 to the second thumbnail image generation unit 3 and the thumbnail reference image is generated by the second thumbnail image generation unit 3 is the same as in the first embodiment, the description is omitted here. . Further, the processing of the first weight estimation unit 4 that receives the thumbnail original image and the thumbnail reference image and outputs the estimated values of the weight and the offset is the same as that in the first embodiment, and is therefore omitted here.

(重み付きサムネイル動きベクトル探索部5−1)
第1実施形態と同じ動作をするが、入力として、原画像入力端子8からの原画像の変わりに第1サムネイル画像生成部2からのサムネイル原画像を、参照画像入力端子9からの参照画像の変わりに第2サムネイル画像生成部3からのサムネイル参照画像を受け取る点が異なっている。重み付きサムネイル動きベクトル探索部5−1は、検索したサムネイル動きベクトルをサムネイル動き補償部6−1へ出力する。
(Weighted thumbnail motion vector search unit 5-1)
The same operation as in the first embodiment is performed except that the original thumbnail image from the first thumbnail image generation unit 2 is used as the input of the reference image from the reference image input terminal 9 instead of the original image from the original image input terminal 8. Instead, it receives a thumbnail reference image from the second thumbnail image generation unit 3. The weighted thumbnail motion vector search unit 5-1 outputs the searched thumbnail motion vector to the thumbnail motion compensation unit 6-1.

(サムネイル動き補償部6−1)
このサムネイル動き補償部6−1は、基本的に第1実施形態の動き補償部6と同じ動作をするが、入力として参照画像入力端子9からの参照画像ではなく、第2サムネイル画像生成部3からのサムネイル参照画像を受け取る点が異なっている。
(Thumbnail motion compensation unit 6-1)
The thumbnail motion compensator 6-1 basically operates in the same manner as the motion compensator 6 of the first embodiment, but is not a reference image from the reference image input terminal 9 as an input, but a second thumbnail image generator 3. The difference is that it receives thumbnail reference images from.

(第2重み推定部7−1)
基本的に第1実施形態の第2重み推定部7と同じ動作をするが、入力のうち原画像入力端子8からの原画像が第1サムネイル画像生成部2からのサムネイル原画像となっている点が第1実施形態と異なっている。
(Second weight estimation unit 7-1)
The operation is basically the same as that of the second weight estimation unit 7 of the first embodiment, but the original image from the original image input terminal 8 among the inputs is the thumbnail original image from the first thumbnail image generation unit 2. The point is different from the first embodiment.

他の動作は第1実施形態と同様である。   Other operations are the same as those in the first embodiment.

[効果]
以上のように、第2実施形態によれば、第1サムネイル画像生成部2および第2サムネイル画像生成部3での処理によって、第1重み推定部4で取り扱う対象画像のデータ量を少なくすることで、処理時間の短縮が図れる。
[effect]
As described above, according to the second embodiment, the processing of the first thumbnail image generation unit 2 and the second thumbnail image generation unit 3 reduces the data amount of the target image handled by the first weight estimation unit 4. Thus, the processing time can be shortened.

さらに、第1重み推定部4では、最小二乗法を用いることで正確に重みとオフセットを予測することができるようになる。   Further, the first weight estimation unit 4 can accurately predict the weight and the offset by using the least square method.

予測された重みとオフセットを用いて重み付きサムネイル動きベクトル探索部5−1で動きベクトル探索を行うことで、画像に動いている部分が含まれている場合の大まかな動きに追従できる。   By performing the motion vector search by the weighted thumbnail motion vector search unit 5-1 using the predicted weight and offset, it is possible to follow a rough motion when a moving part is included in the image.

重み付きサムネイル動きベクトル探索部5−1では、第1サムネイル画像生成部2からのサムネイル原画像と第2サムネイル画像生成部3からのサムネイル参照画像を入力としているため、処理対象の画像サイズが小さくなり、探索処理が軽減され、処理時間の短縮が図られる。   In the weighted thumbnail motion vector search unit 5-1, since the thumbnail original image from the first thumbnail image generation unit 2 and the thumbnail reference image from the second thumbnail image generation unit 3 are input, the image size to be processed is small. Thus, the search process is reduced and the processing time is shortened.

動きベクトル探索後にサムネイル動き補償部6−1で得られたサムネイル動き補償画像と原画像とから第2重み推定部7−1で重みとオフセットを推定するため、画像に動いている部分が含まれている場合にも精度の良い推定ができるようになる。   Since the weight and offset are estimated by the second weight estimator 7-1 from the thumbnail motion compensated image obtained by the thumbnail motion compensator 6-1 after the motion vector search and the original image, the moving part is included in the image. Even if it is, it will be possible to estimate with high accuracy.

第2重み推定部7−1の入力が、サムネイル原画像とサムネイル動き補償画像であるため、第2重み推定部7−1で処理すべき画像のサイズが小さく、処理が軽減され、処理時間の短縮が図られる。   Since the input to the second weight estimation unit 7-1 is the thumbnail original image and the thumbnail motion compensation image, the size of the image to be processed by the second weight estimation unit 7-1 is small, the processing is reduced, and the processing time is reduced. Shortening is achieved.

さらに最小二乗法を用いて、適切な重みとオフセットを求めることができるため、図6に示したような、X[i]とY[i]が負の相関を持つような場合にも適用できる。明るい部分が暗くなり、暗い部分が明るくなるような画像の変化の場合に、このような相関を持つが、この場合にも本実施形態の動画像符号化装置を適用することができる。   Furthermore, since an appropriate weight and offset can be obtained using the least square method, the present invention can also be applied to a case where X [i] and Y [i] have a negative correlation as shown in FIG. . In the case of an image change in which a bright part becomes dark and a dark part becomes bright, such a correlation is obtained. In this case as well, the moving picture encoding apparatus of the present embodiment can be applied.

[第3実施形態]
次に、第3実施形態に係る動画像符号化装置および動画像符号化方法を図3を用いて説明する。第3実施形態の構成は第1実施形態に第3サムネイル画像生成部11を追加したものである。これにより、第2重み推定部7への入力が第1実施形態と異なっている。
[Third Embodiment]
Next, a moving picture coding apparatus and a moving picture coding method according to the third embodiment will be described with reference to FIG. The configuration of the third embodiment is obtained by adding a third thumbnail image generation unit 11 to the first embodiment. Thereby, the input to the 2nd weight estimation part 7 differs from 1st Embodiment.

以下、第1実施形態と異なっている点を説明する。   Hereinafter, differences from the first embodiment will be described.

第3サムネイル画像生成部11は、動き補償部6からの出力である動き補償画像を受け取り、サムネイル画像を生成し、その出力を第2重み推定部7へと出力する。   The third thumbnail image generation unit 11 receives the motion compensated image that is output from the motion compensation unit 6, generates a thumbnail image, and outputs the output to the second weight estimation unit 7.

第1実施形態では第2重み推定部7への原画像入力が行われているが、第3実施形態ではこの代わりに第1サムネイル画像生成部2からの出力であるサムネイル原画像を入力とする。そのため、第1実施形態では接続されていた、原画像入力端子8から第2重み推定部7への直接の入力は第3実施形態では存在しない。   In the first embodiment, the original image is input to the second weight estimation unit 7. In the third embodiment, however, the original thumbnail image that is the output from the first thumbnail image generation unit 2 is input instead. . Therefore, the direct input from the original image input terminal 8 to the second weight estimation unit 7 connected in the first embodiment does not exist in the third embodiment.

第1実施形態では、動き補償部6の出力は第2重み推定部7へ直接入力されていたが、第3実施形態では第3サムネイル画像生成部11の出力からサムネイル動き補償画像を受け取る。そのため、第1実施形態で存在した、動き補償部6の出力から直接第2重み推定部7への接続は、第3実施形態では存在しない。   In the first embodiment, the output of the motion compensation unit 6 is directly input to the second weight estimation unit 7. In the third embodiment, a thumbnail motion compensation image is received from the output of the third thumbnail image generation unit 11. Therefore, the connection from the output of the motion compensation unit 6 directly to the second weight estimation unit 7 that exists in the first embodiment does not exist in the third embodiment.

[動画像符号化方法]
原画像および参照画像が入力されてから、動き補償画像が生成されるまでの動作は第1実施形態と同じである。
[Video coding method]
The operation from the input of the original image and the reference image to the generation of the motion compensated image is the same as in the first embodiment.

(第3サムネイル画像生成部11)
第3サムネイル画像生成部11は、動き補償部6より動き補償画像を受け取り、サムネイル動き補償画像を生成し、その出力を第2重み推定部7へ出力する。
(Third thumbnail image generator 11)
The third thumbnail image generator 11 receives the motion compensated image from the motion compensator 6, generates a thumbnail motion compensated image, and outputs the output to the second weight estimator 7.

(第2重み推定部7)
第2重み推定部7では、第1サムネイル画像生成部2からの出力である、サムネイル原画像と、第3サムネイル画像生成部11の出力であるサムネイル動き補償画像を受け取り、重み推定を行う。重み推定の動作自体は第1実施形態と同じである。その結果である重みとオフセットの推定値を重みとオフセットの出力端子へと出力する。
(Second weight estimation unit 7)
The second weight estimation unit 7 receives the thumbnail original image output from the first thumbnail image generation unit 2 and the thumbnail motion compensation image output from the third thumbnail image generation unit 11, and performs weight estimation. The weight estimation operation itself is the same as in the first embodiment. The estimated weight and offset values are output to the weight and offset output terminals.

[効果]
本実施形態では、第1実施形態の効果に加えて、第2重み推定部7でサムネイル原画像とサムネイル動き補償画像を用いて処理を行っているため、処理対象画素数が少なくなり、処理を高速に行うことができ、処理時間のさらなる短縮を図ることができる。
[effect]
In the present embodiment, in addition to the effects of the first embodiment, the second weight estimation unit 7 performs processing using the thumbnail original image and the thumbnail motion compensated image. It can be performed at high speed, and the processing time can be further shortened.

[第4実施形態]
次に、第4実施形態に係る動画像符号化装置および動画像符号化方法を図7を用いて説明する。
[Fourth Embodiment]
Next, a moving picture coding apparatus and a moving picture coding method according to the fourth embodiment will be described with reference to FIG.

本実施形態では、第1の実施形態に対して、有効性判定部12と、有効性判定結果出力端子13を追加したものである。これにより、第2重み推定部7から有効性判定部12へ統計パラメータを送るための出力が新たに追加されている。さらに、第2重み推定部7から有効性判定部12へ重みパラメータを送るため、第2重み推定部7の出力が有効性判定部12へ接続されている。他の構成は前記第1実施形態の動画像符号化装置と同様である。   In the present embodiment, an effectiveness determination unit 12 and an effectiveness determination result output terminal 13 are added to the first embodiment. Thereby, an output for sending the statistical parameter from the second weight estimation unit 7 to the validity determination unit 12 is newly added. Further, the output of the second weight estimation unit 7 is connected to the validity determination unit 12 in order to send the weight parameter from the second weight estimation unit 7 to the validity determination unit 12. Other configurations are the same as those of the moving picture encoding apparatus of the first embodiment.

以上の構成により、動画像符号化方法は次のようになる。なお、ここでは第1実施形態と異なる点を中心に説明する。   With the above configuration, the moving image encoding method is as follows. Here, the description will focus on the differences from the first embodiment.

本実施形態では、第2重み推定部7より統計パラメータを有効性判定部12へと出力する。統計パラメータは、以下の通りである。

Figure 2008193503
In the present embodiment, the statistical parameter is output from the second weight estimation unit 7 to the validity determination unit 12. The statistical parameters are as follows.
Figure 2008193503

さらに、第2重み推定部7からは重みパラメータ(重みW0,オフセットt0)を有効性判定部12へと送る。   Further, the second weight estimation unit 7 sends weight parameters (weight W0, offset t0) to the validity determination unit 12.

統計パラメータは第2重み推定部7で推定の際に計算されるものであり、この統計パラメータを求めるために新たに計算をする必要はない。   The statistical parameter is calculated at the time of estimation by the second weight estimation unit 7, and it is not necessary to perform a new calculation in order to obtain this statistical parameter.

有効性判定部12では、判定パラメータpを以下のように求める。

Figure 2008193503
The validity determination unit 12 calculates the determination parameter p as follows.
Figure 2008193503

ただし、nは処理対象である画像の画素数である。   Here, n is the number of pixels of the image to be processed.

この式は、以下のようになる。

Figure 2008193503
This formula is as follows.
Figure 2008193503

そこで、整理して、有効性判定部へ入力された統計パラメータを当てはめると、以下のようになる。

Figure 2008193503
Therefore, if the statistical parameters input to the validity determination unit are arranged and applied, the following is obtained.
Figure 2008193503

前記統計パラメータを用いることで、計算量を削減できていることが分かる。   It can be seen that the amount of calculation can be reduced by using the statistical parameter.

このpが予め決められた閾値よりも小さい場合、動き補償画像と原画像の差が小さい。つまり、動き補償画像を用いて作られた予測画像と原画像の差分を符号化した際の符号量が小さいと判断でき、重みパラメタ(重みw0とオフセットt0)が有効であると判断する。   When p is smaller than a predetermined threshold, the difference between the motion compensated image and the original image is small. That is, it can be determined that the code amount when the difference between the predicted image created using the motion compensated image and the original image is encoded is small, and the weight parameters (weight w0 and offset t0) are determined to be effective.

本実施形態では、第2重み推定部7からの重みパラメータの有効性のみを判定しているが、もちろん、複数の重み推定部から重みパラメータを受け取り、その有効性を判定してもよい。   In the present embodiment, only the validity of the weight parameter from the second weight estimation unit 7 is determined. Of course, the weight parameter may be received from a plurality of weight estimation units to determine the effectiveness.

複数の重みパラメータが有効であると判定される場合、もっとも判定パラメータpが小さくなるよう判断部分を設けてもよい。   When it is determined that a plurality of weight parameters are valid, a determination portion may be provided so that the determination parameter p is minimized.

[効果]
求められた重みパラメータが符号量削減に有効かどうかを判定することができる。そのため、符号量削減に有効でない場合には、パラメータを使用せず、重みを掛けないで符号化するということができ、同時に重みパラメータ自体も符号化する必要が無くなる。そのため符号量の削減が可能となる。
[effect]
It is possible to determine whether or not the obtained weight parameter is effective for code amount reduction. Therefore, if it is not effective for reducing the amount of code, it can be said that encoding is performed without applying a weight without using a parameter, and at the same time, it is not necessary to encode the weight parameter itself. Therefore, the code amount can be reduced.

[第5実施形態]
次に、第5実施形態の動画像符号化装置および動画像符号化方法について説明する。
[Fifth Embodiment]
Next, a moving picture coding apparatus and a moving picture coding method according to the fifth embodiment will be described.

本実施形態の動画像符号化装置は、図8に示すように構成されている。第1実施形態における第1重み推定部4は、第1サムネイル画像生成部2と第2サムネイル画像生成部3とに接続されていたが、ここでは動きベクトル探索部14と第1動き補償部15に接続されている。   The moving picture encoding apparatus of this embodiment is configured as shown in FIG. The first weight estimation unit 4 in the first embodiment is connected to the first thumbnail image generation unit 2 and the second thumbnail image generation unit 3, but here the motion vector search unit 14 and the first motion compensation unit 15 are connected. It is connected to the.

動きベクトル探索部14は次の処理機能を備えている。   The motion vector search unit 14 has the following processing functions.

動きベクトル探索部14は、参照画像に対して、原画像の動きベクトルの探索を行う。動きベクトル探索部14では、原画像入力端子8から原画像を受け取り、参照画像入力端子9から参照画像を受け取る。これらのデータを基に動きベクトルを探索する。動きベクトル探索部14は、探索した結果の動きベクトルを、第1動き補償部15へと出力する。   The motion vector search unit 14 searches the reference image for a motion vector of the original image. The motion vector search unit 14 receives an original image from the original image input terminal 8 and receives a reference image from the reference image input terminal 9. A motion vector is searched based on these data. The motion vector search unit 14 outputs a motion vector obtained as a result of the search to the first motion compensation unit 15.

第1動き補償部15は次の処理機能を備えている。   The first motion compensation unit 15 has the following processing functions.

第1動き補償部15は、参照画像と動きベクトルを用いて、動き補償画像を生成する。第1動き補償部15は、参照画像入力端子9から参照画像を受け取り、動きベクトル探索部14から動きベクトルを受け取る。第1動き補償部15は、これら参照画像及び動きベクトルから動き補償画像を生成し、第1重み推定部4へ出力する。   The first motion compensation unit 15 generates a motion compensated image using the reference image and the motion vector. The first motion compensation unit 15 receives a reference image from the reference image input terminal 9 and receives a motion vector from the motion vector search unit 14. The first motion compensation unit 15 generates a motion compensated image from these reference images and motion vectors, and outputs the motion compensated image to the first weight estimation unit 4.

第1重み推定部4は、前記第1実施形態の第1重み推定部4と同様の処理機能を備えている。   The first weight estimation unit 4 has a processing function similar to that of the first weight estimation unit 4 of the first embodiment.

重み付き動きベクトル探索部5−2は次の処理機能を備えている。   The weighted motion vector search unit 5-2 has the following processing functions.

重み付き動きベクトル探索部5−2は、参照画像に対して、原画像の動きベクトルの探索を行う。重み付き動きベクトル探索部5−2では、原画像入力端子8から原画像を受け取り、参照画像入力端子9から参照画像を受け取る。さらに、動きベクトル探索部14からは、重み付けがされていない動きベクトルを受け取る。第1重み推定部4からは重み及びオフセットの推定値を受け取る。これらのデータを基に動きベクトルを探索する。重み付き動きベクトル探索部5−2は、探索した結果の重み付き動きベクトルを、第2動き補償部6−2へと出力する。   The weighted motion vector search unit 5-2 searches for the motion vector of the original image with respect to the reference image. The weighted motion vector search unit 5-2 receives the original image from the original image input terminal 8 and receives the reference image from the reference image input terminal 9. Furthermore, a motion vector that is not weighted is received from the motion vector search unit 14. The first weight estimation unit 4 receives weight and offset estimation values. A motion vector is searched based on these data. The weighted motion vector search unit 5-2 outputs the weighted motion vector obtained as a result of the search to the second motion compensation unit 6-2.

第2動き補償部6−2は次の処理機能を備えている。   The second motion compensation unit 6-2 has the following processing functions.

第2動き補償部6−2は、参照画像と重み付き動きベクトルを用いて、動き補償画像を生成する。第2動き補償部6−2は、参照画像入力端子9から参照画像を受け取り、重み付き動きベクトル探索部5−2から重み付き動きベクトルを受け取る。第2動き補償部6−2は、これら参照画像及び重み付き動きベクトルから動き補償画像を生成し、第2重み推定部7へ出力する。   The second motion compensation unit 6-2 generates a motion compensated image using the reference image and the weighted motion vector. The second motion compensation unit 6-2 receives a reference image from the reference image input terminal 9, and receives a weighted motion vector from the weighted motion vector search unit 5-2. The second motion compensation unit 6-2 generates a motion compensated image from the reference image and the weighted motion vector, and outputs the motion compensated image to the second weight estimation unit 7.

第2重み推定部7は次の処理機能を備えている。   The second weight estimation unit 7 has the following processing functions.

第2重み推定部7は、第2動き補償部6−2から動き補償画像を受け取り、原画像入力端子8から原画像を受け取る。そして、これら動き補償画像と原画像とから、重みとオフセットを求める。第2重み推定部7は、重みとオフセットを重みとオフセットの出力端子10へ出力すると共に、符号化用動きベクトル探索部16へ出力する。   The second weight estimation unit 7 receives the motion compensated image from the second motion compensation unit 6-2 and receives the original image from the original image input terminal 8. Then, a weight and an offset are obtained from the motion compensated image and the original image. The second weight estimator 7 outputs the weight and offset to the weight and offset output terminal 10 and also outputs to the encoding motion vector search unit 16.

符号化用動きベクトル探索部16は次の処理機能を備えている。   The encoding motion vector search unit 16 has the following processing functions.

符号化用動きベクトル探索部16は、参照画像に対して、符号化のために原画像の動きベクトルの探索を行う。符号化用動きベクトル探索部16では、原画像入力端子8から原画像を受け取り、参照画像入力端子9から参照画像を受け取る。動きベクトル探索部14からは、重み付けがされていない動きベクトルを受け取る。重み付き動きベクトル探索部5−2からは、重み付けされた動きベクトルを受け取る。第1重み推定部4からは重み及びオフセットの推定値を受け取る。これらのデータを基に動きベクトルを探索する。重み付き動きベクトル探索部5−2は、探索した結果の重み付き動きベクトルを、第2動き補償部6−2へと出力する。   The encoding motion vector search unit 16 searches the reference image for a motion vector of the original image for encoding. The encoding motion vector search unit 16 receives an original image from the original image input terminal 8 and receives a reference image from the reference image input terminal 9. A motion vector that is not weighted is received from the motion vector search unit 14. A weighted motion vector is received from the weighted motion vector search unit 5-2. The first weight estimation unit 4 receives weight and offset estimation values. A motion vector is searched based on these data. The weighted motion vector search unit 5-2 outputs the weighted motion vector obtained as a result of the search to the second motion compensation unit 6-2.

次に、前記構成の動画像符号化装置を用いた動画像符号化方法について説明する。   Next, a video encoding method using the video encoding apparatus having the above configuration will be described.

動きベクトル探索部14では、参照画像入力端子9から入力された参照画像に対して、原画像入力端子8からの原画像との動きベクトルを探索する。この動きベクトル探索としては、既存技術を用いることができる。   The motion vector search unit 14 searches for a motion vector with the original image from the original image input terminal 8 for the reference image input from the reference image input terminal 9. An existing technique can be used for this motion vector search.

第1動き補償部15は、動きベクトル探索部14からの動きベクトルと、参照画像入力端子9からの参照画像とを取り込んで、これら動きベクトルと参照画像とから動き補償画像を作る。この動き補償画像の作成としては、既存技術を用いることができる。   The first motion compensation unit 15 takes in the motion vector from the motion vector search unit 14 and the reference image from the reference image input terminal 9 and creates a motion compensation image from these motion vectors and the reference image. An existing technique can be used to create the motion compensation image.

第1重み推定部4は、第1動き補償部15からの補償画像と原画像とから、前記第1実施形態の第1重み推定部4での処理と同様の処理によって、重みとオフセットを求める。   The first weight estimation unit 4 obtains a weight and an offset from the compensated image and the original image from the first motion compensation unit 15 by the same process as the process in the first weight estimation unit 4 of the first embodiment. .

重み付き動きベクトル探索部5−2では、参照画像入力端子9から入力された参照画像の画素値に、第1重み推定部4で求めた重みw0を掛け、オフセットt0を加えて新しい画素値とする重み付き参照画像を作る。そして、この新しい重み付き参照画像に対して、原画像入力端子8からの原画像との動きベクトルを探索する。この動きベクトル探索としては、既存技術を用いることができる。   In the weighted motion vector search unit 5-2, the pixel value of the reference image input from the reference image input terminal 9 is multiplied by the weight w0 obtained by the first weight estimation unit 4, and an offset t0 is added to obtain a new pixel value. Create a weighted reference image. Then, a motion vector with the original image from the original image input terminal 8 is searched for this new weighted reference image. An existing technique can be used for this motion vector search.

第2動き補償部6−2は、重み付き動きベクトル探索部5−2からの動きベクトルと、参照画像入力端子9からの参照画像とを取り込んで、これら動きベクトルと参照画像とから動き補償画像を作る。この動き補償画像の作成としては、既存技術を用いることができる。   The second motion compensation unit 6-2 takes in the motion vector from the weighted motion vector search unit 5-2 and the reference image from the reference image input terminal 9, and uses the motion vector and the reference image as a motion compensation image. make. An existing technique can be used to create the motion compensation image.

第2重み推定部7は、原画像入力端子8からの原画像を用い、第2動き補償部6−2からの動き補償画像を用いる。これら原画像と動き補償画像とから、前記第1重み推定部4での処理と同様の処理によって、最終的に重みw1とオフセットt1を求める。   The second weight estimation unit 7 uses the original image from the original image input terminal 8 and the motion compensated image from the second motion compensation unit 6-2. The weight w1 and the offset t1 are finally obtained from the original image and the motion compensated image by the same process as the process in the first weight estimation unit 4.

さらに、符号化用動きベクトル探索部16で、符号化のために原画像の動きベクトルの探索を行う。符号化用動きベクトル探索部16では、原画像入力端子8から原画像を受け取り、参照画像入力端子9から参照画像を受け取り、動きベクトル探索部14から重み付けがされていない動きベクトルを受け取り、重み付き動きベクトル探索部5−2から重み付けされた動きベクトルを受け取り、第2重み推定部7から重み及びオフセットの推定値を受け取る。そして、これらのデータを基に動きベクトルを探索する。符号化用動きベクトル探索部16は、探索した結果の重み付き動きベクトルを、符号化用として出力する。   Further, the encoding motion vector search unit 16 searches for a motion vector of the original image for encoding. The encoding motion vector search unit 16 receives an original image from the original image input terminal 8, receives a reference image from the reference image input terminal 9, receives an unweighted motion vector from the motion vector search unit 14, and assigns a weight. A weighted motion vector is received from the motion vector search unit 5-2, and weight and offset estimation values are received from the second weight estimation unit 7. Then, a motion vector is searched based on these data. The encoding motion vector search unit 16 outputs a weighted motion vector as a result of the search for encoding.

以上の動画像符号化装置および動画像符号化方法では、動きベクトル探索部14と第1動き補償部15を経て第1重み推定部4で推定した重み及びオフセットの推定値を基に、重み付き動きベクトル探索部5−2で動きベクトルを探索して動き補償部6−2を経て第2重み推定部7で重み及びオフセットを推定するため、正確に重みとオフセットを予測することができるようになる。   In the above moving image coding apparatus and moving image coding method, weighting is performed based on the weight and the estimated offset value estimated by the first weight estimating unit 4 through the motion vector searching unit 14 and the first motion compensating unit 15. Since the motion vector search unit 5-2 searches for a motion vector, and after passing through the motion compensation unit 6-2, the weight and offset are estimated by the second weight estimation unit 7, so that the weight and offset can be accurately predicted. Become.

[産業上の利用可能性]
前記各実施形態では、第1重み推定部4、第2重み推定部7に最小二乗法を用いたが、これに限るものではなく、公知の全ての推定法を用いることができる。即ち、最小二乗法及び他の方法を適宜組み合わせて用いることができる。重み推定部が3つ以上ある場合も同様である。この場合も、前記各実施形態同様の作用、効果を奏することができる。また、第1サムネイル画像生成部2、第2サムネイル画像生成部3、第3サムネイル画像生成部11に対して、最小二乗法と他の方法とを組み合わせて用いてもよい。
[Industrial applicability]
In each of the above embodiments, the least square method is used for the first weight estimation unit 4 and the second weight estimation unit 7, but the present invention is not limited to this, and all known estimation methods can be used. That is, the least square method and other methods can be used in appropriate combination. The same applies when there are three or more weight estimation units. Also in this case, the same operations and effects as those of the above embodiments can be obtained. Further, the least square method and another method may be used in combination for the first thumbnail image generation unit 2, the second thumbnail image generation unit 3, and the third thumbnail image generation unit 11.

また、前記各実施形態では、サムネイル画像の縦横の縮小率を同じ値にしたが、縦横の縮小率は異ならせてもよい。   In the above embodiments, the vertical and horizontal reduction ratios of the thumbnail images are set to the same value, but the vertical and horizontal reduction ratios may be different.

さらに、前記各実施形態では、画像データ縮小部としてサムネイルを作成するサムネイル画像生成部を備えて構成したが、他の手法で画像データを縮小させるようにしてもよい。   Further, in each of the above embodiments, a thumbnail image generation unit that creates a thumbnail is provided as the image data reduction unit, but the image data may be reduced by other methods.

サムネイル画像のように、画像全体を縮小する場合以外に、画像全体の一部切り出し処理するようにしてもよい。例えば、画面を上下に分割して上半分又は下半分だけに対してサムネイル画像を生成し、重み推定を施すようにしてもよい。また、画像を4分割にしてそのうちの1又は複数に対してサムネイル画像を生成し、重み推定を施すようにしてもよい。画面の明るさ等の、画面全体を処理しなければ重みを推定するのが難しい場合は、画面全体に対してサムネイル画像を生成するが、画像の内の一部に特徴が現れて、その部分だけを処理しても重みを推定できる場合は、一部を切り出して処理してもよい。さらに、この場合、複数分割に限らず、画面の特定部分であって原画像及び参照画像の同じ部分のみを切り出して、重みを推定するようにしてもよい。   As in the case of a thumbnail image, a part of the entire image may be cut out other than when the entire image is reduced. For example, the screen may be divided into upper and lower thumbnail images only for the upper half or the lower half, and weight estimation may be performed. Alternatively, the image may be divided into four, thumbnail images may be generated for one or more of them, and weight estimation may be performed. If it is difficult to estimate the weight without processing the entire screen, such as the brightness of the screen, a thumbnail image is generated for the entire screen. If the weight can be estimated even if only processing is performed, a part may be cut out and processed. Further, in this case, the weight may be estimated by cutting out only a specific part of the screen, which is the same part of the original image and the reference image, without being limited to a plurality of divisions.

また、画像データ縮小部として、第1サムネイル画像生成部2及び第2サムネイル画像生成部3のように、複数の画素の和を取って縮小画像とする場合以外に、画像全体の画素のうち一定間隔ごとに間引きしてデータ量を減らすようにしてもよい。この場合、多少精度は落ちるが、画像のデータ量を、基の画像の特徴を残したまま減らすことができる。   In addition to the case where the image data reduction unit is a reduced image obtained by summing a plurality of pixels as in the first thumbnail image generation unit 2 and the second thumbnail image generation unit 3, the image data reduction unit is constant among the pixels of the entire image. The amount of data may be reduced by thinning out at intervals. In this case, although the accuracy is somewhat reduced, the data amount of the image can be reduced while leaving the characteristics of the original image.

さらに、前記画像データ縮小部での画像データの縮小率を調整する縮小率調整部を備えてもよい。例えば、第1サムネイル画像生成部2、第2サムネイル画像生成部3に、その縮小率を任意の調整できる縮小率調整部をそれぞれ接続して、データの縮小率を任意に調整するようにしてもよい。この場合は通常、精度を落としても処理速度を高めたい場合は、縮小率を高めて、サムネイル画像を小さくする。逆に、処理速度を落としても精度を高めたい場合は、縮小率を低くして、サムネイル画像をあまり小さくしない。使用態様、用途等の種々の条件に応じて前記縮小率調整部で適宜調整する。これにより、種々の条件で使用される各装置に応じて最適な処理条件を容易に選択することができる。   Furthermore, a reduction rate adjustment unit that adjusts the reduction rate of the image data in the image data reduction unit may be provided. For example, a reduction rate adjustment unit that can arbitrarily adjust the reduction rate is connected to the first thumbnail image generation unit 2 and the second thumbnail image generation unit 3 to arbitrarily adjust the data reduction rate. Good. In this case, usually, if it is desired to increase the processing speed even if accuracy is lowered, the thumbnail image is reduced by increasing the reduction ratio. Conversely, if you want to increase the accuracy even if you reduce the processing speed, reduce the reduction ratio and do not make the thumbnail image very small. The reduction ratio adjustment unit appropriately adjusts according to various conditions such as usage mode and usage. Thereby, it is possible to easily select an optimum processing condition according to each device used under various conditions.

前記第2実施形態において、常に第1重み推定部4が重みパラメータ(w0、t0)を(w0、t0)=(1,0)として出力するような構成、つまり常に重みがない状態を出力する構成でもよい。この構成は第1重み推定部4が無く、重み付きサムネイル動きベクトル探索部5−1が、重みなしで探索する構成と同じであり、当然この構成も本実施形態に含まれる。   In the second embodiment, the first weight estimation unit 4 always outputs the weight parameter (w0, t0) as (w0, t0) = (1, 0), that is, always outputs no weight. It may be configured. This configuration is the same as the configuration in which the first weight estimation unit 4 is not provided and the weighted thumbnail motion vector search unit 5-1 searches without weight, and this configuration is naturally included in the present embodiment.

第3実施形態において、常に第1重み推定部4が重みパラメータ(w0、t0)を(w0、t0)=(1,0)として出力するような構成、つまり常に重みがない状態を出力する構成でもよい。この構成は第1重み推定部4が無く、第1重み推定部4への入力を生成する第2サムネイル画像生成部3も無く、重み付き動きベクトル探索部が、重みなしで探索する構成と同じであり、当然この構成も本実施形態に含まれる。   In the third embodiment, a configuration in which the first weight estimation unit 4 always outputs the weight parameter (w0, t0) as (w0, t0) = (1, 0), that is, a configuration in which there is always no weight. But you can. This configuration is the same as the configuration in which there is no first weight estimation unit 4, no second thumbnail image generation unit 3 that generates an input to the first weight estimation unit 4, and the weighted motion vector search unit searches without weight. Of course, this configuration is also included in this embodiment.

前記各実施形態は重みパラメータを出力するものであるが、出力された重みパラメータをさらに各実施形態の重み付き動きベクトル探索部への入力として使用し、さらに重み推定を行ってもよい。出力された重みパラメータを受け取る重み付き動きベクトル探索部は、同一実施例内でなくてもよく、例えば実施例1.の出力である重みパラメータを実施例2重み付き動きベクトル探索部に入力してもよい。また、この出力された重みパラメータを重み付き動きベクトル探索部へと入力する操作は、何度繰り返してもよい。   Each of the embodiments outputs a weight parameter, but the output weight parameter may be further used as an input to the weighted motion vector search unit of each embodiment to further perform weight estimation. The weighted motion vector search unit that receives the output weight parameter need not be in the same embodiment. The weight parameter that is the output of the above may be input to the weighted motion vector search unit of the second embodiment. The operation of inputting the output weight parameter to the weighted motion vector search unit may be repeated any number of times.

前記各実施形態は、各重み推定部での重み推定処理を最小二乗法によって行ったが、重み推定部を複数設ける場合は、そのうちの1つの重み推定部には前記最小二乗法を用い、他の重み推定部には適宜、最小二乗法又はそれ以外の方法を用いてもよい。さらに、各重み推定部に前記有効性判定部を備え、この有効性判定部の判定結果を用いて、複数ある前記重み推定部からの出力の選択を行う重みパラメータ選択部を備えてもよい。これにより、複数の重み推定部から、有効性判定部の判定結果に基づいて、より正確な出力を選択することができ、重みパラメータがより正確になる。   In each of the embodiments, the weight estimation process in each weight estimation unit is performed by the least square method. However, when a plurality of weight estimation units are provided, the least square method is used for one of the weight estimation units, The weight estimation unit may appropriately use the least square method or other methods. Furthermore, each weight estimation unit may include the validity determination unit, and a weight parameter selection unit that selects an output from the plurality of weight estimation units using the determination result of the validity determination unit. Accordingly, a more accurate output can be selected from a plurality of weight estimation units based on the determination result of the validity determination unit, and the weight parameter becomes more accurate.

前記各実施形態は、第1サムネイル画像生成部2、第2サムネイル画像生成部3、第1重み推定部4、重み付き動きベクトル探索部5、動き補償部6、第2重み推定部7等を組み合わせて動画像符号化装置を構成したが、画像データ縮小部と重み推定部の2つの構成要素のみや、画像データ縮小部と重み付き動きベクトル検索部と動き補償部と重み推定部との4つの構成要素のみから構成してもよい。精度は多少落ちても簡素な構成にしたい場合は、前記構成でもよい。   In each of the embodiments, the first thumbnail image generation unit 2, the second thumbnail image generation unit 3, the first weight estimation unit 4, the weighted motion vector search unit 5, the motion compensation unit 6, the second weight estimation unit 7, and the like are included. The moving image coding apparatus is configured by combining the two components of the image data reduction unit and the weight estimation unit, the image data reduction unit, the weighted motion vector search unit, the motion compensation unit, and the weight estimation unit. You may comprise only one component. The above configuration may be used when a simple configuration is desired even if the accuracy is somewhat reduced.

本発明の第1実施形態に係る動画像符号化装置を示す概略構成図である。It is a schematic block diagram which shows the moving image encoder which concerns on 1st Embodiment of this invention. 本発明の第2実施形態に係る動画像符号化装置を示す概略構成図である。It is a schematic block diagram which shows the moving image encoder which concerns on 2nd Embodiment of this invention. 本発明の第3実施形態に係る動画像符号化装置を示す概略構成図である。It is a schematic block diagram which shows the moving image encoder which concerns on 3rd Embodiment of this invention. 従来の重み推定方法を説明するグラフである。It is a graph explaining the conventional weight estimation method. 従来の重み推定方法の課題を説明するグラフである。It is a graph explaining the subject of the conventional weight estimation method. 相関が負の場合を説明するグラフである。It is a graph explaining the case where a correlation is negative. 第4の実施形態に係る動画像符号化方法を実現するための動画像符号化装置を示す機能ブロック図である。It is a functional block diagram which shows the moving image encoding device for implement | achieving the moving image encoding method which concerns on 4th Embodiment. 第5の実施形態に係る動画像符号化方法を実現するための動画像符号化装置を示す機能ブロック図である。It is a functional block diagram which shows the moving image encoding device for implement | achieving the moving image encoding method which concerns on 5th Embodiment.

符号の説明Explanation of symbols

1:動画像符号化装置、2:第1サムネイル画像生成部、3:第2サムネイル画像生成部、4:第1重み推定部、5:重み付き動きベクトル探索部、6:動き補償部、7:第2重み推定部、8:原画像入力端子、9:参照画像入力端子、11:第3サムネイル画像生成部、12:有効性判定部、13:有効性判定結果出力端子、14:動きベクトル探索部、15:第1動き補償部、16:符号化用動きベクトル探索部。   1: moving image encoding device, 2: first thumbnail image generation unit, 3: second thumbnail image generation unit, 4: first weight estimation unit, 5: weighted motion vector search unit, 6: motion compensation unit, 7 : Second weight estimation unit, 8: original image input terminal, 9: reference image input terminal, 11: third thumbnail image generation unit, 12: validity determination unit, 13: validity determination result output terminal, 14: motion vector Search unit, 15: first motion compensation unit, 16: motion vector search unit for encoding.

Claims (29)

参照画像に対して重みを掛けオフセットを加えた重みつき参照画像を用いて生成される予測画像と原画像との差分を符号化する動画像符号化装置において、
前記原画像及び参照画像のデータ量をこれら原画像及び参照画像の特徴を残したまま減らす画像データ縮小部と、
当該画像データ縮小部でデータ量を縮小した原画像及び参照画像の画像データを基に重みパラメータを推定する重み推定部とを備えたことを特徴とする動画像符号化装置。
In a moving image encoding apparatus that encodes a difference between a predicted image generated using a weighted reference image obtained by applying a weight to a reference image and adding an offset, and the original image,
An image data reduction unit that reduces the amount of data of the original image and the reference image while leaving the features of the original image and the reference image;
A video encoding apparatus comprising: a weight estimation unit that estimates a weight parameter based on image data of an original image and a reference image whose data amount has been reduced by the image data reduction unit.
請求項1に記載の動画像符号化装置において、
前記重み推定部が、前記画像データを最小二乗法によって処理することを特徴とする動画像符号化装置。
The moving image encoding device according to claim 1,
The moving image coding apparatus, wherein the weight estimation unit processes the image data by a least square method.
請求項1又は2に記載の動画像符号化装置において、
前記画像データ縮小部が、サムネイルを作成するサムネイル画像生成部を備えて構成されたことを特徴とする動画像符号化装置。
The moving image encoding device according to claim 1 or 2,
The moving image encoding apparatus, wherein the image data reduction unit includes a thumbnail image generation unit for generating a thumbnail.
参照画像に対して重みを掛けオフセットを加えた重みつき参照画像を用いて生成される予測画像と原画像との差分を符号化する動画像符号化装置において、
前記原画像及び参照画像のデータ量をこれら原画像及び参照画像の特徴を残したまま減らす画像データ縮小部と、
当該画像データ縮小部で縮小された前記原画像及び参照画像を基に動きベクトルを探索する重み付き動きベクトル検索部と、
当該重み付き動きベクトル検索部で検索した動きベクトルと前記参照画像とを用いて動き補償画像を生成する動き補償部と、
当該動き補償部で生成した動き補償画像と前記原画像とから重みパラメータを推定する重み推定部とを備えたことを特徴とする動画像符号化装置。
In a video encoding device that encodes a difference between a predicted image generated using a weighted reference image obtained by applying a weight to a reference image and adding an offset, and the original image,
An image data reduction unit that reduces the amount of data of the original image and the reference image while leaving the features of the original image and the reference image;
A weighted motion vector search unit that searches for a motion vector based on the original image and the reference image reduced by the image data reduction unit;
A motion compensation unit that generates a motion compensated image using the motion vector searched by the weighted motion vector search unit and the reference image;
A video encoding apparatus comprising: a motion estimation image generated by the motion compensation unit; and a weight estimation unit that estimates a weight parameter from the original image.
参照画像に対して重みを掛けオフセットを加えた重みつき参照画像を用いて生成される予測画像と原画像との差分を符号化する動画像符号化装置において、
前記原画像及び参照画像のデータ量をこれら原画像及び参照画像の特徴を残したまま減らす画像データ縮小部と、
当該画像データ縮小部でデータ量を縮小した原画像及び参照画像の画像データを基に重みパラメータを推定する第1重み推定部と、
当該第1重み推定部で推定した重みパラメータと前記画像データ縮小部で縮小された又は縮小される前の前記原画像及び参照画像とを基に動きベクトルを探索する重み付き動きベクトル検索部と、
当該重み付き動きベクトル検索部で検索した動きベクトルと前記参照画像とを用いて動き補償画像を生成する動き補償部と、
当該動き補償部で生成した動き補償画像と前記原画像とから重みパラメータを推定する第2重み推定部とを備えたことを特徴とする動画像符号化装置。
In a video encoding device that encodes a difference between a predicted image generated using a weighted reference image obtained by applying a weight to a reference image and adding an offset, and the original image,
An image data reduction unit that reduces the amount of data of the original image and the reference image while leaving the features of the original image and the reference image;
A first weight estimation unit that estimates weight parameters based on the image data of the original image and the reference image whose data amount has been reduced by the image data reduction unit;
A weighted motion vector search unit that searches for a motion vector based on the weight parameter estimated by the first weight estimation unit and the original image and the reference image before or after being reduced by the image data reduction unit;
A motion compensation unit that generates a motion compensated image using the motion vector searched by the weighted motion vector search unit and the reference image;
A moving picture coding apparatus comprising: a motion compensation image generated by the motion compensation unit; and a second weight estimation unit that estimates a weight parameter from the original image.
請求項4に記載の動画像符号化装置において、
前記動き補償部が、前記画像データ縮小部で縮小された後の原画像データ及び参照画像データを基に処理することを特徴とする動画像符号化装置。
In the moving image encoding device according to claim 4,
The moving image coding apparatus, wherein the motion compensation unit performs processing based on original image data and reference image data after being reduced by the image data reduction unit.
請求項5に記載の動画像符号化装置において、
前記動き補償部及び第2重み推定部が、前記画像データ縮小部で縮小された後の原画像データ及び参照画像データを基に処理することを特徴とする動画像符号化装置。
The moving image encoding device according to claim 5,
The moving image coding apparatus, wherein the motion compensation unit and the second weight estimation unit perform processing based on original image data and reference image data after being reduced by the image data reduction unit.
請求項5に記載の動画像符号化装置において、
前記動き補償部からの動き補償画像の特徴を残したままデータ量を減らす動き補償画像データ縮小部をさらに設け、前記第2重み推定部が、当該動き補償画像データ縮小部からの画像データと、前記画像データ縮小部で縮小された後の原画像データとを基に処理することを特徴とする動画像符号化装置。
The moving image encoding device according to claim 5,
A motion-compensated image data reducing unit that reduces the amount of data while retaining the features of the motion-compensated image from the motion-compensating unit; and the second weight estimating unit includes image data from the motion-compensated image data reducing unit; A video encoding apparatus, wherein the video data is processed based on the original image data reduced by the image data reduction unit.
請求項4乃至8のいずれか1項に記載の動画像符号化装置において、
前記画像データ縮小部が、サムネイルを作成するサムネイル画像生成部を備えて構成されたことを特徴とする動画像符号化装置。
The moving image encoding device according to any one of claims 4 to 8,
The moving image encoding apparatus, wherein the image data reduction unit includes a thumbnail image generation unit for generating a thumbnail.
請求項8に記載の動画像符号化装置において、
前記動き補償画像データ縮小部が、サムネイルを作成するサムネイル画像生成部を備えて構成されたことを特徴とする動画像符号化装置。
The moving image encoding apparatus according to claim 8, wherein
The moving image encoding apparatus, wherein the motion compensation image data reduction unit includes a thumbnail image generation unit for generating a thumbnail.
請求項5乃至10のいずれか1項に記載の動画像符号化装置において、
前記第1重み推定部又は第2重み推定部の一方又は両方が、最小二乗法を用いて処理することを特徴とする動画像符号化装置。
The moving image encoding device according to any one of claims 5 to 10,
One or both of said 1st weight estimation part or said 2nd weight estimation part process using the least squares method, The moving image coding apparatus characterized by the above-mentioned.
請求項1乃至11のいずれか1項に記載の動画像符号化装置において、
前記画像データ縮小部での画像データの縮小率を調整する縮小率調整部をさらに備えたことを特徴とする動画像符号化装置。
The moving picture encoding device according to any one of claims 1 to 11,
A moving picture encoding apparatus, further comprising: a reduction rate adjustment unit that adjusts a reduction rate of image data in the image data reduction unit.
請求項8乃至11のいずれか1項に記載の動画像符号化装置において、
前記動き補償画像データ縮小部での画像データの縮小率を調整する縮小率調整部をさらに備えたことを特徴とする動画像符号化装置。
The moving image encoding device according to any one of claims 8 to 11,
A moving picture coding apparatus, further comprising: a reduction rate adjustment unit that adjusts a reduction rate of image data in the motion compensated image data reduction unit.
参照画像に対して重みを掛けオフセットを加えた重みつき参照画像を用いて生成される予測画像と原画像との差分を符号化する動画像符号化装置において、
前記参照画像と原画像から最小二乗法によって重みパラメータを求める重み推定部を有し、
当該重み推定部の重み計算処理過程で生成した統計量を用いて、重み推定部の出力した重みとオフセットの有効性を判定する有効性判定部を備えたことを特徴とする動画像符号化装置。
In a video encoding device that encodes a difference between a predicted image generated using a weighted reference image obtained by applying a weight to a reference image and adding an offset, and the original image,
A weight estimation unit for obtaining a weight parameter from the reference image and the original image by a least square method;
A moving picture coding apparatus comprising an effectiveness determination unit that determines the validity of the weight and offset output from the weight estimation unit using the statistics generated in the weight calculation process of the weight estimation unit .
請求項14に記載の動画像符号化装置において、
前記最小二乗法による重み推定部とは別に、最小二乗法又はそれ以外の方法で重み推定処理を行う重み推定部を1以上設け、
前記有効性判定部の判定結果を用いて、複数ある前記重み推定部からの出力の選択を行う重みパラメータ選択部を備えたことを特徴とする動画像符号化装置。
The moving picture encoding apparatus according to claim 14,
In addition to the weight estimation unit by the least square method, one or more weight estimation units for performing weight estimation processing by the least square method or other methods are provided,
A moving picture coding apparatus comprising: a weight parameter selection unit that selects a plurality of outputs from the weight estimation unit using a determination result of the validity determination unit.
参照画像に対して重みを掛けオフセットを加えた重みつき参照画像を用いて生成される予測画像と原画像との差分を符号化する動画像符号化方法において、
前記原画像及び参照画像のデータ量をこれら原画像及び参照画像の特徴を残したまま減らす画像データ縮小工程と、
当該画像データ縮小工程でデータ量を縮小した原画像及び参照画像の画像データを基に重みパラメータを推定する重み推定工程とを備えたことを特徴とする動画像符号化方法。
In a video encoding method for encoding a difference between a predicted image generated using a weighted reference image obtained by applying a weight to a reference image and adding an offset, and the original image,
An image data reduction process for reducing the data amount of the original image and the reference image while leaving the features of the original image and the reference image;
A moving image encoding method comprising: a weight estimation step of estimating a weight parameter based on image data of an original image and a reference image whose data amount has been reduced in the image data reduction step.
請求項16に記載の動画像符号化方法において、
前記重み推定工程が、前記画像データを最小二乗法によって処理することを特徴とする動画像符号化方法。
The video encoding method according to claim 16, wherein
The moving image encoding method, wherein the weight estimation step processes the image data by a least square method.
参照画像に対して重みを掛けオフセットを加えた重みつき参照画像を用いて生成される予測画像と原画像との差分を符号化する動画像符号化方法において、
前記原画像及び参照画像のデータ量をこれら原画像及び参照画像の特徴を残したまま減らす画像データ縮小工程と、
当該画像データ縮小工程で縮小された前記原画像及び参照画像を基に動きベクトルを探索する重み付き動きベクトル検索工程と、
当該重み付き動きベクトル検索工程で検索した動きベクトルと前記参照画像とを用いて動き補償画像を生成する動き補償工程と、
当該動き補償工程で生成した動き補償画像と前記原画像とから重みパラメータを推定する重み推定工程とを備えたことを特徴とする動画像符号化方法。
In a video encoding method for encoding a difference between a predicted image generated using a weighted reference image obtained by applying a weight to a reference image and adding an offset, and the original image,
An image data reduction process for reducing the data amount of the original image and the reference image while leaving the features of the original image and the reference image;
A weighted motion vector search step for searching for a motion vector based on the original image and the reference image reduced in the image data reduction step;
A motion compensation step of generating a motion compensation image using the motion vector searched in the weighted motion vector search step and the reference image;
A moving image encoding method comprising: a weight estimation step of estimating a weight parameter from the motion compensation image generated in the motion compensation step and the original image.
参照画像に対して重みを掛けオフセットを加えた重みつき参照画像を用いて生成される予測画像と原画像との差分を符号化する動画像符号化方法において、
前記原画像及び参照画像のデータ量をこれら原画像及び参照画像の特徴を残したまま減らす画像データ縮小工程と、
当該画像データ縮小工程でデータ量を縮小した原画像及び参照画像の画像データを基に重みパラメータを推定する第1重み推定工程と、
当該第1重み推定工程で推定した重みパラメータと前記画像データ縮小部で縮小された又は縮小される前の前記原画像及び参照画像を基に動きベクトルを探索する重み付き動きベクトル検索工程と、
当該重み付き動きベクトル検索工程で検索した動きベクトルと前記参照画像とを用いて動き補償画像を生成する動き補償工程と、
当該動き補償工程で生成した動き補償画像と前記原画像とから重みパラメータを推定する第2重み推定工程とを備えたことを特徴とする動画像符号化方法。
In a video encoding method for encoding a difference between a predicted image generated using a weighted reference image obtained by applying a weight to a reference image and adding an offset, and the original image,
An image data reduction process for reducing the data amount of the original image and the reference image while leaving the features of the original image and the reference image;
A first weight estimation step of estimating a weight parameter based on the image data of the original image and the reference image whose data amount has been reduced in the image data reduction step;
A weighted motion vector search step for searching for a motion vector based on the weight parameter estimated in the first weight estimation step and the original image and the reference image before or after being reduced by the image data reduction unit;
A motion compensation step of generating a motion compensation image using the motion vector searched in the weighted motion vector search step and the reference image;
A moving image encoding method comprising: a second weight estimation step of estimating a weight parameter from the motion compensation image generated in the motion compensation step and the original image.
請求項18に記載の動画像符号化方法において、
前記動き補償工程が、前記画像データ縮小工程で縮小された後の原画像データ及び参照画像データを基に処理することを特徴とする動画像符号化方法。
The video encoding method according to claim 18, wherein
The moving image encoding method, wherein the motion compensation step performs processing based on the original image data and the reference image data after being reduced in the image data reduction step.
請求項19に記載の動画像符号化方法において、
前記動き補償工程及び第2重み推定工程が、前記画像データ縮小工程で縮小された後の原画像データ及び参照画像データを基に処理することを特徴とする動画像符号化方法。
The moving image encoding method according to claim 19,
The moving picture encoding method, wherein the motion compensation step and the second weight estimation step are processed based on the original image data and the reference image data after being reduced in the image data reduction step.
請求項19に記載の動画像符号化方法において、
前記動き補償工程からの動き補償画像の特徴を残したままデータ量を減らす動き補償画像データ縮小工程をさらに設け、前記第2重み推定工程が、当該動き補償画像データ縮小工程からの画像データと、前記画像データ縮小工程で縮小された後の原画像データとを基に処理することを特徴とする動画像符号化方法。
The moving image encoding method according to claim 19,
A motion compensation image data reduction step for reducing the amount of data while retaining the features of the motion compensation image from the motion compensation step, and the second weight estimation step includes image data from the motion compensation image data reduction step; A moving image encoding method, wherein the processing is performed based on original image data that has been reduced in the image data reduction step.
請求項18乃至22のいずれか1項に記載の動画像符号化方法において、
前記画像データ縮小工程が、サムネイルを作成するサムネイル画像生成工程を備えて構成されたことを特徴とする動画像符号化方法。
The moving image encoding method according to any one of claims 18 to 22,
A moving image encoding method, wherein the image data reduction step comprises a thumbnail image generation step of creating a thumbnail.
請求項22に記載の動画像符号化方法において、
前記動き補償画像データ縮小工程が、サムネイルを作成するサムネイル画像生成工程を備えて構成されたことを特徴とする動画像符号化方法。
The moving image encoding method according to claim 22,
A moving image encoding method, wherein the motion compensated image data reduction step includes a thumbnail image generation step of creating a thumbnail.
請求項19乃至24のいずれか1項に記載の動画像符号化方法において、
前記第1重み推定工程又は第2重み推定工程の一方又は両方が、最小二乗法を用いて処理することを特徴とする動画像符号化方法。
The moving image encoding method according to any one of claims 19 to 24,
One or both of said 1st weight estimation process or said 2nd weight estimation process process using the least squares method, The moving image coding method characterized by the above-mentioned.
請求項16乃至25のいずれか1項に記載の動画像符号化方法において、
前記画像データ縮小工程での画像データの縮小率を、要求される処理速度及び精度に応じて調整する工程を備えたことを特徴とする動画像符号化方法。
The moving image encoding method according to any one of claims 16 to 25,
A moving picture encoding method comprising a step of adjusting a reduction rate of image data in the image data reduction step according to required processing speed and accuracy.
請求項16乃至25のいずれか1項に記載の動画像符号化方法において、
前記動き補償画像データ縮小工程での画像データの縮小率を、要求される処理速度及び精度に応じて調整する工程を備えたことを特徴とする動画像符号化方法。
The moving image encoding method according to any one of claims 16 to 25,
A moving picture encoding method comprising a step of adjusting a reduction rate of image data in the motion compensated image data reduction step according to required processing speed and accuracy.
参照画像に対して重みを掛けオフセットを加えた重みつき参照画像を用いて生成される予測画像と原画像との差分を符号化する動画像符号化方法において、
前記参照画像と原画像から最小二乗法によって重みパラメータを求める重み推定工程を有し、
当該重み推定工程の重み計算処理過程で生成した統計量を用いて、重み推定工程で出力した重みとオフセットの有効性を判定する有効性判定工程を備えたことを特徴とする動画像符号化方法。
In a video encoding method for encoding a difference between a predicted image generated using a weighted reference image obtained by applying a weight to a reference image and adding an offset, and the original image,
A weight estimation step of obtaining a weight parameter from the reference image and the original image by a least square method;
A video encoding method comprising a validity determination step for determining the validity of the weight and offset output in the weight estimation step using the statistics generated in the weight calculation processing step of the weight estimation step .
請求項28に記載の動画像符号化方法において、
前記最小二乗法による重み推定工程とは別に、最小二乗法又はそれ以外の方法で重み推定処理を行う重み推定工程を1以上設け、
前記有効性判定工程での判定結果を用いて、複数ある前記重み推定工程からの出力の選択を行う重みパラメータ選択工程を備えたことを特徴とする動画像符号化方法。
The video encoding method according to claim 28, wherein
In addition to the weight estimation step by the least square method, one or more weight estimation steps for performing weight estimation processing by the least square method or other methods are provided.
A moving picture encoding method comprising a weight parameter selection step of selecting a plurality of outputs from the weight estimation step using the determination result in the validity determination step.
JP2007027032A 2007-02-06 2007-02-06 Moving image encoding device and moving image encoding method Pending JP2008193503A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2007027032A JP2008193503A (en) 2007-02-06 2007-02-06 Moving image encoding device and moving image encoding method
US12/003,172 US20080187049A1 (en) 2007-02-06 2007-12-20 Moving image encoding device and moving image encoding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007027032A JP2008193503A (en) 2007-02-06 2007-02-06 Moving image encoding device and moving image encoding method

Publications (1)

Publication Number Publication Date
JP2008193503A true JP2008193503A (en) 2008-08-21

Family

ID=39676136

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007027032A Pending JP2008193503A (en) 2007-02-06 2007-02-06 Moving image encoding device and moving image encoding method

Country Status (2)

Country Link
US (1) US20080187049A1 (en)
JP (1) JP2008193503A (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009175227A (en) * 2008-01-22 2009-08-06 Toshiba Corp Portable terminal device
AU2012227626B2 (en) 2011-03-11 2015-11-05 Sony Corporation Image processing device and method
CA2826787C (en) * 2011-10-27 2019-09-17 Panasonic Corporation Image coding method, image decoding method, image coding apparatus, and image decoding apparatus
CA2836244C (en) 2011-10-28 2021-02-16 Panasonic Corporation Image coding method, image decoding method, image coding apparatus, and image decoding apparatus
JP5383958B2 (en) 2011-10-28 2014-01-08 パナソニック株式会社 Decoding method and decoding apparatus

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004032718A (en) * 2002-05-03 2004-01-29 Microsoft Corp System and method for processing video frame by fading estimation/compensation
JP2006509467A (en) * 2002-12-04 2006-03-16 トムソン ライセンシング Video cross fade encoder and coding method using weighted prediction

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7471834B2 (en) * 2000-07-24 2008-12-30 Vmark, Inc. Rapid production of reduced-size images from compressed video streams
US7369706B2 (en) * 2003-01-06 2008-05-06 Matsushita Electric Industrial Co., Ltd. Image-data processing device, image-data processing method, image-data distributing device and image-data transmitting system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004032718A (en) * 2002-05-03 2004-01-29 Microsoft Corp System and method for processing video frame by fading estimation/compensation
JP2006509467A (en) * 2002-12-04 2006-03-16 トムソン ライセンシング Video cross fade encoder and coding method using weighted prediction

Also Published As

Publication number Publication date
US20080187049A1 (en) 2008-08-07

Similar Documents

Publication Publication Date Title
RU2510944C2 (en) Method of encoding/decoding multi-view video sequence based on adaptive local adjustment of brightness of key frames without transmitting additional parameters (versions)
US8860829B2 (en) Image processing device, image processing method, and image processing program
JP4564564B2 (en) Moving picture reproducing apparatus, moving picture reproducing method, and moving picture reproducing program
US8165205B2 (en) Natural shaped regions for motion compensation
US20070064803A1 (en) Adaptive motion search range
US20070009038A1 (en) Motion estimator and motion estimating method thereof
JP2008244846A (en) Device and method for interpolating frame
CN101268701A (en) Adaptive motion estimation for temporal prediction filter over irregular motion vector samples
US20120093231A1 (en) Image processing apparatus and image processing method
JP2006313950A (en) Image coding apparatus, and image coding method
JP2009003507A (en) Image processing method, image processor, and image processing program
JP5100495B2 (en) Image processing device
JP2008193503A (en) Moving image encoding device and moving image encoding method
JP4358153B2 (en) Method and apparatus for image interpolation system based on motion estimation and compensation
JPH07226937A (en) Evaluating method for luminance signal adapted movement
US20090244388A1 (en) Motion estimation method and related apparatus for determining target motion vector according to motion of neighboring image blocks
KR20060050427A (en) Detector for predicting of movement
JP2008219100A (en) Predictive image generating device, method and program, and image encoding device, method and program
US20100158121A1 (en) Motion vector coding mode selection method and coding mode selection apparatus and machine readable medium using the same
KR101062811B1 (en) Fast multiple reference frame selection method using neighboring motion vectors and inter-mode correlation
JP4785890B2 (en) Motion estimation accuracy estimation method, motion estimation accuracy estimation device, motion estimation accuracy estimation program, and computer-readable recording medium recording the program
US8446950B2 (en) Method of estimating the motion in image processing
KR100508800B1 (en) Method for predicting image block of current picture
JP2007060452A (en) Method, device, and program for moving image predictive coding and computer readable recording medium having the program recorded thereon
JP2008098796A (en) Video encoding method, video encoding device, video encoding program, and recording medium thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20091214

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110323

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110412

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110610

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111129

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120327