JP4019030B2 - Image coding order determination device, image coding order determination method, image coding order determination program, and recording medium recording the program - Google Patents

Image coding order determination device, image coding order determination method, image coding order determination program, and recording medium recording the program Download PDF

Info

Publication number
JP4019030B2
JP4019030B2 JP2003311319A JP2003311319A JP4019030B2 JP 4019030 B2 JP4019030 B2 JP 4019030B2 JP 2003311319 A JP2003311319 A JP 2003311319A JP 2003311319 A JP2003311319 A JP 2003311319A JP 4019030 B2 JP4019030 B2 JP 4019030B2
Authority
JP
Japan
Prior art keywords
frame
evaluation
value
order
encoding
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2003311319A
Other languages
Japanese (ja)
Other versions
JP2005080179A (en
Inventor
英明 木全
正樹 北原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2003311319A priority Critical patent/JP4019030B2/en
Publication of JP2005080179A publication Critical patent/JP2005080179A/en
Application granted granted Critical
Publication of JP4019030B2 publication Critical patent/JP4019030B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Description

本発明は,複数の画像をフレーム間予測符号化を用いて符号化する画像符号化において,符号化順序を決定するときの演算負荷を軽減することを可能にした画像符号化順序決定装置,画像符号化順序決定方法,画像符号化順序決定プログラムおよびそのプログラムを記録した記録媒体に関するものである。   The present invention relates to an image coding order determination device and image coding method that can reduce a calculation load when determining the coding order in image coding in which a plurality of images are coded using inter-frame predictive coding. The present invention relates to an encoding order determination method, an image encoding order determination program, and a recording medium on which the program is recorded.

動画像のような複数の画像を符号化する場合に,画像間の相関が高い場合には画像をフレームとみなしてフレーム間予測符号化を適用すると,高い符号化効率を実現することができる。国際標準動画像符号化方式H.264(非特許文献1参照)では,フレームの符号化モードに,フレーム間の相関を使わずに符号化するIフレームと,過去に符号化した1フレームから予測するPフレームと,過去に符号化した2フレームから予測することができるBフレームを定義している。   When encoding a plurality of images such as a moving image, if the correlation between the images is high, it is possible to realize high encoding efficiency by applying the inter-frame prediction encoding by regarding the image as a frame. International standard video coding system In H.264 (see Non-Patent Document 1), the frame encoding mode includes an I frame that is encoded without using correlation between frames, a P frame that is predicted from one previously encoded frame, and a previously encoded frame. B frames that can be predicted from the two frames are defined.

参照画像メモリに複数フレーム分の復号画像を蓄積しておき,PフレームとBフレームは,そのメモリから参照画像を選択して予測することができる。この参照画像の選択は,マクロブロック単位に行うことができる。また,Bフレームで過去の2フレームから予測する方法を両方向予測と呼び,各フレームの画像情報を重み付け平均して予測画像を作成する。   A plurality of frames of decoded images are stored in the reference image memory, and P frames and B frames can be predicted by selecting a reference image from the memory. This reference picture can be selected in units of macroblocks. A method of predicting from the past two frames in the B frame is called bidirectional prediction, and a predicted image is created by weighted averaging of image information of each frame.

ここで,フレームの符号化順序(復号順序)と入力順序(出力順序)は異なっていてもよく,例えば入力動画像における時間が過去のフレームから予測してもよいし,未来のフレームから予測してもよい。
ITU-T Rec.H.264/ISO/IEC 11496-10, "Advanced Video Coding", Final Committee Draft, Document JVT-E022, September 2002.
Here, the frame encoding order (decoding order) and the input order (output order) may be different. For example, the time in the input moving image may be predicted from a past frame, or predicted from a future frame. May be.
ITU-T Rec.H.264 / ISO / IEC 11496-10, "Advanced Video Coding", Final Committee Draft, Document JVT-E022, September 2002.

複数の画像をフレーム間予測符号化を用いて符号化するときに,それら複数の画像の符号化効率は画像の符号化順序に依存する。フレーム間予測符号化では,参照画像メモリに蓄積されている参照画像との差分を符号化対象にするため,符号化時に蓄積されている参照画像と符号化対象画像との相関が大きいほど,予測効率が向上し,符号化効率を向上できる。   When encoding a plurality of images using inter-frame predictive encoding, the encoding efficiency of the plurality of images depends on the encoding order of the images. In inter-frame predictive coding, the difference from the reference image stored in the reference image memory is used as the encoding target. Therefore, the larger the correlation between the reference image stored at the time of encoding and the encoding target image, the higher the prediction. Efficiency is improved and coding efficiency can be improved.

符号化順序を決定する方法としては,全てのパターンの符号化順序で一度符号化し,最も符号量が少ない順序を求める方法が考えられる。しかしながら,この方法では,符号化順序のパターン数は画像数の順列となるため,符号化対象の画像の数が多くなると,必要な演算量が急激に増加する問題がある。   As a method for determining the coding order, a method is considered in which coding is performed once in the coding order of all patterns and the order with the smallest code amount is obtained. However, in this method, since the number of patterns in the encoding order is a permutation of the number of images, there is a problem that the required amount of computation increases rapidly as the number of images to be encoded increases.

例えば,符号化順序は画像数が3の場合には(1×2×3)パターンあり,画像数が4の場合には(1×2×3×4)パターンとなる。したがって,画像数が3から4になると符号化時間は4倍に増加する。   For example, the encoding order is a (1 × 2 × 3) pattern when the number of images is 3, and a (1 × 2 × 3 × 4) pattern when the number of images is 4. Therefore, when the number of images is changed from 3 to 4, the encoding time increases four times.

あるいは符号量ではなく,フレーム間の相関を示す評価関数を設定しておき,その値の合計が最も小さくなるように符号化順序を決定する方法も考えられる。このとき,評価値が小さいほど符号化した際の符号量が小さくなるような評価関数を設定する。しかしながら,この方法においても,全てのパターンの符号化順序で全フレーム間の評価値の合計を求める必要がある。符号化順序のパターン数は,(画像数−1)の順列となるため,符号化対象の画像の数が多くなると,必要な演算量が急激に増加する問題がある。   Alternatively, an evaluation function indicating correlation between frames instead of code amount may be set, and a coding order may be determined so that the sum of the values is minimized. At this time, an evaluation function is set such that the smaller the evaluation value, the smaller the code amount when encoding is performed. However, even in this method, it is necessary to obtain the sum of evaluation values between all frames in the coding order of all patterns. Since the number of patterns in the encoding order is a permutation of (number of images-1), there is a problem that the required amount of calculation increases rapidly when the number of images to be encoded increases.

本発明は上記問題点を解決し,複数の画像をフレーム間予測符号化を用いて符号化する際に,符号化順序を決定するときの演算負荷を軽減することを目的とする。   An object of the present invention is to solve the above problems and to reduce the calculation load when determining the encoding order when encoding a plurality of images using inter-frame predictive encoding.

以上の課題を解決するため,本発明は,複数フレームの画像情報をフレーム間予測符号化を用いて符号化する画像符号化装置における,N個のフレームの画像情報のうちM個のフレームの符号化順序を決定する画像符号化順序決定装置であって,
フレーム番号i(i=1,2,…,N)のフレームの画像情報を用いて発生符号量を評価するための評価値E(i,i)を計算するフレーム内評価値計算手段と,
前記N個のフレームからフレーム番号i(i=1,2,…,N)とフレーム番号j(j=1,2,…,N;ただしj≠i)の2フレームを選択する全組み合わせについて,フレーム番号jのフレームの画像情報の,フレーム番号iのフレームの画像情報からの差分情報を用いて発生符号量を評価するための評価値E(i,j)を計算するフレーム間評価値計算手段と,
前記フレーム内評価値計算手段および前記フレーム間評価値計算手段によって計算された評価値を記憶する評価値記憶手段と,
前記N個のフレームのうちの,ある(M−1)個のフレームについて所定の方法により決められたフレームの符号化順序を示す符号化順序フレーム番号Fの値F(i)(i=1,2,…,M−1)を設定するフレーム追加初期設定手段と,
符号化対象として追加するフレームのフレーム番号の値kを前記符号化順序フレーム番号Fの値以外の1からNまでの値に設定する対象フレーム設定手段と,
フレーム番号kのフレームを,第b番目(bは予め設定された値cからMまでのいずれか;ただし1≦c≦M−1)の符号化順序に設定する対象フレーム順序設定手段と,
符号化順序フレーム番号Fに設定された符号化順序に対して,前記対象フレーム順序設定手段で設定したフレーム番号kのフレームを加えた暫定符号化順序T(i)(i=1,2,…,M)を設定する暫定符号化順序設定手段と,
評価値E(T(1),T(1))を,評価合計値Sに設定する評価合計初期設定手段と,
前記暫定符号化順序で設定されたフレーム番号の順序でT(j)のjを2からMまで順次変更し,評価値E(T(i),T(j))(iは1からj−1までのいずれか)を,評価合計値Sに繰り返し加算する評価合計加算手段と,
前記対象フレーム順序設定手段,前記暫定符号化順序設定手段,前記評価合計初期設定手段および前記評価合計加算手段により,前記値bを前記値cからMまで順次変更して算出した評価合計値Sの中で評価合計値Sが最も小さい値となる値bによる暫定符号化順序T(i)(i=1,2,…,M)を,求めるM個のフレームの符号化順序として決定する対象フレーム順序決定手段とを備えることを特徴とする。
In order to solve the above-described problems, the present invention provides a code for M frames out of N frames of image information in an image encoding apparatus that encodes image information of a plurality of frames using interframe predictive encoding. An image coding order determination device for determining a coding order,
Intra-frame evaluation value calculation means for calculating an evaluation value E (i, i) for evaluating the generated code amount using image information of a frame with frame number i (i = 1, 2,..., N);
All combinations for selecting two frames of frame number i (i = 1, 2,..., N) and frame number j (j = 1, 2,..., N; where j ≠ i) from the N frames. Inter-frame evaluation value calculation means for calculating an evaluation value E (i, j) for evaluating the amount of generated code using difference information from the image information of the frame number i of the frame image information of frame number j When,
Evaluation value storage means for storing evaluation values calculated by the intra-frame evaluation value calculation means and the inter-frame evaluation value calculation means;
Of the N frames, a value F (i) (i = 1, 1) of an encoding order frame number F indicating the encoding order of frames determined by a predetermined method for a certain (M−1) frames. 2,..., M-1) frame addition initial setting means;
Target frame setting means for setting a frame number value k of a frame to be added as an encoding target to a value from 1 to N other than the encoding order frame number F;
A target frame order setting means for setting the frame of frame number k to the b-th (b is a preset value c to M; where 1 ≦ c ≦ M−1) encoding order;
Provisional encoding order T (i) (i = 1, 2,...) Obtained by adding the frame of frame number k set by the target frame order setting means to the encoding order set in encoding order frame number F. , M), provisional encoding order setting means,
An evaluation total initial setting means for setting the evaluation value E (T (1), T (1)) to the evaluation total value S;
J of T (j) is sequentially changed from 2 to M in the order of the frame numbers set in the provisional encoding order, and the evaluation value E (T (i), T (j)) (i is 1 to j− Evaluation sum addition means for repeatedly adding any one of 1) to the evaluation total value S;
The evaluation total value S calculated by sequentially changing the value b from the value c to M by the target frame order setting means, the provisional encoding order setting means, the evaluation total initial setting means, and the evaluation total addition means. The target frame for determining the provisional encoding order T (i) (i = 1, 2,..., M) with the value b having the smallest evaluation total value S as the encoding order of M frames to be obtained. Order determining means .

また,上記発明において,前記フレーム追加初期設定手段が符号化順序フレーム番号Fの値F(i)を設定する所定の方法は,前記(M−1)個の各フレームについて前記フレーム内評価値計算手段および前記フレーム間評価値計算手段によって計算された評価値を用いて評価合計値が小さくなるように定める方法,または予め定めた初期フレーム番号のフレームの近傍を選択する方法であることを特徴とする。 In the above invention, the predetermined method for setting the value F (i) of the encoding order frame number F by the frame addition initial setting means is the calculation of the intra-frame evaluation value for each of the (M−1) frames. And a method for determining an evaluation total value to be small by using the evaluation value calculated by the inter-frame evaluation value calculation means, or a method for selecting the vicinity of a frame having a predetermined initial frame number. To do.

また,本発明は,複数フレームの画像情報をフレーム間予測符号化を用いて符号化する画像符号化方法における,N個のフレームの画像情報のうちM個のフレームの符号化順序を決定する画像符号化順序決定方法であって,
フレーム番号i(i=1,2,…,N)のフレームの画像情報を用いて発生符号量を評価するための評価値E(i,i)を計算し,評価値記憶手段に記憶するフレーム内評価値計算ステップと,
前記N個のフレームからフレーム番号i(i=1,2,…,N)とフレーム番号j(j=1,2,…,N;ただしj≠i)の2フレームを選択する全組み合わせについて,フレーム番号jのフレームの画像情報の,フレーム番号iのフレームの画像情報からの差分情報を用いて発生符号量を評価するための評価値E(i,j)を計算し,評価値記憶手段に記憶するフレーム間評価値計算ステップと,
前記N個のフレームのうちの,ある(M−1)個のフレームについて所定の方法により決められたフレームの符号化順序を示す符号化順序フレーム番号Fの値F(i)(i=1,2,…,M−1)を設定するフレーム追加初期設定ステップと,
符号化対象として追加するフレームのフレーム番号の値kを前記符号化順序フレーム番号Fの値以外の1からNまでの値に設定する対象フレーム設定ステップと,
フレーム番号kのフレームを,第b番目(bは予め設定された値cからMまでのいずれか;ただし1≦c≦M−1)の符号化順序に設定する対象フレーム順序設定ステップと,
符号化順序フレーム番号Fに設定された符号化順序に対して,前記対象フレーム順序設定ステップで設定したフレーム番号kのフレームを加えた暫定符号化順序T(i)(i=1,2,…,M)を設定する暫定符号化順序設定ステップと,
評価値E(T(1),T(1))を,評価合計値Sに設定する評価合計初期設定ステップと,
前記暫定符号化順序で設定されたフレーム番号の順序でT(j)のjを2からMまで順次変更し,評価値E(T(i),T(j))(iは1からj−1までのいずれか)を,評価合計値Sに繰り返し加算する評価合計加算ステップと,
前記対象フレーム順序設定ステップ,前記暫定符号化順序設定ステップ,前記評価合計初期設定ステップおよび前記評価合計加算ステップにより,前記値bを前記値cからMまで順次変更して算出した評価合計値Sの中で,評価合計値Sが最も小さい値となる値bによる暫定符号化順序T(i)(i=1,2,…,M)を,求めるM個のフレームの符号化順序として決定する対象フレーム順序決定ステップとを有することを特徴とする。
Further, the present invention provides an image for determining an encoding order of M frames among image information of N frames in an image encoding method for encoding image information of a plurality of frames using inter-frame predictive encoding. A coding order determination method comprising:
A frame for calculating an evaluation value E (i, i) for evaluating a generated code amount using image information of a frame with frame number i (i = 1, 2,..., N) and storing it in the evaluation value storage means Internal evaluation value calculation step,
All combinations for selecting two frames of frame number i (i = 1, 2,..., N) and frame number j (j = 1, 2,..., N; where j ≠ i) from the N frames. An evaluation value E (i, j) for evaluating the amount of generated code is calculated using the difference information from the image information of the frame number i of the frame image information of the frame number j, and the evaluation value storage means An inter-frame evaluation value calculation step to be stored;
Of the N frames, a value F (i) (i = 1, 1) of an encoding order frame number F indicating the encoding order of frames determined by a predetermined method for a certain (M−1) frames. 2,..., M-1), a frame addition initial setting step;
A target frame setting step of setting a frame number value k of a frame to be added as a coding target to a value from 1 to N other than the coding order frame number F;
A target frame order setting step for setting the frame of frame number k to the b-th (b is a preset value c to M; where 1 ≦ c ≦ M−1) encoding order;
Provisional encoding order T (i) (i = 1, 2,...) Obtained by adding the frame of frame number k set in the target frame order setting step to the encoding order set in encoding order frame number F. , M), a provisional encoding order setting step;
An evaluation total initial setting step for setting the evaluation value E (T (1), T (1)) to the evaluation total value S;
J of T (j) is sequentially changed from 2 to M in the order of the frame numbers set in the provisional encoding order, and the evaluation value E (T (i), T (j)) (i is 1 to j− An evaluation total addition step of repeatedly adding any one of 1) to the evaluation total value S;
The evaluation total value S calculated by sequentially changing the value b from the value c to the M by the target frame order setting step, the provisional encoding order setting step, the evaluation total initial setting step, and the evaluation total addition step. Among them, the provisional encoding order T (i) (i = 1, 2,..., M) with the value b having the smallest evaluation total value S is determined as the encoding order of M frames to be obtained. And a frame order determining step.

本発明による作用は,以下のとおりである。本発明による上記フレーム内評価値計算ステップ,フレーム間評価値計算ステップ,フレーム追加初期設定ステップ,対象フレーム設定ステップ,対象フレーム順序設定ステップ,暫定符号化順序設定ステップ,評価合計初期設定ステップ,評価合計加算ステップ,対象フレーム順序決定ステップを実行することにより,予め符号化順序を設定しておいた(M−1)フレームに,さらに1フレームを追加するときに,全Mフレームの評価値が最も小さくなるように,追加するフレームの符号化順序を決定することができる。   The operation of the present invention is as follows. In-frame evaluation value calculation step, inter-frame evaluation value calculation step, frame addition initial setting step, target frame setting step, target frame order setting step, provisional encoding order setting step, evaluation total initial setting step, evaluation total By executing the addition step and the target frame order determination step, the evaluation value of all M frames is the smallest when one frame is added to the (M-1) frames for which the encoding order has been set in advance. In this way, the encoding order of the frames to be added can be determined.

この方法では,フレームを追加する個所を変更するたびに全Mフレームの評価値を加算する計算が必要なため,評価値を加算する計算は(M−c)×(M−1)回行われる。従来では(M−1)の順列だけの加算回数が必要であったため,本発明によれば,従来の方法に比べて計算回数を大幅に軽減することができる。   In this method, every time the location where a frame is added is changed, a calculation for adding the evaluation values of all M frames is required. Therefore, the calculation for adding the evaluation values is performed (M−c) × (M−1) times. . Conventionally, since the number of additions of only the permutation of (M-1) is necessary, according to the present invention, the number of calculations can be greatly reduced as compared with the conventional method.

対象フレーム順序設定ステップでの,フレーム番号kのフレームの符号化順序設定時の値cは1から(M−1)までの値を設定することができる。値cを大きくするほど計算回数を低減できるが,評価する符号化順序の候補が少なくなる。   In the target frame order setting step, the value c at the time of setting the encoding order of the frame of frame number k can be set to a value from 1 to (M−1). As the value c is increased, the number of calculations can be reduced, but the number of encoding order candidates to be evaluated is reduced.

前記評価合計加算ステップは,フレーム番号T(j)について,値iを1からj−1までのいずれかの値に変更して,評価値E(T(i),T(j))が最小となる値を探索し,最小となる評価値E(T(i),T(j))を,評価合計値Sに加算するフレーム評価合計加算ステップを,jを2からMまで順次変更して繰り返し実行することにより実施することができる。   The evaluation total addition step changes the value i to any value from 1 to j−1 for the frame number T (j), and the evaluation value E (T (i), T (j)) is minimized. The frame evaluation total addition step for searching for the value to be added and adding the minimum evaluation value E (T (i), T (j)) to the evaluation total value S is performed by sequentially changing j from 2 to M. It can be implemented by repeated execution.

この前記評価合計加算ステップで,値iが1からj−1までのいずれかとなる評価値E(T(i),T(j))のうち,最小の値となる評価値E(T(i),T(j))を探索して,評価合計値Sに加算することによって,評価合計値Sとして最小の値となるように値iを決定することができる。   In this evaluation sum addition step, the evaluation value E (T (i ), T (j)) and adding to the evaluation total value S, the value i can be determined so as to be the minimum value as the evaluation total value S.

また,評価合計加算ステップで加算する評価値E(T(i),T(j))における値iの他の決定方法として,例えばT(i)がT(j)に1を加算または減算した値となるように値iを設定するようにしてもよい。   As another determination method of the value i in the evaluation value E (T (i), T (j)) to be added in the evaluation sum addition step, for example, T (i) adds or subtracts 1 to T (j) The value i may be set to be a value.

また,前記フレーム評価合計加算ステップは,参照可能フレーム番号RとしてL個の値R(d)(d=1,2,…,L)を設定する参照可能フレーム番号設定ステップを実行し,前記T(i)が前記設定された参照可能フレーム番号Rに含まれる値のいずれかに等しい場合のみ,評価値E(T(i),T(j))を探索候補とすることにより実施することができる。この方法を用いれば,フレーム評価合計加算ステップで値iを変更する範囲を小さくすることができる。したがって演算回数をさらに削減することができる。   The frame evaluation total addition step executes a referenceable frame number setting step of setting L values R (d) (d = 1, 2,..., L) as referenceable frame numbers R, and the T Only when (i) is equal to one of the values included in the set referenceable frame number R, the evaluation value E (T (i), T (j)) can be used as a search candidate. it can. If this method is used, the range in which the value i is changed in the frame evaluation total addition step can be reduced. Therefore, the number of calculations can be further reduced.

また,前記フレーム追加初期設定ステップは,第iフレームについて,前記フレーム間評価値計算ステップで計算された評価値E(i,j)(j≠i)の,評価値が最小の場合のjの値j1(i)と,評価値が2番目に小さい場合のjの値j2(i)を求めるフレーム近傍評価探索ステップと,第iフレームについて,評価値E(i,i)と評価値E(i,j1(i))と評価値E(i,j2(i))の値を合計して,評価合計値ES(i)を求めるフレーム近傍評価加算ステップとを1からNまでの全てのiについて実行し,評価合計値ES(i)(1≦i≦N)が最も小さい時のiの値mを求め,前記符号化順序フレーム番号Fとしてmとj1(m)とj2(m)とを設定することにより実施することができる。   In the frame addition initial setting step, for the i-th frame, the evaluation value E (i, j) (j ≠ i) calculated in the inter-frame evaluation value calculation step is j. The frame neighborhood evaluation search step for obtaining the value j1 (i), the j value j2 (i) when the evaluation value is the second smallest, and the evaluation value E (i, i) and the evaluation value E ( i, j1 (i)) and the evaluation value E (i, j2 (i)) are summed to obtain a frame neighborhood evaluation addition step for obtaining an evaluation total value ES (i). The value m of i when the evaluation total value ES (i) (1 ≦ i ≦ N) is the smallest is obtained, and m, j1 (m), j2 (m) and the coding order frame number F are obtained. It can be implemented by setting.

この方法を用いることにより,フレーム追加初期設定ステップで,3個の符号化順序フレーム番号Fを決定する場合に,評価値E(i,i)と,2つの評価値E(i,j)(j≠i)の合計が最も小さくなるように値iとjを決定することができる。これにより,評価値を使わずに符号化順序フレーム番号Fの初期値を決定する方法よりも,評価合計値Sの値を小さくすることができる。   By using this method, when three encoding order frame numbers F are determined in the frame addition initial setting step, an evaluation value E (i, i) and two evaluation values E (i, j) ( The values i and j can be determined so that the sum of j ≠ i) is minimized. Thereby, the value of the evaluation total value S can be made smaller than the method of determining the initial value of the encoding order frame number F without using the evaluation value.

この他に,フレーム追加初期設定ステップで設定する符号化順序フレーム番号Fとして,例えば初期値iを決めて,その値を中心にして1を加算または減算することを繰り返した値に設定する方法を用いてもよい。例えば5個の値を設定すると,F=(i,i−1,i+1,i−2,i+2)となる。   In addition to this, as a coding order frame number F set in the frame addition initial setting step, for example, an initial value i is determined and set to a value obtained by repeatedly adding or subtracting 1 around that value. It may be used. For example, if five values are set, F = (i, i-1, i + 1, i-2, i + 2).

また,前記フレーム内評価値計算ステップは,第iフレームの画像情報をフレーム内符号化するフレーム内符号化ステップと,前記フレーム内符号化ステップで作成した符号化データから復号画像を作成する復号画像作成ステップと,第iフレームの画像情報と前記作成された復号画像との間の差分情報を計算する差分計算ステップと,前記差分計算ステップで計算した差分情報を用いて前記評価値E(i,i)を計算するステップとを実行することにより実施することができる。   The intra-frame evaluation value calculating step includes an intra-frame encoding step for intra-frame encoding of image information of the i-th frame, and a decoded image for generating a decoded image from the encoded data generated in the intra-frame encoding step. The evaluation value E (i, i) using the creation step, the difference calculation step for calculating difference information between the image information of the i-th frame and the created decoded image, and the difference information calculated in the difference calculation step. can be implemented by performing the step of calculating i).

この方法では,一度符号化して復号した画像情報と,原画像との間の差分情報を使って評価値E(i,i)を計算する。不可逆符号化の場合には,原画像と復号画像が異なり,差分が大きいほど符号化歪が大きい。したがって,差分が小さいほど評価値が小さくなるように評価関数を設定すれば,評価値が小さいE(i,i)を探索することにより差分の小さい値iを探索できることになる。   In this method, the evaluation value E (i, i) is calculated using difference information between the image information once encoded and decoded and the original image. In the case of lossy encoding, the original image and the decoded image are different, and the larger the difference, the larger the encoding distortion. Therefore, if the evaluation function is set so that the evaluation value becomes smaller as the difference is smaller, the value i having a smaller difference can be searched by searching for E (i, i) having a smaller evaluation value.

差分の大きさの評価方法としては,差分の絶対値和SADRや差分の2乗和SSDが挙げられる。SADRまたはSSDはそれぞれ下記の式(1)または式(2)で計算される。o(i)(x,y)は画素位置(x,y)におけるフレーム番号iの原画像を示し,r(i)(x,y)は画素位置(x,y)における復号画像を示す。   As an evaluation method of the magnitude of the difference, there is an absolute value sum SADR of differences or a square sum SSD of differences. SADR or SSD is calculated by the following formula (1) or formula (2), respectively. o (i) (x, y) indicates the original image of frame number i at the pixel position (x, y), and r (i) (x, y) indicates the decoded image at the pixel position (x, y).

SADR=Σx,y |r(i)(x,y)−o(i)(x,y)| ……式(1)
SSD=Σx,y (r(i)(x,y)−o(i)(x,y))2 ……式(2)
このようなSADRやSSDを評価値に設定してもよいし,さらに,予測残差や予測情報についての発生符号量を考慮した評価関数Jを評価値に設定してもよい。Jは下記の式(3)で計算される。Rは発生符号量,λは所定の係数を示す。式(3)のSSDは,SADRにしてもよい。
SADR = Σx , y | r (i) (x, y) -o (i) (x, y) | Equation (1)
SSD = Σx , y (r (i) (x, y) −o (i) (x, y)) 2 ...... Formula (2)
Such an SADR or SSD may be set as an evaluation value, and an evaluation function J that takes into account the amount of generated codes for prediction residuals and prediction information may be set as an evaluation value. J is calculated by the following formula (3). R represents a generated code amount, and λ represents a predetermined coefficient. The SSD in equation (3) may be SADR.

J=SSD+λ×R ……式(3)
また,前記フレーム内評価値計算ステップでの評価値E(i,i)を求める他の方法として,例えばフレーム内画像情報の平均値や分散,または隣接画素間の相関係数などを用いる算出方法を用いることもできる。
J = SSD + λ × R (3)
As another method for obtaining the evaluation value E (i, i) in the intra-frame evaluation value calculation step, for example, a calculation method using an average value or variance of intra-frame image information or a correlation coefficient between adjacent pixels. Can also be used.

前記フレーム間評価値計算ステップは,第jフレームの画像情報の,第iフレームの画像情報からの差分情報を符号化する差分符号化ステップと,前記符号化した差分情報を復号し,第iフレームの画像情報に加算して復号画像を作成する復号画像作成ステップと,第jフレームの画像情報と前記作成された復号画像との間の差分情報を計算する差分計算ステップと,前記差分計算ステップで計算した差分情報を用いて前記評価値E(i,j)を計算するステップとを実行することにより実施することができる。この他に,フレーム間評価値計算ステップでの評価値E(i,j)を求める方法として,例えばフレーム間画像情報の絶対値の平均値や分散を用いる算出方法などがある。   The inter-frame evaluation value calculation step includes a difference encoding step for encoding difference information from the image information of the i-th frame of the image information of the j-th frame, decoding the encoded difference information, and the i-th frame A decoded image creating step for creating a decoded image by adding to the image information, a difference calculating step for calculating difference information between the image information of the jth frame and the created decoded image, and the difference calculating step The step of calculating the evaluation value E (i, j) using the calculated difference information can be performed. In addition, as a method for obtaining the evaluation value E (i, j) in the inter-frame evaluation value calculation step, for example, there is a calculation method using an average value or variance of absolute values of inter-frame image information.

このフレーム間評価値計算ステップにおいて,例えば評価値E(i,j)の算出方法として,フレーム番号jの画素位置(x,y)に対する,フレーム番号iにおいて差分を計算する位置(x0,y0)(x0,y0は実数精度)とすると,評価関数として,2フレーム間の差分の絶対値SADOを用いてもよい。   In this inter-frame evaluation value calculation step, for example, as a method of calculating the evaluation value E (i, j), a position (x0, y0) where the difference is calculated at frame number i with respect to the pixel position (x, y) of frame number j If x0 and y0 are real number precision, the absolute value SADO of the difference between two frames may be used as the evaluation function.

SADOは,下記の式(4)で計算される。o(j)(x,y)はフレーム番号jにおける画素位置(x,y)の画像情報を示し,o(i)(x0,y0)はフレーム番号iにおける画素位置(x0,y0)の画像情報を示す。   SADO is calculated by the following equation (4). o (j) (x, y) indicates image information of the pixel position (x, y) in the frame number j, and o (i) (x0, y0) indicates an image of the pixel position (x0, y0) in the frame number i. Indicates information.

SADO=Σx,y |o(j)(x,y)−o(i)(x0,y0)| ……式(4)
これらの評価値は画面を分割した領域毎に,例えばマクロブロック毎に算出してもよい。この場合には,評価合計加算ステップで評価合計値Sに加算する評価値E(T(i),T(j))におけるT(i)は,領域毎に異なってもよい。
SADO = Σx , y | o (j) (x, y) -o (i) (x0, y0) | (4)
These evaluation values may be calculated for each area obtained by dividing the screen, for example, for each macro block. In this case, T (i) in the evaluation value E (T (i), T (j)) to be added to the evaluation total value S in the evaluation total addition step may be different for each region.

この方法によれば,フレーム間評価値計算ステップで,一度符号化して復号した画像情報と,原画像との間の差分情報を使って評価値E(i,j)を計算する。ここでフレーム間の差分が大きいほど符号化歪が大きい。したがって,差分が小さいほど評価値が小さくなるように評価関数を設定すれば,評価値が小さいE(i,j)を探索することにより差分の小さい値iを探索できることになる。差分の大きさの評価方法としては,上記のSADRやSSDやJを使用することができる。   According to this method, in the inter-frame evaluation value calculation step, the evaluation value E (i, j) is calculated using difference information between the image information once encoded and decoded and the original image. Here, the larger the difference between frames, the greater the coding distortion. Therefore, if the evaluation function is set so that the evaluation value becomes smaller as the difference is smaller, the value i having a smaller difference can be searched by searching for E (i, j) having a smaller evaluation value. The SADR, SSD, or J described above can be used as a method for evaluating the magnitude of the difference.

本発明によれば,複数の画像をフレーム間予測符号化を用いて符号化する際の,符号化順序を決定するときに,全ての符号化順序パターンで評価値の合計を求めて符号化順序を決定する方法よりも,評価値の合計を計算する回数を減少することができ,演算負荷を軽減することができる。   According to the present invention, when determining the encoding order when encoding a plurality of images using inter-frame predictive encoding, the encoding order is obtained by obtaining the sum of evaluation values in all the encoding order patterns. Compared with the method of determining the number of times, the number of times of calculating the total evaluation value can be reduced, and the calculation load can be reduced.

本発明の実施の形態を図面を参照して説明する。図1は,本発明の画像符号化順序決定装置の構成の一例を示す図である。1はNフレームの画像情報のうち,Mフレームの符号化順序を決定する画像符号化順序決定装置である。画像符号化順序決定装置1において,11は原画像が蓄積される原画像蓄積メモリ,12はフレーム内評価値の計算モードとフレーム間評価値の計算モードとの切替えを行う切替部である。   Embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a diagram illustrating an example of the configuration of an image coding order determination apparatus according to the present invention. Reference numeral 1 denotes an image coding order determination device that determines the coding order of M frames of N frame image information. In the image coding order determination apparatus 1, 11 is an original image storage memory for storing original images, and 12 is a switching unit for switching between an intra-frame evaluation value calculation mode and an inter-frame evaluation value calculation mode.

13はフレーム番号i(1≦i≦N)の画像情報を用いて評価値E(i,i)を計算するフレーム内評価値計算部,14はフレーム番号iのフレームの画像情報について,フレーム番号j(j≠i)の画像情報の,フレーム番号iのフレームの画像情報からの差分情報を用いて評価値E(i,j)を計算するフレーム間評価値計算部,15は計算された評価値が蓄積される評価値蓄積メモリである。   13 is an intra-frame evaluation value calculation unit that calculates an evaluation value E (i, i) using image information of frame number i (1 ≦ i ≦ N), and 14 is a frame number for image information of a frame of frame number i. An inter-frame evaluation value calculation unit 15 for calculating an evaluation value E (i, j) using difference information from image information of a frame with frame number i of image information of j (j ≠ i), 15 is a calculated evaluation An evaluation value storage memory in which values are stored.

16は(M−1)個のフレームについてフレームの符号化順序を示す符号化順序フレーム番号Fの値F(i)(iは1からM−1まで)を設定するフレーム追加初期設定部,17は符号化対象として追加するフレームのフレーム番号の値kを前記符号化順序フレーム番号Fの値以外の1からNまでの値に設定する対象フレーム設定部である。   16 is a frame addition initial setting unit for setting a value F (i) (i is 1 to M−1) of an encoding order frame number F indicating the encoding order of frames for (M−1) frames; Is a target frame setting unit for setting the frame number value k of a frame to be added as a coding target to a value from 1 to N other than the coding order frame number F.

18はフレーム番号kのフレームを,第b番目(bは予め設定された値cからMまでのいずれか)の符号化順序に設定する対象フレーム順序設定部,19は符号化順序フレーム番号Fに設定された符号化順序に対して,前記対象フレーム順序設定部18で符号化順序を設定したフレーム番号kのフレームを加えた暫定符号化順序T(i)(iは1からMまで)を設定する暫定符号化順序設定部である。   18 is a target frame order setting unit that sets the frame of frame number k to the b-th encoding order (b is one of preset values c to M), and 19 is the encoding order frame number F. The provisional encoding order T (i) (i is 1 to M) is set by adding the frame of the frame number k for which the encoding order is set by the target frame order setting unit 18 to the set encoding order. The provisional encoding order setting unit.

また,20は評価値E(T(1),T(1))を評価合計値Sに設定する評価合計初期設定部,21は暫定符号化順序で設定されたフレーム番号の順序でT(j)を変更し,評価値E(T(i),T(j))(iは1からj−1までのいずれか)を,jが2からMまでの全てについて,評価合計値Sに繰り返し加算する評価合計加算部,22は前記値cからMまでの全てのbについて各々暫定符号化順序に対する評価合計加算部21により得られる評価合計値Sの中で値が最も小さい値となる値bを探索して,その符号化順序をM個のフレームの求める符号化順序として決定する対象フレーム順序決定部である。   Also, 20 is an evaluation total initial setting unit that sets the evaluation value E (T (1), T (1)) as the evaluation total value S, and 21 is the order of frame numbers set in the provisional encoding order. ) And the evaluation value E (T (i), T (j)) (i is any one from 1 to j-1) is repeated to the evaluation total value S for all of j from 2 to M The evaluation sum adding unit 22 adds the value b which is the smallest value among the evaluation total values S obtained by the evaluation sum adding unit 21 for the provisional encoding order for all the values c to M. And the encoding order is determined as the encoding order for the M frames.

図2は,図1に示すフレーム追加初期設定部16の構成の一例を示す図である。フレーム追加初期設定部16において,161はフレーム近傍評価探索部,162はフレーム近傍評価加算部,163はフレーム近傍評価蓄積メモリ,164はフレーム近傍評価合計探索部である。   FIG. 2 is a diagram showing an example of the configuration of the frame addition initial setting unit 16 shown in FIG. In the frame addition initial setting unit 16, reference numeral 161 denotes a frame neighborhood evaluation search unit, 162 denotes a frame neighborhood evaluation addition unit, 163 denotes a frame neighborhood evaluation accumulation memory, and 164 denotes a frame neighborhood evaluation total search unit.

例えばM=4の場合,フレーム近傍評価探索部161は,第iフレームについて,評価値蓄積メモリ15に蓄積された評価値E(i,j)(j≠i)の,評価値E(i,j)が最小の場合のjの値j1(i)と,評価値E(i,j)が2番目に小さい場合のjの値j2(i)を求める処理を1からNまでの全てのiについて実行する。   For example, when M = 4, the frame neighborhood evaluation search unit 161 evaluates the evaluation value E (i, i) of the evaluation value E (i, j) (j ≠ i) stored in the evaluation value storage memory 15 for the i-th frame. The process of obtaining the value j1 (i) of j when j) is minimum and the value j2 (i) of j when the evaluation value E (i, j) is the second smallest are all i from 1 to N Run about.

フレーム近傍評価加算部162は,第iフレームについて,評価値E(i,i)と評価値E(i,j1(i))と評価値E(i,j2(i))の値を合計して,評価合計値ES(i)を求める処理を1からNまでの全てのiについて実行する。すなわち,ES(i)は,
ES(i)=E(i,i)+E(i,j1(i))+E(i,j2(i))
(i=1,2,…,N)として算出される。
The frame neighborhood evaluation adding unit 162 sums up the evaluation value E (i, i), the evaluation value E (i, j1 (i)), and the evaluation value E (i, j2 (i)) for the i-th frame. Thus, the process for obtaining the evaluation total value ES (i) is executed for all i from 1 to N. That is, ES (i) is
ES (i) = E (i, i) + E (i, j1 (i)) + E (i, j2 (i))
(I = 1, 2,..., N).

フレーム近傍評価蓄積メモリ163には,フレーム近傍評価加算部162により求められた評価合計値ES(i)が蓄積される。フレーム近傍評価合計探索部164は,評価合計値ES(i)(1≦i≦N)が最も小さいときのiの値mを求め,符号化順序フレーム番号をm,j1(m),j2(m)とする。   The frame neighborhood evaluation accumulation memory 163 accumulates the evaluation total value ES (i) obtained by the frame neighborhood evaluation addition unit 162. The frame neighborhood evaluation total search unit 164 obtains the value m of i when the evaluation total value ES (i) (1 ≦ i ≦ N) is the smallest, and sets the encoding order frame number to m, j1 (m), j2 ( m).

