JP3942611B2 - Decoding device and transmission system - Google Patents

Decoding device and transmission system Download PDF

Info

Publication number
JP3942611B2
JP3942611B2 JP2004250651A JP2004250651A JP3942611B2 JP 3942611 B2 JP3942611 B2 JP 3942611B2 JP 2004250651 A JP2004250651 A JP 2004250651A JP 2004250651 A JP2004250651 A JP 2004250651A JP 3942611 B2 JP3942611 B2 JP 3942611B2
Authority
JP
Japan
Prior art keywords
unit
motion vector
image
intra
decoding
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
JP2004250651A
Other languages
Japanese (ja)
Other versions
JP2005020781A (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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2004250651A priority Critical patent/JP3942611B2/en
Publication of JP2005020781A publication Critical patent/JP2005020781A/en
Application granted granted Critical
Publication of JP3942611B2 publication Critical patent/JP3942611B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

本発明は、予測符号化(圧縮符号化)された動画像データを復号化する装置、並びに当該予測符号化(圧縮符号化)及び復号化により動画像データを伝送するシステムに関するものである。特に、伝送路又は伝搬路上でのデータ誤りや欠落などに起因した画像品質の低下を改善する機能に関する。   The present invention relates to a device that decodes predictive-encoded (compression-encoded) moving image data, and a system that transmits the predictive-encoded (compressed-encoded) and decoding-related moving image data. In particular, the present invention relates to a function for improving a decrease in image quality due to a data error or loss on a transmission path or a propagation path.

近年、テレビ会議やVOD(ビデオオンデマンド)などの映像配信システムなど、映像を伝送する装置の開発や普及が進んできている。このような背景から動画像符号化方法についての国際標準も定められている。最近の国際標準としてはITU−T勧告のH.261、H.262、およびH.263やIS0のMPEGなどがある。   In recent years, devices for transmitting video such as video distribution systems such as video conferencing and VOD (video on demand) have been developed and spread. Against this background, international standards for moving picture coding methods have also been established. Recent international standards include ITU-T recommendation H.264. 261, H.H. 262, and H.H. H.263 and IS0 MPEG.

これらの国際標準では、画素情報をいくつかのブロック単位に分割して符号化している。8画素×8画素のブロックや16画素×16画素のマクロブロックがそれにあたる。ここでは、総称してブロックと呼ぶことにする。また、画素値の符号化の際にはフレーム内符号化またはフレーム間符号化が使われている。フレーム内符号化はブロック毎に画素値を直交変換して符号化して行くのに対して、フレーム間符号化は前フレームの画像などを参照画像として差分値を直交変換して符号化して行く。フレーム内符号化によって符号化されたブロックをイントラ(intra )ブロック、フレーム間符号化によって符号化されたブロックをインター(inter )ブロックという。   In these international standards, pixel information is divided into several block units and encoded. This corresponds to a block of 8 pixels × 8 pixels and a macro block of 16 pixels × 16 pixels. Here, they are collectively referred to as a block. In addition, intra-frame encoding or inter-frame encoding is used when encoding pixel values. Intra-frame encoding is performed by orthogonally transforming pixel values for each block, whereas inter-frame encoding is performed by orthogonally transforming difference values using an image of the previous frame or the like as a reference image. A block coded by intraframe coding is called an intra block, and a block coded by interframe coding is called an inter block.

フレーム間符号化による符号化はフレーム内符号化に比べて符号量が少なくなることが多いため、多くのブロックはフレーム間符号化され、インターブロックとなる。   Since coding by inter-frame coding often has a smaller code amount than intra-frame coding, many blocks are inter-frame coded and become inter blocks.

直交変換を施されたブロックは、所定の数をGOB(Group Of Blocks )、GOP(Group Of Picture)、スライス、ビデオパケット等の単位で一纏めにして符号化される。ここでは、符号化単位をスライスと総称することにする。   A predetermined number of blocks subjected to orthogonal transformation are encoded together in units such as GOB (Group Of Blocks), GOP (Group Of Picture), slices, and video packets. Here, the coding unit is generically called a slice.

符号化データの一例を図2に示す。符号化データには、スライスヘッダ、動きベクトル、直交変換によるDC(直流)値およびAC(交流)値が含まれる。例えば、図2(a)に示す符号化データ例1のように、スライスヘッダに続く各マクロブロックデータに、動きベクトル、DC値、AC値が含まれる構成となっている。   An example of the encoded data is shown in FIG. The encoded data includes a slice header, a motion vector, a DC (direct current) value obtained by orthogonal transformation, and an AC (alternating current) value. For example, as in encoded data example 1 shown in FIG. 2A, each macroblock data following the slice header includes a motion vector, a DC value, and an AC value.

また、符号化データには圧縮率向上のため可変長符号を用いることが多いが、かかる符号化方法を用いる場合には、符号化データにひとたび誤りが発生すると、復号化時には誤りの発生以降のデータも正しく復号できなくなってしまう。そのため、かかる符号化方法を採用する場合には、符号化データに同期符号を含めるのが通常であり、誤りの含まれる符号化データの復号化時にも、ある間隔の経過後は再び同期状態を回復して復号化処理を継続できるようになっている。   In addition, a variable length code is often used for encoded data in order to improve the compression ratio. However, when such an encoding method is used, once an error occurs in the encoded data, at the time of decoding, errors after the occurrence of the error occur. Data cannot be decrypted correctly. Therefore, when adopting such an encoding method, it is normal to include a synchronization code in the encoded data. Even when decoding encoded data containing an error, the synchronization state is again restored after a certain interval has elapsed. The decryption process can be continued after recovery.

なお、図2(b)に示す符号化データ例2は、一つのスライスに含まれる全てのマクロブロック中に動きベクトル、DC値、AC値をそれぞれ纏めて符号化する場合の符号化データ例である。また、図2(c)に示す符号化データ3は、図2(b)に示す符号化データ例2と同様の構成であるが、符号化データの途中で同期符号を挿入する場合の符号化データ例である。   Note that the encoded data example 2 illustrated in FIG. 2B is an example of encoded data in the case where motion vectors, DC values, and AC values are encoded together in all macroblocks included in one slice. is there. The encoded data 3 shown in FIG. 2 (c) has the same configuration as that of the encoded data example 2 shown in FIG. 2 (b), but is encoded when a synchronization code is inserted in the middle of the encoded data. It is an example of data.

ところで、符号化装置によって出力された符号化データを伝送路を通じて符号化装置に伝送するとき、伝送中にデータ誤りが発生するという問題がある。符号化したデータにデータ誤りが発生すると、復号化装置では元のデータに正しく復号できなくなるため、誤りによる影響は大きい。特に、フレーム間符号化方式により符号化された符号化データを伝送する場合には、一度誤りによって画像が劣化すると、それを参照して次のフレームを復号することになるため、誤りの影響が次のフレーム以降へ伝播してしまう。   By the way, when the encoded data output by the encoding device is transmitted to the encoding device through the transmission path, there is a problem that a data error occurs during transmission. If a data error occurs in the encoded data, the decoding device cannot correctly decode the original data, so the influence of the error is large. In particular, when transmitting encoded data encoded by the inter-frame encoding method, once an image deteriorates due to an error, the next frame is decoded with reference to the image, so that the influence of the error is Propagates to the next and subsequent frames.

このため、符号化装置には、かかる誤りの伝播を回避する手段として、符号量が多くなろうとも(通常は符号量を小さくするためにフレーム間符号化をするが)、参照画像を必要としないフレーム内符号化を強制的に行う方法、すなわち符号化ブロックを強制的にイントラブロックとする方法もある。このとき発生したイトラブロックを強制イントラブロックと呼ぶ。 For this reason, the encoding device requires a reference image as a means for avoiding such error propagation, even if the code amount is large (although inter-frame coding is usually performed to reduce the code amount). There is also a method for forcibly performing intra-frame coding that is not performed, that is, a method for forcing an encoded block to be an intra block. The stomach down tiger block generated at this time is referred to as a forced intra block.

以下、図面を用い、従来例を説明する。ここで、符号化装置の従来例を図3に、復号化装置の従来例を図4及び図5に示す。   Hereinafter, a conventional example will be described with reference to the drawings. Here, FIG. 3 shows a conventional example of a coding apparatus, and FIGS. 4 and 5 show a conventional example of a decoding apparatus.

まず、図3に示す符号化装置300の動作について説明する。符号化部301は、フレームデータが入力されると、ブロック毎に順番に符号化を開始する。ここで、符号化部301は、各ブロック毎、フレーム内符号化、又は、参照メモリ302に書き込まれている参照画像フレームデータに基づいたフレーム間符号化を行う。   First, the operation of encoding apparatus 300 shown in FIG. 3 will be described. When frame data is input, the encoding unit 301 starts encoding in order for each block. Here, the encoding unit 301 performs intra-frame encoding for each block, or inter-frame encoding based on reference image frame data written in the reference memory 302.

また、符号化部301は、フレーム内符号化における発生符号量とフレーム間符号化における発生符号量を計算し、算出された発生符号量をintra/inter判定部303に通知する。符号化部301は、強制イントラ決定部304にフレーム通し番号及びブロック通し番号を通知する。   Also, the encoding unit 301 calculates a generated code amount in intra-frame encoding and a generated code amount in inter-frame encoding, and notifies the intra / inter determining unit 303 of the calculated generated code amount. The encoding unit 301 notifies the forced intra determination unit 304 of the frame serial number and the block serial number.

強制イントラ決定部304は、ブロック通し番号とフレーム通し番号をもとに、フレーム全体が数フレームの符号化の間には必ずフレーム内符号化されるように周期的にフレーム内符号化するブロックを決定し、その旨をintra/inter判定部303に指示する。   The compulsory intra determination unit 304 periodically determines a block to be intraframe-encoded based on the block serial number and the frame serial number so that the entire frame is always intraframe-encoded during encoding of several frames. Instruct the intra / inter determination unit 303 to that effect.

intra/inter判定部303は、強制イントラ判定部304からの指示が無い場合、通知された発生符号量をもとに符号化方法を選択し、強制イントラ判定部304からフレーム内符号化をする旨の指示が通知された場合、フレーム内符号化をすることを選択する。intra/inter判定部303は、いずれの場合にも選択した符号化方法を符号化部301に通知する。   When there is no instruction from the forced intra determination unit 304, the intra / inter determination unit 303 selects an encoding method based on the notified generated code amount and performs intra-frame encoding from the forced intra determination unit 304. Is notified, intra-frame coding is selected. The intra / inter determination unit 303 notifies the encoding unit 301 of the selected encoding method in any case.

符号化部301は、通知された符号化方法を符号化するブロックの符号化方法として決定する。上記の手順によって符号化部301は、図2に示されるように、フレーム中のスライス毎にヘッダ、各ブロックの動きベクトル情報、各ブロックのDC値および各ブロックのAC値を符号化し、符号化データとして出力する。   The encoding unit 301 determines the notified encoding method as a block encoding method to be encoded. As shown in FIG. 2, the encoding unit 301 encodes the header, the motion vector information of each block, the DC value of each block, and the AC value of each block as shown in FIG. Output as data.

なお、復号化部305は、符号化部301によって出力された符号化データを復号化し、参照メモリ302に書き込む。符号化装置300は、かかる手順によって1枚分のフレームデータの符号化手順が終了される度、次のフレームの符号化を繰り返す。   Note that the decoding unit 305 decodes the encoded data output by the encoding unit 301 and writes it in the reference memory 302. The encoding apparatus 300 repeats the encoding of the next frame every time the encoding procedure of one frame data is completed by such a procedure.

次に、図4及び図5に示す復号化装置400の動作について説明する。なお、図5は、画像構成部402の構成例を表している。図4に示すように、復号化装置400は、復号化部401、画像構成部402、動きベクトル補間部403、参照メモリ404で構成される。   Next, the operation of the decoding device 400 shown in FIGS. 4 and 5 will be described. FIG. 5 illustrates a configuration example of the image configuration unit 402. As illustrated in FIG. 4, the decoding device 400 includes a decoding unit 401, an image configuration unit 402, a motion vector interpolation unit 403, and a reference memory 404.

復号化部401は、入力された符号化データをその文法(符号化方法)に基づいて復号化する。すなわち、符号化部401は、フレーム間符号化されている符号化データについては、参照メモリ404から参照画像データを得て復号化し、フレーム内符号化されている符号化データについては、そのまま復号化する。   The decoding unit 401 decodes the input encoded data based on the grammar (encoding method). That is, the encoding unit 401 obtains reference image data from the reference memory 404 and decodes the encoded data that has been inter-frame encoded, and decodes the encoded data that has been intra-coded as it is. To do.

復号化部401は、復号化した画像データを画像構成部402に出力し、動きベクトルを動きベクトル補間部403に出力する。また、復号化部401は、復号化時に符号化データ中にエラーを検知した場合には、その旨をエラー通知信号として画像構成部402に通知する。   The decoding unit 401 outputs the decoded image data to the image configuration unit 402, and outputs the motion vector to the motion vector interpolation unit 403. If the decoding unit 401 detects an error in the encoded data at the time of decoding, the decoding unit 401 notifies the image forming unit 402 to that effect as an error notification signal.

動きベクトル補間部403は、復号化部401から動きベクトルを得るが、文法上動きベクトルが存在しないブロックや、動きベクトルを復号化できなかったブロックについては補間を行って動きベクトルを得、画像構成部402に動きベクトルとして通知する。   The motion vector interpolating unit 403 obtains a motion vector from the decoding unit 401, but obtains a motion vector by performing interpolation for a block in which no grammatical motion vector exists or a block in which a motion vector could not be decoded. This is notified to the unit 402 as a motion vector.

画像構成部402は、復号化部401からエラー通知がない場合、切換スイッチ501(図5)の入力を復号化部401側に切り換え、復号化部401から与えられる画像データをフレームデータ構築部502(図5)に渡す。一方、画像構成部402は、復号化部401からエラー通知があった場合、切換スイッチ501(図5)の入力を前画像処理部503(図5)側に切り換え、前画像処理部503から出力される補間画像をフレームデータ構築部502(図5)に渡す。   When there is no error notification from the decoding unit 401, the image construction unit 402 switches the input of the changeover switch 501 (FIG. 5) to the decoding unit 401 side, and the image data given from the decoding unit 401 is converted into the frame data construction unit 502. (Fig. 5) On the other hand, when there is an error notification from the decoding unit 401, the image configuration unit 402 switches the input of the changeover switch 501 (FIG. 5) to the previous image processing unit 503 (FIG. 5) and outputs from the previous image processing unit 503. The interpolated image is transferred to the frame data construction unit 502 (FIG. 5).

ここで、前画像処理部503は、動きベクトル補間部401(図4)から与えられる動きベクトル情報と、参照メモリ404(図4)から読み出した参照画像とから補間画像を構成する。   Here, the previous image processing unit 503 forms an interpolation image from the motion vector information given from the motion vector interpolation unit 401 (FIG. 4) and the reference image read from the reference memory 404 (FIG. 4).

フレームデータ構築部502(図5)は、画像データが1フレーム分揃った時点で1フレーム分の画像データを構成し、これをフレームデータとして出力する。このように、フレームデータ構築部502で1フレーム分の画像データ(フレームデータ)が構成されると、画像構成部402は、参照メモリ404に当該画像データを書き込むと共に、フレームデータとして出力する。かくして、参照メモリ404には、画像構成部402で構成された最新の画像データ(フレームデータ)が常に保持される。   The frame data construction unit 502 (FIG. 5) configures image data for one frame when the image data is prepared for one frame, and outputs this as frame data. As described above, when one frame of image data (frame data) is configured by the frame data construction unit 502, the image configuration unit 402 writes the image data in the reference memory 404 and outputs it as frame data. Thus, the reference memory 404 always holds the latest image data (frame data) configured by the image configuration unit 402.

なお、エラー発生時の修復方法に言及している文献として、特許文献1及び特許文献2がある。
特開平9−247681号公報 特開平9−200743号公報
Note that there are Patent Document 1 and Patent Document 2 as documents that refer to a repair method when an error occurs.
Japanese Patent Laid-Open No. 9-247681 JP-A-9-200743

ところで一般に、インターブロックが誤ったとしても、各画素の差分情報が小さいため誤差自体は小さなものとなるが、イントラブロックが誤った場合にはその影響が大きいため、復号画像を表示すると大きな歪みとなってしまう。   In general, even if the inter block is wrong, the difference information of each pixel is small and the error itself is small. However, if the intra block is wrong, the influence is large. turn into.

このため、従来から、イントラブロックのエラー隠蔽方法が考えられている。代表的なイントラブロックのエラー隠蔽方法としては、エラーの発生部分の代わりに前画像を表示してエラーを隠蔽する方法、動き情報を用いて動きベクトルの指し示す前画像を表示してエラーを隠蔽する方法、DC(直流)成分だけから復号した画像を表示してエラーを隠蔽する方法などがある。   For this reason, conventionally, an intra-block error concealment method has been considered. As a typical intra block error concealment method, a method of concealing an error by displaying a previous image instead of an error occurrence part, and concealing an error by displaying the previous image indicated by a motion vector using motion information And a method of concealing an error by displaying an image decoded from only a DC (direct current) component.

しかし、前画像を表示する方法は、前画像との相関が大きい場合にはエラーを効果的に隠蔽できる一方、前画像との相関が少ない場合には却って画像に歪が生じてしまう。また、DC(直流)成分だけから復号した画像を表示する方法の場合には、著しく歪んだ画像を表示しないで済む一方、前画像との相関が大きい部分でエラーが生じている場合には、前画像を表示する方が視覚的には優れたエラー隠蔽方法と言える場合が多い。   However, the method of displaying the previous image can effectively conceal the error when the correlation with the previous image is large, while the image is distorted when the correlation with the previous image is small. Further, in the case of a method of displaying an image decoded from only a DC (direct current) component, it is not necessary to display a remarkably distorted image. On the other hand, when an error occurs in a portion having a large correlation with the previous image, It is often said that displaying the previous image is a visually superior error concealment method.

因みに、イントラブロックが発生する場合としては、発生符号量がフレーム間符号化よりもフレーム内符号化の方が少なくて済む場合と、強制イントラフレーム及び強制イントラブロックによる場合とが考えられ、一般に、前者の場合には前画像との相関が少なく、後者の場合には前画像との相関がある場合が多い。   Incidentally, when an intra block occurs, it can be considered that the amount of generated code is smaller in intra-frame coding than in inter-frame coding and the case of forced intra frame and forced intra block, In the former case, there is little correlation with the previous image, and in the latter case, there is often a correlation with the previous image.

このため、採用するエラー隠蔽方法と合致しない動画像が復号対象となると、途端に画質の劣化が目立ち易くなるという問題があった。   For this reason, when a moving image that does not match the error concealment method to be used becomes a decoding target, there is a problem that image quality deterioration is easily noticeable.

本発明は、かかる技術的課題を解決するためになされたもので、従来に比して画質劣化の目立ち難い復号化装置及び伝送システムの提案を目的とする。 The present invention has been made to solve the above technical problems, an object of proposals noticeable difficulty had decrypted device and transmission system degradation in image quality compared to the conventional.

第1の本発明においては、予測符号化された符号化データを復号化して出力する復号化手段を備える復号化装置において、以下の手段を備えるようにする。   In the first aspect of the present invention, a decoding apparatus including decoding means for decoding and outputting encoded data that has been predictively encoded includes the following means.

すなわち、(1) 復号化手段の復号動作中にイントラ符号化されたブロックについてエラーの検出があったとき、符号化装置から当該符号化データが強制的にイントラ符号化されたデータであることを通知する信号が入力されていないか確認し、当該信号が入力されている場合には、前画像を参照したエラーの隠蔽処理を決定し、当該信号が入力されていない場合には、復号されたDC値に基づくエラーの隠蔽処理を決定する強制イントラ信号受信手段と、(2) 復号化手段で復号動作が正常に行われている場合には、復号データを基に原画像を構成し、復号化手段の復号動作中にイントラ符号化されたブロックについてエラーが検出された場合には、強制イントラ信号受信手段から通知のあった隠蔽処理方法に基づいて該当部分の画像を構成する画像構成手段とを備えるようにする。 That is, (1) when an error is detected for an intra-encoded block during the decoding operation of the decoding means, the encoded data is forcibly intra-encoded from the encoding device. Check whether the signal to be notified is input, and if the signal is input, determine the error concealment process referring to the previous image. If the signal is not input, it is decoded. A compulsory intra signal receiving unit that determines an error concealment process based on a DC value; and (2) if the decoding unit performs a decoding operation normally, an original image is constructed based on the decoded data, If an error is detected for intra-coded blocks in the decoding operation of the means to construct an image of the corresponding portion based on concealment processing method was from the forced intra signal receiving means of the notification So that and an image constructing unit.

ここで、強制的にイントラ符号化されたのでないイントラ符号化画像は、符号化効率の判定で前画像との相関が低いと判定された可能性が非常に高いため、前画像によってエラーを隠蔽する場合よりもDC値によってエラーを隠蔽することによって主観的な画質の向上が期待できる。   Here, it is highly likely that an intra-encoded image that has not been forcibly encoded intra-encoded has a low correlation with the previous image in the determination of the encoding efficiency, so the error is concealed by the previous image. The subjective image quality can be expected to be improved by concealing the error with the DC value rather than the case of doing so.

の本発明においては、誤りの伝播抑制のため、符号化の際適宜、強制的なイントラ符号化処理の実行を決定する強制イントラ決定手段と、前記強制イントラ決定手段により強制的なイントラ符号化処理の決定が通知されたとき、該当する符号化データが強制的にイントラ符号化された符号化データであることを通知する強制イントラ信号を復号化装置に向けて伝送する強制イントラ通知手段とを備える符号化装置と、第1の本発明の復号化装置とで伝送システムを構成するようにする。これにより、イントラ符号化された符号化データが強制的にイントラ符号化されたものなのか、それとも符号化効率の観点からイントラ符号化されたものなのかの情報を加えて復号動作を行うことが可能な伝送システムを可能とできる。 In the second present invention, in order to suppress error propagation, a compulsory intra determination unit that determines execution of a compulsory intra coding process as appropriate at the time of encoding, and a compulsory intra code by the compulsory intra determination unit A compulsory intra notification means for transmitting a compulsory intra signal for notifying that the corresponding encoded data is encoded data that has been compulsorily intra-coded when the determination of the encoding process is notified to the decoding device; And a decoding apparatus according to the first aspect of the present invention constitute a transmission system. As a result, it is possible to perform a decoding operation by adding information on whether intra-coded data is forcibly intra-coded or intra-coded from the viewpoint of coding efficiency. Possible transmission systems can be made possible.

第1の本発明によれば、復号対象であるデータが強制的にイントラ符号化されたものであるか否かに基づいてエラーの隠蔽方法を選択することとし、強制的にイントラ符号化されたのでないイントラ符号化画像は、符号化効率の判定で前画像との相関が低いと判定された可能性が非常に高いため復号されたDC値によってエラーを隠蔽するようにしたことにより、前画像によってエラーを隠蔽する場合よりも主観的な画質の向上を実現できる。   According to the first aspect of the present invention, the error concealment method is selected based on whether or not the data to be decoded is forcibly intra-coded, and the intra-encoding is forcibly performed. It is highly likely that an intra-coded image that is not is determined to have a low correlation with the previous image in the determination of the coding efficiency, so the error is concealed by the decoded DC value. This makes it possible to achieve a subjective improvement in image quality compared to concealing errors.

の本発明によれば、誤りの伝播抑制のため、符号化の際適宜、強制的なイントラ符号化処理の実行を決定する強制イントラ決定手段と、前記強制イントラ決定手段により強制的なイントラ符号化処理の決定が通知されたとき、該当する符号化データが強制的にイントラ符号化された符号化データであることを通知する強制イントラ信号を復号化装置に向けて伝送する強制イントラ通知手段とを備える符号化装置と、第1の本発明の復号化装置とで伝送システムを構成することにより、イントラ符号化された符号化データが強制的にイントラ符号化されたものなのか、それとも符号化効率の観点からイントラ符号化されたものなのかの情報を加えてエラー隠蔽方法の選択を行うことができる伝送システムを可能とできる。 According to the second aspect of the present invention, in order to suppress error propagation, a compulsory intra determination unit that determines execution of a compulsory intra coding process as needed during encoding, Compulsory intra notification means for transmitting a compulsory intra signal for notifying that the corresponding encoded data is encoded data that has been compulsorily intra-encoded to the decoding apparatus when the encoding process decision is notified And the decoding apparatus according to the first aspect of the present invention constitutes a transmission system, so that intra-coded data is forcibly intra-coded or encoded. From the viewpoint of efficiency, it is possible to make a transmission system capable of selecting an error concealment method by adding information indicating whether it is intra-encoded.

(A)動画像伝送システム
以下、本発明に係る動画像伝送システムの実施形態例について説明する。なお、これら動画像伝送システムは、それぞれ1台又は複数台の動画像符号化装置および動画像復号化装置を、伝送路(全経路を伝搬路とする場合、一部経路を伝搬路とする場合の双方を含む。)を介して接続することにより、動画像の実時間伝送を実現する場合だけでなく、各種記憶媒体(例えば、光ディスク)への記録と再生とを介して動画像の伝送を実現する非実時間系のものにも適用できる。
(A) Moving Image Transmission System Hereinafter, embodiments of the moving image transmission system according to the present invention will be described. In addition, each of these video transmission systems uses one or a plurality of video encoding devices and video decoding devices as transmission paths (when all paths are propagation paths and some paths are propagation paths). In addition to the case where real-time transmission of moving images is realized, the transmission of moving images is performed through recording and reproduction on various storage media (for example, optical discs). It can also be applied to non-real-time systems that are realized.

ただし、以下の説明では、最も基本的な接続形態である1台の動画像符号化装置と1台の動画像復号化装置から構成される動画像伝送システムの場合について説明する。   However, in the following description, a case of a moving image transmission system including one moving image encoding device and one moving image decoding device, which is the most basic connection form, will be described.

(B)第1の実施形態例
第1の実施形態例では、図3に示す符号化装置300と、図1に示す復号化装置100とで構成される動画像伝送システムについて説明する。すなわち、既存の符号化装置300と、新規な復号化装置100との組合せで構成される動画像伝送システムについて説明する。
(B) First Embodiment In the first embodiment, a moving image transmission system including the encoding device 300 shown in FIG. 3 and the decoding device 100 shown in FIG. 1 will be described. That is, a moving image transmission system configured by a combination of an existing encoding device 300 and a new decoding device 100 will be described.

なお、この実施形態で使用する復号化装置100は、イントラブロックからエラーが検出された場合であって、エラー検出箇所復号されたDC値が周辺(隣接を含む。)ブロックのDC値と大きく異なる場合に、DC値によるエラーの隠蔽に替えて前フレーム画像に基づくエラーの隠蔽を行う機能を搭載する点に特徴がある。   Note that the decoding apparatus 100 used in this embodiment is a case where an error is detected from an intra block, and the DC value decoded at the error detection location is greatly different from the DC values of the surrounding (including adjacent) blocks. In this case, a feature is that a function for concealing an error based on the previous frame image is mounted instead of concealing an error by a DC value.

(B−1)符号化装置300及び復号化装置100の構成
(B−1−1)符号化装置300の構成
符号化装置300は、前述の通り、符号化部301と、参照メモリ302と、intra/inter判定部303と、強制イントラ決定部304と、復号化部305から構成される。ここで、intraおよびinterは、それぞれフレーム内符号化およびフレーム間符号化を表している。
(B-1) Configuration of Encoding Device 300 and Decoding Device 100 (B-1-1) Configuration of Encoding Device 300 As described above, the encoding device 300 includes the encoding unit 301, the reference memory 302, The intra / inter determination unit 303, the forced intra determination unit 304, and the decoding unit 305 are configured. Here, intra and inter represent intra-frame coding and inter-frame coding, respectively.

符号化部301は、入力されたフレームデータをブロック毎に符号化する手段であり、符号化方式として採用するフォーマットや符号化モードにもよるが、図2に代表されるような符号化データを出力する。符号化部301は、符号化の際、intra/inter判定部303からの通知によって符号化方式の切り替えを実行し、フレームデータをフレーム内符号化とフレーム間符号化のいずれで符号化したかの情報を符号化データに付加して出力する。   The encoding unit 301 is a means for encoding the input frame data for each block, and depending on the format and encoding mode adopted as the encoding method, encoded data as represented in FIG. Output. The encoding unit 301 switches the encoding method in response to the notification from the intra / inter determination unit 303 at the time of encoding, and information on whether the frame data has been encoded by intraframe encoding or interframe encoding. Add to the encoded data and output.

符号化部301には、フレーム内符号化時の発生符号量と、フレーム間符号化時の発生符号量を、intra/inter判定部303に通知する機能とが備えられている。符号化部301は、フレーム間符号化時、参照メモリ302に保持されているフレームデータを参照して符号化する。符号化部301は、強制イントラ決定部304に対して、現在符号化中のブロックがフレーム中の何番目のブロックか等、強制イントラフレーム(ブロック)を決定するために必要な情報を与える。   The encoding unit 301 has a function of notifying the intra / inter determination unit 303 of the generated code amount at the time of intra-frame encoding and the generated code amount at the time of inter-frame encoding. The encoding unit 301 performs encoding by referring to the frame data held in the reference memory 302 at the time of inter-frame encoding. The encoding unit 301 gives information necessary for determining a forced intra frame (block) to the forced intra determination unit 304, such as what number block in the frame the currently encoded block is.

復号化部305は、符号化部301によって符号化された符号化データを復号化し、参照メモリ302に復号化したフレームデータを書き込む手段である。参照メモリ302は、復号化部305から得られたフレームデータを保持する機能と、符号化部301にフレームデータを出力する機能を有する。   The decoding unit 305 is means for decoding the encoded data encoded by the encoding unit 301 and writing the decoded frame data into the reference memory 302. The reference memory 302 has a function of holding the frame data obtained from the decoding unit 305 and a function of outputting the frame data to the encoding unit 301.

強制イントラ決定部304は、符号化部301から得られた情報を元に強制的にフレーム内符号化をすることを決定する手段であり、例えば、符号化部301によって通知されたフレームの通し番号や、ブロックの通し番号などから、強制的にフレーム内符号化で符号化することを指示する強制イントラ指定信号を周期的にintra/inter判定部303に出力する。   The compulsory intra determination unit 304 is a unit that determines compulsorily performing intraframe encoding based on information obtained from the encoding unit 301. For example, the forced intra determination unit 304 determines the serial number of the frame notified by the encoding unit 301, Then, a compulsory intra designation signal for instructing the compulsory encoding by intra-frame encoding is periodically output to the intra / inter determination unit 303 from the serial number of the block.

intra/inter判定部303は、通常、符号化部301から与えられる発生符号量の情報を基にフレーム内符号化とフレーム間符号化のいずれの方法で符号化するかを決定する。しかし、intra/inter判定部303は、強制イントラ決定部304より強制イントラ指定信号を受け取った場合には、フレーム内符号化による符号化を決定する。符号化方法が決定されると、intra/inter判定部303は、その符号化方法を符号化部301に通知する。   The intra / inter determination unit 303 normally determines which of the intra-frame coding and the inter-frame coding is used based on the generated code amount information provided from the coding unit 301. However, when the intra / inter determination unit 303 receives a forced intra designation signal from the forced intra determination unit 304, the intra / inter determination unit 303 determines encoding by intraframe encoding. When the encoding method is determined, the intra / inter determination unit 303 notifies the encoding unit 301 of the encoding method.

(B−1−2)復号化装置100の構成
復号化装置100は、復号化部101と、画像構成部102と、DC判定部103と、参照メモリ104とから構成される。
(B-1-2) Configuration of Decoding Device 100 The decoding device 100 includes a decoding unit 101, an image configuration unit 102, a DC determination unit 103, and a reference memory 104.

復号化部101は、受け取った符号化データを復号化してフレームデータに復号する手段である。復号化部101は3つの機能部からなる。1つ目は、復号化時に得られた動きベクトル、DC成分、AC成分を出力する機能である。2つ目は、符号語のミスマッチや画像フレームの外部を参照している動きベクトルを復号するなどの矛盾の有無などから、ビデオパケット中に含まれている誤りを検知する機能である。3つ目は、検知した誤りが含まれるブロックを示す誤り検知信号をDC判定部103に通知する機能である。   The decoding unit 101 is means for decoding the received encoded data and decoding it into frame data. The decryption unit 101 includes three functional units. The first function is to output the motion vector, DC component, and AC component obtained at the time of decoding. The second function is to detect an error contained in a video packet from the mismatch of codewords and the presence or absence of inconsistencies such as decoding a motion vector referring to the outside of an image frame. The third function is to notify the DC determination unit 103 of an error detection signal indicating a block including a detected error.

DC判定部103は、復号化した画像データのDC成分を復号化部101より受け取って保持した後、周辺(隣接を含む。)ブロックのDC成分から得られた予測DC成分値に対し所定の範囲内に収まっているか否かを判定する。ここで、予測DC成分値には、例えば、復号化できたブロックに対し、上、下、左、右、左上、左下、右上、右下に位置する隣接ブロックのDC成分値の平均値や各隣接ブロックのDC成分値に所定の重みを乗算したものの平均値等を使用する。また、所定の範囲は、例えば、DC成分値の予測平均に対する分散値に係数を乗算する等して決定する。   The DC determination unit 103 receives and holds the DC component of the decoded image data from the decoding unit 101, and then has a predetermined range with respect to the predicted DC component value obtained from the DC component of the surrounding (including adjacent) block. It is determined whether it is within. Here, the predicted DC component value includes, for example, an average value of DC component values of adjacent blocks located at the upper, lower, left, right, upper left, lower left, upper right, and lower right of the decoded block, An average value or the like obtained by multiplying the DC component value of the adjacent block by a predetermined weight is used. Further, the predetermined range is determined by, for example, multiplying the variance value with respect to the predicted average of the DC component values by a coefficient.

DC判定部103は、復号化部101から誤り検知信号を受けると、DC成分が所定の範囲に収まっているか否か判定し、所定の範囲に収まっていると判定された場合、DC成分によってエラーの隠蔽を行うべき旨を画像構成部102にエラー隠蔽方法通知信号として通知する。一方、DC判定部103は、DC成分が所定の範囲に収まっていないと判定された場合、前フレーム画像によってエラーの隠蔽を行うべき旨を画像構成部102にエラー隠蔽方法通知信号として通知する。かくして、DC判定部103は、該当箇所が常にDC画像で隠蔽されることによる画像の乱れ、違和感を防止する。   Upon receiving the error detection signal from the decoding unit 101, the DC determination unit 103 determines whether or not the DC component is within a predetermined range. If it is determined that the DC component is within the predetermined range, an error is caused by the DC component. Is notified to the image construction unit 102 as an error concealment method notification signal. On the other hand, when it is determined that the DC component does not fall within the predetermined range, the DC determination unit 103 notifies the image configuration unit 102 as an error concealment method notification signal that an error should be concealed with the previous frame image. Thus, the DC determination unit 103 prevents the image from being disturbed and uncomfortable due to the corresponding part being always concealed by the DC image.

なお、DC判定部103は、DC成分が復号化部101から与えられない場合(復号できなかった場合)には、前フレーム画像によってエラーの隠蔽を行うべき旨を画像構成部102にエラー隠蔽方法通知信号として通知する。   Note that when the DC component is not provided from the decoding unit 101 (when decoding is not possible), the DC determination unit 103 notifies the image configuration unit 102 that the error should be concealed with the previous frame image. Notify as a notification signal.

画像構成部102は、DC判定部103からエラー隠蔽方法が通知されない場合(すなわち、通常時)、復号化部101より与えられる復号化された画像情報、DC成分、AC成分、動きベクトルの各情報を基に、画像データの符号化方法に基づく画像の構成を行う。   When the error concealment method is not notified from the DC determination unit 103 (that is, in a normal state), the image configuration unit 102 decodes image information, DC component, AC component, and motion vector information provided from the decoding unit 101. Based on the above, an image is constructed based on an image data encoding method.

一方、画像構成部102は、DC判定部103からエラー隠蔽方法が通知されると、当該エラー隠蔽方法に基づいて画像を構成する。例えば、画像構成部102は、エラー隠蔽方法としてDC成分による方法が通知されると、DC成分のみによってエラー部分の画像ブロックを構成する。また、画像構成部102は、エラー隠蔽方法として前フレーム画像による方法が通知されると、参照メモリ302から読み出した参照フレームのフレームデータのうち、動きベクトルから特定される画像部分でエラー部分の画像ブロックを構成する。なお、前フレーム画像を表示するとの通知を受けていながら、動きベクトル情報が得られていないブロックについては動きベクトルを用いずに、同位置のブロックの前フレーム画像を表示する。   On the other hand, when the error concealment method is notified from the DC determination unit 103, the image construction unit 102 constructs an image based on the error concealment method. For example, when a method using a DC component is notified as an error concealment method, the image construction unit 102 constructs an image block of an error part using only the DC component. In addition, when the image construction unit 102 is notified of the method using the previous frame image as the error concealment method, the image part of the error part is the image part specified by the motion vector in the frame data of the reference frame read from the reference memory 302 Configure the block. It should be noted that the previous frame image of the block at the same position is displayed without using a motion vector for a block for which motion vector information has not been obtained while receiving notification that the previous frame image is to be displayed.

図6に、画像構成部102の内部ブロック構成を示す。画像構成部102は、前画像処理部601と、AC画像構成部602と、DC画像構成部603と、加算部604と、エラー隠蔽方法制御部605と、切換スイッチ606と、フレームデータ構築部607とから構成される。   FIG. 6 shows an internal block configuration of the image configuration unit 102. The image construction unit 102 includes a previous image processing unit 601, an AC image construction unit 602, a DC image construction unit 603, an addition unit 604, an error concealment method control unit 605, a changeover switch 606, and a frame data construction unit 607. It consists of.

前画像処理部601は、参照メモリ104から読み出される前フレームの画像データと、復号化部101から与えられる動きベクトル情報とから隠蔽画像を構成し、切換スイッチ606に伝えるものである。   The previous image processing unit 601 forms a concealed image from the image data of the previous frame read from the reference memory 104 and the motion vector information given from the decoding unit 101, and transmits the concealed image to the changeover switch 606.

AC画像構成部602は、復号化部101から与えられるAC情報を基に画像を構成し、加算部604に伝えるものである。   The AC image construction unit 602 composes an image based on the AC information given from the decoding unit 101 and transmits the image to the addition unit 604.

DC画像構成部603は、復号化部101から与えられるDC情報を基に画像を構成し、加算部604と切換スイッチ606に伝えるものである。   The DC image construction unit 603 composes an image based on the DC information given from the decoding unit 101 and transmits the image to the addition unit 604 and the changeover switch 606.

エラー隠蔽方法制御部605は、DC判定部103からエラー隠蔽方法通知信号を受け、切換スイッチ606と前画像処理部601を制御するものである。なお、エラー隠蔽方法制御部605は、前画像を使ったエラー隠蔽方法を採用しない場合には、前画像処理部601を動作させないことによって処理負担の軽減と消費電力の低減を図る。   The error concealment method control unit 605 receives the error concealment method notification signal from the DC determination unit 103 and controls the changeover switch 606 and the previous image processing unit 601. Note that the error concealment method control unit 605 reduces the processing load and power consumption by not operating the previous image processing unit 601 when the error concealment method using the previous image is not adopted.

切換スイッチ606は、各エラー隠蔽方法に応じて構成されたブロック画像を入力とし、そのうちの1つをフレームデータ構築部607に伝送する手段である。ここで、切換スイッチ606は、エラー隠蔽方法制御部605から与えられる信号により入力画像の切り替えを実行する。なお、通常時には、切換スイッチ606は、加算部604から出力されたブロック画像をフレームデータ構築部607に伝送する。   The changeover switch 606 is a means for receiving a block image configured according to each error concealment method and transmitting one of them to the frame data construction unit 607. Here, the changeover switch 606 performs switching of the input image according to a signal given from the error concealment method control unit 605. In the normal state, the changeover switch 606 transmits the block image output from the addition unit 604 to the frame data construction unit 607.

フレームデータ構築部607は、切換スイッチ606からブロック画像のデータを受け取ってフレーム画像データを構築する。フレームデータ構築部607は、構築されたフレーム画像データを、参照メモリ104に書き込む一方、後段処理回路にフレームデータとして出力する。   The frame data construction unit 607 receives the block image data from the changeover switch 606 and constructs the frame image data. The frame data construction unit 607 writes the constructed frame image data in the reference memory 104 and outputs it to the subsequent processing circuit as frame data.

(B−2)動画像データの伝送動作及びエラー隠蔽動作
まず、符号化装置300における動作を説明する。フレームデータが符号化部310に入力されると、符号化部301は、ブロック毎順番に、フレームデータの符号化を開始する。符号化部301は、各ブロック毎、フレーム内符号化又はフレーム間符号化のいずれかにより符号化を行う。なお、フレーム間符号化時には、参照メモリ302に保持されている参照画像のフレームデータを使用する。かかる後、符号化部301は、フレーム内符号化により発生する発生符号量とフレーム間符号化により発生する発生符号量を計算し、各々の値をintra/inter判定部303に通知する。また、符号化部301は、強制イントラ決定部304にフレーム通し番号、ブロック通し番号を通知する。
(B-2) Moving Image Data Transmission Operation and Error Concealment Operation First, the operation of the encoding apparatus 300 will be described. When the frame data is input to the encoding unit 310, the encoding unit 301 starts encoding the frame data in order of each block. The encoding unit 301 performs encoding by either intra-frame encoding or inter-frame encoding for each block. Note that the frame data of the reference image held in the reference memory 302 is used at the time of interframe coding. Thereafter, the encoding unit 301 calculates a generated code amount generated by intraframe encoding and a generated code amount generated by interframe encoding, and notifies each value to the intra / inter determination unit 303. The encoding unit 301 notifies the forced intra determination unit 304 of the frame serial number and the block serial number.

強制イントラ決定部304は、ブロック通し番号とフレーム通し番号を基に、フレーム全体が数フレームの符号化の間には必ずフレーム内符号化されるように周期的にフレーム内符号化するブロックを決定し、その旨をintra/inter判定部303に指示する。   The forced intra determination unit 304 periodically determines a block to be intra-frame-encoded based on the block serial number and the frame serial number so that the entire frame is always intra-frame encoded during encoding of several frames. This is instructed to the intra / inter determination unit 303.

intra/inter判定部303は、強制イントラ判定部304からの指示が無い場合、通知された発生符号量をもとに符号化方法を選択し、強制イントラ判定部304からフレーム内符号化する旨の指示が通知された場合、フレーム内符号化することを選択する。intra/inter判定部303は、いずれの場合にも選択した符号化方法を符号化部301に通知する。   When there is no instruction from the forced intra determination unit 304, the intra / inter determination unit 303 selects an encoding method based on the notified generated code amount and performs intra-frame encoding from the forced intra determination unit 304. When the instruction is notified, it is selected to perform intra-frame encoding. The intra / inter determination unit 303 notifies the encoding unit 301 of the selected encoding method in any case.

符号化部301は、通知された符号化方法を符号化するブロックの符号化方法として決定する。上記の手順によって符号化部301は、図2に示されるように、フレーム中のスライス毎にヘッダ、各ブロックの動きベクトル情報、各ブロックのDC値および各ブロックのAC値を符号化し、符号化データとして後段回路(伝送路又は伝搬路)に出力する。   The encoding unit 301 determines the notified encoding method as a block encoding method to be encoded. As shown in FIG. 2, the encoding unit 301 encodes the header, the motion vector information of each block, the DC value of each block, and the AC value of each block as shown in FIG. Data is output to the subsequent circuit (transmission path or propagation path).

なお、復号化部305は、符号化部301によって出力された符号化データを復号化し、参照メモリ302に書き込む。符号化装置300は、かかる手順によって1枚分のフレームデータの符号化手順が終了される度、次のフレームの符号化を繰り返す。   Note that the decoding unit 305 decodes the encoded data output by the encoding unit 301 and writes it in the reference memory 302. The encoding apparatus 300 repeats the encoding of the next frame every time the encoding procedure of one frame data is completed by such a procedure.

次に、復号化装置100における動作を説明する。復号化装置100が伝送路又は伝搬路から受信した符号化データが復号化部101に入力されると、復号化部101は、各ブロック毎順番に、DC情報(DC値による画素データ)、AC情報(AC値による画素データ)、動きベクトル情報を画像構成部102に出力する。このとき、復号化部101は、DC値をDC判定部103にも通知する。DC判定部103は、復号化部101から通知のあった各ブロックのDC値を保持する。   Next, the operation in the decoding device 100 will be described. When encoded data received by the decoding apparatus 100 from the transmission path or propagation path is input to the decoding unit 101, the decoding unit 101 sequentially outputs DC information (pixel data based on DC values), AC, for each block. Information (pixel data based on AC values) and motion vector information are output to the image construction unit 102. At this time, the decoding unit 101 also notifies the DC determination unit 103 of the DC value. The DC determination unit 103 holds the DC value of each block notified from the decoding unit 101.

復号化部101は、復号化時、復号化するブロックがフレーム間符号化されたものであった場合、参照メモリ104から参照フレームデータを得て復号化し、復号化するブロックがフレーム内符号化されたものであった場合、ブロックデータそれ自体を復号化する。   The decoding unit 101 obtains and decodes reference frame data from the reference memory 104 when the block to be decoded is inter-frame encoded at the time of decoding, and the block to be decoded is intra-frame encoded. If so, the block data itself is decoded.

復号化部101は、復号化中に誤りが検出され、それがイントラブロックにおいて検出された場合、それまでに復号化されたデータについてはそのまま出力し、復号できないイントラブロックをDC判定部103に通知する。   When an error is detected during decoding and detected in an intra block, the decoding unit 101 outputs the data decoded so far as it is, and notifies the DC determination unit 103 of the intra block that cannot be decoded. To do.

当該誤り通知を受けたDC判定部103は、正しく復号できなかったイントラブロックのDC値を、所定の基準値(例えば、周辺(隣接を含む。)ブロックの平均値)と比較し、当該DC値が所定の基準値から大きく外れていないかをチェックする。   Upon receiving the error notification, the DC determination unit 103 compares the DC value of the intra block that has not been correctly decoded with a predetermined reference value (for example, the average value of neighboring (including adjacent) blocks), and the DC value It is checked whether or not is greatly deviated from a predetermined reference value.

ここでの判定結果として、DC値が所定の基準値に対して所定の範囲内にないと判定された場合、DC判定部103は、当該DC値はエラーを隠蔽する画像を構成するのに不適切な値であると判断し、画像構成部102に前フレームの画像を表示するエラー隠蔽方法を選択するよう通知する。   If it is determined that the DC value is not within the predetermined range with respect to the predetermined reference value as a determination result here, the DC determination unit 103 is not allowed to construct an image that conceals the error. It is determined that the value is appropriate, and notifies the image construction unit 102 to select an error concealment method for displaying the image of the previous frame.

一方、DC値が所定の基準値に対して所定の範囲内に入っていると判定された場合、DC判定部103は、当該DC値はエラー部分を隠蔽する画像を構成するのに適切な値であると判断し、画像構成部102に当該DC値を基に構成された画像を表示するエラー隠蔽方法を選択するよう通知する。   On the other hand, when it is determined that the DC value is within a predetermined range with respect to the predetermined reference value, the DC determination unit 103 determines that the DC value is an appropriate value for constructing an image that conceals the error part. And notifies the image composition unit 102 to select an error concealment method for displaying an image constructed based on the DC value.

なお、復号化部101においてDC値を復号化できず、DC判定部103にDC値の通知自体がなかった場合には、DC判定部103は、前フレームの画像によってエラーを隠蔽するエラー隠蔽方法を選択するように通知する。   In addition, when the DC value cannot be decoded in the decoding unit 101 and the DC determination unit 103 has not notified the DC value itself, the DC determination unit 103 conceals an error with the image of the previous frame. Notify you to select.

これらエラー隠蔽方法は、エラー隠蔽方法通知信号として、画像構成部102のエラー隠蔽方法制御部605に与えられる。   These error concealment methods are given to the error concealment method control unit 605 of the image construction unit 102 as an error concealment method notification signal.

エラー隠蔽方法制御部605は、通知されたエラー隠蔽方法がDC値によるものである場合、切換スイッチ606の入力をDC画像構成部603側に切り換え、DC画像構成部603で構成された画像をフレームデータ構築部607に伝えさせる。これにより、フレームデータのエラー部分が、DC値によるブロック画像によって隠蔽される。   When the notified error concealment method is based on a DC value, the error concealment method control unit 605 switches the input of the changeover switch 606 to the DC image configuration unit 603 side, and the image configured by the DC image configuration unit 603 is framed. The data construction unit 607 is informed. Thereby, the error part of frame data is concealed by the block image by DC value.

また、エラー隠蔽方法制御部605は、通知されたエラー隠蔽方法が前フレーム画像によるものである場合、切換スイッチ606の入力を前画像処理部601側に切り換え、参照メモリ104に保持されている前フレーム画像と動きベクトルから復号化したブロック画像をフレームデータ構築部607に伝えさせる。これにより、フレームデータのエラー部分が、前フレーム画像から求めたブロック画像によって隠蔽される。   In addition, when the notified error concealment method is based on the previous frame image, the error concealment method control unit 605 switches the input of the changeover switch 606 to the previous image processing unit 601 side and stores the previous information stored in the reference memory 104. A block image decoded from the frame image and the motion vector is transmitted to the frame data construction unit 607. Thereby, the error portion of the frame data is concealed by the block image obtained from the previous frame image.

なお、エラー隠蔽方法制御部605(図6)は、DC判定部103からエラー隠蔽方法が通知されない場合、復号化部101から与えられるDC値とAC値から復号化した画像データによってブロック画像を構成するよう切換スイッチ606を制御する。すなわち、画像構成部102は、図6に示すAC画像構成部602とDC画像構成部603のそれぞれにおいて構成されたブロック画像を加算部604で1つのブロック画像に再構成したものを切換スイッチ606によって選択する。これにより、復号データから構成したブロック画像がフレームデータの一部に組み込まれることになる。   Note that, when the error concealment method is not notified from the DC determination unit 103, the error concealment method control unit 605 (FIG. 6) configures a block image using image data decoded from the DC value and AC value given from the decoding unit 101. The changeover switch 606 is controlled to do so. That is, the image construction unit 102 uses the changeover switch 606 to reconstruct the block images constructed in the AC image construction unit 602 and the DC image construction unit 603 shown in FIG. select. As a result, the block image composed of the decoded data is incorporated into a part of the frame data.

フレームデータ構築部607は、上記の手順を各ブロックのそれぞれについて実行することにより、フレーム画像を構成する全てのブロック画像を構成する。なお、フレームデータ構築部607は、フレーム画像の全ての領域について復号処理が完了すると、復号されたフレームデータを参照メモリ104に書き込むと共に、後段回路へフレームデータとして出力する。   The frame data construction unit 607 constructs all the block images constituting the frame image by executing the above procedure for each block. When the decoding process is completed for all areas of the frame image, the frame data construction unit 607 writes the decoded frame data into the reference memory 104 and outputs it to the subsequent circuit as frame data.

かくして、復号化装置100における1フレームの復号化処理は終了する。この後、復号化装置100は、次のフレームのフレームデータを構成すべく、さらに同様の手順で符号化データの復号化手順を繰り返す。   Thus, the decoding process for one frame in the decoding apparatus 100 ends. After that, the decoding apparatus 100 repeats the decoding procedure of the encoded data in the same procedure to form the frame data of the next frame.

(B−3)第1実施形態の効果
以上のように、本実施形態で提案する復号化装置100を用いれば、イントラブロックの復号化時においてエラーが検出された場合でも、エラー検出部分で復号されたDC値が周辺ブロックのDC値から著しく異なるときは、その値を用いてエラーの隠蔽を行わず、前フレーム画像から構成したブロック画像を隠蔽に使用するため、エラー部分において主観が損なわれる画像が出力され難いようにできる。
(B-3) Effect of First Embodiment As described above, when the decoding apparatus 100 proposed in the present embodiment is used, even when an error is detected during decoding of an intra block, decoding is performed at the error detection portion. When the DC value is significantly different from the DC value of the surrounding block, the error is not concealed using that value, and the block image constructed from the previous frame image is used for concealment. Images can be made difficult to output.

従って、当該復号化装置100と符号化装置300とを組み合せることにより、従来に比して画質に対する主観評価の向上が期待できる動画像伝送システムが実現できる。   Therefore, by combining the decoding apparatus 100 and the encoding apparatus 300, it is possible to realize a moving image transmission system that can be expected to improve subjective evaluation of image quality as compared with the conventional art.

(C)第2の実施形態例
第2の実施形態例では、図3に示す符号化装置300と、図7に示す復号化装置700とで構成される動画像伝送システムについて説明する。すなわち、既存の符号化装置300と、新規な復号化装置700との組合せで構成される動画像伝送システムについて説明する。
(C) Second Embodiment In the second embodiment, a moving image transmission system including the encoding device 300 shown in FIG. 3 and the decoding device 700 shown in FIG. 7 will be described. That is, a moving image transmission system configured by a combination of an existing encoding device 300 and a new decoding device 700 will be described.

なお、この実施形態例で使用する復号化装置700は、イントラブロックからエラーが検出された場合に、エラー検出箇所から復号されたDC値と周辺(隣接を含む。)ブロックのDC値との違いに応じた隠蔽方法の切り替えに、同一箇所から復号された動きベクトルの大きさを加味することで、より一層適切な隠蔽方法が選択できるようにした点に特徴がある。   It should be noted that the decoding apparatus 700 used in this embodiment example, when an error is detected from an intra block, is different from the DC value decoded from the error detection location and the DC value of surrounding (including adjacent) blocks. This is characterized in that a more appropriate concealment method can be selected by taking into account the magnitude of the motion vector decoded from the same location in switching the concealment method according to the above.

(C−1)符号化装置300及び復号化装置700の構成
符号化装置300の構成は、第1の実施形態例のものと同じである。従って、以下、復号化装置700の構成についてのみ説明する。
(C-1) Configuration of Encoding Device 300 and Decoding Device 700 The configuration of the encoding device 300 is the same as that of the first embodiment. Therefore, only the configuration of the decoding device 700 will be described below.

復号化装置700は、復号化部701と、画像構成部702と、DC判定部703と、参照メモリ704と、動きベクトル補間部705と、動きベクトル大きさ判定部706と、DC/動きベクトル条件判定部707とから構成される。   The decoding apparatus 700 includes a decoding unit 701, an image configuration unit 702, a DC determination unit 703, a reference memory 704, a motion vector interpolation unit 705, a motion vector magnitude determination unit 706, and a DC / motion vector condition. And a determination unit 707.

このうち、復号化部701、画像構成部702、DC判定部703、参照メモリ704は、第1の実施形態例における復号化部101、画像構成部102、DC判定部103、参照メモリ104に対応し、同等の機能を実現できるよう構成されている。   Among these, the decoding unit 701, the image configuration unit 702, the DC determination unit 703, and the reference memory 704 correspond to the decoding unit 101, the image configuration unit 102, the DC determination unit 103, and the reference memory 104 in the first embodiment. However, it is configured to realize equivalent functions.

従って、動きベクトル補間部705と、動きベクトル大きさ判定部706と、DC/動きベクトル条件判定部707の3つが、本実施形態に固有の構成部分となる。ただし、画像構成部702については、図8に示すように、前画像処理部801に対する入力として補間動きベクトル情報が加わる点で第1の実施形態例と異なっている。   Therefore, the motion vector interpolation unit 705, the motion vector magnitude determination unit 706, and the DC / motion vector condition determination unit 707 are components unique to the present embodiment. However, the image construction unit 702 is different from the first embodiment in that interpolation motion vector information is added as an input to the previous image processing unit 801 as shown in FIG.

以下、第1の実施形態例における復号化装置100との相違点を中心に、復号化装置700の機能構成を説明する。   Hereinafter, the functional configuration of the decoding device 700 will be described focusing on differences from the decoding device 100 in the first embodiment.

動きベクトル補間部705は、復号化部701において動きベクトル情報を得られないブロックがあった場合に、当該ブロックに対して空間的に隣接する(周辺を含む。)ブロックであって、既に得られているものから該当する動きベクトル(補間動きベクトル)を生成するために用意されている手段である。   When there is a block from which motion vector information cannot be obtained in the decoding unit 701, the motion vector interpolation unit 705 is a block that is spatially adjacent (including the periphery) to the block and has already been obtained. This means is provided for generating a corresponding motion vector (interpolated motion vector) from the existing one.

動きベクトル補間部705は、復号化部701からイントラブロックについてエラー検出通知を受けると、復号化部701から通知を受けた動きベクトル(復号化部701から動きベクトルを与えられる場合)又は内部で生成した補間動きベクトル(復号化部701から動きベクトルを与えられない場合)を、動きベクトル大きさ判定部706に通知する。 When the motion vector interpolation unit 705 receives an error detection notification for an intra block from the decoding unit 701, the motion vector received from the decoding unit 701 (when a motion vector is given from the decoding unit 701) or generated internally The interpolated motion vector (when no motion vector is given from the decoding unit 701) is notified to the motion vector magnitude determination unit 706 .

なお、動きベクトル補間部705は、復号化部701からイントラブロックにおけるエラーの検出を受信した場合であって、復号しているブロックから動きベクトルを得ることができなかった場合には、補間動きベクトルを画像構成部702に出力する。   Note that the motion vector interpolation unit 705 receives the error detection in the intra block from the decoding unit 701, and when the motion vector cannot be obtained from the decoding block, the interpolation motion vector. Is output to the image construction unit 702.

動きベクトル大きさ判定部706は、復号化したブロックの動きベクトルの大きさを、所定の基準値(範囲)と比較し、当該動きベクトルの大きさが所定の基準値(範囲)から大きく外れていないかをチェックする手段である。ここで、所定の基準値(範囲)は、「0からブロックの大きさまでを範囲とする」、「0からマクロブロックまでの大きさを範囲とする」、「0からブロックの大きさに所定の係数を乗じた値までを範囲とする」等が考えられる。   The motion vector magnitude determining unit 706 compares the magnitude of the motion vector of the decoded block with a predetermined reference value (range), and the magnitude of the motion vector is significantly different from the predetermined reference value (range). It is a means to check whether there is any. Here, the predetermined reference value (range) is a range from “0 to the block size”, “from 0 to the macroblock range”, “0 to the block size. The range up to the value multiplied by the coefficient is considered.

動きベクトル大きさ判定部706は、動きベクトルの大きさが所定の基準値に対して所定の範囲内にないと判定された場合(すなわち、動きが大きいと判定された場合)、当該ブロックと前フレームとの相関は小さいと判断し、DC/動きベクトル条件判定部707にDC値を基に構成された画像を表示するエラー隠蔽方法を選択するよう通知する。   When it is determined that the size of the motion vector is not within a predetermined range with respect to a predetermined reference value (that is, when it is determined that the motion is large), the motion vector size determination unit 706 It is determined that the correlation with the frame is small, and notifies the DC / motion vector condition determination unit 707 to select an error concealment method for displaying an image configured based on the DC value.

一方、動きベクトル大きさ判定部706は、動きベクトルの大きさが所定の基準値に対して所定の範囲内に入っていると判定された場合、当該ブロックと前フレームとの相関は大きいと判断し、DC/動きベクトル条件判定部707に前フレームの画像を表示するエラー隠蔽方法を選択するよう通知する。   On the other hand, the motion vector magnitude determination unit 706 determines that the correlation between the block and the previous frame is large when it is determined that the magnitude of the motion vector is within a predetermined range with respect to a predetermined reference value. Then, the DC / motion vector condition determination unit 707 is notified to select an error concealment method for displaying the image of the previous frame.

DC/動きベクトル条件判定部707は、DC判定部703と動きベクトル大きさ判定部706のそれぞれからエラー隠蔽方法の通知を受ける。DC/動きベクトル条件判定部707は、動きベクトル大きさ判定部706から所定の範囲内であるから前フレーム画像によるエラー隠蔽方法を選択すべきとの判定結果を得た場合、その判定をDC判定部703の判定結果に優先させ、前フレーム画像によるエラー隠蔽方法をその判定結果とする。一方、DC/動きベクトル条件判定部707は、動きベクトル大きさ判定部706から所定の範囲外であるからDC値によるエラー隠蔽方法を選択すべきとの判定結果を得た場合、DC判定部703の判定結果をその判定結果とする。   The DC / motion vector condition determination unit 707 receives notification of the error concealment method from each of the DC determination unit 703 and the motion vector magnitude determination unit 706. When the DC / motion vector condition determination unit 707 obtains a determination result indicating that the error concealment method based on the previous frame image should be selected from the motion vector magnitude determination unit 706, the determination is performed as a DC determination. The determination result of the unit 703 is prioritized, and the error concealment method using the previous frame image is set as the determination result. On the other hand, when the DC / motion vector condition determination unit 707 obtains a determination result from the motion vector magnitude determination unit 706 that the error concealment method based on the DC value should be selected because it is outside the predetermined range, the DC determination unit 703 The determination result is defined as the determination result.

すなわち、DC/動きベクトル条件判定部707は、動きベクトルの大きさが小さいブロックに関しては前フレーム画像によるエラー隠蔽方法を選択するように指示を出し、動きベクトルの大きさは大きくても復号されたDC値と周辺ブロックとの差分が大きいブロックに関しては前フレーム画像によるエラー隠蔽方法を選択するように指示を出し、動きベクトルの大きさは大きいが復号されたDC値と周辺ブロックのDC値との差分は小さいブロックに関してはDC値によるエラー隠蔽方法を選択するように指示を出す。   That is, the DC / motion vector condition determination unit 707 instructs to select an error concealment method based on the previous frame image for a block having a small motion vector size, and is decoded even if the motion vector size is large. For a block having a large difference between the DC value and the peripheral block, an instruction is given to select an error concealment method based on the previous frame image, and although the magnitude of the motion vector is large, the decoded DC value and the DC value of the peripheral block are For a block with a small difference, an instruction is given to select an error concealment method based on a DC value.

なお、このような条件判断とするのは、DC値の不連続の程度が大きい部分は人間の視覚特性上、目に付きやすいからである。   The reason for this condition determination is that a portion where the degree of discontinuity of the DC value is large is easily noticeable due to human visual characteristics.

(C−2)動画像データの伝送動作及びエラー隠蔽動作
続いて、本実施形態例に係る動画像伝送システムに基づく、動画像データの伝送動作とエラー隠蔽動作について説明する。ただし、動画像の送信側となる符号化装置300の構成は、第1の実施形態例と同じであり、その動作内容も同様となるため、ここでもその説明は省略する。以下、伝送路又は伝搬路を介して受信した符号化データの復号処理を実行する復号化装置700の動作、特にエラー隠蔽動作について説明する。
(C-2) Moving Image Data Transmission Operation and Error Concealing Operation Next, moving image data transmission operation and error concealing operation based on the moving image transmission system according to the present embodiment will be described. However, the configuration of the encoding apparatus 300 on the moving image transmission side is the same as that of the first embodiment, and the operation content is also the same, so the description thereof is omitted here. Hereinafter, an operation of the decoding apparatus 700 that performs a decoding process on encoded data received via a transmission path or a propagation path, particularly an error concealment operation will be described.

復号化部701は、伝送路又は伝搬路から受信された符号化データが入力されると、各ブロック毎順番に、DC情報(DC値による画素データ)、AC情報(AC値による画素データ)、動きベクトル情報を復号し、画像構成部702に出力する。また、復号化部701は、各ブロックの動きベクトル情報を動きベクトル補間部705に伝える。動きベクトル補間部705は、復号化部701から通知のあった各ブロックの動きベクトル情報を保持する。   When the encoded data received from the transmission path or the propagation path is input to the decoding unit 701, DC information (pixel data based on DC values), AC information (pixel data based on AC values), The motion vector information is decoded and output to the image construction unit 702. Further, the decoding unit 701 transmits the motion vector information of each block to the motion vector interpolation unit 705. The motion vector interpolation unit 705 holds the motion vector information of each block notified from the decoding unit 701.

復号化部701は、復号化中に誤りが検出され、それがイントラブロックにおいて検出された場合、それまでに復号化されたデータについてはそのまま出力し、復号できないイントラブロックを動きベクトル補間部705及びDC判定部703に通知する。   When an error is detected during decoding and is detected in an intra block, the decoding unit 701 outputs the data that has been decoded so far as it is, and outputs the intra block that cannot be decoded to the motion vector interpolation unit 705 and Notify the DC determination unit 703.

動きベクトル補間部705は、イントラブロックにおける誤り検知の通知を受けると、該当イントラブロックについて復号された動きベクトル(復号化部701で動きベクトルを復号できた場合)又は隣接ブロックの動きベクトルの平均値などから生成された補間動きベクトル(復号化部701で動きベクトルを復号できなかった場合)を、該当ブロックについての動きベクトル情報として保持すると共に、画像構成部702及び動きベクトル大きさ判定部706に通知する。   When the motion vector interpolation unit 705 receives the error detection notification in the intra block, the motion vector decoded for the corresponding intra block (when the motion vector can be decoded by the decoding unit 701) or the average value of the motion vectors of adjacent blocks Interpolated motion vectors generated from the above (when the motion vector could not be decoded by the decoding unit 701) are held as motion vector information for the corresponding block, and are also stored in the image configuration unit 702 and the motion vector magnitude determination unit 706. Notice.

動きベクトル大きさ判定部706は、動きベクトル補間部705より動きベクトル(補間動きベクトル)が通知されると、保持している動きベクトルの大きさの許容範囲と比較し、動きベクトルの大きさが所定の許容範囲内に入っているかチェックする。   When a motion vector (interpolated motion vector) is notified from the motion vector interpolating unit 705, the motion vector size determining unit 706 compares the motion vector size with the allowable range of the motion vector size, and the motion vector size is determined. Check if it is within the specified tolerance.

ここでの判定結果として、動きベクトルの大きさが許容範囲内にあると判定された場合、動きベクトル大きさ判定部706は、動きが少なく前フレームとの相関が高いと判断し、前フレームの画像によるエラー隠蔽方法を選択するようDC/動きベクトル条件判定部707に通知する。   As a result of the determination here, when it is determined that the size of the motion vector is within the allowable range, the motion vector size determination unit 706 determines that the motion is small and the correlation with the previous frame is high, and the The DC / motion vector condition determination unit 707 is notified to select an error concealment method using an image.

一方、動きベクトルの大きさが許容範囲外であると判定された場合、動きベクトル大きさ判定部706は、動きが大きいため前フレームとの相関は低いと判断し、DC値を基に構成された画像を表示するエラー隠蔽方法を選択するようDC/動きベクトル条件判定部707に通知する。   On the other hand, when it is determined that the size of the motion vector is outside the allowable range, the motion vector size determination unit 706 determines that the correlation with the previous frame is low because the motion is large, and is configured based on the DC value. The DC / motion vector condition determination unit 707 is notified to select an error concealment method for displaying the displayed image.

なお、DC判定部703は、第1の実施形態例で説明したDC判定部103と同様の動作を行う。すなわち、DC判定部703は、正しく復号できなかったイントラブロックのDC値を、所定の基準値(例えば、周辺(隣接を含む。)ブロックの平均値)と比較し、当該DC値が所定の基準値から大きく外れていないかをチェックする。   The DC determination unit 703 performs the same operation as the DC determination unit 103 described in the first embodiment. That is, the DC determination unit 703 compares the DC value of the intra block that has not been correctly decoded with a predetermined reference value (for example, the average value of neighboring (including adjacent) blocks), and the DC value is determined to be the predetermined reference value. Check if it is not significantly different from the value.

そして、DC値が所定の基準値に対して所定の範囲内にないと判定された場合、DC判定部703は、当該DC値はエラーを隠蔽する画像を構成するのに不適切な値であると判断し、DC/動きベクトル条件判定部707に前フレームの画像を表示するエラー隠蔽方法を選択するよう通知する。   When it is determined that the DC value is not within the predetermined range with respect to the predetermined reference value, the DC determination unit 703 is an inappropriate value for constructing an image that conceals an error. And the DC / motion vector condition determining unit 707 is notified to select an error concealment method for displaying the image of the previous frame.

一方、DC値が所定の基準値に対して所定の範囲内に入っていると判定された場合、DC判定部703は、当該DC値はエラー部分を隠蔽する画像を構成するのに適切な値であると判断し、DC/動きベクトル条件判定部707に当該DC値を基に構成された画像を表示するエラー隠蔽方法を選択するよう通知する。   On the other hand, when it is determined that the DC value is within a predetermined range with respect to the predetermined reference value, the DC determination unit 703 determines that the DC value is an appropriate value for constructing an image that conceals the error part. And the DC / motion vector condition determining unit 707 is notified to select an error concealment method for displaying an image configured based on the DC value.

なお、復号化部701においてDC値が復号できず、DC判定部703にDC値の通知自体がなかった場合には、DC判定部703は、前フレームの画像によってエラーを隠蔽するエラー隠蔽方法を選択するように通知する。   If the decoding unit 701 cannot decode the DC value and the DC determination unit 703 does not notify the DC value itself, the DC determination unit 703 uses an error concealment method that conceals an error with the image of the previous frame. Notify you to choose.

DC/動きベクトル条件判定部707は、DC判定部703と動きベクトル大きさ判定部706のそれぞれからエラー隠蔽方法の通知を受け、動きベクトル大きさ判定部706から前フレーム画像によるエラー隠蔽方法を選択すべきとの判定結果を得た場合、その判定をDC判定部703の判定結果に優先させ、動きベクトル大きさ判定部706からDC値によるエラー隠蔽方法を選択すべきとの判定結果を得た場合、DC判定部703の判定結果を優先させるように動作する。   The DC / motion vector condition determination unit 707 receives notification of the error concealment method from each of the DC determination unit 703 and the motion vector magnitude determination unit 706, and selects an error concealment method based on the previous frame image from the motion vector magnitude determination unit 706. When the determination result that should be obtained is obtained, the determination is prioritized over the determination result of the DC determination unit 703, and the determination result that the error concealment method based on the DC value should be selected from the motion vector magnitude determination unit 706 is obtained. In this case, the determination result of the DC determination unit 703 operates so as to give priority.

すなわち、DC/動きベクトル条件判定部707は、動きベクトルの大きさが小さいブロックに関しては前フレーム画像によるエラー隠蔽方法を選択するように、動きベクトルの大きさは大きくても復号されたDC値と周辺ブロックとの差分が大きいブロックに関しては前フレーム画像によるエラー隠蔽方法を選択するように、動きベクトルの大きさは大きいが復号されたDC値と周辺ブロックとの差分は小さいブロックに関してはDC値によるエラー隠蔽方法を選択するように画像構成部702に通知する。   That is, the DC / motion vector condition determination unit 707 selects the error concealment method based on the previous frame image for a block with a small motion vector size, so that the decoded DC value and the motion vector size are large. For blocks with a large difference from neighboring blocks, the error concealment method based on the previous frame image is selected, so that the difference between the decoded DC value and the neighboring blocks is small, depending on the DC value. The image construction unit 702 is notified to select an error concealment method.

画像構成部702は、かかるエラー隠蔽方法通知信号を、第1の実施形態例の画像構成部102の場合と同様、エラー隠蔽方法制御部805で受信し、指示内容に従って前画像処理部801と切替スイッチ806を切り替え制御する。ただし、前画像処理部801は、動きベクトル情報が復号化部701より得られない場合、動きベクトル補間部705で生成された補間動きベクトルを代用して用いる。   The image construction unit 702 receives the error concealment method notification signal by the error concealment method control unit 805 as in the case of the image construction unit 102 of the first embodiment, and switches to the previous image processing unit 801 according to the instruction content. The switch 806 is switched and controlled. However, when the motion vector information is not obtained from the decoding unit 701, the previous image processing unit 801 uses the interpolation motion vector generated by the motion vector interpolation unit 705 instead.

画像構成部702におけるフレームの構成動作、参照画像の参照メモリ704への書き込み動作、フレームデータの出力などの動作は第1の実施形態例と同様である。   Operations such as a frame composition operation, a reference image write operation to the reference memory 704, and frame data output in the image construction unit 702 are the same as those in the first embodiment.

(C−3)第2実施形態の効果
以上のように、本実施形態で提案する復号化装置700を用いれば、第1の実施形態例と同様の効果に加え、次の効果を得ることができる。すなわち、本実施形態においては、動きベクトルが小さく、前フレームの画像との相関が高いと考えられるイントラブロックに関しては、そのエラー隠蔽方法として、前フレームの画像を表示するエラー隠蔽方法を優先させることができるため、主観を損なう画像が出力されるおそれを有効に回避し得、イントラブロックが誤った際の画質の主観評価の向上を実現できる。
(C-3) Effects of Second Embodiment As described above, if the decoding apparatus 700 proposed in this embodiment is used, the following effects can be obtained in addition to the same effects as those of the first embodiment. it can. That is, in the present embodiment, for an intra block considered to have a small motion vector and a high correlation with the image of the previous frame, priority is given to the error concealment method that displays the image of the previous frame as its error concealment method. Therefore, the possibility that an image that impairs the subjectivity is output can be effectively avoided, and the subjective evaluation of the image quality when the intra block is erroneous can be improved.

(D)第3の実施形態例
第3の実施形態例では、図3に示す符号化装置300と、図9に示す復号化装置900とで構成される動画像伝送システムについて説明する。すなわち、既存の符号化装置300と、新規な復号化装置900との組合せで構成される動画像伝送システムについて説明する。
(D) Third Embodiment In the third embodiment, a moving image transmission system including the encoding device 300 shown in FIG. 3 and the decoding device 900 shown in FIG. 9 will be described. That is, a moving image transmission system configured by a combination of an existing encoding device 300 and a new decoding device 900 will be described.

なお、この実施形態例で使用する復号化装置700は、第2の実施形態例で用いた隠蔽方法の切り替え判定基準に加え、動きベクトルの変化量を加味することで、より一層適切な隠蔽方法が選択できるようにした点に特徴がある。   Note that the decoding apparatus 700 used in this embodiment example further improves the concealment method by taking into account the amount of motion vector change in addition to the concealment method switching determination criterion used in the second embodiment example. It is characterized in that can be selected.

(D−1)符号化装置300及び復号化装置900の構成
符号化装置300の構成は、第1及び第2の実施形態例のものと同じである。従って、以下、復号化装置900の構成についてのみ説明する。
(D-1) Configuration of Encoding Device 300 and Decoding Device 900 The configuration of the encoding device 300 is the same as that of the first and second exemplary embodiments. Therefore, only the configuration of the decoding apparatus 900 will be described below.

復号化装置900は、復号化部901と、画像構成部902と、DC判定部903と、参照メモリ904と、動きベクトル補間部905と、動きベクトル大きさ判定部906と、DC/動きベクトル条件判定部907と、動きベクトル変化量判定部908と、動きベクトル条件判定部909とから構成される。   The decoding apparatus 900 includes a decoding unit 901, an image configuration unit 902, a DC determination unit 903, a reference memory 904, a motion vector interpolation unit 905, a motion vector magnitude determination unit 906, and a DC / motion vector condition. The determination unit 907 includes a motion vector change amount determination unit 908 and a motion vector condition determination unit 909.

このうち、第2の実施形態例と異なる点は、動きベクトル変化量判定部908と動きベクトル条件判定部909の2点である。従って、その他の部分については、基本的に、第2の実施形態例と同じである。   Among these, the differences from the second embodiment are two points: a motion vector change amount determination unit 908 and a motion vector condition determination unit 909. Therefore, the other parts are basically the same as those in the second embodiment.

動きベクトル変化量判定部908は、動きベクトル補間部905から各ブロックの動きベクトル情報の通知を受け、これを保持する手段である。動きベクトル変化量判定部908は、イントラブロックが正しく復号できなかったとの通知を動きベクトル補間部905から受けた場合、保持している1フレーム前の動きベクトルと現フレームの動きベクトルとの差分から、復号化するブロックの動きベクトルに生じた変化量の算出を行う。   The motion vector change amount determination unit 908 is a unit that receives the notification of the motion vector information of each block from the motion vector interpolation unit 905 and holds this. When the motion vector change amount determination unit 908 receives a notification from the motion vector interpolation unit 905 that the intra block has not been correctly decoded, the motion vector change amount determination unit 908 uses the difference between the stored motion vector of the previous frame and the motion vector of the current frame. Then, the amount of change generated in the motion vector of the block to be decoded is calculated.

動きベクトル変化量判定部908は、動きベクトルの変化量が所定の範囲内にあるか否かでエラー隠蔽方法を選択し、動きベクトル条件判定部909に通知する機能を実行する。ここで、所定の範囲は、「0からブロックの大きさまでを範囲とする」、「0からマクロブロックまでの大きさを範囲とする」、「0からブロックの大きさに所定の係数を乗じた値までを範囲とする」等によって与えられる。   The motion vector change amount determination unit 908 executes a function of selecting an error concealment method based on whether or not the change amount of the motion vector is within a predetermined range and notifying the motion vector condition determination unit 909. Here, the predetermined range is “with a range from 0 to the block size”, “with a size from 0 to the macroblock”, “0 to the block size multiplied by a predetermined coefficient. The range is up to the value ".

なお、動きベクトル変化量判定部908は、動きベクトルの変化量が所定の範囲内にある場合(すなわち、動きの変化が小さい場合)、前フレームの画像によるエラー隠蔽方法を選択するように、動きベクトル条件判定部909に通知する。   The motion vector change amount determination unit 908 selects the error concealment method based on the image of the previous frame when the change amount of the motion vector is within a predetermined range (that is, when the change in motion is small). The vector condition determination unit 909 is notified.

これに対し、動きベクトルの変化量が所定の範囲内に入っていなければ(すなわち、動きの変化が大きい場合)、動きベクトル変化量判定部908は、前フレームの画像によるエラーの隠蔽を選択するとエラー隠蔽効果が低下すると判断して、DC値によるエラー隠蔽方法を選択するよう動きベクトル条件判定部909に通知する。   On the other hand, if the change amount of the motion vector is not within the predetermined range (that is, if the change of motion is large), the motion vector change amount determination unit 908 selects error concealment by the image of the previous frame. It is determined that the error concealment effect is reduced, and notifies the motion vector condition determination unit 909 to select an error concealment method based on the DC value.

動きベクトル条件判定部909は、動きベクトル大きさ判定部906と動きベクトル変化量判定部908のそれぞれから判定結果を入力する。ここで、動きベクトル条件判定部909は、動きベクトル変化量判定部908から所定の範囲内であるから前フレーム画像によるエラー隠蔽方法を選択すべきとの判定結果を得た場合、その判定を動きベクトル大きさ判定部906の判定結果に優先させ、前フレーム画像によるエラー隠蔽方法をその判定結果とする。一方、動きベクトル条件判定部909は、動きベクトル変化量判定部908から所定の範囲外であるからDC値によるエラー隠蔽方法を選択すべきとの判定結果を得た場合、動きベクトル大きさ判定部906の判定結果をその判定結果とする。 The motion vector condition determination unit 909 receives the determination result from each of the motion vector magnitude determination unit 906 and the motion vector change amount determination unit 908. Here, when the motion vector condition determination unit 909 obtains a determination result indicating that the error concealment method using the previous frame image should be selected because the motion vector change amount determination unit 908 is within a predetermined range, The determination result of the vector size determination unit 906 is prioritized and the error concealment method using the previous frame image is set as the determination result. On the other hand, when the motion vector condition determination unit 909 obtains a determination result from the motion vector change amount determination unit 908 that the error concealment method based on the DC value should be selected because it is outside the predetermined range, the motion vector magnitude determination unit a determination result 906 to the determination result.

すなわち、動きベクトル条件判定部909は、動きベクトルの変化量が小さいブロックに関しては前フレーム画像によるエラー隠蔽方法を選択するように指示を出し、動きベクトルの変化量は大きくても動きベクトルの大きさが小さい場合には前フレーム画像によるエラー隠蔽方法を選択するように指示を出し、動きベクトルの変化量が大きく動きベクトルの大きさも大きい場合にはDC値によるエラー隠蔽方法を選択するように指示を出す。   That is, the motion vector condition determination unit 909 issues an instruction to select an error concealment method based on the previous frame image for a block with a small motion vector change amount, and the motion vector size is large even if the motion vector change amount is large. Is instructed to select the error concealment method based on the previous frame image, and when the change amount of the motion vector is large and the size of the motion vector is large, the instruction to select the error concealment method based on the DC value is instructed. put out.

なお、本実施形態例におけるDC/動きベクトル条件判定部907は、第2の実施形態例の場合とは異なり、動きベクトル条件判定部909の判定結果とDC判定部903の判定結果を入力とし、その判定動作は、第2の実施形態例におけるDC/動きベクトル条件判定部707の判定動作のうち動きベクトル大きさ判定部706の判定結果を動きベクトル条件判定部909の判定結果に置き換えたものとなる。   Note that, unlike the second embodiment, the DC / motion vector condition determination unit 907 in the present embodiment example receives the determination result of the motion vector condition determination unit 909 and the determination result of the DC determination unit 903, and The determination operation is obtained by replacing the determination result of the motion vector magnitude determination unit 706 with the determination result of the motion vector condition determination unit 909 in the determination operation of the DC / motion vector condition determination unit 707 in the second embodiment. Become.

(D−2)動画像データの伝送動作及びエラー隠蔽動作
続いて、本実施形態例に係る動画像伝送システムに基づく、動画像データの伝送動作とエラー隠蔽動作について説明する。ただし、動画像の送信側となる符号化装置300の構成は、第1及び第2の実施形態例と同じであり、その動作内容も同様となるため、ここでもその説明は省略する。以下、伝送路又は伝搬路を介して受信した符号化データの復号処理を実行する復号化装置900の動作、特にエラー隠蔽動作について説明する。
(D-2) Moving Image Data Transmission Operation and Error Concealing Operation Next, moving image data transmission operation and error concealing operation based on the moving image transmission system according to the present embodiment will be described. However, the configuration of the encoding apparatus 300 on the moving image transmission side is the same as that of the first and second exemplary embodiments, and the operation contents thereof are also the same, so the description thereof is omitted here. Hereinafter, an operation of the decoding apparatus 900 that performs a decoding process of encoded data received via a transmission path or a propagation path, particularly an error concealment operation will be described.

復号化部901は、伝送路又は伝搬路から受信された符号化データが入力されると、各ブロック毎順番に、DC情報(DC値による画素データ)、AC情報(AC値による画素データ)、動きベクトル情報を復号し、画像構成部902に出力する。また、復号化部901は、各ブロックの動きベクトル情報を動きベクトル補間部905に伝える。動きベクトル補間部905は、復号化部901から通知のあった各ブロックの動きベクトル情報を保持する。   When the encoded data received from the transmission path or the propagation path is input to the decoding unit 901, DC information (pixel data based on DC values), AC information (pixel data based on AC values), The motion vector information is decoded and output to the image construction unit 902. In addition, the decoding unit 901 transmits the motion vector information of each block to the motion vector interpolation unit 905. The motion vector interpolation unit 905 holds the motion vector information of each block notified from the decoding unit 901.

復号化部901は、復号化中に誤りが検出され、それがイントラブロックにおいて検出された場合、それまでに復号化されたデータについてはそのまま出力し、復号できないイントラブロックを動きベクトル補間部905及びDC判定部903に通知する。   When an error is detected during decoding and detected in an intra block, the decoding unit 901 outputs the data decoded so far as it is, and outputs the intra block that cannot be decoded to the motion vector interpolation unit 905 and Notify the DC determination unit 903.

動きベクトル補間部905は、イントラブロックにおける誤り検知の通知を受けると、該当イントラブロックについて復号された動きベクトル(復号化部901で動きベクトルを復号できた場合)又は隣接ブロックの動きベクトルの平均値などから生成された補間動きベクトル(復号化部901で動きベクトルを復号できなかった場合)を、該当ブロックについての動きベクトル情報として保持する。   When the motion vector interpolation unit 905 receives the error detection notification in the intra block, the motion vector decoded for the corresponding intra block (when the motion vector can be decoded by the decoding unit 901) or the average value of the motion vectors of adjacent blocks Interpolated motion vectors generated from the above (when the motion vector could not be decoded by the decoding unit 901) are held as motion vector information for the corresponding block.

なお、動きベクトル補間部905は、動きベクトル又は補間動きベクトルを、画像構成部902、動きベクトル大きさ判定部706及び動きベクトル変化量判定部908のそれぞれに通知され、それぞれにおいて保持される。   Note that the motion vector interpolation unit 905 notifies the image forming unit 902, the motion vector magnitude determination unit 706, and the motion vector change amount determination unit 908 of the motion vector or the interpolated motion vector, and holds them.

ここで、復号化部901は、復号化中に誤りを検出し、それがイントラブロックにおいて検出されたものであるとする。この場合、復号化部901は、それまでに復号化されたデータについてはそのまま出力し、復号できないイントラブロックを動きベクトル補間部705及びDC判定部703のそれぞれに通知する。また、この通知は動きベクトル補間部905を介して動きベクトル変化量判定部908にも通知される。   Here, it is assumed that the decoding unit 901 detects an error during decoding and detects it in the intra block. In this case, the decoding unit 901 outputs the data that has been decoded so far as it is, and notifies each of the motion vector interpolation unit 705 and the DC determination unit 703 of an intra block that cannot be decoded. This notification is also notified to the motion vector change amount determination unit 908 via the motion vector interpolation unit 905.

かかる通知を受けると、動きベクトル変化量判定部908は、当該ブロックについての動きベクトルの変化量が予め定めた所定の範囲内に入っているか否かを判定し、入っている場合には動き(変化)のあまりない画像と判断して、動きベクトル条件判定部909に対し、前フレーム画像によるエラー隠蔽方法を選択するように通知する。   Upon receiving such notification, the motion vector change amount determination unit 908 determines whether or not the motion vector change amount for the block falls within a predetermined range. The motion vector condition determination unit 909 is notified to select an error concealment method based on the previous frame image.

これに対し、当該ブロックについての動きベクトルの変化量が予め定めた所定の範囲内に入っていないと判定すると、動きベクトル変化量判定部908は、DC値によるエラー隠蔽方法を選択するように動きベクトル条件判定部909に通知する。   On the other hand, if it is determined that the change amount of the motion vector for the block is not within a predetermined range, the motion vector change amount determination unit 908 moves so as to select an error concealment method based on the DC value. The vector condition determination unit 909 is notified.

一方、動きベクトル大きさ判定部906では、第2の実施形態例同様、動きベクトルの大きさに基づいてエラー隠蔽方法を決定し、動きベクトル条件判定部909に通知する。   On the other hand, as in the second embodiment, the motion vector magnitude determination unit 906 determines an error concealment method based on the magnitude of the motion vector and notifies the motion vector condition determination unit 909.

動きベクトル条件判定部909は、動きベクトル変化量判定部908から、前フレームの画像によるエラー隠蔽方法を選択するように通知がきたらその判定を優先し、DC値によるエラー隠蔽方法を選択するように通知がきたら動きベクトル大きさ判定部906からの通知を、DC/動きベクトル条件判定部907に通知する。   The motion vector condition determination unit 909 gives priority to the determination when the motion vector change amount determination unit 908 notifies the user to select an error concealment method based on the image of the previous frame, and selects the error concealment method based on the DC value. When the notification is received, the DC / motion vector condition determining unit 907 is notified of the notification from the motion vector magnitude determining unit 906.

DC/動きベクトル条件判定部907は、第2の実施例と同様の動作して最終的なエラー隠蔽方法の決定を行う。すなわち、DC/動きベクトル条件判定部907は、DC判定部903と動きベクトル条件判定部709のそれぞれからエラー隠蔽方法の通知を受け、動きベクトル条件判定部709から前フレーム画像によるエラー隠蔽方法を選択すべきとの判定結果を得た場合、その判定をDC判定部903の判定結果に優先させ、動きベクトル条件判定部909からDC値によるエラー隠蔽方法を選択すべきとの判定結果を得た場合、DC判定部903の判定結果を優先させるように動作する。   The DC / motion vector condition determination unit 907 operates in the same manner as in the second embodiment to determine the final error concealment method. That is, the DC / motion vector condition determination unit 907 receives the notification of the error concealment method from each of the DC determination unit 903 and the motion vector condition determination unit 709, and selects the error concealment method based on the previous frame image from the motion vector condition determination unit 709. When the determination result that the determination should be made is given priority over the determination result of the DC determination unit 903, and the determination result that the error concealment method based on the DC value should be selected from the motion vector condition determination unit 909 is obtained The DC determination unit 903 operates to prioritize the determination result.

かくして、DC/動きベクトル条件判定部907では、エラーの検知されたブロック部分のDC値、動きベクトルの大きさ及び動きベクトルの変化量を考慮した適切なエラー隠蔽方法が選択されることになる。   Thus, the DC / motion vector condition determination unit 907 selects an appropriate error concealment method considering the DC value of the block portion where the error is detected, the magnitude of the motion vector, and the amount of change of the motion vector.

(D−3)第3実施形態の効果
以上のように、本実施形態で提案する復号化装置900を用いれば、第2の実施形態例と同様の効果に加え、次の効果を得ることができる。すなわち、本実施形態においては、動きベクトルの大きさは大きくとも、前フレームとの間の変化量自体が少ないブロックに関しては、高い相関が期待される前フレーム画像によるエラーの隠蔽を確実に選択できるため、その分、主観の損なわれる画像が一層出力され難くできる。
(D-3) Effects of Third Embodiment As described above, if the decoding apparatus 900 proposed in this embodiment is used, the following effects can be obtained in addition to the same effects as those of the second embodiment. it can. That is, in the present embodiment, even if the motion vector is large, it is possible to reliably select the error concealment by the previous frame image for which high correlation is expected for a block with a small change amount between the previous frame itself. Therefore, it is possible to make it difficult to output an image whose subjectivity is impaired.

(E)第4の実施形態例
第4の実施形態例では、図3に示す符号化装置300と、図10に示す復号化装置1000とで構成される動画像伝送システムについて説明する。すなわち、既存の符号化装置300と、新規な復号化装置1000との組合せで構成される動画像伝送システムについて説明する。
(E) Fourth Embodiment In the fourth embodiment, a moving image transmission system including the encoding device 300 shown in FIG. 3 and the decoding device 1000 shown in FIG. 10 will be described. That is, a moving image transmission system configured by a combination of an existing encoding device 300 and a new decoding device 1000 will be described.

なお、この実施形態例で使用する復号化装置1000は、各判定要素(DC値、動きベクトルの大きさ及び動きベクトルの変化量)の判定基準を調整可能とした点に特徴がある。   The decoding apparatus 1000 used in this embodiment is characterized in that the determination criteria of each determination element (DC value, motion vector magnitude, and motion vector change amount) can be adjusted.

(E−1)符号化装置300及び復号化装置1000の構成
符号化装置300の構成は、前述の各実施形態例のものと同じである。従って、以下、復号化装置1000の構成についてのみ説明する。
(E-1) Configuration of Encoding Device 300 and Decoding Device 1000 The configuration of the encoding device 300 is the same as that of each of the above-described embodiments. Therefore, only the configuration of the decoding apparatus 1000 will be described below.

復号化装置1000は、復号化部1001と、画像構成部1002と、DC判定部1003と、参照メモリ1004と、動きベクトル補間部1005と、動きベクトル大きさ判定部1006と、DC/動きベクトル条件判定部1007と、動きベクトル変化量判定部1008と、動きベクトル条件判定部1009と、判定調整部1010とから構成される。   The decoding apparatus 1000 includes a decoding unit 1001, an image configuration unit 1002, a DC determination unit 1003, a reference memory 1004, a motion vector interpolation unit 1005, a motion vector magnitude determination unit 1006, and a DC / motion vector condition. The determination unit 1007 includes a motion vector change amount determination unit 1008, a motion vector condition determination unit 1009, and a determination adjustment unit 1010.

このうち、第3の実施形態例と異なる点は、判定調整部1010の部分のみである。すなわち、その他の部分については、第3の実施形態例と同じである。 Among these, the difference from the third embodiment is only the determination adjustment unit 1010. That is, the other parts are the same as those in the third embodiment.

判定調整部1010は、第3の実施形態例で用いた3つの判定部、すなわち、DC判定部1003、動きベクトル大きさ判定部1006及び動きベクトル変化量判定部1008で判定基準として用いられる所定の範囲を個別に調整するためのものである。すなわち、判定調整部1010は、ユーザからの指示を制御信号として入力し、当該制御信号の指示内容に応じて所定の範囲を狭めたり、広げたり調節する。   The determination adjustment unit 1010 is a predetermined reference used as a determination criterion in the three determination units used in the third embodiment, that is, the DC determination unit 1003, the motion vector magnitude determination unit 1006, and the motion vector change amount determination unit 1008. This is to adjust the range individually. That is, the determination adjustment unit 1010 receives an instruction from the user as a control signal, and narrows or widens the predetermined range according to the instruction content of the control signal.

(E−2)動画像データの伝送動作及びエラー隠蔽動作
本実施形態における動画像データの伝送動作及びエラー隠蔽動作は、各判定部で選択されるエラー隠蔽方法の境界がユーザからの制御によって微調整されることを除いて、第3の実施形態例と同じである。
(E-2) Moving Image Data Transmission Operation and Error Concealment Operation The moving image data transmission operation and error concealment operation in the present embodiment are such that the boundary of the error concealment method selected by each determination unit is finely controlled by the user. Except for adjustment, the third embodiment is the same as the third embodiment.

すなわち、本実施形態における復号化装置1000にも、
(ア)動きベクトルの変化量が少ないと判定されたブロックについては、当該ブロックの動きベクトルの大きさに関わらず前フレーム画像によるエラー隠蔽方法を選択し、
(イ)動きベクトルの変化量の大きいと判定されたブロックであって、その動きベクトルの大きさが小さいと判定されたブロックについては、前フレーム画像によるエラー隠蔽方法を選択し、
(ウ)動きベクトルの変化量の大きいと判定され、かつ、その動きベクトルの大きさが大きいと判定されたブロックであって、当該ブロックから復号されたDC値が周辺(隣接を含む。)ブロックのDC値の平均値から大きく外れていると判定されたブロックについては、前フレーム画像によるエラー隠蔽方法を選択し、
(エ)動きベクトルの変化量の大きいと判定され、かつ、その動きベクトルの大きさが大きいと判定されたブロックであって、当該ブロックから復号されたDC値が周辺(隣接を含む。)ブロックのDC値の平均値と近いと判定されたブロックについては、DC値によるエラー隠蔽方法を選択することができる。
That is, the decryption apparatus 1000 in this embodiment also has
(A) For a block that is determined to have a small amount of motion vector change, select an error concealment method based on the previous frame image regardless of the magnitude of the motion vector of the block,
(A) For a block that is determined to have a large amount of change in motion vector and that is determined to have a small motion vector, select an error concealment method based on the previous frame image;
(C) A block that is determined to have a large amount of change in motion vector and that has a large motion vector, and a DC value decoded from the block is a peripheral (including adjacent) block. For a block determined to be greatly deviated from the average value of the DC values, the error concealment method by the previous frame image is selected,
(D) A block that is determined to have a large amount of change in motion vector and that has a large motion vector, and a DC value decoded from the block is a peripheral (including adjacent) block. For blocks determined to be close to the average value of the DC values, an error concealment method based on the DC values can be selected.

かくして、第3の実施形態例と同様、違和感の少ない自然な画質を得ることができる。   Thus, as in the third embodiment, a natural image quality with little discomfort can be obtained.

しかも、本実施形態例の場合は、かかる基本的な性能を備える上に、復号対象となる動画像のソース(映画、スポーツ、ニュース)や属性に応じて、前フレーム画像によるエラーの隠蔽方法が選択されるブロックとDC値によるエラーの隠蔽方法が選択されるブロックとの境界条件を調整できるため、画質のさらなる向上が期待できる。 In addition, in the case of the present embodiment, in addition to such basic performance, there is an error concealment method using the previous frame image according to the source (movie, sports, news) and attribute of the moving image to be decoded. Since the boundary condition between the selected block and the block for which the error concealment method based on the DC value is selected can be adjusted, further improvement in image quality can be expected.

なお、上述の説明では、判定調整部1010が、判定部別に与えられた制御信号の指示に応じ、各判定部の判定基準を個別に調整するものとして説明したが、一つの制御信号で同時に複数の判定基準を調整できるようにしても良い。かかる調整は、例えば、判定調整部1010内に、制御信号の制御量に対応する各判定部の調整量とを組として備えるテーブル手段を設け、与えられた制御信号の制御量に対する最適な調整量の組を各判定部に与えることで実現できる。また、制御信号の制御量に対する各判定部の調整量との関係を定めた関係式を判定調整部1010に格納しておき、演算によって制御信号の制御量に対応する各判定部の調整量を算出する方法によっても実現できる。   In the above description, the determination adjustment unit 1010 has been described as individually adjusting the determination criterion of each determination unit in accordance with the instruction of the control signal given to each determination unit. The determination criteria may be adjusted. For this adjustment, for example, in the determination adjustment unit 1010, table means including a set of adjustment amounts of each determination unit corresponding to the control amount of the control signal is provided, and an optimal adjustment amount for the control amount of the given control signal is provided. This can be realized by giving each set to each determination unit. Further, a relational expression that defines the relationship between the control amount of the control signal and the adjustment amount of each determination unit is stored in the determination adjustment unit 1010, and the adjustment amount of each determination unit corresponding to the control amount of the control signal is calculated by calculation. It can also be realized by a calculation method.

(E−3)第4実施形態例の効果
以上のように、本実施形態で提案する復号化装置1000を用いれば、第3の実施形態例と同等の効果に加え、ユーザの好みに基づいた、エラー隠蔽方法の選択機構の調節を実現できる。
(E-3) Effects of the Fourth Embodiment As described above, using the decoding apparatus 1000 proposed in this embodiment, in addition to the same effects as those of the third embodiment, it is based on user preferences. The adjustment of the error concealment method selection mechanism can be realized.

(F)第5の実施形態例
第5の実施形態例では、上述の実施形態例とは異なり、図11に示す符号化装置1100と、図12に示す復号化装置1200とで構成される動画像伝送システムについて説明する。
(F) Fifth Embodiment In the fifth embodiment, unlike the above-described embodiment, a moving image composed of the encoding device 1100 shown in FIG. 11 and the decoding device 1200 shown in FIG. An image transmission system will be described.

この実施形態例は、符号化され伝送される符号化データが強制的にイントラフレーム又はイントラブロックに符号化されてものか否かの情報を、復号化装置側におけるエラー隠蔽方法の選択に使用する点に特徴を有するものである。   In this embodiment, information on whether encoded data to be encoded and transmitted is forcibly encoded into an intra frame or an intra block is used for selection of an error concealment method on the decoding device side. It is characterized by a point.

(F−1)符号化装置1100及び復号化装置1200の構成
符号化装置1100は、符号化部1101と、参照メモリ1102と、intra/inter判定部1103と、強制イントラ決定部1104と、復号化部1105と、強制イントラ通知部1106とから構成される。すなわち、符号化装置1100は、第1の実施形態例に係る符号化装置300の構成に強制イントラ通知部1106を加えた構成でなる。
(F-1) Configuration of Encoding Device 1100 and Decoding Device 1200 The encoding device 1100 includes an encoding unit 1101, a reference memory 1102, an intra / inter determination unit 1103, a forced intra determination unit 1104, and a decoding Unit 1105 and a forced intra notification unit 1106. That is, the encoding device 1100 has a configuration in which the forced intra notification unit 1106 is added to the configuration of the encoding device 300 according to the first embodiment.

この強制イントラ通知部1106は、現在イントラ符号化されて伝送されているブロックが強制的にイントラ符号化されたブロック(すなわち、強制イントラブロック)であることを復号化装置1200に通知するのに使用される。   The compulsory intra notification unit 1106 is used to notify the decoding apparatus 1200 that a block that is currently intra-encoded and transmitted is a block that is compulsorily intra-encoded (that is, a compulsory intra block). Is done.

このため、本実施形態例における強制イントラ決定部1104には、イントラ符号化すべき旨を、intra/inter判定部1103だけにではなく、前述の強制イントラ通知部1106にも通知する機能が設けられている。   For this reason, the forced intra determination unit 1104 in this embodiment is provided with a function for notifying not only the intra / inter determination unit 1103 but also the above-mentioned forced intra notification unit 1106 that intra coding should be performed. Yes.

一方、復号化装置1200は、復号化部1201と、画像構成部1202と、強制イントラ信号受信部1203と、参照メモリ1204とから構成される。この復号化装置1200は、第1の実施形態例における復号化装置100のDC判定部103に替えて強制イントラ信号受信部1203を設けるもので、画像構成部1202で実行されるエラー隠蔽方法が強制イントラ信号受信部1203より指示される点を除き、復号化装置100と同様の構成を有してなる。   On the other hand, the decoding device 1200 includes a decoding unit 1201, an image configuration unit 1202, a forced intra signal reception unit 1203, and a reference memory 1204. This decoding device 1200 is provided with a forced intra signal receiving unit 1203 in place of the DC determination unit 103 of the decoding device 100 in the first embodiment, and the error concealment method executed by the image construction unit 1202 is compulsory. The configuration is the same as that of the decoding device 100 except that it is instructed by the intra signal receiving unit 1203.

ここで、強制イントラ信号受信部1203は、符号化装置1100側から通知される強制イントラ信号の受信に使用される。強制イントラ信号受信部1203は、復号化部1201からエラー検知通知を受けたとき、強制イントラ信号を受信していれば前フレーム画像によるエラー隠蔽方法を選択する旨を画像構成部1202に通知し、強制イントラ信号を受信していなければDC成分によるエラー隠蔽方法を選択する旨を画像構成部402に通知するよう構成されている。なお、強制イントラ信号受信部1203は、復号化部1201からエラー検知通知を受けていないとき、強制イントラ信号の有無にかかわらず、画像構成部1202に隠蔽方法を指示しない。   Here, the compulsory intra signal reception unit 1203 is used to receive a compulsory intra signal notified from the encoding apparatus 1100 side. When the compulsory intra signal receiving unit 1203 receives an error detection notification from the decoding unit 1201, if the compulsory intra signal is received, the compulsory intra signal receiving unit 1203 notifies the image composing unit 1202 to select an error concealment method based on the previous frame image, If the compulsory intra signal is not received, the image composing unit 402 is notified that the error concealment method using the DC component is selected. Note that the compulsory intra signal reception unit 1203 does not instruct the image configuration unit 1202 about the concealment method regardless of the presence or absence of the compulsory intra signal when the error detection notification is not received from the decoding unit 1201.

(F−2)動画像データの伝送動作及びエラー隠蔽動作
本実施形態例の場合も、動画像の符号化と復号化の動作それ自体は、第1の実施形態例と同じである。違いは、動画像の符号化の際に強制的にイントラ符号化が選択された場合には、その情報が、強制イントラ通知部1106によって、復号化装置1200側に別途通知される点である。
(F-2) Moving Image Data Transmission Operation and Error Concealment Operation Also in the present embodiment example, the moving image encoding and decoding operations themselves are the same as those in the first embodiment example. The difference is that when intra coding is forcibly selected at the time of encoding a moving image, the information is separately notified to the decoding device 1200 side by the forced intra notification unit 1106.

もっとも、この強制イントラ通知部1106から通知される強制イントラ信号は、エラーの隠蔽に使用される情報である。従って、復号化部1201でエラーが検知されない限り、強制イントラ信号受信部1203は、復号動作に何ら関与することはなく、画像構成部1202からは復号されたDC成分とAC成分とから構成した画像が出力されることになる。   However, the forced intra signal notified from the forced intra notification unit 1106 is information used for concealing errors. Therefore, unless an error is detected by the decoding unit 1201, the compulsory intra signal reception unit 1203 does not participate in the decoding operation at all, and the image configuration unit 1202 has an image composed of the decoded DC component and AC component. Will be output.

これに対し、復号化部1201におけるイントラブロックの復号中に誤りが検出され、そのエラー検出通知が強制イントラ受信部1203に通知された場合、強制イントラ受信部1203は、強制イントラ信号が受信されているか否かを判断し、エラー隠蔽方法を決定する。   On the other hand, when an error is detected during decoding of the intra block in the decoding unit 1201 and the error detection notification is notified to the forced intra receiving unit 1203, the forced intra receiving unit 1203 receives the forced intra signal. Whether or not there is an error concealment method is determined.

例えば、強制イントラ信号が受信されているとき、強制イントラ信号受信部1203は、前フレーム画像によるエラー隠蔽方法を選択する旨を画像構成部1202に通知し、強制イントラ信号が受信されていないとき、DC値によるエラー隠蔽方法を選択する旨を画像構成部1202に通知する。   For example, when a forced intra signal is received, the forced intra signal reception unit 1203 notifies the image configuration unit 1202 that an error concealment method based on the previous frame image is selected, and when the forced intra signal is not received, The image composition unit 1202 is notified that an error concealment method based on a DC value is selected.

かくして、画像構成部1202は、イントラブロックが強制イントラブロックか否かで選択的にエラー隠蔽方法を切り替えることができる。なお、強制イントラブロックは、一般に発生符号量とは無関係に選択されるため、前フレーム画像との間で高い相関が得られる場合が多いと考えられるので、本実施形態例のエラー隠蔽方法の選択は、DC成分によるエラー隠蔽方法を選択する場合よりも高い画質が得られると考えられる。反対に、強制イントラブロックでなければ、前フレーム画像との相関が低いものと考えられるので、本実施形態例のエラー隠蔽方法の選択は、前フレーム画像によるエラー隠蔽方法を選択する場合よりも高い画質が得られると考えられる。   Thus, the image construction unit 1202 can selectively switch the error concealment method depending on whether or not the intra block is a forced intra block. Note that since the forced intra block is generally selected regardless of the amount of generated code, it is considered that there is often a high correlation with the previous frame image, so the selection of the error concealment method of the present embodiment example It is considered that higher image quality can be obtained than when an error concealment method using DC components is selected. On the other hand, if it is not a forced intra block, it is considered that the correlation with the previous frame image is low, so the selection of the error concealment method of this embodiment is higher than the case of selecting the error concealment method based on the previous frame image. It is thought that image quality can be obtained.

(F−3)第5実施形態例の効果
以上のように、本実施形態例で提案する符号化装置1100と復号化装置1200を用いて動画像伝送システムを構築すれば、強制的にイントラ符号化されたブロックについては前フレーム画像によるエラーの隠蔽を実行し、発生符号量の観点からイントラ符号化されたブロックについてはDC成分によるエラーの隠蔽を実行するため、相当高い確率で相関の高い画像による隠蔽を実現でき、従来装置に比して主観の優れた画像を提供することができる。
(F-3) Effect of Fifth Embodiment As described above, if a moving image transmission system is constructed using the encoding device 1100 and the decoding device 1200 proposed in this embodiment, an intra code is forcibly used. For the converted block, error concealment is executed by the previous frame image, and for the intra-coded block from the viewpoint of the amount of generated code, error concealment is executed by the DC component. Therefore, it is possible to provide an image with superior subjectivity as compared with the conventional apparatus.

(G)他の実施形態例
(1) 上述の第1〜第5の各実施形態例においては、イントラブロックにエラーが検出された場合にエラーの隠蔽処理を行う機能部を備えた復号化装置について述べたが、勿論、かかる機能部の他、インターブロックに検出されたエラーを隠蔽する機能部も備えていることが好ましい。
(G) Other embodiment examples
(1) In each of the first to fifth embodiments described above, the decoding device including a functional unit that performs error concealment processing when an error is detected in an intra block has been described. In addition to the function unit, it is preferable that a function unit for concealing errors detected in the inter blocks is also provided.

(2) 上述の実施形態例においては、周辺(隣接を含む。)ブロックのDC成分から予測DC成分値を算出する場合について述べたが、ここでの周辺ブロックには、該当ブロックと何らかの相関関係の認められるブロックである限り、その位置関係に関わらず候補に含まれるものとする。 (2) In the above-described embodiment, the case where the predicted DC component value is calculated from the DC component of the surrounding (including adjacent) block has been described, but the surrounding block here has some correlation with the corresponding block. As long as the block is recognized, the candidate is included regardless of the positional relationship.

(3) 上述の第2の実施形態例においては、DC判定部703における判定結果と、動きベクトル大きさ判定部706における判定結果とを用いてエラー部分の隠蔽方法を決定する場合について述べたが、動きベクトル大きさ判定部706の判定結果のみを用いてエラー部分の隠蔽方法を決定するようにしても良い。 (3) In the above-described second embodiment, the case where the concealment method for the error part is determined using the determination result in the DC determination unit 703 and the determination result in the motion vector magnitude determination unit 706 has been described. The error part concealment method may be determined using only the determination result of the motion vector magnitude determination unit 706.

この場合、動きベクトルの大きさが小さいブロックは前フレーム画像によりエラーが隠蔽され、動きベクトルの大きさが大きいブロックは復号されたDC値から構成された画像によりエラーが隠蔽される。このようにしても、固定的にいずれか一方の方法によりエラーの隠蔽を実行する従来装置に比して画質の向上を実現できる。   In this case, an error is concealed by a previous frame image in a block having a small motion vector, and an error is concealed by an image composed of decoded DC values in a block having a large motion vector. Even in this case, the image quality can be improved as compared with the conventional apparatus that performs error concealment by either one of the methods fixedly.

なおこの場合には、動きベクトル大きさ判定部706の判定結果を画像構成部202に直接与えれば良く、図7に表したようなDC/動きベクトル判定部707は不要となる。   In this case, the determination result of the motion vector magnitude determination unit 706 may be directly given to the image configuration unit 202, and the DC / motion vector determination unit 707 shown in FIG. 7 is not necessary.

(4) 上述の第3の実施形態例においては、DC判定部903における判定結果と、動きベクトル大きさ判定部906における判定結果と、動きベクトル変化量判定部908における判定結果とを用いてエラー部分の隠蔽方法を決定する場合について述べたが、(ア)動きベクトル大きさ判定部906における判定結果と、動きベクトル変化量判定部908における判定結果とを用いてエラー部分の隠蔽方法を決定する方法、(イ)DC判定部903における判定結果と、動きベクトル変化量判定部908における判定結果とを用いてエラー部分の隠蔽方法を決定する方法、(ウ)動きベクトル変化量判定部908における判定結果のみを用いてエラー部分の隠蔽方法を決定する方法を適用することもできる。 (4) In the third embodiment described above, the error is determined using the determination result in the DC determination unit 903, the determination result in the motion vector magnitude determination unit 906, and the determination result in the motion vector change amount determination unit 908. The case of determining the concealment method of the part has been described. (A) The concealment method of the error part is determined using the determination result in the motion vector magnitude determination unit 906 and the determination result in the motion vector change amount determination unit 908. A method, (a) a method for determining a concealment method for an error part using a determination result in the DC determination unit 903 and a determination result in the motion vector change amount determination unit 908, and (c) a determination in the motion vector change amount determination unit 908. It is also possible to apply a method for determining a method for concealing an error part using only the result.

なお、(ア)及び(イ)の場合、動きベクトル変化量判定部908において前フレーム画像によるエラーの隠蔽が選択された場合にはその方法により、動きベクトル変化量判定部908においてDC値によるエラーの隠蔽が選択された場合には動きベクトル大きさ判定部906の判定結果又はDC判定部903の判定結果に従ってエラーの隠蔽方法を切り替えれば良い。   In the case of (a) and (b), when the error concealment by the previous frame image is selected by the motion vector change amount determination unit 908, the error due to the DC value is determined by the method in the motion vector change amount determination unit 908. If concealment is selected, the error concealment method may be switched according to the determination result of the motion vector magnitude determination unit 906 or the determination result of the DC determination unit 903.

(5) 上述の第4の実施形態例においては、判定調整部1010に対して与えられる制御信号が、復号化装置を使用するユーザから与えられるものとして説明したが、動画像を符号化する符号化装置から与えられる場合にも適用し得る。かかる構成とすれば、符号化装置側から画像に適したエラーの隠蔽方法を制御することが可能となる。 (5) In the above-described fourth embodiment, it has been described that the control signal given to the determination adjustment unit 1010 is given by the user who uses the decoding device. The present invention can also be applied to a case where it is given from a computer. With this configuration, it is possible to control an error concealment method suitable for an image from the encoding device side.

(6) 上述の第4の実施形態例においては、DC判定部903と、動きベクトル大きさ判定部906と、動きベクトル変化量判定部908の3つの判定部を備える復号化装置と、各判定部の判定基準の範囲を調整する判定調整部1010とを組み合せる場合について述べたが、当該判定調整部1010と組み合せる復号化装置の構成は、(ア)DC判定部のみを備えるもの、(イ)動きベクトル大きさ判定部のみを備えるもの、(ウ)動きベクトル変化量判定部のみを備えるもの、(エ)DC判定部と動きベクトル大きさ判定部を組み合せたもの、(オ)DC判定部と動きベクトル変化量判定部を組み合せたもの、(カ)動きベクトル大きさ判定部と動きベクトル変化量判定部を組み合せたものが考えられる。 (6) In the above-described fourth embodiment, a decoding apparatus including three determination units, that is, a DC determination unit 903, a motion vector magnitude determination unit 906, and a motion vector change amount determination unit 908, and each determination Although the case where the judgment adjustment unit 1010 that adjusts the range of the judgment criterion of the unit is combined is described, the configuration of the decoding device combined with the determination adjustment unit 1010 includes (a) only a DC determination unit, A) only having a motion vector magnitude determination unit; (c) having only a motion vector change amount determination unit; (d) a combination of a DC determination unit and a motion vector magnitude determination unit; Or a motion vector change amount determination unit, or (f) a combination of a motion vector magnitude determination unit and a motion vector change amount determination unit.

(7) 上述の第5の実施形態例においては、強制イントラ信号受信部1203だけでエラー隠蔽方法を切り替える場合について述べたが、第1〜第4の各実施形態例に係る復号化装置やその変形例等と組み合せることも可能である。
すなわち、強制イントラ信号受信部1203と、(ア)DC判定部とを組み合せる場合、(イ)動きベクトル大きさ判定部とを組み合せる場合、(ウ)動きベクトル変化量判定部とを組み合せる場合、(エ)DC判定部と動きベクトル大きさ判定部とを組み合せる場合、(オ)DC判定部と動きベクトル変化量判定部とを組み合せる場合、(カ)動きベクトル大きさ判定部と動きベクトル変化量判定部とを組み合せる場合、(キ)これら(ア)〜(カ)の構成と判定調整部とを組み合せる場合にも適用し得る。
(7) In the above fifth embodiment, the case where the error concealment method is switched only by the forced intra signal receiving unit 1203 has been described. However, the decoding apparatus according to each of the first to fourth embodiments and the It is also possible to combine with modification examples.
That is, when the forced intra signal receiving unit 1203 and (a) the DC determination unit are combined, (b) when the motion vector magnitude determination unit is combined, (c) the motion vector change amount determination unit is combined. In the case of (d) combining the DC determination unit and the motion vector magnitude determination unit, (e) combining the DC determination unit and the motion vector change amount determination unit, (f) the motion vector magnitude determination unit When combining with the motion vector change amount determination unit, it can also be applied to combining (i) the configurations of (a) to (f) with the determination adjustment unit.

(8) 上述の各実施形態例は、図2に示すようなブロックフォーマットに動画像データを符号化する符号化方法を使用するものであればどのような符号化装置及び復号化装置にも適用し得る。 (8) Each of the embodiments described above is applicable to any encoding device and decoding device that use an encoding method for encoding moving image data in a block format as shown in FIG. Can do.

第1の実施形態例に係る復号化装置を示すブロック図である。It is a block diagram which shows the decoding apparatus which concerns on the example of 1st Embodiment. データフォーマット例を示す図である。It is a figure which shows the example of a data format. 第1〜4実施形態例に係る符号化装置を示すブロック図である。It is a block diagram which shows the encoding apparatus which concerns on the example of 1st-4th embodiment. 復号化装置の従来構成例を示すブロック図である。It is a block diagram which shows the example of a conventional structure of a decoding apparatus. 図4に示す復号化装置の画像構成部を示すブロック図である。FIG. 5 is a block diagram illustrating an image configuration unit of the decoding device illustrated in FIG. 4. 第1、第5実施形態例に係る符号化装置の画像構成部を示すブロック図である。It is a block diagram which shows the image structure part of the encoding apparatus which concerns on the example of 1st, 5th embodiment. 第2の実施形態例に係る復号化装置を示すブロック図である。It is a block diagram which shows the decoding apparatus which concerns on the example of 2nd Embodiment. 第2、第3、第4実施形態例に係る符号化装置の画像構成部を示すブロック図である。It is a block diagram which shows the image structure part of the encoding apparatus which concerns on the example of 2nd, 3rd, 4th embodiment. 第3の実施形態例に係る復号化装置を示すブロック図である。It is a block diagram which shows the decoding apparatus which concerns on the example of 3rd Embodiment. 第4の実施形態例に係る復号化装置を示すブロック図である。It is a block diagram which shows the decoding apparatus which concerns on the example of 4th Embodiment. 第5実施形態例に係る符号化装置を示すブロック図である。It is a block diagram which shows the encoding apparatus which concerns on the example of 5th Embodiment. 第5の実施形態例に係る復号化装置を示すブロック図である。It is a block diagram which shows the decoding apparatus which concerns on the example of 5th Embodiment.

符号の説明Explanation of symbols

100、400、700、900、1000、1200…復号化装置、101、401、701、901、1001、1201…復号化部、102、402、702、902、1002、1201…画像構成部、103、703、903、1003…DC判定部、300、1100…符号化装置、104、404、704、904、1004、1204…参照メモリ、301、1101…符号化部、302、1102…参照メモリ、303、1103…intra/inter判定部、304、1104…強制イントラ決定部、305、1105…復号化部、403…動きベクトル補間部、501…切換スイッチ、502…フレームデータ構築部、503…前画像処理部、601、801…前画像処理部、602、802…AC画像構成部、603、803…DC画像構成部、604、804…加算部、605、805…エラー隠蔽方法制御部、606、806…切換スイッチ、607、807…フレームデータ構築部、705、905、1005…動きベクトル補間部、706、906、1006…動きベクトル大きさ判定部、707、907、1007…DC/動きベクトル条件判定部、908、1008…動きベクトル変化量判定部、909、1009…動きベクトル条件判定部、1010…判定調整部、1106…強制イントラ通知部、1203…強制イントラ信号受信部。   100, 400, 700, 900, 1000, 1200 ... Decoding device, 101, 401, 701, 901, 1001, 1201 ... Decoding unit, 102, 402, 702, 902, 1002, 1201 ... Image configuration unit, 103, 703, 903, 1003 ... DC determination unit, 300, 1100 ... encoding device, 104, 404, 704, 904, 1004, 1204 ... reference memory, 301, 1101 ... encoding unit, 302, 1102 ... reference memory, 303, 1103: Intra / inter determination unit, 304, 1104: Forced intra determination unit, 305, 1105 ... Decoding unit, 403 ... Motion vector interpolation unit, 501 ... Changeover switch, 502 ... Frame data construction unit, 503 ... Pre-image processing unit 601 801... Pre-image processing unit 602 802 AC image construction unit 03, 803 ... DC image construction unit, 604, 804 ... Addition unit, 605, 805 ... Error concealment method control unit, 606, 806 ... Changeover switch, 607, 807 ... Frame data construction unit, 705, 905, 1005 ... Motion vector Interpolation unit, 706, 906, 1006 ... motion vector magnitude determination unit, 707, 907, 1007 ... DC / motion vector condition determination unit, 908, 1008 ... motion vector change amount determination unit, 909, 1009 ... motion vector condition determination unit DESCRIPTION OF SYMBOLS 1010 ... Determination adjustment part, 1106 ... Compulsory intra notification part, 1203 ... Compulsory intra signal receiving part.

Claims (2)

ブロック単位に予測符号化された符号化データを復号化して出力する復号化手段を備える復号化装置において、
前記復号化手段の復号動作中にイントラ符号化されたブロックについてエラーの検出があったとき、符号化装置から当該符号化データが強制的にイントラ符号化されたデータであることを通知する信号が入力されていないか確認し、当該信号が入力されている場合には、前画像を参照したエラーの隠蔽処理を決定し、当該信号が入力されていない場合には、復号されたDC値に基づくエラーの隠蔽処理を決定する強制イントラ信号受信手段と、
前記復号化手段で復号動作が正常に行われている場合には、復号データを基に原画像を構成し、前記復号化手段の復号動作中にイントラ符号化されたブロックについてエラーが検出された場合には、前記強制イントラ信号受信手段から通知のあった隠蔽処理方法に基づいて該当部分の画像を構成する画像構成手段と
を備えたことを特徴とする復号化装置。
In a decoding device comprising decoding means for decoding and outputting encoded data that has been predictively encoded in block units,
When an error is detected for an intra-coded block during the decoding operation of the decoding means, a signal for notifying that the encoded data is forcibly intra-coded from the encoding device Check whether the signal is input, and if the signal is input, determine the error concealment process referring to the previous image. If the signal is not input, based on the decoded DC value Forced intra signal receiving means for deciding error concealment processing;
If the decoding means is performing a decoding operation normally, an original image is constructed based on the decoded data, and an error is detected for an intra-coded block during the decoding operation of the decoding means. In this case, a decoding apparatus comprising: an image composing unit that constructs an image of a corresponding part based on a concealment processing method notified from the compulsory intra signal receiving unit.
誤りの伝播抑制のため、符号化の際適宜、強制的なイントラ符号化処理の実行を決定する強制イントラ決定手段と、前記強制イントラ決定手段により強制的なイントラ符号化処理の決定が通知されたとき、該当する符号化データが強制的にイントラ符号化された符号化データであることを通知する強制イントラ信号を復号化装置に向けて伝送する強制イントラ通知手段とを備える符号化装置と、
請求項1に記載の復号化装置と
を備えることを特徴とする伝送システム。
In order to suppress error propagation, a compulsory intra determination unit that determines the execution of a compulsory intra encoding process as appropriate at the time of encoding, and a compulsory intra encoding process decision are notified by the compulsory intra determination unit An encoding device comprising a compulsory intra notification means for transmitting a compulsory intra signal for notifying that the corresponding encoded data is encoded data that has been compulsorily intra-encoded to the decoding device;
A transmission system comprising: the decoding device according to claim 1 .
JP2004250651A 2004-08-30 2004-08-30 Decoding device and transmission system Expired - Fee Related JP3942611B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004250651A JP3942611B2 (en) 2004-08-30 2004-08-30 Decoding device and transmission system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004250651A JP3942611B2 (en) 2004-08-30 2004-08-30 Decoding device and transmission system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP23777699A Division JP3630590B2 (en) 1999-08-25 1999-08-25 Decoding device and transmission system

Publications (2)

Publication Number Publication Date
JP2005020781A JP2005020781A (en) 2005-01-20
JP3942611B2 true JP3942611B2 (en) 2007-07-11

Family

ID=34191753

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004250651A Expired - Fee Related JP3942611B2 (en) 2004-08-30 2004-08-30 Decoding device and transmission system

Country Status (1)

Country Link
JP (1) JP3942611B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101365574B1 (en) * 2007-01-29 2014-02-20 삼성전자주식회사 Method and apparatus for video encoding, and Method and apparatus for video decoding
JP4902510B2 (en) * 2007-12-07 2012-03-21 キヤノン株式会社 Encoding apparatus and encoding method
JP2020057936A (en) * 2018-10-02 2020-04-09 Nttエレクトロニクス株式会社 Video encoding apparatus and video encoding method

Also Published As

Publication number Publication date
JP2005020781A (en) 2005-01-20

Similar Documents

Publication Publication Date Title
JP3630590B2 (en) Decoding device and transmission system
JP4416796B2 (en) Image encoding device, image decoding device, image encoding program, and image decoding program
JP4234771B2 (en) Transmitter
US8630347B2 (en) Video decoding apparatus and video decoding method
US20070291131A1 (en) Apparatus and Method for Controlling Image Coding Mode
JP2007221411A (en) Image encoder and image decoder, image encoding and decoding method, and program thereof
JP5155159B2 (en) Video decoding device
JP2006505153A (en) Random access points in video coding
JP2007235588A (en) Moving video decoding device and moving video encoding device
JPWO2006046476A1 (en) Video decoding device
JP2005033336A (en) Apparatus and method for coding moving image, and moving image coding program
JPH08154247A (en) Compressed image data processor nd method therefor
JP2009284331A (en) Decoding device and decoding method, and program
JP5381459B2 (en) Moving picture editing apparatus, moving picture editing method, and moving picture editing computer program
JP3942611B2 (en) Decoding device and transmission system
JP3609571B2 (en) Image playback device
JP3942610B2 (en) Decoding device and transmission system
JP2005124091A (en) Decoding apparatus and decoding method
JP2008005183A (en) Video image coding method and coding device suitable for movie material
JPWO2009040904A1 (en) Video decoder and digital broadcast receiver
JP3197868B2 (en) Image encoding method, intra encoding control method, and data recording medium
JP2005303487A (en) Moving image decoding apparatus and moving image decoding program
JP5061355B2 (en) Image encoding method, apparatus and program, and image processing apparatus
JP4676474B2 (en) Image coding method
JP3590976B2 (en) Video compression device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061114

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070110

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070403

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110413

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110413

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130413

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees