JP2006262406A - Encoded data generator - Google Patents

Encoded data generator Download PDF

Info

Publication number
JP2006262406A
JP2006262406A JP2005080569A JP2005080569A JP2006262406A JP 2006262406 A JP2006262406 A JP 2006262406A JP 2005080569 A JP2005080569 A JP 2005080569A JP 2005080569 A JP2005080569 A JP 2005080569A JP 2006262406 A JP2006262406 A JP 2006262406A
Authority
JP
Japan
Prior art keywords
error
information
replacement
encoded data
bit stream
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2005080569A
Other languages
Japanese (ja)
Inventor
Hitoshi Murazaki
仁 村▲崎▼
Hideki Takehara
英樹 竹原
Ichiro Ando
一郎 安藤
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan 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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2005080569A priority Critical patent/JP2006262406A/en
Publication of JP2006262406A publication Critical patent/JP2006262406A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To detect and correct syntax and semantics errors of encoded data. <P>SOLUTION: Detecting sections 100 and 101 detect syntax and semantics errors existing in encoded data and outputs at least one of error existence information, first positional information indicative of the position where an error exists, first range information indicative of a range where an error exists, and first type information indicative of encoding type at the position where an error exists as error detection information 20. Substitution information generating sections 200 and 201 select one or more substitution code sequences among one or more code sequences prepared previously based on the error detection information, and generate second positional information to be substituted of the encoded data and second range information to be substituted of the encoded data based on the substitution code sequence and the error detection information, and then generate substitution information 30 by adding the substitution code sequence to the second positional information and the second range information. A bit stream substituting section 300 substitutes an error corrected bit stream 50 for the encoded data based on the substitution information. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、動き補償予測を用いて符号化された符号化データのエラーを訂正して符号化データを生成する符号化データ生成装置に関する。   The present invention relates to an encoded data generation apparatus that generates encoded data by correcting an error in encoded data encoded using motion compensated prediction.

動画像信号を伝送若しくは蓄積する場合、効率化のため圧縮符号化されビットストリームとすることが多い。動画像の圧縮符号化方式としてMPEG(Moving Picture Experts Group,以下MPEGなど)の方式が標準化され、広く用いられている。よって、動画像信号をMPEGなどの方式で圧縮し、ビットストリームとして扱うことは、伝送系若しくは蓄積系の効率的な利用において非常に重要である。   When transmitting or storing a moving image signal, it is often compressed and encoded into a bit stream for efficiency. MPEG (Moving Picture Experts Group, hereinafter referred to as MPEG) system has been standardized and widely used as a moving picture compression encoding system. Therefore, it is very important for the efficient use of a transmission system or a storage system to compress a moving image signal by a method such as MPEG and handle it as a bit stream.

ところで、上記のような圧縮を伴った符号化規格で圧縮符号化された圧縮符号化データにおいて、シンタックス(符号化データ列規則)のエラーが発生すると、シンタックスエラーの発生した圧縮符号化データの後に続く圧縮符号化データはエラーを回避できる機能を持たない復号器では復号することはできない。ここで、シンタックスエラーとは圧縮符号化データのパース(シンタックス要素を分解すること)を続けることができないエラーである。例えば、MPEGなどでは、シンタックスエラーはパースの過程でVLC(可変長符号化)テーブルにない値が検出された場合や、マクロブロック内のブロック数が規定値と一致しない場合や、ピクチャ内のマクロブロック数が規定値を超えた場合などに検出される。シンタックスエラーは圧縮符号化装置、符号化変換装置、多重化装置にエラーが内在している場合や、圧縮符号化データの伝送や蓄積の途中で起きるエラーをリードソロモンなどのエラー訂正処理で修正できない場合や、パケットの損失が起きた場合などにおいて発生する可能性がある。   By the way, if a syntax (encoded data string rule) error occurs in compressed encoded data that has been compression-encoded according to an encoding standard with compression as described above, compressed encoded data in which a syntax error has occurred. Compressed encoded data that follows can not be decoded by a decoder that does not have a function capable of avoiding errors. Here, the syntax error is an error in which parsing (decomposing syntax elements) of compression-encoded data cannot be continued. For example, in MPEG and the like, a syntax error is detected when a value that is not in the VLC (variable length coding) table is detected in the parsing process, or when the number of blocks in the macroblock does not match a specified value, Detected when the number of macroblocks exceeds the specified value. A syntax error is corrected by an error correction process such as Reed-Solomon when an error is inherent in a compression encoding device, encoding conversion device, or multiplexing device, or an error that occurs during the transmission or storage of compressed encoded data This may occur when it is not possible or when packet loss occurs.

シンタックスエラーが検出された場合には、圧縮符号化装置は復号を続けるために次のような動作を行う。一般的な圧縮を伴った符号化データには同期コードが挿入されているため、シンタックスエラーが検出されたデータブロックを廃棄し、次のデータブロックを取得して復号化するというような動作を行う。上述のようにシンタックスエラーが発生した場合の処理方法として、エラーコンシールメントと呼ばれる処理がなされる。   When a syntax error is detected, the compression encoding apparatus performs the following operation in order to continue decoding. Since the synchronization code is inserted in the encoded data with general compression, the operation is such that the data block in which the syntax error is detected is discarded, and the next data block is acquired and decoded. Do. As a processing method when a syntax error occurs as described above, a process called error concealment is performed.

また、上記のような圧縮を伴った符号化規格で圧縮符号化された圧縮符号化データにおいて、セマンティクス(コンテンツ意味内容記述ツール)のエラーが発生すると、圧縮符号化データを正しく符号化することは一般的にできない。また、セマンティクスエラーによっては復号装置に致命的な破綻が起きることもある。セマンティクスエラーとは圧縮符号化データのパースにおいて起きるエラーではなく、パースして得られた値が規格で定められている制限事項に違反しているために起きるエラーである。例えば、動画像圧縮符号化規格の1つであるMPEGでは、あるシンタックスエレメントの値が固定値に定義されているにも関わらず、その固定値になっていないようなセマンティクスエラーがある。また、最新の動画像圧縮符号化規格であるMPEG−4・AVCでは、プロファイル、レベルによって制限事項が細かく規定されている。そのため、ベースラインプロファイル・レベル2では規格準拠となる圧縮符号化データが、ベースラインプロファイル・レベル3では規格違反となるようなセマンティクスエラーもある。   In addition, in the case of an error in semantics (content semantic content description tool) in compressed encoded data that has been compression-encoded in accordance with an encoding standard with compression as described above, the encoded encoded data cannot be encoded correctly. Generally not possible. In addition, depending on the semantic error, a fatal failure may occur in the decoding device. Semantic error is not an error that occurs in parsing compression-encoded data, but an error that occurs because the value obtained by parsing violates the restriction defined in the standard. For example, in MPEG, which is one of the moving image compression coding standards, there is a semantic error that a certain syntax element value is defined as a fixed value but not a fixed value. In MPEG-4 AVC, which is the latest moving image compression coding standard, restrictions are defined in detail by profile and level. For this reason, there is a semantic error in which compressed encoded data that conforms to the standard in the baseline profile level 2 is in violation of the standard in the baseline profile level 3.

セマンティクスエラーは圧縮符号化装置、符号化変換装置において誤った解釈によって符号化された場合に起きる可能性があり、圧縮符号化データの蓄積、伝送、取得過程において発生する場合もある。また、動画像圧縮符号化規格のプロファイル、レベルなどに精通していないユーザが多くの機種の間でデータの相互運用を行う場合に誤った使用をすることでセマンティクスエラーが発生する可能性も高い。また、セマンティクスエラーではないが、システムの運用上で符号化の規格に制限を加える必要がある場合もある。システム上でこのような所定の符号化条件を満たさないエラーは、該当するシステムではビットストリームを取り扱うことができない。上述のようにセマンティクスエラーが発生した場合の処理方法として、エラーコンシールメントと呼ばれる処理がなされる。   Semantic errors may occur when encoded by an incorrect interpretation in the compression encoding device and encoding conversion device, and may occur in the process of storing, transmitting, and acquiring compressed encoded data. In addition, when users who are not familiar with profiles and levels of video compression coding standards perform data interoperability among many models, there is a high possibility that semantic errors will occur due to misuse. . In addition, although it is not a semantic error, there are cases where it is necessary to limit the encoding standard in the operation of the system. An error that does not satisfy the predetermined encoding condition on the system cannot be handled by the corresponding system. As described above, a process called error concealment is performed as a processing method when a semantic error occurs.

このようなエラーコンシールメント技術を用いた従来のシステムとして、下記の特許文献1に記載のシステムは、画像の性質に応じた適切なパケット廃棄補償を行い、復号画像の画質を向上させることができる動画像伝送を実現するものである。すなわち、符号化されているビデオパケットのパケット廃棄を検出し、既に復号されている画像信号により、廃棄パケットでエラーとなった信号を置き換えることによりコンシールメントし、復号信号を生成するシステムである。ゆえに、特許文献1に記載のシステムは、入力はエラーを含むことがあるビットストリームであり、出力はエラーを含むビットストリームが入力された場合はそのエラーを修復した復号画像信号である。   As a conventional system using such an error concealment technique, the system described in Patent Document 1 below can perform appropriate packet discard compensation according to the nature of an image and improve the image quality of a decoded image. The moving image transmission is realized. In other words, this is a system that detects packet discard of an encoded video packet, generates a decoded signal by concealment by replacing an error signal in the discarded packet with an already decoded image signal. Therefore, in the system described in Patent Document 1, the input is a bit stream that may include an error, and the output is a decoded image signal that has been corrected for the error when a bit stream that includes an error is input.

もう1つのエラーコンシールメント技術を用いた従来のシステムとして、下記の特許文献2に記載の装置は、エラー訂正の為に別途ディスク装置を必要とせず、映像データの特性を生かしたディスクアレイ装置を備える映像送出を実現するものである。すなわち、入力映像データを分割してビットストリームとして蓄積し、入力映像データのビットストリームにエラーが発生した場合に、あらかじめ入力映像データより高圧縮されたコンシールメント用ビットストリームを蓄積しておき、コンシールメント用ビットストリームを復号及び再符号化して入力映像データのエラー発生ビットストリームと置き換えるものである。ゆえに、特許文献2の装置は、入力はエラーが発生する可能性のあるビットストリームであり、出力はエラーが発生した場合は、そのエラーが修正されたビットストリームである。   As a conventional system using another error concealment technique, the device described in Patent Document 2 below does not require a separate disk device for error correction, and is a disk array device that takes advantage of the characteristics of video data. The video transmission provided is realized. That is, the input video data is divided and stored as a bit stream, and when an error occurs in the input video data bit stream, a concealment bit stream that is highly compressed in advance from the input video data is stored in advance. In this case, the error bit stream of the input video data is replaced by decoding and re-encoding the data bit stream. Therefore, in the apparatus of Patent Document 2, an input is a bit stream in which an error may occur, and an output is a bit stream in which the error is corrected when an error occurs.

さらに、エラーコンシールメント技術を用いた従来のシステムとして、下記の特許文献3に記載の回路では、実時間上で符号化変換を必要とするようなファクシミリ装置において、符号化直後の正常な1ライン分の符号化情報を一時蓄積できるような符号バッファにより、符号エラーを検出したときに、バッファにある正常な1ライン分の符号化情報を出力することによってコンシールメントするものである。
特開平7−111654号公報(要約書) 特許第3482971号公報(特許請求の範囲) 特開昭63−292873号公報(特許請求の範囲)
Further, as a conventional system using the error concealment technique, the circuit described in Patent Document 3 below uses a normal line immediately after encoding in a facsimile apparatus that requires encoding conversion in real time. When a code error is detected by a code buffer that can temporarily store the encoded information for one minute, concealment is performed by outputting the encoded information for one normal line in the buffer.
Japanese Unexamined Patent Publication No. 7-111654 (Abstract) Japanese Patent No. 3482971 (Claims) JP 63-292873 A (Claims)

しかしながら、以上に述べた、エラーコンシールメント技術を用いたシステム若しくは装置においては次のような課題がある。特許文献1における動画像伝送システムは、エラーコンシールメント後の出力が復号された画像信号であるため、ビットストリーム自体にはエラーが残り、結果として蓄積媒体などに保存したものを他の媒体に移す場合にエラーが伝播するという問題がある。   However, the system or apparatus using the error concealment technique described above has the following problems. In the moving image transmission system in Patent Document 1, since the output after error concealment is a decoded image signal, an error remains in the bitstream itself, and as a result, what is stored in a storage medium or the like is transferred to another medium. There is a problem that the error propagates.

特許文献2における映像送出装置は、出力はエラーコンシールメントされた入力映像データのビットストリームであるが、コンシールメント用のビットストリームを入力映像データのビットストリームごとに蓄積媒体の中に用意しておく必要があり、入力映像データのビットストリームの増加と共にコンシールメント用ビットストリームのデータが増加し、蓄積媒体を有効に活用しているとはいえない。特許文献3におけるファクシミリのエラー置換回路では、コンシールメント用の符号化情報として直前の正常な1ライン分を記憶するが、動き補償予測符号化を用いる動画像の圧縮符号化ビットストリームにおいては、直前の符号化情報だけでコンシールメントすると、再生画像の画質が大きく劣化する。   In the video transmission device in Patent Document 2, the output is a bit stream of input video data that has been error concealed, but a bit stream for concealment is prepared in a storage medium for each bit stream of the input video data. It is necessary to increase the bit stream of the input video data and increase the data of the concealment bit stream, and it cannot be said that the storage medium is effectively utilized. In the error replacement circuit of a facsimile in Patent Document 3, the previous one normal line is stored as coding information for concealment. However, in the compression-coded bit stream of a moving image using motion compensation predictive coding, If the concealment is performed only with the encoded information, the quality of the reproduced image is greatly deteriorated.

本発明は上記従来例の問題点に鑑み、動き補償予測を用いて符号化された符号化データにシンタックス及びセマンティクスのエラーを検出して訂正することができる符号化データ生成装置を提供することを目的とする。   In view of the problems of the conventional example, the present invention provides an encoded data generation apparatus capable of detecting and correcting syntax and semantic errors in encoded data encoded using motion compensated prediction. With the goal.

本発明は上記目的を達成するために、動き補償予測を用いて符号化された符号化データが入力され、その入力された符号化データにシンタックスのエラーが存在するか否かを検出するとともに、前記符号化データにセマンティクスのエラーが存在するか否かを検出して、前記エラーの存在情報、前記エラーが存在する位置を示す第1の位置情報、前記エラーが存在する範囲を示す第1の範囲情報、及び前記エラーが存在する位置での符号化タイプを示す第1の種別情報のうち少なくとも1つ以上をエラー検出情報として出力するエラー検出部と、
前記エラー検出情報に基づき、あらかじめ用意した1つ以上の符号列の中から1つ以上の置換符号列を選択し、前記選択した置換符号列と前記エラー検出情報に基づいて前記符号化データの置換すべき位置を示す第2の位置情報と前記符号化データの置換すべき範囲を示す第2の範囲情報を作成し、前記作成した第2の位置情報及び第2の範囲情報に前記選択した置換符号列を加えた置換情報を生成する置換情報生成部と、
前記置換情報生成部の前記置換情報に基づき、前記符号化データを、前記検出されたエラーを訂正した符号化データに置換する置換部とを備えた。
In order to achieve the above object, the present invention receives encoded data encoded using motion compensated prediction, and detects whether there is a syntax error in the input encoded data. , Detecting whether there is a semantic error in the encoded data, the presence information of the error, the first position information indicating the position where the error exists, the first indicating the range where the error exists An error detection unit that outputs at least one of the range information and the first type information indicating the encoding type at the position where the error exists, as error detection information;
Based on the error detection information, one or more replacement code strings are selected from one or more code strings prepared in advance, and the encoded data is replaced based on the selected replacement code string and the error detection information. Creating second position information indicating a position to be replaced and second range information indicating a range to be replaced of the encoded data, and selecting the selected replacement in the generated second position information and second range information A replacement information generation unit for generating replacement information with the addition of a code string;
A replacement unit that replaces the encoded data with encoded data in which the detected error is corrected based on the replacement information of the replacement information generation unit;

また、前記エラー検出部は、セマンティクスのエラー検出において、符号化データに所定の符号化条件を満足しないエラーが存在するかを検出し、前記所定の符号化条件を満足しないエラーの存在情報、前記所定の符号化条件を満足しないエラーが存在する位置を示す位置情報、前記所定の符号化条件を満足しないエラーが存在する範囲を示す範囲情報、及び前記所定の符号化条件を満足しないエラーが存在する位置での符号化タイプを示す種別情報のうち少なくとも1つ以上をセマンティクスエラー検出情報として出力することを特徴とする。   Further, the error detection unit detects whether there is an error that does not satisfy a predetermined encoding condition in encoded data in the error detection of the semantics, and the presence information of the error that does not satisfy the predetermined encoding condition, Position information indicating a position where an error not satisfying the predetermined encoding condition exists, range information indicating a range where an error not satisfying the predetermined encoding condition exists, and an error not satisfying the predetermined encoding condition exist At least one or more of classification information indicating an encoding type at the position to be output is output as semantic error detection information.

本発明によれば、受信した符号化ビットストリームにシンタックス及び/又はセマンティクスのエラーがある場合においても、エラーを検証し、修正した後に蓄積媒体へ保存するので、蓄積媒体から他の媒体への伝送においてエラーが伝播することなく、エラーの無いビットストリームのコピーや編集、エラーコンシールメント機能の無いクライアント側復号器での再生が可能となる。また、エラー訂正情報を入力ビットストリームからあらかじめ用意する必要が無く、蓄積系ではコンシールメント用のデータ蓄積を必要とせずにエラー訂正が可能である。   According to the present invention, even when there is a syntax and / or semantic error in the received encoded bitstream, the error is verified, corrected, and stored in the storage medium. It is possible to copy and edit an error-free bitstream and reproduce it on a client-side decoder without an error concealment function without propagation of an error in transmission. In addition, it is not necessary to prepare error correction information from the input bit stream in advance, and the storage system can perform error correction without requiring data storage for concealment.

<第1の実施の形態>
以下、図面を参照して本発明の実施の形態について説明する。図1は本発明の第1の実施の形態の符号化データ生成装置としてサーバが用いられる伝送システムを示すブロック図、図2は図1の修正器を詳しく示すブロック図である。
<First Embodiment>
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a transmission system in which a server is used as the encoded data generation apparatus according to the first embodiment of the present invention, and FIG. 2 is a block diagram showing in detail the corrector of FIG.

図1の伝送システムは、ビットストリーム生成装置500と、本発明の第1の実施の形態に係る符号化データサーバ800と、クライアントである再生装置700の接続例を示している。ビットストリーム生成装置500は蓄積媒体510にある画像情報を符号化器520によって符号化ビットストリームとし、送信器530によって伝送路1001に送信する。符号化データサーバ800は受信器810でいったんビットストリームを受信し、修正器820により、エラーがある場合にはビットストリームを修正し、修正されたビットストリームは蓄積媒体350に蓄積する。そして、符号化データサーバ800は蓄積媒体350に蓄積されたビットストリームを必要に応じて、送信器840により伝送路1002を介してクライアント側の再生装置700へ送信する。受信側である再生装置700は受信器710によりビットストリームを受信し、復号器720で復号する。   The transmission system in FIG. 1 shows a connection example of a bit stream generation device 500, the encoded data server 800 according to the first embodiment of the present invention, and a playback device 700 that is a client. The bit stream generation device 500 converts the image information in the storage medium 510 into an encoded bit stream by the encoder 520 and transmits it to the transmission line 1001 by the transmitter 530. The encoded data server 800 receives the bit stream once at the receiver 810, corrects the bit stream if there is an error by the corrector 820, and stores the corrected bit stream in the storage medium 350. The encoded data server 800 transmits the bit stream stored in the storage medium 350 to the client-side playback device 700 via the transmission path 1002 by the transmitter 840 as necessary. The playback apparatus 700 on the receiving side receives the bit stream by the receiver 710 and decodes it by the decoder 720.

この経路において、ビットストリーム生成装置500から伝送されるビットストリームが、何らかのエラーを持っていると仮定すると、本発明による符号化データサーバ800は修正器820によりビットストリームのエラーを検証して修正し、蓄積媒体350に蓄積することにより、ビットストリーム生成装置500から符号化データサーバ800の間にある伝送路1001で発生する伝送路エラーによる不正なビットストリームを蓄積媒体350に記録することを防ぐことが可能である。よって、再生装置700にビットストリームを送信する際のエラーの伝播を防ぐことができる。   In this path, assuming that the bit stream transmitted from the bit stream generation device 500 has some error, the encoded data server 800 according to the present invention verifies and corrects the error of the bit stream by the corrector 820. By storing in the storage medium 350, it is possible to prevent an illegal bit stream from being recorded on the storage medium 350 due to a transmission path error occurring in the transmission path 1001 between the bit stream generation device 500 and the encoded data server 800. Is possible. Therefore, it is possible to prevent propagation of an error when transmitting a bit stream to the playback apparatus 700.

<シンタックスエラー訂正部>
修正器820はシンタックスエラー訂正部とセマンティクスエラー訂正部を有する。図2に第1の実施の形態におけるシンタックスエラー訂正部のブロック図を示す。図2に示すとおり、シンタックスエラー訂正部は、シンタックスエラー検出部100と、置換情報生成部200と、ビットストリーム置換部300から構成される。ただし以下では、圧縮符号化ビットストリームを単にビットストリームと呼ぶ。
<Syntax error correction section>
The corrector 820 includes a syntax error correction unit and a semantic error correction unit. FIG. 2 shows a block diagram of the syntax error correction unit in the first embodiment. As shown in FIG. 2, the syntax error correction unit includes a syntax error detection unit 100, a replacement information generation unit 200, and a bitstream replacement unit 300. However, hereinafter, the compression-encoded bit stream is simply referred to as a bit stream.

修正器820のシンタックスエラー訂正部の全体的な動作について図2を用いて説明する。まず、入力としてビットストリーム10がシンタックスエラー検出部100に入力される。シンタックスエラー検出部100はシンタックスエラーを含んでいるかどうかを検出する。シンタックスエラーの有無、シンタックスエラーの発生位置などをシンタックスエラー検出情報(以下、単に検出情報)20として出力する。置換情報生成部200は、検出情報20を基に、あらかじめ用意したいくつかの符号列の中から、入力ビットストリーム10のシンタックスエラーを修正するための置換符号列を選択する。選択した置換符号列と、検出情報20より、置換すべき入力ビットストリーム10の位置、範囲及び置換符号列を定め、置換情報30として出力する。ただし、何らかの外部入力40により置換情報30が求められてもよい。ビットストリーム置換部300は、入力ビットストリーム10と置換情報30を用いてシンタックスエラーをコンシールメントしたビットストリーム50を出力し、蓄積媒体350に記録する。   The overall operation of the syntax error correction unit of the corrector 820 will be described with reference to FIG. First, the bit stream 10 is input to the syntax error detection unit 100 as input. The syntax error detection unit 100 detects whether a syntax error is included. The presence / absence of a syntax error and the occurrence position of the syntax error are output as syntax error detection information (hereinafter simply referred to as detection information) 20. The replacement information generation unit 200 selects a replacement code string for correcting a syntax error of the input bitstream 10 from several code strings prepared in advance based on the detection information 20. From the selected replacement code string and the detection information 20, the position, range, and replacement code string of the input bitstream 10 to be replaced are determined and output as replacement information 30. However, the replacement information 30 may be obtained by some external input 40. The bitstream replacement unit 300 outputs a bitstream 50 in which a syntax error is concealed using the input bitstream 10 and the replacement information 30, and records the bitstream 50 in the storage medium 350.

シンタックスエラー検出部100と置換情報生成部200の動作について詳しく説明する。まず、シンタックスエラー検出部100のフローチャートを図3に示し、動作について述べる(ステップS10−S15)。シンタックスエラー検出部100は、まず、入力ビットストリーム10をパースし(ステップS10)、パースしながら入力ビットストリームのシンタックスエラーを検出する(ステップS11)。   The operations of the syntax error detection unit 100 and the replacement information generation unit 200 will be described in detail. First, the flowchart of the syntax error detection unit 100 is shown in FIG. 3, and the operation will be described (steps S10 to S15). The syntax error detection unit 100 first parses the input bitstream 10 (step S10), and detects a syntax error of the input bitstream while parsing (step S11).

シンタックスエラーの検出判定(ステップS12)において、入力ビットストリーム10がシンタックスエラーを含んでいる場合、シンタックスエラーが存在することを示すフラグと、シンタックスエラーが発生したビットストリーム10の位置情報、Reversible VLCのようにビットストリームを逆からパース可能な処理を用いた場合には、シンタックスエラーが発生している範囲情報、例えばMPEG−4 AVCの規格ではアクセスユニット単位、スライス単位、マクロブロック単位でのシンタックスエラー発生や、イントラ、インターなどの符号化タイプを示す種別情報を生成し(ステップS13)、検出情報20として出力する(ステップS15)。他方、入力ビットストリーム10がシンタックスエラーを含まない場合、シンタックスエラーが存在しないことを示すフラグを生成し(ステップS14)、検出情報20として出力する(ステップS15)。   In the syntax error detection determination (step S12), when the input bitstream 10 includes a syntax error, a flag indicating that the syntax error exists, and position information of the bitstream 10 in which the syntax error has occurred When processing that can parse the bitstream from the reverse, such as Reversible VLC, is used, range information in which a syntax error has occurred, for example, in the MPEG-4 AVC standard, access unit unit, slice unit, macroblock Type information indicating the occurrence of a syntax error in units and the coding type such as intra, inter, etc. is generated (step S13) and output as detection information 20 (step S15). On the other hand, if the input bitstream 10 does not include a syntax error, a flag indicating that there is no syntax error is generated (step S14) and output as detection information 20 (step S15).

ステップS11、S12では、例えば、連続していくつかのマクロブロックが欠落している場合、ピクチャサイズに対するマクロブロックの数は固定であるため、1ピクチャのパースが終わった時点で、マクロブロックの数が一致しなければシンタックスエラーであると判定される。ゆえに、この場合の検出情報20は、エラーの発生がマクロブロックで起きたことを示す種別情報、マクロブロックの欠落した位置情報となり、すなわちエラーの発生した箇所のアドレスや、Reversible VLCなどのビットストリームを逆からパース可能な処理を用いた場合は欠落したマクロブロックのアドレスの範囲情報となる。   In steps S11 and S12, for example, when several macroblocks are continuously missing, the number of macroblocks relative to the picture size is fixed. If they do not match, it is determined that there is a syntax error. Therefore, the detection information 20 in this case is type information indicating that an error has occurred in the macro block, and position information where the macro block is missing. That is, the address of the location where the error occurred, a bit stream such as Reversible VLC, etc. If processing that can be parsed from the opposite is used, the address range information of the missing macroblock is obtained.

置換情報生成部200について説明する。置換情報生成部200のフローチャートを図4に示し、動作について述べる(ステップS20−S21)。置換情報生成部200は、検出情報20より、入力ビットストリーム10において発生しているシンタックスエラーの種別、位置からあらかじめ用意した符号列の中から置換に用いる置換符号列を選択する(ステップS20)。選択した置換符号列と、検出情報20を基に、入力ビットストリーム10を置換すべき位置、範囲を決定し、選択した置換符号列と合わせて、置換情報30として生成する(ステップS21)。   The replacement information generation unit 200 will be described. The flowchart of the replacement information generation unit 200 is shown in FIG. 4 and the operation will be described (steps S20 to S21). From the detection information 20, the replacement information generation unit 200 selects a replacement code string used for replacement from the code strings prepared in advance from the type and position of the syntax error occurring in the input bitstream 10 (step S20). . Based on the selected replacement code string and the detection information 20, the position and range where the input bit stream 10 is to be replaced are determined, and are generated as replacement information 30 together with the selected replacement code string (step S21).

例えば検出情報20の種別情報がマクロブロックであり、いくつかのマクロブロックが欠落しており、欠落したマクロブロックの前後のマクロブロックタイプがNot Codedでdmv(差分動きベクトル)が0であるような場合、欠落した箇所のマクロブロックタイプも同様にNot Codedでdmvが0であると判定され、あらかじめ用意しておいたマクロブロックのNot Codedを示すフラグが欠落したマクロブロックの置換符号列となる。この場合、置換符号列の欠落したマクロブロック個数分を置換情報30として生成する。   For example, the type information of the detection information 20 is a macro block, some macro blocks are missing, the macro block type before and after the missing macro block is Not Coded, and dmv (differential motion vector) is 0. In this case, the macroblock type of the missing part is similarly determined as Not Coded and dmv is 0, and becomes a replacement code string of the macroblock in which the flag indicating Not Coded of the prepared macroblock is missing. In this case, the number of macroblocks with missing replacement code strings is generated as replacement information 30.

また、例えば検出情報20の種別情報がアクセスユニットであり、いくつかのアクセスユニットが欠落している場合は、NoMC・Not Codedのフラグが欠落したアクセスユニットの置換符号列となる。この場合、置換符号列の、欠落したアクセスユニット個数分を置換情報30として生成する。また、入力ビットストリーム10の符号量と一致させるために、置換情報30の置換符号列にスタッフィングバイトを付加することもできる。ここで、置換符号列の選択において、外部入力40によって置換符号列を選択してもよい。このようにして外部入力40で制御することで、意図しない再生画像が出力されるのを防ぐことができる。   For example, when the type information of the detection information 20 is an access unit and some access units are missing, a replacement code string of an access unit lacking a NoMC / Not Coded flag is obtained. In this case, the number of missing access units in the replacement code string is generated as replacement information 30. In addition, in order to match the code amount of the input bitstream 10, a stuffing byte can be added to the replacement code string of the replacement information 30. Here, in the selection of the replacement code string, the replacement code string may be selected by the external input 40. By controlling with the external input 40 in this way, it is possible to prevent an unintended reproduced image from being output.

ビットストリーム置換部300について説明する。ビットストリーム置換部300は、上述のように生成した置換情報30を用いて、入力ビットストリーム10の置換すべき箇所を、置換情報30の置換符号列によって置き換えることで、シンタックスエラーの無い置換ビットストリーム50を生成する。生成したビットストリーム50は蓄積媒体350に記録される。   The bitstream replacement unit 300 will be described. The bitstream replacement unit 300 uses the replacement information 30 generated as described above to replace a portion to be replaced in the input bitstream 10 with a replacement code string of the replacement information 30, thereby replacing a replacement bit without a syntax error. A stream 50 is generated. The generated bit stream 50 is recorded on the storage medium 350.

以上説明したように、本実施の形態では動き補償予測された動画像符号化ビットストリームにシンタックスエラーがある場合に、あらかじめエラーを置換するための符号列を用意しておくことで、エラーコンシールメントするために復号画像を再符号化する場合に比べ、高速なエラーコンシールメント処理を実現できる。また、単に直前の正常な符号列をコンシールメント用の符号列として用いる場合に比べ、エラーコンシールメント後のビットストリームにおいて、再生画像の画質を向上させることができる。また、蓄積媒体に記録する前にエラーを修正するため、ビットストリームのコピーや編集において、エラーの伝播が無くストリームを取り扱うことができる。   As described above, in the present embodiment, when there is a syntax error in a motion-coded video stream that has been predicted for motion compensation, an error concealment is prepared by preparing a code string for replacing an error in advance. Compared with the case where the decoded image is re-encoded for the purpose of the image processing, a high-speed error concealment process can be realized. In addition, compared with the case where the previous normal code string is simply used as the code string for concealment, the quality of the reproduced image can be improved in the bit stream after the error concealment. In addition, since errors are corrected before recording on the storage medium, it is possible to handle streams without error propagation in copying and editing bitstreams.

<シンタックスエラー訂正部の参考例>
図5にシンタックスエラー訂正部の参考例のブロック図を示す。図5に示すとおり参考例のシンタックスエラー訂正部は、シンタックスエラー検出部100と、復号部400と、置換情報生成部200とビットストリーム置換部300とから構成される。なお、以下では、圧縮符号化ビットストリームを単にビットストリームと呼ぶ。図5において、まず、入力としてビットストリーム10がシンタックスエラー検出部100に入力される。シンタックスエラー検出部100はシンタックスエラーを含んでいるかどうかを検出し、シンタックスエラーの有無、シンタックスエラーの発生位置などを検出情報20として出力する。
<Reference example of syntax error correction section>
FIG. 5 shows a block diagram of a reference example of the syntax error correction unit. As shown in FIG. 5, the syntax error correction unit of the reference example includes a syntax error detection unit 100, a decoding unit 400, a replacement information generation unit 200, and a bitstream replacement unit 300. Hereinafter, the compression-encoded bit stream is simply referred to as a bit stream. In FIG. 5, first, the bit stream 10 is input to the syntax error detection unit 100 as an input. The syntax error detection unit 100 detects whether a syntax error is included, and outputs the presence / absence of the syntax error, the occurrence position of the syntax error, and the like as detection information 20.

復号部400は入力ビットストリーム10を復号する。復号時に発生するヘッダ情報などを符号化パラメータ60として出力し、復号して構成された画像を復号画像70として出力する。置換情報生成部200は、検出情報20を基に、あらかじめ用意したいくつかの符号列の中から、入力ビットストリーム10のシンタックスエラーを修正するための置換符号列を選択する。選択した置換符号列と、検出情報20より、置換すべき入力ビットストリーム10の位置、範囲及び置換符号列を定め、置換情報30として出力する。ただし、何らかの外部入力40により置換情報30が求められてもよい。ビットストリーム置換部300は、入力ビットストリーム10と置換情報30を用いてシンタックスエラーの無いビットストリーム50を出力する。生成されたビットストリームは蓄積媒体350に記録される。   The decoding unit 400 decodes the input bitstream 10. The header information generated at the time of decoding is output as the encoding parameter 60, and the decoded image is output as the decoded image 70. The replacement information generation unit 200 selects a replacement code string for correcting a syntax error of the input bitstream 10 from several code strings prepared in advance based on the detection information 20. From the selected replacement code string and the detection information 20, the position, range, and replacement code string of the input bitstream 10 to be replaced are determined and output as replacement information 30. However, the replacement information 30 may be obtained by some external input 40. The bit stream replacement unit 300 outputs a bit stream 50 without a syntax error using the input bit stream 10 and the replacement information 30. The generated bit stream is recorded on the storage medium 350.

次に構成要素それぞれについて説明する。シンタックスエラー検出部100について説明する。シンタックスエラー検出部100の動作は第1の実施の形態と同じであるが、検出情報20を復号部400に送るところが相違している。すなわち、例えば連続していくつかのマクロブロックが欠落している場合、ピクチャサイズに対するマクロブロックの数は固定であるため、1ピクチャのパースが終わった時点で、マクロブロックの数が一致しなければシンタックスエラーであると判定される。ゆえにこの場合の検出情報20は、エラーの発生がマクロブロックで起きたことを示す種別情報、マクロブロックの欠落した位置情報となり、すなわちエラーの発生した箇所のアドレスや、Reversible VLCなどのビットストリームを逆からパース可能な処理を用いた場合は欠落したマクロブロックのアドレスの範囲情報となる。   Next, each component will be described. The syntax error detection unit 100 will be described. The operation of the syntax error detection unit 100 is the same as that of the first embodiment, except that the detection information 20 is sent to the decoding unit 400. That is, for example, when several macroblocks are continuously missing, the number of macroblocks with respect to the picture size is fixed, so when the number of macroblocks does not match when one picture is parsed. It is determined that it is a syntax error. Therefore, the detection information 20 in this case is type information indicating that an error has occurred in the macroblock, and position information where the macroblock is missing, that is, the address of the location where the error has occurred and a bit stream such as Reversible VLC. When processing that can be parsed from the opposite is used, the address range information of the missing macroblock is obtained.

復号部400のフローチャートを図6に示し、動作について述べる(ステップS40−S44)。復号部400は入力ビットストリーム10を復号する(ステップS40)。このとき、検出情報20のエラー発生位置情報、範囲情報、及び種別情報から復号画像70を生成できるかどうかを判定する(ステップS41)。シンタックスエラーの発生により、復号画像70が生成できない場合はエラーが発生している箇所に対してエラーコンシールメントする(ステップS44)。エラーコンシールメントは、周辺画像の画素値を用いることによって、欠落部分の画素を補間することによって行う。例えば、マクロブロックに欠落が発生している場合は、マクロブロック周辺の画素値より補間する、若しくは、アクセスユニット単位で欠落している場合は、前の画像からの複製画像により補間する、などといった方法を用いてエラーコンシールメントを行う。エラーコンシールメントを行った画像を復号画像70として生成する(ステップS43)。また、復号画像が生成できる場合は復号画像70を出力する。   The flowchart of the decoding unit 400 is shown in FIG. 6 and the operation will be described (steps S40 to S44). The decoding unit 400 decodes the input bitstream 10 (step S40). At this time, it is determined whether or not the decoded image 70 can be generated from the error occurrence position information, the range information, and the type information of the detection information 20 (step S41). If the decoded image 70 cannot be generated due to the occurrence of a syntax error, error concealment is performed on the location where the error has occurred (step S44). Error concealment is performed by interpolating the missing pixel by using the pixel values of the surrounding image. For example, if a macroblock is missing, it is interpolated from the pixel values around the macroblock, or if it is missing in units of access units, it is interpolated with a duplicate image from the previous image, etc. Perform error concealment using the method. An image subjected to error concealment is generated as a decoded image 70 (step S43). If a decoded image can be generated, the decoded image 70 is output.

また、復号部400は復号画像70のみではなく、シンタックスエラーの無い箇所においては、付加情報として、復号時に発生する符号化パラメータ60を生成することもできる(ステップS42)。復号時に発生する符号化パラメータ60の例としては、シーケンスやピクチャのヘッダ情報や、動きベクトル、マクロブロックタイプといった再符号化の簡略化に用いることができるような情報が挙げられる。   Also, the decoding unit 400 can generate not only the decoded image 70 but also an encoding parameter 60 generated at the time of decoding as additional information in a portion where there is no syntax error (step S42). Examples of the encoding parameter 60 generated at the time of decoding include information that can be used for simplification of re-encoding, such as sequence and picture header information, motion vectors, and macroblock types.

続いて置換情報生成部200のフローチャートを図7に示し、動作について述べる(ステップS50−S52)。置換情報生成部200は、検出情報20に基づき、上述した符号化パラメータ60を用いない場合は、復号画像70を用いて再符号化を行う(ステップS51)。符号化パラメータ60を用いる場合は、符号化パラメータ60に基づき再符号化パラメータを生成する(ステップS50)。ここでの再符号化パラメータは、復号画像70の再符号化すべき位置若しくは範囲である。また、シンタックスエラーの無い復号画像70の再符号化を簡略化するために、ヘッダ情報、動きベクトルなどの符号化パラメータ60を用いる場合に、復号部400で出力された符号化パラメータ60に基づいて、再符号化パラメータを求めて用いることもできる。再符号化パラメータを用いて入力ビットストリーム10の復号画像70を再符号化する(ステップS51)。ここで、再符号化パラメータは、外部入力40によって決められてもよい。以上のように、再符号化したビットストリームを置換符号列とし、この置換符号列と検出情報20とにより、置換すべき入力ビットストリーム10の位置情報、範囲情報を含む置換情報30を生成する(ステップS52)。ビットストリーム置換部300の動作は第1の実施の形態と同じである。   Subsequently, the flowchart of the replacement information generation unit 200 is shown in FIG. 7 and the operation will be described (steps S50 to S52). Based on the detection information 20, the replacement information generation unit 200 performs re-encoding using the decoded image 70 when the above-described encoding parameter 60 is not used (step S51). When the encoding parameter 60 is used, a re-encoding parameter is generated based on the encoding parameter 60 (step S50). The re-encoding parameter here is a position or range of the decoded image 70 to be re-encoded. Further, in order to simplify the re-encoding of the decoded image 70 having no syntax error, when the encoding parameter 60 such as header information and motion vector is used, it is based on the encoding parameter 60 output by the decoding unit 400. Thus, the re-encoding parameter can be obtained and used. The decoded image 70 of the input bitstream 10 is re-encoded using the re-encoding parameter (step S51). Here, the re-encoding parameter may be determined by the external input 40. As described above, the re-encoded bit stream is used as the replacement code string, and the replacement information 30 including the position information and the range information of the input bit stream 10 to be replaced is generated from the replacement code string and the detection information 20 ( Step S52). The operation of the bitstream replacement unit 300 is the same as that in the first embodiment.

以上説明したように、動き補償予測された動画像符号化ビットストリームにシンタックスエラーがある場合に、復号画像を用いて再符号化を行うため、シンタックスエラーが発生した部分の動き補償予測の再計算が可能である。よって、置換符号列をあらかじめ用意しておく方式や、単に直前の正常な符号列をコピーすることでエラーコンシールメントを行うような方式に比べ、エラーコンシールメント後のビットストリームの再生画像において画質を向上させることが可能である。また、蓄積媒体に記録する前にエラーを修正するため、ビットストリームのコピーや編集において、エラーの伝播が無くストリームを取り扱うことができる。以上のように、図5に示すシンタックスエラー訂正部の参考例によれば、受信した符号化ビットストリームにシンタックスエラーがある場合においても、エラーを検証し、修正した後に蓄積媒体350へ保存するので、蓄積媒体350から他の媒体への伝送においてエラーが伝播することなく、エラーの無いビットストリームのコピーや編集、エラーコンシールメント機能を持たない復号器での再生が可能となる。また、エラー訂正情報を入力ビットストリーム10からあらかじめ用意する必要が無く、蓄積系ではコンシールメント用のデータ蓄積を必要とせずにエラー訂正が可能である。   As described above, when there is a syntax error in the motion-compensated predicted moving image encoded bitstream, re-encoding is performed using the decoded image. Therefore, the motion-compensated prediction of the portion where the syntax error has occurred is performed. Recalculation is possible. Therefore, compared to a method in which a replacement code string is prepared in advance or a method in which error concealment is performed by simply copying the previous normal code string, the quality of the reproduced image of the bitstream after error concealment is improved. It is possible to improve. In addition, since errors are corrected before they are recorded on the storage medium, the streams can be handled without error propagation in bitstream copying and editing. As described above, according to the reference example of the syntax error correction unit illustrated in FIG. 5, even when there is a syntax error in the received encoded bitstream, the error is verified, corrected, and stored in the storage medium 350. Therefore, an error does not propagate in transmission from the storage medium 350 to another medium, and an error-free bitstream can be copied and edited and reproduced by a decoder that does not have an error concealment function. In addition, it is not necessary to prepare error correction information from the input bitstream 10 in advance, and the error correction is possible in the storage system without needing to store data for concealment.

<セマンティクスエラー訂正部>
図8に第1の実施の形態の修正器820のセマンティクスエラー訂正部のブロック図を示す。セマンティクスエラー訂正部は、セマンティクスエラー検出部101と、置換情報生成部201と、ビットストリーム置換部300とから構成される。以下では、圧縮符号化ビットストリームを単にビットストリームと呼ぶ。全体的な動作について図8を用いて説明する。まず、入力としてビットストリーム10がセマンティクスエラー検出部101に入力される。セマンティクスエラー検出部101はセマンティクスエラーを含んでいるかどうかを検出し、セマンティクスエラーの有無、セマンティクスエラーの発生位置などをセマンティクスエラー検出情報(以下、単に検出情報)21として出力する。
<Semantics error correction section>
FIG. 8 is a block diagram of the semantic error correction unit of the corrector 820 according to the first embodiment. The semantic error correction unit includes a semantic error detection unit 101, a replacement information generation unit 201, and a bitstream replacement unit 300. Hereinafter, the compression-encoded bit stream is simply referred to as a bit stream. The overall operation will be described with reference to FIG. First, the bit stream 10 is input to the semantic error detection unit 101 as an input. The semantic error detection unit 101 detects whether or not a semantic error is included, and outputs the presence / absence of the semantic error, the occurrence position of the semantic error, etc. as semantic error detection information (hereinafter simply referred to as detection information) 21.

置換情報生成部201は、検出情報21を基に、あらかじめ用意したいくつかの符号列の中から、入力ビットストリーム10のセマンティクスエラーを修正するための置換符号列を選択する。選択した置換符号列と、検出情報21より、置換すべき入力ビットストリーム10の位置、範囲及び置換符号列を定め、置換情報31として出力する。ただし、何らかの外部入力41により置換情報31が求められてもよい。ビットストリーム置換部300は、入力ビットストリーム10と置換情報31を用いてセマンティクスエラーをコンシールメントしたビットストリーム50を出力する。生成されたビットストリーム50は蓄積媒体350に記録される。   The replacement information generation unit 201 selects a replacement code string for correcting a semantic error of the input bitstream 10 from several code strings prepared in advance based on the detection information 21. The position, range, and replacement code string of the input bit stream 10 to be replaced are determined from the selected replacement code string and the detection information 21 and output as replacement information 31. However, the replacement information 31 may be obtained by some external input 41. The bitstream replacement unit 300 outputs the bitstream 50 in which the semantic error is concealed using the input bitstream 10 and the replacement information 31. The generated bit stream 50 is recorded on the storage medium 350.

セマンティクスエラー検出部101について説明する。セマンティクスエラー検出部101のフローチャートを図9に示し、動作について述べる(ステップS10−S15)。セマンティクスエラー検出部101は、まず、入力ビットストリーム10をパースし(ステップS10)、パースしながら入力ビットストリーム10のセマンティクスエラーを検出する(ステップS11a)。セマンティクスエラーの検出判定(ステップS12)において、入力ビットストリーム10がセマンティクスエラーを含んでいる場合、セマンティクスエラーが存在することを示すフラグと、セマンティクスエラーの発生したビットストリーム10の位置情報、Reversible VLCのようにビットストリームを逆からパース可能な処理を用いた場合にはセマンティクスエラーの発生している範囲情報、例えばMPEG−4 AVCの規格ではアクセスユニット単位、スライス単位、マクロブロック単位でのセマンティクスエラー発生や、イントラ、インターなどの符号化タイプを示す種別情報を生成し(ステップS13)、検出情報21として出力する(ステップS15)。入力ビットストリーム10がセマンティクスエラーを含まない場合、セマンティクスエラーが存在しないことを示すフラグを生成し(ステップS14)、検出情報21として出力する(ステップS15)。   The semantic error detection unit 101 will be described. The flowchart of the semantic error detection unit 101 is shown in FIG. 9, and the operation will be described (steps S10 to S15). The semantic error detection unit 101 first parses the input bitstream 10 (step S10), and detects a semantic error of the input bitstream 10 while parsing (step S11a). In the detection determination of the semantic error (step S12), when the input bitstream 10 includes a semantic error, a flag indicating that there is a semantic error, the position information of the bitstream 10 in which the semantic error has occurred, the Reversible VLC When processing that can parse the bitstream from the reverse side is used as described above, range information where a semantic error has occurred, for example, in the MPEG-4 AVC standard, a semantic error occurs in units of access units, slices, and macroblocks. In addition, type information indicating an encoding type such as intra or inter is generated (step S13), and is output as detection information 21 (step S15). When the input bitstream 10 does not include a semantic error, a flag indicating that there is no semantic error is generated (step S14) and output as detection information 21 (step S15).

例えば、MPEG−4 AVCの符号化方式において、B-Slice を含むストリームのシーケンスパラメータセットのプロファイル値がBaseline Profile を示す値となっている場合はセマンティクスエラーとなり、シーケンスパラメータセットの単位が種別情報となり、シーケンスパラメータセットの存在するアドレスが位置情報となる。   For example, in the MPEG-4 AVC encoding method, if the profile value of the sequence parameter set of the stream including B-Slice is a value indicating Baseline Profile, a semantic error occurs, and the unit of the sequence parameter set is the type information. The address where the sequence parameter set exists is position information.

置換情報生成部201について説明する。置換情報生成部201のフローチャートを図10に示し、動作について述べる(ステップS20−S21)。置換情報生成部201は検出情報21より、入力ビットストリーム10において発生しているセマンティクスエラーの種別、位置から、あらかじめ用意した符号列の中から置換に用いる符号列を選択する(ステップS20)。選択した符号列と、検出情報20を基に、入力ビットストリーム10の置換すべき位置、範囲を決定し、選択した符号列と合わせて、置換情報31として生成する(ステップS21)。   The replacement information generation unit 201 will be described. The flowchart of the replacement information generation unit 201 is shown in FIG. 10, and the operation will be described (steps S20 to S21). From the detection information 21, the replacement information generation unit 201 selects a code string used for replacement from among the code strings prepared in advance from the type and position of the semantic error occurring in the input bitstream 10 (step S20). Based on the selected code string and the detection information 20, a position and a range to be replaced in the input bit stream 10 are determined, and are generated as replacement information 31 together with the selected code string (step S21).

例えば、MPEG−4 AVCの符号化方式において、B-Sliceを含むストリームのシーケンスパラメータセットのプロファイル値がBaseline Profileを示す値となっている場合は、置換符号列としてプロファイル値におけるMain Profileを示す値を選択し、置換情報31の置換符号列とする。また、入力ビットストリーム10の符号量と一致させるために、置換情報31の置換符号列にスタッフィングバイトを付加することもできる。ここで、置換符号列を選択する場合、外部入力41によって置換符号列を選択してもよい。   For example, in the MPEG-4 AVC encoding method, when the profile value of the sequence parameter set of a stream including B-Slice is a value indicating Baseline Profile, a value indicating Main Profile in the profile value as a replacement code string Is selected as the replacement code string of the replacement information 31. Further, in order to match the code amount of the input bit stream 10, a stuffing byte can be added to the replacement code string of the replacement information 31. Here, when selecting a replacement code string, the replacement code string may be selected by the external input 41.

また、セマンティクスエラー検出部101において、セマンティクスエラーを検出せず、入力ビットストリーム10の同一シンタックスを置換情報生成部201で常に同じ符号列を用いて置換する方式も考えられる。例えば、受信側となる復号器が、ビットストリームのヘッダにあるレベル値を見て、一定以上のレベル値を持つビットストリームは再生しないという制約を持つとする。ところが、上記復号器は、符号化規格上で一定以上のレベル値でしか本来再生できない画像サイズも再生できる能力を持つとする。このとき、レベル値だけを常に一定レベル以下に書き換えれば、上記復号器でビットストリームの再生が可能となる。そこで、セマンティクスエラー検出部101でセマンティクスのエラーを検出せず、置換情報生成部201でこの復号器が対応しているレベル値を置換符号列として用意しておき、ビットストリームが入ってきたときに、ビットストリームのヘッダのレベル値を用意したレベル値の符号列で置き換えるだけで、上記復号器でのビットストリームの再生が可能となる。   Also, a method may be considered in which the semantic error detection unit 101 does not detect a semantic error, and the replacement information generation unit 201 always replaces the same syntax of the input bitstream 10 using the same code string. For example, it is assumed that the decoder on the receiving side has a restriction that a bit stream having a level value higher than a certain level is not reproduced by looking at the level value in the header of the bit stream. However, it is assumed that the decoder has a capability of reproducing an image size that can be originally reproduced only at a level value equal to or higher than a certain level in the coding standard. At this time, if only the level value is always rewritten below a certain level, the decoder can reproduce the bit stream. Therefore, when the semantic error detection unit 101 does not detect a semantic error, the replacement information generation unit 201 prepares a level value supported by this decoder as a replacement code string, and when a bitstream is input. The bit stream can be reproduced by the decoder simply by replacing the level value of the header of the bit stream with the code string of the prepared level value.

ビットストリーム置換部300は、上述したように生成した置換情報31を用いて、入力ビットストリーム10の置換すべき箇所を、置換情報31の置換符号列によって置き換えることで、セマンティクスエラーの無いビットストリーム50を生成することができる。生成されたビットストリーム50は蓄積媒体350に記録される。   The bitstream replacement unit 300 uses the replacement information 31 generated as described above to replace the place to be replaced in the input bitstream 10 with the replacement code string of the replacement information 31, thereby preventing the bitstream 50 without a semantic error. Can be generated. The generated bit stream 50 is recorded on the storage medium 350.

以上説明したように、本実施の形態では、動き補償予測された動画像符号化ビットストリームにセマンティクスエラーがある場合に、あらかじめエラーを置換するための符号列を用意しておくことで、エラーコンシールメントするために復号画像を再符号化する場合に比べ、高速なエラーコンシールメント処理を実現できる。また、単に直前の正常な符号列をコンシールメント用の符号列として用いる場合に比べ、エラーコンシールメント後のビットストリームにおいて、再生画像の画質を向上させることができる。また、蓄積媒体350に記録する前にエラーを修正するため、ビットストリームのコピーや編集において、エラーの伝播が無くストリームを取り扱うことができる。   As described above, according to the present embodiment, when there is a semantic error in the motion compensated predicted moving image encoded bitstream, an error concealment is prepared by preparing a code string for replacing an error in advance. Compared with the case where the decoded image is re-encoded for the purpose of the image processing, a high-speed error concealment process can be realized. In addition, compared with the case where the previous normal code string is simply used as the code string for concealment, the quality of the reproduced image can be improved in the bit stream after the error concealment. Further, since the error is corrected before recording in the storage medium 350, it is possible to handle the stream without propagation of the error in copying or editing the bit stream.

<セマンティクスエラー訂正部の参考例>
図11にセマンティクスエラー訂正部の参考例のブロック図を示す。参考例のセマンティクスエラー訂正部は、セマンティクスエラー検出部101と、復号部401と、置換情報生成部201と、ビットストリーム置換部300とから構成される。以下では、圧縮符号化ビットストリームを単にビットストリームと呼ぶ。全体的な動作について図11を用いて説明する。まず、入力としてビットストリーム10がセマンティクスエラー検出部101に入力される。セマンティクスエラー検出部101はセマンティクスエラーを含んでいるかどうかを検出し、セマンティクスエラーの有無、セマンティクスエラーの発生位置などを検出情報21として出力する。
<Reference example of the semantic error correction section>
FIG. 11 shows a block diagram of a reference example of the semantic error correction unit. The semantic error correction unit of the reference example includes a semantic error detection unit 101, a decoding unit 401, a replacement information generation unit 201, and a bitstream replacement unit 300. Hereinafter, the compression-encoded bit stream is simply referred to as a bit stream. The overall operation will be described with reference to FIG. First, the bit stream 10 is input to the semantic error detection unit 101 as an input. The semantic error detection unit 101 detects whether or not a semantic error is included, and outputs the presence / absence of the semantic error, the occurrence position of the semantic error, and the like as detection information 21.

復号部401は入力ビットストリーム10を復号する。復号時に発生するヘッダ情報などを符号化パラメータ60として出力し、復号して構成された画像を復号画像70として出力する。置換情報生成部201は、検出情報21を基に、あらかじめ用意したいくつかの符号列の中から、入力ビットストリーム10のセマンティクスエラーを修正するための置換符号列を選択する。選択した置換符号列と、検出情報21より、置換すべき入力ビットストリーム10の位置、範囲置換符号列を定め、置換情報31として出力する。ただし、何らかの外部入力41により置換情報31が求められてもよい。ビットストリーム置換部300は、入力ビットストリーム10と置換情報31を用いてセマンティクスエラーの無いビットストリーム50を出力する。生成されたビットストリーム50は蓄積媒体350に記録される。   The decoding unit 401 decodes the input bitstream 10. The header information generated at the time of decoding is output as the encoding parameter 60, and the decoded image is output as the decoded image 70. The replacement information generation unit 201 selects a replacement code string for correcting a semantic error of the input bitstream 10 from several code strings prepared in advance based on the detection information 21. The position and range replacement code string of the input bit stream 10 to be replaced are determined from the selected replacement code string and the detection information 21 and output as replacement information 31. However, the replacement information 31 may be obtained by some external input 41. The bit stream replacement unit 300 outputs a bit stream 50 without a semantic error using the input bit stream 10 and the replacement information 31. The generated bit stream 50 is recorded on the storage medium 350.

構成要素それぞれについて説明する。セマンティクスエラー検出部101の動作は第1の実施の形態と同じである。例えば、動きベクトルが符号化方式のレベルで制限されている値を超えている場合には、動きベクトルの単位が種別情報となり、この動きベクトルが存在するマクロブロックアドレスが位置情報となる。また、復号部401の動作は図5に示す復号部400とほぼ同じであり、置換情報生成部201とビットストリーム置換部300の動作は第1の実施の形態と同じである。   Each component will be described. The operation of the semantic error detection unit 101 is the same as that of the first embodiment. For example, when the motion vector exceeds a value restricted by the encoding method level, the unit of the motion vector becomes type information, and the macro block address where the motion vector exists becomes position information. The operation of the decoding unit 401 is almost the same as that of the decoding unit 400 shown in FIG. 5, and the operations of the replacement information generating unit 201 and the bitstream replacement unit 300 are the same as those in the first embodiment.

以上説明したように、動き補償予測された動画像符号化ビットストリームにセマンティクスエラーがある場合に、復号画像を用いて再符号化を行うため、セマンティクスエラーが発生した部分の動き補償予測の再計算が可能である。よって、置換符号列をあらかじめ用意しておく方式や、単に直前の正常な符号列をコピーすることでエラーコンシールメントを行うような方式に比べ、エラーコンシールメント後のビットストリームの再生画像において画質を向上させることが可能である。また、蓄積媒体350に記録する前にエラーを修正するため、ビットストリーム50のコピーや編集において、エラーの伝播が無くストリームを取り扱うことができる。   As described above, when there is a semantic error in the motion-compensated motion-coded bitstream, re-encoding is performed using the decoded image. Is possible. Therefore, compared to a method in which a replacement code string is prepared in advance or a method in which error concealment is performed by simply copying the previous normal code string, the quality of the reproduced image of the bitstream after error concealment is improved. It is possible to improve. Further, since the error is corrected before recording in the storage medium 350, the stream can be handled without error propagation in the copying or editing of the bit stream 50.

<第2の実施の形態>
第2の実施の形態では、第1の実施の形態におけるセマンティクスエラー検出において、例えば、システム運用上で、標準化された符号化規格の符号化条件に制限を加える場合に適用される。例えばセマンティクスエラー検出部101は、制限セマンティクスエラー検出部として動作し、入力となるビットストリームに対してあるシステムの制限事項を満足するかどうかを検出する。満足しない場合は第1の実施の形態と同様の検出情報20を出力する。以下の動作については、セマンティクスエラーを所定の符号化条件を満足しないエラーと読み替えて、第1の実施の形態と同様の動作を行う。
<Second Embodiment>
In the second embodiment, the semantic error detection in the first embodiment is applied, for example, when a restriction is imposed on the coding conditions of the standardized coding standard in system operation. For example, the semantic error detection unit 101 operates as a restriction semantic error detection unit, and detects whether a certain system restriction is satisfied for an input bitstream. If not satisfied, the same detection information 20 as in the first embodiment is output. As for the following operations, semantic errors are read as errors that do not satisfy a predetermined encoding condition, and operations similar to those in the first embodiment are performed.

本実施の形態では、標準化されている符号化方式を満足していても、運用上の理由で、符号化方式の制限に更に細かい制限を加えた、規格を満たさないエラーを持つビットストリームを修正することができる。例えば、MPEG−2の規格は満たすが、あるシステムで制限されているMPEG−2ビットストリームの予約ビット値を満たさないようなビットストリームは、該当するシステムで取り扱うことができないが、本実施の形態によれば、該当するシステムの制限事項を満足するようにビットストリーム内の予約ビット値を修正するため、該当するシステムで取り扱うことができるビットストリームを生成可能である。   In this embodiment, even if the standardized encoding method is satisfied, a bitstream having an error that does not meet the standard is corrected by adding a more detailed restriction to the restriction of the encoding method for operational reasons. can do. For example, a bit stream that satisfies the MPEG-2 standard but does not satisfy the reserved bit value of the MPEG-2 bit stream restricted by a certain system cannot be handled by the corresponding system. Since the reserved bit value in the bit stream is corrected so as to satisfy the restrictions of the corresponding system, it is possible to generate a bit stream that can be handled by the corresponding system.

また、例えばMPEG−2の規格を満たすOpen GOPで符号化されたビットストリームがあるとする。あるシステムでは制限されているMPEG−2ビットストリームはClosed GOPで符号化されていなければならないという制限事項があるとする。この場合、該当するシステムの復号器で再生することはできないが、本実施の形態によれば、該当するシステムの制限事項を満足するように、MPEG−2のGOPに符号化順においてI-pictureの直後にある最初のB-pictureを双方向予測から、片方向予測に変更して再符号化する。このようにして、生成したビットストリームはClosed GOPを満足するため、該当するシステムの復号器で再生することができるビットストリームを生成可能である。なお、シンタックスエラー検出部とセマンティクスエラー検出部との2つのエラー検出部を設け、2つのエラーを同時に訂正できるようにしてももちろんよい。   Further, for example, it is assumed that there is a bit stream encoded by Open GOP that satisfies the MPEG-2 standard. Suppose that there is a restriction that an MPEG-2 bitstream that is restricted in some systems must be encoded with a Closed GOP. In this case, it cannot be reproduced by the decoder of the corresponding system, but according to the present embodiment, the MPEG-2 GOP is encoded in the I-picture in the encoding order so as to satisfy the restrictions of the corresponding system. The first B-picture immediately after is changed from bidirectional prediction to unidirectional prediction and re-encoded. Thus, since the generated bit stream satisfies the Closed GOP, it is possible to generate a bit stream that can be reproduced by the decoder of the corresponding system. Of course, two error detectors, a syntax error detector and a semantic error detector, may be provided so that the two errors can be corrected simultaneously.

本発明の第1の実施の形態の符号化データ生成装置としてサーバが用いられる伝送システムを示すブロック図である。1 is a block diagram illustrating a transmission system in which a server is used as an encoded data generation apparatus according to a first embodiment of this invention. 図1の修正器のシンタックスエラー訂正部を詳しく示すブロック図である。It is a block diagram which shows the syntax error correction part of the corrector of FIG. 1 in detail. 図2のシンタックスエラー検出部の処理を示すフローチャートである。It is a flowchart which shows the process of the syntax error detection part of FIG. 図2の置換情報生成部の処理を示すフローチャートである。It is a flowchart which shows the process of the replacement information generation part of FIG. 図2のシンタックスエラー訂正部の参考例を示すブロック図である。FIG. 3 is a block diagram illustrating a reference example of the syntax error correction unit in FIG. 2. 図5の復号部の処理を示すフローチャートである。It is a flowchart which shows the process of the decoding part of FIG. 図5の置換情報生成部の処理を示すフローチャートである。It is a flowchart which shows the process of the replacement information generation part of FIG. 図1の修正器のセマンティクスエラー訂正部を示すブロック図である。It is a block diagram which shows the semantic error correction part of the corrector of FIG. 図8のセマンティクスエラー検出部の処理を示すフローチャートである。It is a flowchart which shows the process of the semantic error detection part of FIG. 図8の置換情報生成部の処理を示すフローチャートである。It is a flowchart which shows the process of the replacement information generation part of FIG. 図8のセマンティクスエラー訂正部の参考例を示すブロック図である。It is a block diagram which shows the reference example of the semantic error correction part of FIG.

符号の説明Explanation of symbols

100 シンタックスエラー検出部
101 セマンティクスエラー検出部
200、201 置換情報生成部
300 ビットストリーム置換部
350、510 蓄積媒体
400、401 復号部
500 ビットストリーム生成装置
520 符号化器
530、840 送信器
700 再生装置
710、810 受信器
720 復号器
800 符号化データサーバ
820 修正器
1001、1002 伝送路
DESCRIPTION OF SYMBOLS 100 Syntax error detection part 101 Semantic error detection part 200, 201 Replacement information generation part 300 Bit stream replacement part 350, 510 Storage medium 400, 401 Decoding part 500 Bit stream generation apparatus 520 Encoder 530, 840 Transmitter 700 Playback apparatus 710, 810 Receiver 720 Decoder 800 Encoded data server 820 Modifier 1001, 1002 Transmission path

Claims (2)

動き補償予測を用いて符号化された符号化データが入力され、その入力された符号化データにシンタックスのエラーが存在するか否かを検出するとともに、前記符号化データにセマンティクスのエラーが存在するか否かを検出して、前記エラーの存在情報、前記エラーが存在する位置を示す第1の位置情報、前記エラーが存在する範囲を示す第1の範囲情報、及び前記エラーが存在する位置での符号化タイプを示す第1の種別情報のうち少なくとも1つ以上をエラー検出情報として出力するエラー検出部と、
前記エラー検出情報に基づき、あらかじめ用意した1つ以上の符号列の中から1つ以上の置換符号列を選択し、前記選択した置換符号列と前記エラー検出情報に基づいて前記符号化データの置換すべき位置を示す第2の位置情報と前記符号化データの置換すべき範囲を示す第2の範囲情報を作成し、前記作成した第2の位置情報及び第2の範囲情報に前記選択した置換符号列を加えた置換情報を生成する置換情報生成部と、
前記置換情報生成部の前記置換情報に基づき、前記符号化データを、前記検出されたエラーを訂正した符号化データに置換する置換部とを、
備えた符号化データ生成装置。
Encoded data encoded using motion compensated prediction is input, and it is detected whether there is a syntax error in the input encoded data, and there is a semantic error in the encoded data. Whether the error exists, first position information indicating a position where the error exists, first range information indicating a range where the error exists, and a position where the error exists An error detection unit that outputs at least one or more of the first type information indicating the encoding type in the error detection information;
Based on the error detection information, one or more replacement code strings are selected from one or more code strings prepared in advance, and the encoded data is replaced based on the selected replacement code string and the error detection information. Creating second position information indicating a position to be replaced and second range information indicating a range to be replaced of the encoded data, and selecting the selected replacement in the generated second position information and second range information A replacement information generation unit for generating replacement information with the addition of a code string;
A replacement unit that replaces the encoded data with encoded data in which the detected error is corrected based on the replacement information of the replacement information generation unit;
An encoded data generation apparatus provided.
前記エラー検出部は、セマンティクスのエラー検出において、符号化データに所定の符号化条件を満足しないエラーが存在するかを検出し、前記所定の符号化条件を満足しないエラーの存在情報、前記所定の符号化条件を満足しないエラーが存在する位置を示す位置情報、前記所定の符号化条件を満足しないエラーが存在する範囲を示す範囲情報、及び前記所定の符号化条件を満足しないエラーが存在する位置での符号化タイプを示す種別情報のうち少なくとも1つ以上をセマンティクスエラー検出情報として出力することを特徴とする請求項1に記載の符号化データ生成装置。
In the error detection of the semantics, the error detection unit detects whether there is an error that does not satisfy the predetermined encoding condition in the encoded data, and the presence information of the error that does not satisfy the predetermined encoding condition, Position information indicating a position where an error not satisfying the encoding condition exists, range information indicating a range where an error not satisfying the predetermined encoding condition exists, and a position where an error not satisfying the predetermined encoding condition exists The encoded data generation apparatus according to claim 1, wherein at least one or more of classification information indicating an encoding type is output as semantic error detection information.
JP2005080569A 2005-03-18 2005-03-18 Encoded data generator Pending JP2006262406A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005080569A JP2006262406A (en) 2005-03-18 2005-03-18 Encoded data generator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005080569A JP2006262406A (en) 2005-03-18 2005-03-18 Encoded data generator

Publications (1)

Publication Number Publication Date
JP2006262406A true JP2006262406A (en) 2006-09-28

Family

ID=37101093

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005080569A Pending JP2006262406A (en) 2005-03-18 2005-03-18 Encoded data generator

Country Status (1)

Country Link
JP (1) JP2006262406A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009081576A (en) * 2007-09-25 2009-04-16 Toshiba Corp Motion picture decoding apparatus and motion picture decoding method
JP2009302948A (en) * 2008-06-13 2009-12-24 Toshiba Corp Information processing apparatus and recovery processing method
EP3383050A1 (en) 2017-03-28 2018-10-03 Fujitsu Limited Program, apparatus and method for abnormality detection of an encoder multimedia

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009081576A (en) * 2007-09-25 2009-04-16 Toshiba Corp Motion picture decoding apparatus and motion picture decoding method
JP2009302948A (en) * 2008-06-13 2009-12-24 Toshiba Corp Information processing apparatus and recovery processing method
JP4519929B2 (en) * 2008-06-13 2010-08-04 株式会社東芝 Information processing apparatus and recovery processing method
US8218649B2 (en) 2008-06-13 2012-07-10 Kabushiki Kaisha Toshiba Information processing apparatus and recovery processing method
EP3383050A1 (en) 2017-03-28 2018-10-03 Fujitsu Limited Program, apparatus and method for abnormality detection of an encoder multimedia

Similar Documents

Publication Publication Date Title
KR100628494B1 (en) Image decoding method and apparatus, and storage medium
JP3762392B2 (en) Video coding method and apparatus
JP4928726B2 (en) Indication of valid entry points in the video stream
JP2009284518A (en) Video coding method
JP5030179B2 (en) Video coding
KR19980033398A (en) Decryption method and apparatus
JP2007336275A (en) Moving image reproducing device
JP2006262406A (en) Encoded data generator
JP2007166129A (en) Encoded data generating device
JP2010226376A (en) Image decoding apparatus and computer-executable program
JP2006295910A (en) Error correction apparatus
JP2006262016A (en) Error-correcting device
JP2007201721A (en) Coded data generating apparatus
JP2006262407A (en) Encoded data generator
JP2007151163A (en) Image decoding method and apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070629

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090501

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090508

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090630

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090804

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20091201