図3および図4は,本発明の実施の形態の処理概要を説明する図である。図3(A)に示すようなN個のフレームの画像情報から符号化効率のよいM個(この例ではM=4)のフレームの符号化順序を決定するものとする。フレーム内評価値計算部13は,図3(B)のように,各フレームの画像情報を用いて,発生符号量を評価するための評価値E(1,1),E(2,2),…,E(N,N)を計算し,結果を評価値蓄積メモリ15に蓄積する。また,フレーム間評価値計算部14は,図3(C)のように,N個のフレームからフレーム番号i(i=1,2,…,N)とフレーム番号j(j=1,2,…,N;ただしj≠i)の2フレームを選択する全組み合わせについて,評価値E(i,j)を計算し,結果を評価値蓄積メモリ15に蓄積する。   3 and 4 are diagrams for explaining the outline of processing according to the embodiment of the present invention. Assume that the encoding order of M (M = 4 in this example) frames with good encoding efficiency is determined from the image information of N frames as shown in FIG. As shown in FIG. 3B, the intra-frame evaluation value calculation unit 13 uses the image information of each frame to evaluate the evaluation values E (1, 1) and E (2, 2) for evaluating the generated code amount. ,..., E (N, N) are calculated, and the result is stored in the evaluation value storage memory 15. Further, as shown in FIG. 3C, the inter-frame evaluation value calculation unit 14 calculates the frame number i (i = 1, 2,..., N) and the frame number j (j = 1, 2, .., N; provided that the evaluation value E (i, j) is calculated for all combinations for selecting two frames of j ≠ i), and the result is stored in the evaluation value storage memory 15.

フレーム追加初期設定部16は,図3(D)のように,N個のフレームのうち(M−1)個(この例では3個)のフレームについて,フレームの符号化順序を示す符号化順序フレーム番号Fの値F(1),F(2),F(3)を設定する。この符号化順序の設定では,1からNまでの第iフレームについて,評価値E(i,j)(j≠i)の,評価値が最小の場合のjの値j1(i)と,評価値E(i,j)が2番目に小さい場合のjの値j2(i)を求め,各第iフレームについて,
ES(i)=E(i,i)+E(i,j1(i))+E(i,j2(i))
を計算し,この評価合計値ES(i)(1≦i≦N)が最も小さい時のiの値mを求め,F(1)=m,F(2)=j1(m),F(3)=j2(m)とする。
As shown in FIG. 3D, the frame addition initial setting unit 16 encodes the encoding order indicating the encoding order of frames for (M−1) frames (three in this example) out of N frames. The values F (1), F (2) and F (3) of the frame number F are set. In this encoding order setting, for the i-th frames from 1 to N, the evaluation value E (i, j) (j ≠ i), the j value j1 (i) when the evaluation value is minimum, and the evaluation The value j2 (i) of j when the value E (i, j) is the second smallest is obtained, and for each i-th frame,
ES (i) = E (i, i) + E (i, j1 (i)) + E (i, j2 (i))
And the value m of i when the total evaluation value ES (i) (1 ≦ i ≦ N) is the smallest is obtained, and F (1) = m, F (2) = j1 (m), F ( 3) = j2 (m).

次に,対象フレーム設定部17は,図3(E)のように,符号化対象として追加するフレームのフレーム番号kを符号化順序フレーム番号Fの値F(i)以外の1からNまでの値に設定する。対象フレーム順序設定部18は,フレーム番号kのフレームを,第b番目(bは予め設定された値cからMまでのいずれか)の符号化順序に設定する。例えば,c=2の場合,bは2,3,4のいずれかとなる。   Next, as shown in FIG. 3E, the target frame setting unit 17 sets the frame number k of the frame to be added as the encoding target from 1 to N other than the value F (i) of the encoding order frame number F. Set to value. The target frame order setting unit 18 sets the frame of frame number k to the b-th encoding order (b is one of preset values c to M). For example, when c = 2, b is either 2, 3 or 4.

暫定符号化順序設定部19は,図4(A)のように,符号化順序フレーム番号Fに設定された符号化順序F(1),F(2),F(3)に対して,フレーム番号kのフレームをb番目に加えた暫定符号化順序T(1),T(2),T(3),T(4)を設定する。   As shown in FIG. 4A, the provisional encoding order setting unit 19 performs frame processing for the encoding orders F (1), F (2), and F (3) set in the encoding order frame number F. A provisional encoding order T (1), T (2), T (3), and T (4) is set by adding the frame of number k to the b-th.

各暫定符号化順序(順序1〜3)の各々について,図4(B)に示すように,評価合計初期設定部20と評価合計加算部21が,評価合計値Sを計算する。   For each of the provisional encoding orders (orders 1 to 3), the evaluation total initial setting unit 20 and the evaluation total addition unit 21 calculate the evaluation total value S as shown in FIG. 4B.

S=E(T(1),T(1))+E(T(1),T(2))+min(E(T(1),T(3))+E(T(2),T(3)))+min(E(T(1),T(4)),E(T(2),T(4)),E(T(3),T(4)))
ここで,min(x,y,z)は,x,y,zの中の最小値を表す。
S = E (T (1), T (1)) + E (T (1), T (2)) + min (E (T (1), T (3)) + E (T (2), T (3) ))) + Min (E (T (1), T (4)), E (T (2), T (4)), E (T (3), T (4)))
Here, min (x, y, z) represents the minimum value in x, y, z.

各暫定符号化順序について評価合計値Sを計算し,図4(C)のように,その中で最小となる評価合計値Sの暫定符号化順序を,求めるMフレームの符号化順序として出力する。   The evaluation total value S is calculated for each provisional encoding order, and the provisional encoding order of the evaluation total value S that is the smallest among them is output as the encoding order of the M frames to be obtained, as shown in FIG. .

図5に,画像符号化順序決定装置1による符号化順序決定処理フローを示す。まず,フレーム内評価値計算部13によりフレーム内評価値計算ステップS1,フレーム間評価値計算部14によりフレーム間評価値計算ステップS2を実行し,評価値E(i,i),評価値E(i,j)を計算して結果を,評価値蓄積メモリに15に蓄積する。フレーム内評価値計算ステップS1およびフレーム間評価値計算ステップS2をNフレームの全組み合せに対して繰り返し実行する(ステップS3)。ここで,フレーム内評価値計算ステップS1とフレーム間評価値計算ステップS2の順序は入れ替えてもよい。   FIG. 5 shows a coding sequence determination process flow by the image coding sequence determination apparatus 1. First, the intra-frame evaluation value calculation unit 13 executes the intra-frame evaluation value calculation step S1 and the inter-frame evaluation value calculation unit 14 executes the inter-frame evaluation value calculation step S2. The evaluation value E (i, i) and the evaluation value E ( i, j) is calculated and the result is stored in the evaluation value storage memory 15. The intra-frame evaluation value calculation step S1 and the inter-frame evaluation value calculation step S2 are repeatedly executed for all combinations of N frames (step S3). Here, the order of the intra-frame evaluation value calculation step S1 and the inter-frame evaluation value calculation step S2 may be switched.

その後,フレーム追加初期設定部16によりフレーム追加初期設定ステップS4を実行し,(M−1)個のフレームについて符号化順序フレーム番号Fの値を設定する。また,対象フレーム設定部17により対象フレーム設定ステップS5を実行し,符号化対象として追加するフレームのフレーム番号の値kを符号化順序フレーム番号Fの値以外の1からNまでの値に設定する。なお,フレーム追加初期設定ステップS4と対象フレーム設定ステップS5の順序は入れ替えてもよい。   Thereafter, the frame addition initial setting unit 16 executes a frame addition initial setting step S4, and sets the value of the encoding order frame number F for (M−1) frames. Further, the target frame setting unit 17 executes the target frame setting step S5, and sets the frame number value k of the frame to be added as the encoding target to a value from 1 to N other than the encoding order frame number F. . Note that the order of the frame addition initial setting step S4 and the target frame setting step S5 may be switched.

次に,対象フレーム順序設定部18により対象フレーム順序設定ステップS6を実行し,フレーム番号kのフレームを,第b番目(bは予め設定された値cからMまでのいずれか)の符号化順序に設定する。暫定符号化順序設定部19では,暫定符号化順序設定ステップS7を実行し,符号化順序フレーム番号Fに設定された符号化順序に対して,対象フレーム順序設定ステップS6で設定したフレーム番号kのフレームを加えた暫定符号化順序T(i)(iは1からMまで)を設定する。   Next, the target frame order setting unit 18 executes the target frame order setting step S6, and the frame number k is designated as the b-th encoding order (b is any value from a preset value c to M). Set to. The provisional encoding order setting unit 19 executes provisional encoding order setting step S7, and with respect to the encoding order set in the encoding order frame number F, the frame number k set in the target frame order setting step S6. A provisional encoding order T (i) (i is from 1 to M) with frames added is set.

評価合計初期設定部20により評価合計初期設定ステップS8を実行し,評価値E(T(1),T(1))を評価合計値Sに設定する。その後,評価合計加算部21により評価合計加算ステップS9を実行し,暫定符号化順序で設定されたフレーム番号の順序でT(j)を変更し,評価値E(T(i),T(j))(iは1からj−1までのいずれか)を,jが2からMまで,評価合計値Sに繰り返し加算する。   The evaluation total initial setting unit 20 executes the evaluation total initial setting step S8, and sets the evaluation value E (T (1), T (1)) as the evaluation total value S. Thereafter, the evaluation sum addition step S9 is executed by the evaluation sum addition unit 21, T (j) is changed in the order of the frame numbers set in the provisional encoding order, and the evaluation values E (T (i), T (j )) (I is any one from 1 to j−1) and j is repeatedly added to the evaluation total value S from 2 to M.

対象フレームの全ての符号化順序に対して対象フレーム順序設定ステップS6から評価合計加算ステップS9までの処理を繰り返し(ステップS10),対象フレーム順序決定部22により対象フレーム順序決定ステップS11を実行して,評価合計加算ステップS9で得られる暫定符号化順序ごとの評価合計値Sが最も小さい値となる対象フレーム順序bの値を決定して,処理を終了する。   The processing from the target frame order setting step S6 to the evaluation sum adding step S9 is repeated for all the encoding orders of the target frames (step S10), and the target frame order determination unit 22 executes the target frame order determination step S11. , The value of the target frame order b in which the evaluation total value S for each provisional coding order obtained in the evaluation sum addition step S9 is the smallest is determined, and the process is terminated.

評価合計加算ステップS9の処理フローの一例を図6に示す。まず,j=2に設定する(ステップS91)。次に,値iを1からj−1までのいずれかの値に決定する(ステップS92)。評価値E(T(i),T(j))を評価合計値Sに加算し(ステップS93),jがMに等しくなるまで(ステップS94),jの値を1加算して(ステップS95),ステップS92〜S94を繰り返し実行し,jがMに等しくなったら,処理を終了する。   An example of the processing flow of the evaluation total addition step S9 is shown in FIG. First, j = 2 is set (step S91). Next, the value i is determined to be any value from 1 to j−1 (step S92). The evaluation value E (T (i), T (j)) is added to the evaluation total value S (step S93), and j is incremented by 1 until j is equal to M (step S94) (step S95). ), Steps S92 to S94 are repeatedly executed, and when j becomes equal to M, the process is terminated.

図7は,図5に示す評価合計加算ステップS9の他の処理フローの一例を示す。まず,j=2に設定する(ステップS101)。次に,フレーム評価合計加算ステップS102(図8,図9,図10)を実行する。その後,jがMに等しいかどうかを判定し(ステップS103),jがMに等しくなければjの値を1加算して(ステップS104),ステップS102に戻り,同様に処理を繰り返す。jがMに等しければ,処理を終了する。   FIG. 7 shows an example of another processing flow of the evaluation total addition step S9 shown in FIG. First, j = 2 is set (step S101). Next, the frame evaluation total addition step S102 (FIGS. 8, 9, and 10) is executed. Thereafter, it is determined whether j is equal to M (step S103). If j is not equal to M, j is incremented by 1 (step S104), the process returns to step S102, and the process is repeated in the same manner. If j is equal to M, the process is terminated.

図8は,フレーム評価合計加算ステップS102の処理フローの一例を示す。この例では,最初に評価値の最小値MEにE(T(1),T(j))を設定する(ステップS111)。j=2かどうかを判定し(ステップS112),jが2ならばステップS118に進む。jが2でなければ,i=2に設定する(ステップS113)。   FIG. 8 shows an example of the processing flow of the frame evaluation total addition step S102. In this example, first, E (T (1), T (j)) is set as the minimum evaluation value ME (step S111). It is determined whether j = 2 (step S112). If j is 2, the process proceeds to step S118. If j is not 2, i = 2 is set (step S113).

次に,E(T(i),T(j))とMEとの大小を比較し(ステップS114),E(T(i),T(j))<MEであれば,E(T(i),T(j))をMEに設定する(ステップS115)。E(T(i),T(j))<MEでなければ,ステップS116に進む。   Next, the magnitudes of E (T (i), T (j)) and ME are compared (step S114). If E (T (i), T (j)) <ME, E (T ( i) and T (j)) are set to ME (step S115). If E (T (i), T (j)) <ME, the process proceeds to step S116.

ステップS116において,iがj−1に等しいかどうかを判断する。iがj−1に等しくなければiの値を1加算して(ステップS117),ステップS114に戻り,iがj−1に等しければ,MEを評価合計値Sに加算して(ステップS118),処理を終了する。   In step S116, it is determined whether i is equal to j-1. If i is not equal to j-1, the value of i is incremented by 1 (step S117), and the process returns to step S114. If i is equal to j-1, ME is added to the evaluation total value S (step S118). , Terminate the process.

図9は,フレーム評価合計加算ステップS102の他の処理フローの一例を示す。この例では,まず,評価値の最小値MEに,最大値∞を設定し(ステップS121),i=1に設定する(ステップS122)。その後,E(T(i),T(j))<MEかを判断する(ステップS123)。E(T(i),T(j))<MEの場合には,E(T(i),T(j))をMEに設定し(ステップS124),E(T(i),T(j))<MEでない場合には,ステップS125へ進む。ステップS125において,iがj−1に等しいかをどうか判断し(ステップS125),iがj−1に等しくなければiの値を1加算して(ステップS126),ステップS123に戻り,iがj−1に等しければMEを評価合計値Sに加算して(ステップS127),処理を終了する。   FIG. 9 shows an example of another processing flow of the frame evaluation total addition step S102. In this example, first, the maximum value ∞ is set as the minimum value ME of the evaluation values (step S121), and i = 1 is set (step S122). Thereafter, it is determined whether E (T (i), T (j)) <ME (step S123). If E (T (i), T (j)) <ME, E (T (i), T (j)) is set to ME (step S124), and E (T (i), T ( j)) If not <ME, go to step S125. In step S125, it is determined whether i is equal to j-1 (step S125). If i is not equal to j-1, 1 is added to the value of i (step S126), and the process returns to step S123. If it is equal to j-1, ME is added to the evaluation total value S (step S127), and the process is terminated.

図8と図9の例では,評価値の最小値の初期値の設定方法が異なっている。このように評価値の最小値を求めるフローは,初期値の設定方法により複数パターンが考えられるため,フレーム評価合計加算ステップS102の処理フローは,図8や図9に示したフロー以外でもよい。   In the example of FIG. 8 and FIG. 9, the setting method of the initial value of the minimum evaluation value is different. As described above, the flow for obtaining the minimum value of the evaluation value may be a plurality of patterns depending on the initial value setting method. Therefore, the processing flow of the frame evaluation total addition step S102 may be other than the flow shown in FIGS.

フレーム評価合計加算ステップS102におけるさらに他の処理フローの例を,図10に示す。図10に示すフレーム評価合計加算ステップS102は,後述する実施例2で採用している処理の例である。   An example of still another processing flow in the frame evaluation total addition step S102 is shown in FIG. The frame evaluation total addition step S102 shown in FIG. 10 is an example of processing adopted in Example 2 described later.

まず,参照可能フレーム番号設定ステップS131を実行して,参照可能フレーム番号の値を設定する。次に,評価値の最小値MEに最大値∞を設定し(ステップS132),i=1に設定した後(ステップS133),以下の処理を繰り返す。   First, the referenceable frame number setting step S131 is executed to set the value of the referenceable frame number. Next, the maximum value ∞ is set as the minimum value ME of the evaluation values (step S132), i = 1 is set (step S133), and the following processing is repeated.

T(i)が参照可能フレーム番号に含まれているかを判断する(ステップS134)。T(i)が参照可能フレーム番号に含まれていなければ,ステップS137へ進む。T(i)が参照可能フレーム番号に含まれていれば,E(T(i),T(j))<MEかをどうかを判断する(ステップS135)。E(T(i),T(j))<MEである場合には,E(T(i),T(j))をMEに設定し(ステップS136),E(T(i),T(j))<MEでない場合には,そのままステップS137へ進む。   It is determined whether T (i) is included in the referenceable frame number (step S134). If T (i) is not included in the referenceable frame number, the process proceeds to step S137. If T (i) is included in the referenceable frame number, it is determined whether E (T (i), T (j)) <ME (step S135). If E (T (i), T (j)) <ME, E (T (i), T (j)) is set to ME (step S136), and E (T (i), T (J)) If not <ME, go directly to step S137.

ステップS137において,iがj−1に等しいかどうかを判断し,iがj−1に等しくない場合には,iの値を1加算して(ステップS138),ステップS134に戻り,iがj−1に等しい場合には,MEを評価合計値Sに加算して(ステップS139),処理を終了する。   In step S137, it is determined whether i is equal to j−1. If i is not equal to j−1, the value of i is incremented by 1 (step S138), and the process returns to step S134. When equal to −1, ME is added to the evaluation total value S (step S139), and the process is terminated.

参照可能フレーム番号設定ステップ(ステップS131)以後における,評価値の最小値を求めるフローは,図10に示す処理フローに限らず,他のフローに従ってもよい。   The flow for obtaining the minimum value of the evaluation values after the referenceable frame number setting step (step S131) is not limited to the processing flow shown in FIG.

図5に示すフレーム追加初期設定ステップS4における処理フローの一例を,図11に示す。図11において,まずi=1に設定する(ステップS141)。次に,フレーム近傍評価探索ステップS142を実行する。ここでは,第iフレームについて,例えば評価値E(i,j)の,評価値が最小の場合のjの値j1(i)と,評価値が2番目に小さい場合のjの値j2(i)を求める。続いてフレーム近傍評価加算ステップS143を実行する。ここでは,第iフレームについて,評価値E(i,i)と評価値E(i,j1(i))と評価値E(i,j2(i))の値を合計して,評価合計値ES(i)を求める。   FIG. 11 shows an example of the processing flow in the frame addition initial setting step S4 shown in FIG. In FIG. 11, first, i = 1 is set (step S141). Next, frame neighborhood evaluation search step S142 is executed. Here, for the i-th frame, for example, the evaluation value E (i, j), j value j1 (i) when the evaluation value is minimum, and j value j2 (i) when the evaluation value is the second smallest ) Subsequently, frame neighborhood evaluation addition step S143 is executed. Here, for the i-th frame, the evaluation value E (i, i), the evaluation value E (i, j1 (i)), and the evaluation value E (i, j2 (i)) are summed to obtain an evaluation total value. Find ES (i).

次に,iがNに等しいかを判断する(ステップS144)。iがNに等しくない場合にはiの値を1加算して(ステップS145),ステップS142に戻る。iがNに等しい場合には,フレーム近傍評価合計探索ステップS146の実行へ移る。   Next, it is determined whether i is equal to N (step S144). When i is not equal to N, 1 is added to the value of i (step S145), and the process returns to step S142. When i is equal to N, the process proceeds to execution of the frame neighborhood evaluation total search step S146.

フレーム近傍評価合計探索ステップS146では,評価合計値ES(i)が最も小さいときのiの値mを求め,次にステップS147において,求めたmから符号化順序フレーム番号に,mとj1(m)とj2(m)とを設定し,処理を終了する。   In frame neighborhood evaluation total search step S146, the value m of i when evaluation total value ES (i) is the smallest is obtained, and then in step S147, m and j1 (m ) And j2 (m) are set, and the process ends.

Nフレームの2次元画像の符号化順序を決定する方法について示す。2次元画像を全A個のマクロブロックに分割して符号化する際の符号化順序を決定する。   A method for determining the encoding order of a two-dimensional image of N frames will be described. An encoding order is determined when the two-dimensional image is divided into all A macroblocks and encoded.

最初の3フレーム分の符号化順序をフレーム追加初期設定部16がフレーム追加初期設定ステップS4で決定するものとする。また,フレーム内評価値計算部13によるフレーム内評価値計算ステップS1とフレーム間評価値計算部14によるフレーム間評価計算ステップS2では,式(3)で計算される値Jを評価値として使用するものとする。   Assume that the frame addition initial setting unit 16 determines the encoding order for the first three frames in the frame addition initial setting step S4. Further, in the intra-frame evaluation value calculation step S1 by the intra-frame evaluation value calculation unit 13 and the inter-frame evaluation value calculation step S2 by the inter-frame evaluation value calculation unit 14, the value J calculated by Expression (3) is used as the evaluation value. Shall.

フレーム内評価値計算ステップS1では,国際標準映像符号化方式H.264のイントラ予測を用いるものとする。フレーム内評価値計算ステップS1とフレーム間評価値計算ステップS2では,予測残差をDCTして量子化し,さらに逆量子化してIDCTして得られる予測誤差を予測画像に加算することにより復号画像を作成する。   In the intra-frame evaluation value calculation step S1, the international standard video encoding method Assume that H.264 intra prediction is used. In the intra-frame evaluation value calculation step S1 and the inter-frame evaluation value calculation step S2, the prediction residual is DCT quantized and further dequantized and IDCT is added to the prediction image to add the prediction error to the prediction image. create.

量子化に使用するパラメータは,Nフレームの全マクロブロックで同じものを使う。評価値はマクロブロック毎に求め,フレーム内評価値計算ステップS1で計算するフレーム番号iにおけるマクロブロックaの評価値をE(i,a,i)とする。フレーム間評価値計算ステップS2で計算するフレーム番号jにおけるマクロブロックaの,フレーム番号iからの差分に関する評価値をE(i,a,j)とする。対象フレーム順序設定ステップS6における値cは2に設定する。   The same parameters are used for quantization in all macroblocks of N frames. The evaluation value is obtained for each macroblock, and the evaluation value of the macroblock a at the frame number i calculated in the intraframe evaluation value calculation step S1 is E (i, a, i). Let E (i, a, j) be the evaluation value related to the difference from the frame number i of the macro block a in the frame number j calculated in the inter-frame evaluation value calculation step S2. The value c in the target frame order setting step S6 is set to 2.

実施例1として参照可能フレーム番号設定ステップを行わない方法の例を示す。評価合計加算ステップS9では,図7のフレーム評価合計加算ステップS102を実行し,フレーム評価合計加算ステップS102は,図9に示したフローに従って実行するものとする。本実施例では,先頭3フレームの符号化順序をフレーム追加初期設定ステップS4で決定した後,4フレーム目以後の全フレームの符号化順序を決定する手順を示す。   An example of a method in which the referenceable frame number setting step is not performed will be described as the first embodiment. In the evaluation total addition step S9, the frame evaluation total addition step S102 of FIG. 7 is executed, and the frame evaluation total addition step S102 is executed according to the flow shown in FIG. In the present embodiment, a procedure for determining the encoding order of all frames after the fourth frame after the encoding order of the first three frames is determined in the frame addition initial setting step S4 will be described.

まず,図5のフローに従い,全Nフレームの組み合わせについて,フレーム内評価値計算部13によるフレーム内評価値計算ステップS1およびフレーム間評価値計算部14によるフレーム間評価値計算ステップS2を実行する。続いてフレーム追加初期設定部16がフレーム追加初期設定ステップS4(図11)を実行する。   First, according to the flow of FIG. 5, the intra-frame evaluation value calculation step S1 by the intra-frame evaluation value calculation unit 13 and the inter-frame evaluation value calculation step S2 by the inter-frame evaluation value calculation unit 14 are executed for all N frame combinations. Subsequently, the frame addition initial setting unit 16 executes a frame addition initial setting step S4 (FIG. 11).

図11のフローに従って,3フレーム分の符号化順序フレーム番号F(F(1),F(2),F(3))を求める。まず,フレーム近傍評価探索部161がフレーム近傍評価探索ステップS142を実行する。このステップS142では,例えば,フレーム番号iについて,評価値E(i,a,i)を全マクロブロックで合計して評価値E(i,i)を求める。次に,フレーム番号jがi以外の1からNまでについて,評価値E(i,a,j)をフレーム毎に全マクロブロックで合計して評価値E(i,j)を求める。そして評価値E(i,j)の値が最も小さいときのjの値j1(i)と,2番目に小さいときのjの値j2(i)を求める。   According to the flow of FIG. 11, encoding order frame numbers F (F (1), F (2), F (3)) for three frames are obtained. First, the frame vicinity evaluation search unit 161 executes frame vicinity evaluation search step S142. In step S142, for example, the evaluation value E (i, i, i) is obtained by summing up the evaluation values E (i, a, i) for all the macroblocks for the frame number i. Next, for frame numbers j from 1 to N other than i, evaluation values E (i, a, j) are summed up for all macroblocks for each frame to obtain evaluation values E (i, j). Then, a j value j1 (i) when the evaluation value E (i, j) is the smallest and a j value j2 (i) when the second smallest value are obtained.

次に,フレーム近傍評価加算部162が,フレーム近傍評価加算ステップS143を実行する。ここでは,フレーム近傍評価探索ステップS142で求めた,各iに対するjの2つの値j1(i)とj2(i)から,評価値E(i,i)とE(i,j1(i))とE(i,j2(i))を合計して評価値ES(i)を求める。以上のフレーム近傍評価探索ステップS142とフレーム近傍評価加算ステップS143を,値iを1からNまで変更して実行する(ステップS144,S145)。   Next, the frame vicinity evaluation adding unit 162 executes frame vicinity evaluation adding step S143. Here, the evaluation values E (i, i) and E (i, j1 (i)) are obtained from the two values j1 (i) and j2 (i) of j for each i obtained in the frame neighborhood evaluation search step S142. And E (i, j2 (i)) are summed to obtain an evaluation value ES (i). The frame neighborhood evaluation search step S142 and the frame neighborhood evaluation addition step S143 are executed by changing the value i from 1 to N (steps S144 and S145).

次に,フレーム近傍評価合計探索部164が,フレーム近傍評価合計探索ステップS146を実行し,評価値ES(i)が最も小さいときのiの値mを求める(ステップS146)。そして(m,j1(m),j2(m))を符号化順序フレーム番号F(F(1),F(2),F(3))に設定する(ステップS147)。   Next, the frame neighborhood evaluation total search unit 164 executes the frame neighborhood evaluation total search step S146 to obtain the value m of i when the evaluation value ES (i) is the smallest (step S146). Then, (m, j1 (m), j2 (m)) is set to the encoding order frame number F (F (1), F (2), F (3)) (step S147).

次に,図5の対象フレーム設定ステップS5では,対象フレーム設定部17が,値kとして符号化順序フレーム番号F以外で1からNまでの値を設定する。ここでは,最も小さい値を設定するものとする。以後,ここで設定した値をフレーム番号とするフレームを追加し,符号化順序を決定することになる。   Next, in the target frame setting step S5 of FIG. 5, the target frame setting unit 17 sets a value from 1 to N other than the encoding order frame number F as the value k. Here, the smallest value is set. Thereafter, a frame having the frame number as the value set here is added, and the encoding order is determined.

符号化順序フレーム番号Fが(M−1)フレームある場合に,フレーム番号kを追加した符号化順序の決定方法を次に示す。まず,図5の対象フレーム順序設定ステップS6では,フレーム番号kのフレームの符号化順序を第b番目に設定する。図5の暫定符号化順序設定ステップS7では,暫定符号化順序設定部19が符号化順序フレーム番号Fのb番目にフレーム番号kを挿入して,暫定符号化順序T(T(i),iは1からMまで)を設定する。図5の評価合計初期設定ステップS8では,評価合計初期設定部20が評価合計値SをE(T(1),T(1))に設定する。   A method for determining the coding order by adding the frame number k when the coding order frame number F is (M−1) frames will be described below. First, in the target frame order setting step S6 of FIG. 5, the encoding order of the frame with frame number k is set to b-th. In the provisional encoding order setting step S7 of FIG. 5, the provisional encoding order setting unit 19 inserts the frame number k at the b-th of the encoding order frame number F, and the provisional encoding order T (T (i), i Set from 1 to M). In the evaluation total initial setting step S8 of FIG. 5, the evaluation total initial setting unit 20 sets the evaluation total value S to E (T (1), T (1)).

図5の評価合計加算ステップS9では,図7のフローに従い,評価合計加算部21が,暫定符号化順序Tの順序で,1フレームずつ評価値E(T(i),T(j))を評価合計値Sに加算していく。   In the evaluation total addition step S9 of FIG. 5, the evaluation total addition unit 21 calculates the evaluation value E (T (i), T (j)) frame by frame in the provisional encoding order T according to the flow of FIG. It adds to the evaluation total value S.

加算する評価値E(T(i),T(j))は,フレーム評価合計加算ステップS102として図9に示したフローに従って決定し,加算する。ここでフレーム評価合計加算ステップS102はマクロブロック毎に実行する。すなわち,マクロブロックaについて評価値E(T(i),a,T(j))を決定して,加算する処理を,aを1からAまで変更して繰り返し実行する。評価合計加算ステップS9により,暫定符号化順序Tで設定された,T(1)以外の全(M−1)フレームについての評価値を加算した評価合計値Sを求める。   The evaluation values E (T (i), T (j)) to be added are determined and added according to the flow shown in FIG. 9 as the frame evaluation total addition step S102. Here, the frame evaluation total addition step S102 is executed for each macroblock. That is, the evaluation value E (T (i), a, T (j)) is determined for the macroblock a, and the addition process is repeatedly executed by changing a from 1 to A. In the evaluation total addition step S9, an evaluation total value S obtained by adding the evaluation values for all (M-1) frames other than T (1) set in the provisional encoding order T is obtained.

以上の対象フレーム順序設定ステップS6から評価合計加算ステップS9までの処理をbの値を変更して実行し(図5のステップS10),対象フレーム順序決定ステップS11では,対象フレーム順序決定部22が評価合計値Sが最小となるbの値を探索し,探索された位置にフレーム番号kを挿入した順序を符号化順序に決定する。このようにして得られたMフレームの符号化順序を符号化順序フレーム番号Fに設定する。   The processes from the target frame order setting step S6 to the evaluation sum adding step S9 are executed by changing the value b (step S10 in FIG. 5). In the target frame order determining step S11, the target frame order determining unit 22 The value of b that minimizes the evaluation total value S is searched, and the order in which the frame number k is inserted at the searched position is determined as the encoding order. The encoding order of the M frames obtained in this way is set to the encoding order frame number F.

以上の対象フレーム設定ステップS5から対象フレーム順序決定ステップS11までを,値kを変更しながら(N−3)回繰り返し実行していき,全Nフレーム分の符号化順序を決定する。   The above-described target frame setting step S5 to target frame order determination step S11 are repeatedly executed (N-3) times while changing the value k to determine the encoding order for all N frames.

本実施例では,先頭3フレームの符号化順序をフレーム追加初期設定部16で決定したが,2フレームまたは4フレーム目以上のフレーム数の符号化順序をフレーム追加初期設定部16で決定してもよい。先頭(k+1)フレームの符号化順序を,フレーム追加初期設定ステップS4で決定する場合には,フレーム近傍評価探索部161で,評価値E(i,j)の値が1番目に小さいときのjの値j1(i)からk番目に小さいときのjの値jk(i)の合計k個の値を求める。フレーム近傍評価加算部162では,各iに対するjのk個の値j1(i)からjk(i)までについて,評価値E(i,i)と,E(i,j1(i))からE(i,jk(i))までを合計して評価値ES(i)を求める。   In the present embodiment, the encoding order of the first three frames is determined by the frame addition initial setting unit 16, but the encoding order of the number of frames of the second frame or the fourth frame or more may be determined by the frame addition initial setting unit 16. Good. When the coding order of the first (k + 1) frame is determined in the frame addition initial setting step S4, the frame neighborhood evaluation search unit 161 determines that the evaluation value E (i, j) is the smallest value j. A total of k values of the j value jk (i) when the kth value is smaller than the j1 (i) value are obtained. The frame neighborhood evaluation adding unit 162 evaluates E values (i, i) and E (i, j1 (i)) to E for k values j1 (i) to jk (i) for each i. An evaluation value ES (i) is obtained by summing up to (i, jk (i)).

以上のフレーム近傍評価探索部161とフレーム近傍評価加算部162の処理を,値iを1からNまで変更して実行する。次に,フレーム近傍評価合計探索部164で評価値ES(i)が最も小さいときのiの値mを求める。求めた値mをもとに,(m,j1(m),j2(m),…,jk(m))を符号化順序フレーム番号F(F(1),F(2),…,F(k))に設定する。   The processes of the frame neighborhood evaluation search unit 161 and the frame neighborhood evaluation addition unit 162 are executed by changing the value i from 1 to N. Next, the frame neighborhood evaluation total search unit 164 obtains the value m of i when the evaluation value ES (i) is the smallest. Based on the obtained value m, (m, j1 (m), j2 (m),..., Jk (m)) are encoded order frame numbers F (F (1), F (2),. (K)).

以上のように実施例1によれば,全パターンの符号化順序を検証する方法に比べて,符号化順序を決定するために必要な評価値の加算回数を減少することができ,演算負荷を軽減することができる。   As described above, according to the first embodiment, compared with the method of verifying the coding order of all patterns, the number of additions of evaluation values necessary for determining the coding order can be reduced, and the calculation load is reduced. Can be reduced.

実施例2として,参照可能フレーム番号設定ステップを行う方法の例を示す。参照可能フレーム数をL(L<N)と設定する。図5の評価合計加算ステップS9では,図7のフレーム評価合計加算ステップS102を実行し,フレーム評価合計加算ステップS102は,図10に示したフローに従って実行するものとする。   As a second embodiment, an example of a method for performing the referenceable frame number setting step will be described. The number of referable frames is set to L (L <N). In the evaluation total addition step S9 of FIG. 5, the frame evaluation total addition step S102 of FIG. 7 is executed, and the frame evaluation total addition step S102 is executed according to the flow shown in FIG.

符号化順序フレーム番号FがL個以下の場合には,実施例1と全く同様な動作である。符号化順序フレーム番号FがL個より多い場合の処理について次に示す。図5に示すフレーム内評価値計算ステップS1から評価合計初期設定ステップS8までは,実施例1と同様な処理である。   When the encoding order frame number F is L or less, the operation is exactly the same as in the first embodiment. The processing when the encoding order frame number F is greater than L will be described below. The processing from the intra-frame evaluation value calculation step S1 to the evaluation total initial setting step S8 shown in FIG. 5 is the same processing as in the first embodiment.

図5の評価合計加算ステップS9での動作を次に示す。評価合計加算ステップS9では,図7のフローに従い,評価合計加算部21が,暫定符号化順序Tの順序で,1フレームずつ評価値E(T(i),T(j))を評価合計値Sに加算していく。加算する評価値E(T(i),T(j))は,フレーム評価合計加算ステップS102として,図10に示したフローに従って決定し,加算する。図10の参照可能フレーム番号設定ステップS131では,参照可能フレーム番号R(R(d),dは1からLまで)を設定する。   The operation in the evaluation total addition step S9 in FIG. In the evaluation total addition step S9, according to the flow of FIG. 7, the evaluation total addition unit 21 calculates the evaluation value E (T (i), T (j)) for each frame in the provisional coding order T in the order of the evaluation total value. Add to S. The evaluation value E (T (i), T (j)) to be added is determined and added according to the flow shown in FIG. 10 as the frame evaluation total addition step S102. In referenceable frame number setting step S131 in FIG. 10, referenceable frame number R (R (d), d is 1 to L) is set.

暫定符号化順序で第j番目フレームの評価値E(T(i),T(j))を決定する際には,参照可能フレーム番号Rは,暫定符号化順序Tのうちの(T(j−d),dは1からLまで)に設定する。なお,jがL以下の場合には,参照可能フレーム番号Rとして暫定符号化順序Tの先頭j個の値に設定する。   When determining the evaluation value E (T (i), T (j)) of the j-th frame in the tentative encoding order, the referenceable frame number R is determined by (T (j -D), d is set from 1 to L). If j is L or less, the referenceable frame number R is set to the first j values in the provisional encoding order T.

フレーム評価合計加算ステップS102は,マクロブロック毎に実行する。すなわち,マクロブロックaについて評価値E(T(i),a,T(j))を決定して,加算する処理を,aを1からAまで変更して繰り返し実行する。T(i)の候補は参照可能フレーム番号R(R(d),dは1からLまで)のうちのいずれかと一致するように選択する。   The frame evaluation total addition step S102 is executed for each macro block. That is, the evaluation value E (T (i), a, T (j)) is determined for the macroblock a, and the addition process is repeatedly executed by changing a from 1 to A. The candidate for T (i) is selected so as to coincide with any of the referenceable frame numbers R (R (d), d is 1 to L).

評価合計加算ステップS9により,暫定符号化順序Tで設定された,T(1)以外の全(M−1)フレームについての評価値を加算した評価合計値Sを求める。以後の他のステップは実施例1と同様に処理し,全Nフレーム分の符号化順序を決定する。以上のように実施例2によれば,フレーム間評価値を加算する回数を軽減することができ,実施例1よりも,さらに演算負荷を軽減することができる。   In the evaluation total addition step S9, an evaluation total value S obtained by adding the evaluation values for all (M-1) frames other than T (1) set in the provisional encoding order T is obtained. The other steps thereafter are processed in the same manner as in the first embodiment, and the encoding order for all N frames is determined. As described above, according to the second embodiment, the number of times of adding the inter-frame evaluation value can be reduced, and the calculation load can be further reduced as compared with the first embodiment.

また,実施例2によれば,符号化対象フレーム数Nよりも少ないフレーム分の参照画像メモリを備える画像符号化順序決定装置によって画像を符号化する場合の,符号化順序を決定することができる。本実施例2の参照可能フレーム番号設定ステップS131で設定する参照可能フレーム番号の数を,画像符号化順序決定装置の参照画像メモリのフレーム数と同じ値にしておけばよい。   In addition, according to the second embodiment, it is possible to determine the encoding order when an image is encoded by the image encoding order determination apparatus including the reference image memory for the number of frames smaller than the encoding target frame number N. . The number of referenceable frame numbers set in the referenceable frame number setting step S131 of the second embodiment may be set to the same value as the number of frames in the reference image memory of the image encoding order determination device.

なお,実施例2における参照可能フレーム番号設定ステップS131では,暫定符号化順序で第j番目フレームの評価値E(T(i),T(j))を決定する際には,参照可能フレーム番号Rは暫定符号化順序Tのうちの(T(j−d),dは1からLまで)に設定したが,他の方法でもよい。   In the referenceable frame number setting step S131 in the second embodiment, when determining the evaluation value E (T (i), T (j)) of the jth frame in the provisional encoding order, the referenceable frame number is used. R is set to (T (j−d), d is 1 to L) in the provisional encoding order T, but other methods may be used.

例えば次の方法が挙げられる。なお,これらの方法に限らず,参照可能フレーム番号設定ステップS131では,L個の参照可能フレーム番号を設定できれば,どのような方法に従ってもよい。例えば,以下の方法d1,d2を用いてもよい。
・方法d1:暫定符号化順序TのうちのT(e)(eは1からjまで)の中で,値が大きい順からL個の値に設定する。
・方法d2:暫定符号化順序TのうちのT(e)(eは1からLまで)に設定する。
For example, the following method is mentioned. Not limited to these methods, any method may be used in the referenceable frame number setting step S131 as long as L referenceable frame numbers can be set. For example, the following methods d1 and d2 may be used.
Method d1: Set to L values in descending order of T (e) (e is 1 to j) in the provisional encoding order T.
Method d2: Set to T (e) (e is from 1 to L) in the provisional encoding order T.

上記「方法d1」によれば,フレーム番号の近い画像を使って符号化順序を決定することができる。また,「方法d2」によれば,符号化順序の早いフレームを使って符号化順序を決定することができる。   According to the “method d1”, it is possible to determine the encoding order using images having similar frame numbers. In addition, according to “method d2”, the encoding order can be determined using a frame with an early encoding order.

本実施例により,参照画像メモリがL個に限定されている条件下で決定した符号化順序で符号化した複数の画像を伝送するときに,伝送エラーの発生する伝送路を介して符号化データを通信する際に,「方法d2」によれば,直前に受信したフレームに伝送エラーが発生したとしても,現フレームで符号化順序の早いフレームを参照するようにしていれば,伝送エラーの伝播を防ぐことができる。   According to this embodiment, when transmitting a plurality of images encoded in the encoding order determined under the condition that the number of reference image memories is limited to L, encoded data is transmitted via a transmission path in which a transmission error occurs. According to the “method d2”, even if a transmission error occurs in the frame received immediately before, the transmission error is propagated as long as the current frame refers to the frame with the earlier coding order. Can be prevented.

また,上記実施例1と実施例2とでは,対象フレーム設定ステップで設定する値kを,値の小さいものから順に設定したが,他の方法に従ってもよい。Mフレーム目を追加した場合のフレーム番号がkであったとすると,次に対象フレーム設定ステップS5を実行するときの値の設定方法として,例えば以下の2つの方法k1,k2が挙げられる。なお,これらの方法に限らず,対象フレーム設定ステップS5では,符号化順序フレーム番号F以外で1からNまでの値を設定できれば,どのような方法に従って値kを設定してもよい。
・方法k1:値をk+1またはk−1にいずれかに設定する。
・方法k2:符号化順序フレーム番号Fの最大のフレーム番号に1を加算した値,または最小のフレーム番号から1を減算した値に設定する。
In the first embodiment and the second embodiment, the values k set in the target frame setting step are set in order from the smallest value, but other methods may be used. Assuming that the frame number when the Mth frame is added is k, the following two methods k1 and k2 can be cited as examples of value setting methods when the target frame setting step S5 is executed next. Not limited to these methods, in the target frame setting step S5, the value k may be set according to any method as long as values from 1 to N other than the encoding order frame number F can be set.
Method k1: Set the value to either k + 1 or k-1.
Method k2: A value obtained by adding 1 to the maximum frame number of the encoding order frame number F or a value obtained by subtracting 1 from the minimum frame number is set.

以上の画像符号化順序を決定する処理は,コンピュータとソフトウェアプログラムとによっても実現することができ,そのプログラムをコンピュータ読み取り可能な記録媒体に記録して提供することも,ネットワークを通して提供することも可能である。   The above-described processing for determining the image coding order can be realized by a computer and a software program, and the program can be provided by being recorded on a computer-readable recording medium or provided via a network. It is.

本発明の画像符号化順序決定装置の構成の一例を示す図である。It is a figure which shows an example of a structure of the image coding order determination apparatus of this invention. フレーム追加初期設定部の構成の一例を示す図である。It is a figure which shows an example of a structure of a frame addition initial setting part. 本発明の実施の形態の処理概要を説明する図である。It is a figure explaining the process outline | summary of embodiment of this invention. 本発明の実施の形態の処理概要を説明する図である。It is a figure explaining the process outline | summary of embodiment of this invention. 本発明に係る符号化順序決定処理フローの例を示す図である。It is a figure which shows the example of the encoding sequence determination processing flow which concerns on this invention. 評価合計加算ステップの処理フロー(例1)を示す図である。It is a figure which shows the processing flow (example 1) of an evaluation total addition step. 評価合計加算ステップの処理フロー(例2)を示す図である。It is a figure which shows the processing flow (example 2) of an evaluation total addition step. フレーム評価合計加算ステップの処理フロー(例1)を示す図である。It is a figure which shows the processing flow (example 1) of a frame evaluation total addition step. フレーム評価合計加算ステップの処理フロー(例2)示す図である。It is a figure which shows the processing flow (example 2) of a frame evaluation total addition step. フレーム評価合計加算ステップの処理フロー(例3)を示す図である。It is a figure which shows the processing flow (example 3) of a frame evaluation total addition step. フレーム追加初期設定ステップの処理フローの例を示す図である。It is a figure which shows the example of the processing flow of a frame addition initial setting step.

符号の説明Explanation of symbols

1 画像符号化順序決定装置
11 原画像蓄積メモリ
12 切替部
13 フレーム内評価値計算部
14 フレーム間評価値計算部
15 評価値蓄積メモリ
16 フレーム追加初期設定部
17 対象フレーム設定部
18 対象フレーム順序設定部
19 暫定符号化順序設定部
20 評価合計初期設定部
21 評価合計加算部
22 対象フレーム順序決定部
161 フレーム近傍評価探索部
162 フレーム近傍評価加算部
163 フレーム近傍評価蓄積メモリ
164 フレーム近傍評価合計探索部
DESCRIPTION OF SYMBOLS 1 Image coding order determination apparatus 11 Original image storage memory 12 Switching part 13 Intra-frame evaluation value calculation part 14 Inter-frame evaluation value calculation part 15 Evaluation value storage memory 16 Frame addition initial setting part 17 Target frame setting part 18 Target frame order setting Unit 19 provisional coding order setting unit 20 evaluation total initial setting unit 21 evaluation total addition unit 22 target frame order determination unit 161 frame neighborhood evaluation search unit 162 frame neighborhood evaluation addition unit 163 frame neighborhood evaluation accumulation memory 164 frame neighborhood evaluation total search unit

Claims (11)

複数フレームの画像情報をフレーム間予測符号化を用いて符号化する画像符号化装置における,N個のフレームの画像情報のうちM個のフレームの符号化順序を決定する画像符号化順序決定装置であって,
フレーム番号i(i=1,2,…,N)のフレームの画像情報を用いて発生符号量を評価するための評価値E(i,i)を計算するフレーム内評価値計算手段と,
前記N個のフレームからフレーム番号i(i=1,2,…,N)とフレーム番号j(j=1,2,…,N;ただしj≠i)の2フレームを選択する全組み合わせについて,フレーム番号jのフレームの画像情報の,フレーム番号iのフレームの画像情報からの差分情報を用いて発生符号量を評価するための評価値E(i,j)を計算するフレーム間評価値計算手段と,
前記フレーム内評価値計算手段および前記フレーム間評価値計算手段によって計算された評価値を記憶する評価値記憶手段と,
前記N個のフレームのうちの,ある(M−1)個のフレームについて所定の方法により決められたフレームの符号化順序を示す符号化順序フレーム番号Fの値F(i)(i=1,2,…,M−1)を設定するフレーム追加初期設定手段と,
符号化対象として追加するフレームのフレーム番号の値kを前記符号化順序フレーム番号Fの値以外の1からNまでの値に設定する対象フレーム設定手段と,
フレーム番号kのフレームを,第b番目(bは予め設定された値cからMまでのいずれか;ただし1≦c≦M−1)の符号化順序に設定する対象フレーム順序設定手段と,
符号化順序フレーム番号Fに設定された符号化順序に対して,前記対象フレーム順序設定手段で設定したフレーム番号kのフレームを加えた暫定符号化順序T(i)(i=1,2,…,M)を設定する暫定符号化順序設定手段と,
評価値E(T(1),T(1))を,評価合計値Sに設定する評価合計初期設定手段と,
前記暫定符号化順序で設定されたフレーム番号の順序でT(j)のjを2からMまで順次変更し,評価値E(T(i),T(j))(iは1からj−1までのいずれか)を,評価合計値Sに繰り返し加算する評価合計加算手段と,
前記対象フレーム順序設定手段,前記暫定符号化順序設定手段,前記評価合計初期設定手段および前記評価合計加算手段により,前記値bを前記値cからMまで順次変更して算出した評価合計値Sの中で評価合計値Sが最も小さい値となる値bによる暫定符号化順序T(i)(i=1,2,…,M)を,求めるM個のフレームの符号化順序として決定する対象フレーム順序決定手段とを備える
ことを特徴とする画像符号化順序決定装置。
An image coding order determination device for determining the coding order of M frames out of N frame image information in an image coding device that encodes image information of a plurality of frames using inter-frame predictive coding. There,
Intra-frame evaluation value calculation means for calculating an evaluation value E (i, i) for evaluating the generated code amount using image information of a frame with frame number i (i = 1, 2,..., N);
All combinations for selecting two frames of frame number i (i = 1, 2,..., N) and frame number j (j = 1, 2,..., N; where j ≠ i) from the N frames. Inter-frame evaluation value calculation means for calculating an evaluation value E (i, j) for evaluating the amount of generated code using difference information from the image information of the frame number i of the frame image information of frame number j When,
Evaluation value storage means for storing evaluation values calculated by the intra-frame evaluation value calculation means and the inter-frame evaluation value calculation means;
Of the N frames, a value F (i) (i = 1, 1) of an encoding order frame number F indicating the encoding order of frames determined by a predetermined method for a certain (M−1) frames. 2,..., M-1) frame addition initial setting means;
Target frame setting means for setting a frame number value k of a frame to be added as an encoding target to a value from 1 to N other than the encoding order frame number F;
A target frame order setting means for setting the frame of frame number k to the b-th (b is a preset value c to M; where 1 ≦ c ≦ M−1) encoding order;
Provisional encoding order T (i) (i = 1, 2,...) Obtained by adding the frame of frame number k set by the target frame order setting means to the encoding order set in encoding order frame number F. , M), provisional encoding order setting means,
An evaluation total initial setting means for setting the evaluation value E (T (1), T (1)) to the evaluation total value S;
J of T (j) is sequentially changed from 2 to M in the order of the frame numbers set in the provisional encoding order, and the evaluation value E (T (i), T (j)) (i is 1 to j− Evaluation sum addition means for repeatedly adding any one of 1) to the evaluation total value S;
The evaluation total value S calculated by sequentially changing the value b from the value c to M by the target frame order setting means, the provisional encoding order setting means, the evaluation total initial setting means, and the evaluation total addition means. Among these, the provisional encoding order T (i) (i = 1, 2,..., M) with the value b having the smallest evaluation total value S is determined as the encoding order of the M frames to be obtained. An image coding order determining apparatus comprising: an order determining unit.
請求項1記載の画像符号化順序決定装置において,In the image coding order determination apparatus according to claim 1,
前記フレーム追加初期設定手段が符号化順序フレーム番号Fの値F(i)を設定する所定の方法は,前記(M−1)個の各フレームについて前記フレーム内評価値計算手段および前記フレーム間評価値計算手段によって計算された評価値を用いて評価合計値が小さくなるように定める方法,または予め定めた初期フレーム番号のフレームの近傍を選択する方法であるThe predetermined method for the frame addition initial setting means to set the value F (i) of the encoding order frame number F is the intra-frame evaluation value calculation means and the inter-frame evaluation for each of the (M−1) frames. A method for determining an evaluation total value to be small using an evaluation value calculated by a value calculating means, or a method for selecting a neighborhood of a frame having a predetermined initial frame number.
ことを特徴とする画像符号化順序決定装置。An image coding order determination apparatus characterized by the above.
複数フレームの画像情報をフレーム間予測符号化を用いて符号化する画像符号化方法における,N個のフレームの画像情報のうちM個のフレームの符号化順序を決定する画像符号化順序決定方法であって,
フレーム番号i(i=1,2,…,N)のフレームの画像情報を用いて発生符号量を評価するための評価値E(i,i)を計算し,評価値記憶手段に記憶するフレーム内評価値計算ステップと,
前記N個のフレームからフレーム番号i(i=1,2,…,N)とフレーム番号j(j=1,2,…,N;ただしj≠i)の2フレームを選択する全組み合わせについて,フレーム番号jのフレームの画像情報の,フレーム番号iのフレームの画像情報からの差分情報を用いて発生符号量を評価するための評価値E(i,j)を計算し,評価値記憶手段に記憶するフレーム間評価値計算ステップと,
前記N個のフレームのうちの,ある(M−1)個のフレームについて所定の方法により決められたフレームの符号化順序を示す符号化順序フレーム番号Fの値F(i)(i=1,2,…,M−1)を設定するフレーム追加初期設定ステップと,
符号化対象として追加するフレームのフレーム番号の値kを前記符号化順序フレーム番号Fの値以外の1からNまでの値に設定する対象フレーム設定ステップと,
フレーム番号kのフレームを,第b番目(bは予め設定された値cからMまでのいずれか;ただし1≦c≦M−1)の符号化順序に設定する対象フレーム順序設定ステップと,
符号化順序フレーム番号Fに設定された符号化順序に対して,前記対象フレーム順序設定ステップで設定したフレーム番号kのフレームを加えた暫定符号化順序T(i)(i=1,2,…,M)を設定する暫定符号化順序設定ステップと,
評価値E(T(1),T(1))を,評価合計値Sに設定する評価合計初期設定ステップと,
前記暫定符号化順序で設定されたフレーム番号の順序でT(j)のjを2からMまで順次変更し,評価値E(T(i),T(j))(iは1からj−1までのいずれか)を,評価合計値Sに繰り返し加算する評価合計加算ステップと,
前記対象フレーム順序設定ステップ,前記暫定符号化順序設定ステップ,前記評価合計初期設定ステップおよび前記評価合計加算ステップにより,前記値bを前記値cからMまで順次変更して算出した評価合計値Sの中で評価合計値Sが最も小さい値となる値bによる暫定符号化順序T(i)(i=1,2,…,M)を,求めるM個のフレームの符号化順序として決定する対象フレーム順序決定ステップとを有する
ことを特徴とする画像符号化順序決定方法。
In an image encoding method for encoding image information of a plurality of frames using inter-frame predictive encoding, an image encoding order determination method for determining an encoding order of M frames among image information of N frames There,
A frame for calculating an evaluation value E (i, i) for evaluating a generated code amount using image information of a frame with frame number i (i = 1, 2,..., N) and storing it in the evaluation value storage means Internal evaluation value calculation step,
All combinations for selecting two frames of frame number i (i = 1, 2,..., N) and frame number j (j = 1, 2,..., N; where j ≠ i) from the N frames. An evaluation value E (i, j) for evaluating the amount of generated code is calculated using the difference information from the image information of the frame number i of the frame image information of the frame number j, and the evaluation value storage means An inter-frame evaluation value calculation step to be stored;
Of the N frames, a value F (i) (i = 1, 1) of an encoding order frame number F indicating the encoding order of frames determined by a predetermined method for a certain (M−1) frames. 2,..., M-1), a frame addition initial setting step;
A target frame setting step of setting a frame number value k of a frame to be added as a coding target to a value from 1 to N other than the coding order frame number F;
A target frame order setting step for setting the frame of frame number k to the b-th (b is a preset value c to M; where 1 ≦ c ≦ M−1) encoding order;
Provisional encoding order T (i) (i = 1, 2,...) Obtained by adding the frame of frame number k set in the target frame order setting step to the encoding order set in encoding order frame number F. , M), a provisional encoding order setting step;
An evaluation total initial setting step for setting the evaluation value E (T (1), T (1)) to the evaluation total value S;
J of T (j) is sequentially changed from 2 to M in the order of the frame numbers set in the provisional encoding order, and the evaluation value E (T (i), T (j)) (i is 1 to j− An evaluation total addition step of repeatedly adding any one of 1) to the evaluation total value S;
The evaluation total value S calculated by sequentially changing the value b from the value c to the M by the target frame order setting step, the provisional encoding order setting step, the evaluation total initial setting step, and the evaluation total addition step. The target frame for determining the provisional encoding order T (i) (i = 1, 2,..., M) with the value b having the smallest evaluation total value S as the encoding order of M frames to be obtained. An image coding order determination method comprising: an order determination step.
請求項3記載の画像符号化順序決定方法において,The image encoding order determination method according to claim 3,
前記フレーム追加初期設定ステップにおいて符号化順序フレーム番号Fの値F(i)を設定する所定の方法は,前記(M−1)個の各フレームについて前記フレーム内評価値計算ステップおよび前記フレーム間評価値計算ステップによって計算された評価値を用いて評価合計値が小さくなるように定める方法,または予め定めた初期フレーム番号のフレームの近傍を選択する方法であるThe predetermined method for setting the value F (i) of the encoding order frame number F in the frame addition initial setting step is the intra-frame evaluation value calculation step and the inter-frame evaluation for each of the (M−1) frames. A method for determining the total evaluation value to be small by using the evaluation value calculated in the value calculation step, or a method for selecting a neighborhood of a frame having a predetermined initial frame number.
ことを特徴とする画像符号化順序決定方法。An image coding order determination method characterized by the above.
請求項に記載の画像符号化順序決定方法において,
前記評価合計加算ステップでは,
フレーム番号T(j)について,値iを1からj−1までのいずれかの値に変更して,評価値E(T(i),T(j))が最小となる値を探索し,最小となる評価値E(T(i),T(j))を,評価合計値Sに加算するフレーム評価合計加算ステップを,jを2からMまで順次変更して繰り返し実行する
ことを特徴とする画像符号化順序決定方法。
The image coding order determination method according to claim 3 ,
In the evaluation total addition step,
For the frame number T (j), the value i is changed to any value from 1 to j−1, and a value that minimizes the evaluation value E (T (i), T (j)) is searched. The frame evaluation total addition step of adding the minimum evaluation value E (T (i), T (j)) to the evaluation total value S is performed repeatedly by sequentially changing j from 2 to M. A method for determining an image encoding order.
請求項5に記載の画像符号化順序決定方法において,
前記フレーム評価合計加算ステップでは,
参照可能フレーム番号RとしてL個の値R(d)(d=1,2,…,L)を設定する参照可能フレーム番号設定ステップを実行し,
前記T(i)が前記設定された参照可能フレーム番号Rに含まれる値のいずれかに等しい場合のみ,評価値E(T(i),T(j))を探索候補とする
ことを特徴とする画像符号化順序決定方法。
In the image coding order determination method according to claim 5,
In the frame evaluation total addition step,
A referenceable frame number setting step for setting L values R (d) (d = 1, 2,..., L) as referenceable frame numbers R;
The evaluation value E (T (i), T (j)) is used as a search candidate only when the T (i) is equal to one of the values included in the set referenceable frame number R. A method for determining an image encoding order.
請求項に記載の画像符号化順序決定方法において,
前記フレーム追加初期設定ステップでは,
第iフレームについて,前記フレーム間評価値計算ステップで計算された評価値E(i,j)(j≠i)の,評価値がp番目に小さい場合のjの値jp (i)を,pが1からM−2まで求めるフレーム近傍評価探索ステップと,
第iフレームについて,評価値E(i,i)と評価値E(i,jp (i))のpが1からM−1までの全ての値とを合計して,評価合計値ES(i)を求めるフレーム近傍評価加算ステップとを,1からNまでの全てのiについて実行し,
評価合計値ES(i)(1≦i≦N)が最も小さい時のiの値mを求め,前記符号化順序フレーム番号Fとしてmとjp (m)(p=1,2,…,M−2)とを,m,j 1 (m),j 2 (m),…,j M-2 (m)の順番で設定する
ことを特徴とする画像符号化順序決定方法。
The image coding order determination method according to claim 3 ,
In the frame addition initial setting step,
For the i-th frame, the evaluation value E (i, j) (j ≠ i) calculated in the inter-frame evaluation value calculation step is the j value j p (i) when the evaluation value is the pth smallest, a frame neighborhood evaluation search step for obtaining p from 1 to M-2;
For the i-th frame, the evaluation value E (i, i) and the evaluation value E (i, j p (i)) are summed with all values from 1 to M−1 to obtain an evaluation total value ES ( a frame neighborhood evaluation addition step for obtaining i) for all i from 1 to N;
The value m of i when the evaluation total value ES (i) (1 ≦ i ≦ N) is the smallest is obtained, and m and j p (m) (p = 1, 2,... M-2) is set in the order of m, j 1 (m), j 2 (m),..., J M-2 (m) .
請求項に記載の画像符号化順序決定方法において,
前記フレーム内評価値計算ステップでは,
第iフレームの画像情報をフレーム内符号化するフレーム内符号化ステップと,
前記フレーム内符号化ステップで作成した符号化データから復号画像を作成する復号画像作成ステップと,
第iフレームの画像情報と前記作成された復号画像との間の差分情報を計算する差分計算ステップと,
前記差分計算ステップで計算した差分情報を用いて前記評価値E(i,i)を計算するステップとを実行する
ことを特徴とする画像符号化順序決定方法。
The image coding order determination method according to claim 3 ,
In the intra-frame evaluation value calculation step,
An intra-frame encoding step for intra-frame encoding the image information of the i-th frame;
A decoded image creating step for creating a decoded image from the coded data created in the intra-frame coding step;
A difference calculating step for calculating difference information between the image information of the i-th frame and the generated decoded image;
And a step of calculating the evaluation value E (i, i) using the difference information calculated in the difference calculating step.
請求項に記載の画像符号化順序決定方法において,
前記フレーム間評価値計算ステップでは,
第jフレームの画像情報の,第iフレームの画像情報からの差分情報を符号化する差分符号化ステップと,
前記符号化した差分情報を復号し,第iフレームの画像情報に加算して復号画像を作成する復号画像作成ステップと,
第jフレームの画像情報と前記作成された復号画像との間の差分情報を計算する差分計算ステップと,
前記差分計算ステップで計算した差分情報を用いて前記評価値E(i,j)を計算するステップとを実行する
ことを特徴とする画像符号化順序決定方法。
The image coding order determination method according to claim 3 ,
In the inter-frame evaluation value calculation step,
A difference encoding step for encoding difference information from the image information of the i-th frame of the image information of the j-th frame;
A decoded image creating step of decoding the encoded difference information and adding it to the image information of the i-th frame to create a decoded image;
A difference calculating step for calculating difference information between the image information of the jth frame and the generated decoded image;
And a step of calculating the evaluation value E (i, j) using the difference information calculated in the difference calculation step.
請求項から請求項までのいずれか1項に記載の画像符号化順序決定方法をコンピュータに実行させるための画像符号化順序決定プログラム。 An image coding order determination program for causing a computer to execute the image coding order determination method according to any one of claims 3 to 9 . 請求項から請求項までのいずれか1項に記載の画像符号化順序決定方法をコンピュータに実行させるための画像符号化順序決定プログラムを記録した記録媒体。 A recording medium on which an image encoding order determination program for causing a computer to execute the image encoding order determination method according to any one of claims 3 to 9 is recorded.
JP2003311319A 2003-09-03 2003-09-03 Image coding order determination device, image coding order determination method, image coding order determination program, and recording medium recording the program Expired - Fee Related JP4019030B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003311319A JP4019030B2 (en) 2003-09-03 2003-09-03 Image coding order determination device, image coding order determination method, image coding order determination program, and recording medium recording the program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003311319A JP4019030B2 (en) 2003-09-03 2003-09-03 Image coding order determination device, image coding order determination method, image coding order determination program, and recording medium recording the program

Publications (2)

Publication Number Publication Date
JP2005080179A JP2005080179A (en) 2005-03-24
JP4019030B2 true JP4019030B2 (en) 2007-12-05

Family

ID=34412918

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003311319A Expired - Fee Related JP4019030B2 (en) 2003-09-03 2003-09-03 Image coding order determination device, image coding order determination method, image coding order determination program, and recording medium recording the program

Country Status (1)

Country Link
JP (1) JP4019030B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100754205B1 (en) * 2006-02-07 2007-09-03 삼성전자주식회사 Multi-view video encoding apparatus and method

Also Published As

Publication number Publication date
JP2005080179A (en) 2005-03-24

Similar Documents

Publication Publication Date Title
JP4898467B2 (en) Coding mode determination method and apparatus for variable block size motion prediction
JP7351485B2 (en) Image encoding method and device, image decoding method and device, and program
JP5519055B2 (en) High speed geometric mode determination method and apparatus in video encoder
CN102067601B (en) Methods and apparatus for template matching prediction (TMP) in video encoding and decoding
RU2374786C1 (en) Method of video coding and method of video decoding, device, program and data carriers for storage of programs
US7856053B2 (en) Image coding control method and device
KR101342268B1 (en) Natural shaped regions for motion compensation
CN111466115A (en) Intra prediction mode concept for block-wise picture coding
CN101494776B (en) H.264 code rate control method
WO2010064396A1 (en) Moving picture decoding method and moving picture encoding method
JP2015536092A5 (en)
JP2015536092A (en) Standard-based model-based video encoding and decoding
JP2005191706A (en) Moving picture coding method and apparatus adopting the same
JP2015515806A (en) Context-based video encoding and decoding
JP2009509403A (en) Integrated space-time prediction method
KR20080069069A (en) Method and apparatus for intra/inter prediction
KR102257886B1 (en) Method of encoding/decoding of multiview video sequence based on adaptive compensation of local illumination mismatches at interframe prediction
JP5566786B2 (en) Error absolute value sum estimation system and estimation method
JP4019030B2 (en) Image coding order determination device, image coding order determination method, image coding order determination program, and recording medium recording the program
JP4037839B2 (en) Image coding method and apparatus
JP4367354B2 (en) Image encoding device
JP5171658B2 (en) Image encoding device
KR100845644B1 (en) Fast motion mode decision method
CN114422803B (en) Video processing method, device and equipment
US9521417B2 (en) Video encoding device using predicted motion vector for blocks of different size

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050719

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070703

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070822

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20070822

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070918

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070921

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20100928

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20100928

Year of fee payment: 3

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: R3D02

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

Free format text: PAYMENT UNTIL: 20100928

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110928

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120928

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130928

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees